Trace number 3689632

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.15 922.261

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K86.opb
MD5SUMa7a3236cd0071452eec601ea09fe7bbe
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 variables5848
Total number of constraints6022
Number of constraints which are clauses5936
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint86
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 87
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3689632-1337883699.opb
0.10/0.12	c reading problem ... 
0.77/0.46	c ... done. Wall clock time 0.34s.
0.77/0.46	c declared #vars     5848
0.77/0.46	c #constraints  6022
0.77/0.46	c constraints type 
0.77/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4829
0.77/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 86
0.77/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.77/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1105
0.77/0.46	c 6022 constraints processed.
0.77/0.46	c constraints type 
0.77/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1105
0.77/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4829
0.77/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 86
0.77/0.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.77/0.46	c 6022 constraints processed.
5.16/1.63	c cleaning 2491 clauses out of 4991 with flag 5000/5000
7.63/2.70	c cleaning 4219 clauses out of 8494 with flag 11000/11000
10.00/3.95	c cleaning 5560 clauses out of 11273 with flag 18003/18003
13.03/5.43	c cleaning 6789 clauses out of 13708 with flag 26001/26001
16.78/7.30	c cleaning 7805 clauses out of 15913 with flag 35001/35001
20.66/9.30	c cleaning 8950 clauses out of 18106 with flag 45000/45000
27.81/12.90	c cleaning 9926 clauses out of 20155 with flag 56000/56000
32.48/15.31	c cleaning 11018 clauses out of 22228 with flag 68000/68000
37.43/17.94	c cleaning 12072 clauses out of 24216 with flag 81007/81007
43.06/20.89	c cleaning 12933 clauses out of 26136 with flag 95000/95000
50.06/24.42	c cleaning 13960 clauses out of 28206 with flag 110007/110007
58.64/28.88	c cleaning 14847 clauses out of 30240 with flag 126001/126001
66.69/33.01	c cleaning 16086 clauses out of 32392 with flag 143000/143000
75.46/37.55	c cleaning 17036 clauses out of 34305 with flag 161000/161000
84.02/41.93	c cleaning 17980 clauses out of 36270 with flag 180001/180001
93.92/47.09	c cleaning 18971 clauses out of 38290 with flag 200001/200001
105.43/53.02	c cleaning 19986 clauses out of 40319 with flag 221001/221001
124.40/62.69	c cleaning 20777 clauses out of 42332 with flag 243000/243000
147.31/74.29	c cleaning 22004 clauses out of 44554 with flag 266000/266000
168.02/84.73	c cleaning 22860 clauses out of 46552 with flag 290002/290002
180.75/91.43	c cleaning 24216 clauses out of 48692 with flag 315002/315002
194.34/98.41	c cleaning 25009 clauses out of 50474 with flag 341000/341000
210.53/106.73	c cleaning 26061 clauses out of 52465 with flag 368000/368000
224.23/113.82	c cleaning 26971 clauses out of 54405 with flag 396001/396001
257.30/130.72	c cleaning 27922 clauses out of 56433 with flag 425000/425000
276.89/140.76	c cleaning 28937 clauses out of 58512 with flag 455002/455002
297.58/152.05	c cleaning 30062 clauses out of 60573 with flag 486000/486000
318.85/163.13	c cleaning 31030 clauses out of 62511 with flag 518001/518001
348.32/178.15	c cleaning 31969 clauses out of 64482 with flag 551002/551002
376.93/192.78	c cleaning 33067 clauses out of 66515 with flag 585004/585004
385.64/197.48	c cleaning 0 clauses out of 5004 with flag 0/5004
403.11/206.63	c cleaning 34013 clauses out of 68446 with flag 620002/620002
424.93/217.84	c cleaning 35026 clauses out of 70431 with flag 656000/656000
456.26/233.85	c cleaning 36041 clauses out of 72406 with flag 693001/693001
489.77/250.93	c cleaning 36986 clauses out of 74364 with flag 731000/731000
525.42/269.39	c cleaning 37897 clauses out of 76377 with flag 770000/770000
564.11/289.06	c cleaning 39034 clauses out of 78480 with flag 810000/810000
599.98/307.39	c cleaning 39852 clauses out of 80448 with flag 851002/851002
639.07/327.26	c cleaning 40819 clauses out of 82597 with flag 893003/893003
686.12/351.43	c cleaning 41990 clauses out of 84775 with flag 936000/936000
713.20/365.41	c cleaning 43186 clauses out of 86786 with flag 980002/980002
752.49/385.51	c cleaning 44165 clauses out of 88596 with flag 1025000/1025000
791.84/405.63	c cleaning 44901 clauses out of 90431 with flag 1071000/1071000
838.57/429.79	c cleaning 46101 clauses out of 92531 with flag 1118001/1118001
893.29/457.57	c cleaning 47087 clauses out of 94429 with flag 1166000/1166000
948.15/485.45	c cleaning 47750 clauses out of 96344 with flag 1215003/1215003
1021.79/524.09	c cleaning 48531 clauses out of 98591 with flag 1265000/1265000
1097.95/562.56	c cleaning 50458 clauses out of 101062 with flag 1316002/1316002
1170.86/599.48	c cleaning 51109 clauses out of 102602 with flag 1368000/1368000
1232.97/631.04	c cleaning 52090 clauses out of 104495 with flag 1421002/1421002
1273.38/652.24	c cleaning 52676 clauses out of 106403 with flag 1475000/1475000
1327.96/680.18	c cleaning 53466 clauses out of 108728 with flag 1530001/1530001
1380.14/706.81	c cleaning 54581 clauses out of 111262 with flag 1586001/1586001
1434.47/734.69	c cleaning 55801 clauses out of 113682 with flag 1643002/1643002
1508.41/772.61	c cleaning 56945 clauses out of 115879 with flag 1701000/1701000
1575.18/806.61	c cleaning 58062 clauses out of 117934 with flag 1760000/1760000
1639.35/839.31	c cleaning 58941 clauses out of 119873 with flag 1820001/1820001
1716.90/878.73	c cleaning 60189 clauses out of 121931 with flag 1881000/1881000
1791.61/917.14	c cleaning 61260 clauses out of 123742 with flag 1943000/1943000
1800.15/922.21	c starts		: 210
1800.15/922.21	c conflicts		: 1952365
1800.15/922.21	c decisions		: 12453496
1800.15/922.21	c propagations		: 652817795
1800.15/922.21	c inspects		: 2962462892
1800.15/922.21	c shortcuts		: 0
1800.15/922.21	c learnt literals	: 47
1800.15/922.21	c learnt binary clauses	: 53591
1800.15/922.21	c learnt ternary clauses	: 63757
1800.15/922.21	c learnt constraints	: 1952318
1800.15/922.21	c ignored constraints	: 0
1800.15/922.21	c root simplifications	: 0
1800.15/922.21	c removed literals (reason simplification)	: 67594151
1800.15/922.21	c reason swapping (by a shorter reason)	: 0
1800.15/922.21	c Calls to reduceDB	: 58
1800.15/922.21	c number of reductions to clauses (during analyze)	: 0
1800.15/922.21	c number of learned constraints concerned by reduction	: 0
1800.15/922.21	c number of learning phase by resolution	: 0
1800.15/922.21	c number of learning phase by cutting planes	: 0
1800.15/922.21	c speed (assignments/second)	: 708255.1883583751
1800.15/922.21	c non guided choices	4532
1800.15/922.24	c learnt constraints type 
1800.15/922.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 53591
1800.15/922.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18313
1800.15/922.24	c constraints type 
1800.15/922.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4829
1800.15/922.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 86
1800.15/922.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.15/922.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1105
1800.15/922.24	c 6022 constraints processed.
1800.15/922.24	c constraints type 
1800.15/922.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1105
1800.15/922.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4829
1800.15/922.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 86
1800.15/922.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.15/922.24	c 6022 constraints processed.
1800.15/922.24	s UNKNOWN
1800.15/922.24	c Total wall clock time (in seconds): 922.114

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-3689632-1337883699/watcher-3689632-1337883699 -o /tmp/evaluation-result-3689632-1337883699/solver-3689632-1337883699 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689632-1337883699.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.77 3.88 3.80 5/197 28692
/proc/meminfo: memFree=27626900/32873844 swapFree=7612/7612
[pid=28692] ppid=28690 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28692/stat : 28692 (java) D 28690 28692 25404 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254494314 9515008 182 33554432000 1073741824 1073778376 140735014042288 140735014033320 251044642485 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/28692/statm: 2323 182 140 9 0 71 0

[startup+0.023873 s]
/proc/loadavg: 3.77 3.88 3.80 5/197 28692
/proc/meminfo: memFree=27626900/32873844 swapFree=7612/7612
[pid=28692] ppid=28690 vsize=9014776 CPUtime=0.01 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28690 28692 25404 0 -1 4202496 2095 0 1 0 0 1 0 0 20 0 10 0 254494314 9231130624 2287 33554432000 1073741824 1073778376 140737437798000 140737437789136 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28692/statm: 2253694 2288 978 9 0 2244803 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9014776

[startup+0.100215 s]
/proc/loadavg: 3.77 3.88 3.80 5/197 28692
/proc/meminfo: memFree=27626900/32873844 swapFree=7612/7612
[pid=28692] ppid=28690 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28690 28692 25404 0 -1 4202496 4237 0 1 0 8 2 0 0 20 0 18 0 254494314 9787813888 5422 33554432000 1073741824 1073778376 140737437798000 140737437789136 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28692/statm: 2389603 5422 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300229 s]
/proc/loadavg: 3.77 3.88 3.80 5/197 28692
/proc/meminfo: memFree=27626900/32873844 swapFree=7612/7612
[pid=28692] ppid=28690 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28690 28692 25404 0 -1 4202496 6980 0 1 0 51 3 0 0 20 0 18 0 254494314 9787813888 9861 33554432000 1073741824 1073778376 140737437798000 140737437789136 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28692/statm: 2389603 9861 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700169 s]
/proc/loadavg: 3.77 3.88 3.80 5/197 28692
/proc/meminfo: memFree=27626900/32873844 swapFree=7612/7612
[pid=28692] ppid=28690 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28690 28692 25404 0 -1 4202496 13400 0 1 0 184 5 0 0 20 0 22 0 254494314 10060460032 23482 33554432000 1073741824 1073778376 140737437798000 140737437789136 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28692/statm: 2456167 23482 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9824668

[startup+1.50074 s]
/proc/loadavg: 3.95 3.91 3.81 7/219 28714
/proc/meminfo: memFree=27509180/32873844 swapFree=7612/7612
[pid=28692] ppid=28690 vsize=9824668 CPUtime=4.84 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28690 28692 25404 0 -1 4202496 23853 0 1 0 476 8 0 0 20 0 22 0 254494314 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140737437789136 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28692/statm: 2456167 46053 2261 9 0 2446860 0
[pid=28692/tid=28694] ppid=28690 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/28692/task/28694/stat : 28694 (java) S 28690 28692 25404 0 -1 4202560 2484 0 1 0 41 2 0 0 20 0 22 0 254494315 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140238015173624 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28695] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28695/stat : 28695 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140238004234792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28696] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28696/stat : 28696 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140238003181992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28697] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28697/stat : 28697 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140238002129192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28698] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28698/stat : 28698 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140238001076392 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28699] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28699/stat : 28699 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140238000024616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28700] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28700/stat : 28700 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237998971816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28701] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28701/stat : 28701 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237852064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28702] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28702/stat : 28702 (java) S 28690 28692 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237851011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28703] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28703/stat : 28703 (java) S 28690 28692 25404 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237838813672 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28704] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28704/stat : 28704 (java) S 28690 28692 25404 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237837759736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28705] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28705/stat : 28705 (java) S 28690 28692 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237836706824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28706] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28706/stat : 28706 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237835655312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28707] ppid=28690 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/28692/task/28707/stat : 28707 (java) R 28690 28692 25404 0 -1 4202560 10192 0 0 0 109 3 0 0 20 0 22 0 254494321 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237834603448 140238022925699 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28708] ppid=28690 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/28692/task/28708/stat : 28708 (java) R 28690 28692 25404 0 -1 4202560 9837 0 0 0 118 2 0 0 20 0 22 0 254494321 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237833550648 140238018436519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28709] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28709/stat : 28709 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237832498040 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28710] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28710/stat : 28710 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237831445448 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28711] ppid=28690 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/28692/task/28711/stat : 28711 (java) R 28690 28692 25404 0 -1 4202560 29 0 0 0 100 0 0 0 20 0 22 0 254494361 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237830390784 140237880417525 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28712] ppid=28690 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/28692/task/28712/stat : 28712 (java) R 28690 28692 25404 0 -1 4202560 111 0 0 0 100 1 0 0 20 0 22 0 254494361 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237829337088 140237880342674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28713] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28713/stat : 28713 (java) S 28690 28692 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254494363 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237828285352 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28714] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28714/stat : 28714 (java) S 28690 28692 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254494363 10060460032 46053 33554432000 1073741824 1073778376 140737437798000 140237827232552 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9824668

[startup+3.10083 s]
/proc/loadavg: 3.95 3.91 3.81 5/219 28714
/proc/meminfo: memFree=27394300/32873844 swapFree=7612/7612
[pid=28692] ppid=28690 vsize=9824668 CPUtime=8.39 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28690 28692 25404 0 -1 4202496 23970 0 1 0 827 12 0 0 20 0 22 0 254494314 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140737437789136 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28692/statm: 2456167 58914 2286 9 0 2446860 0
[pid=28692/tid=28694] ppid=28690 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/28692/task/28694/stat : 28694 (java) S 28690 28692 25404 0 -1 4202560 2484 0 1 0 41 2 0 0 20 0 22 0 254494315 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140238015173624 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28695] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28695/stat : 28695 (java) S 28690 28692 25404 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140238004234792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28696] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28696/stat : 28696 (java) S 28690 28692 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140238003181992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28697] ppid=28690 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28692/task/28697/stat : 28697 (java) S 28690 28692 25404 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254494316 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140238002129192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28698] ppid=28690 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28692/task/28698/stat : 28698 (java) S 28690 28692 25404 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254494316 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140238001076392 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28699] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28699/stat : 28699 (java) S 28690 28692 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140238000024616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28700] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28700/stat : 28700 (java) S 28690 28692 25404 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237998971816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28701] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28701/stat : 28701 (java) S 28690 28692 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254494316 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237852064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28702] ppid=28690 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28692/task/28702/stat : 28702 (java) S 28690 28692 25404 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 254494316 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237851011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28703] ppid=28690 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/28692/task/28703/stat : 28703 (java) S 28690 28692 25404 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 22 0 254494318 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237838813672 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28704] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28704/stat : 28704 (java) S 28690 28692 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237837759736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28705] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28705/stat : 28705 (java) S 28690 28692 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237836706824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28706] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28706/stat : 28706 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237835655312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28707] ppid=28690 vsize=9824668 CPUtime=1.34 cores=1,3,5,7
/proc/28692/task/28707/stat : 28707 (java) S 28690 28692 25404 0 -1 4202560 10198 0 0 0 131 3 0 0 20 0 22 0 254494321 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237834603448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28708] ppid=28690 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/28692/task/28708/stat : 28708 (java) S 28690 28692 25404 0 -1 4202560 9839 0 0 0 134 2 0 0 20 0 22 0 254494321 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237833550648 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28709] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28709/stat : 28709 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237832498040 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28710] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28710/stat : 28710 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237831445448 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28711] ppid=28690 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/28692/task/28711/stat : 28711 (java) R 28690 28692 25404 0 -1 4202560 30 0 0 0 244 0 0 0 20 0 22 0 254494361 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237830390360 140237880450413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28712] ppid=28690 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/28692/task/28712/stat : 28712 (java) R 28690 28692 25404 0 -1 4202560 119 0 0 0 244 2 0 0 20 0 22 0 254494361 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237829337064 140237880470329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28713] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28713/stat : 28713 (java) S 28690 28692 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254494363 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237828285352 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28714] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28714/stat : 28714 (java) S 28690 28692 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254494363 10060460032 58914 33554432000 1073741824 1073778376 140737437798000 140237827232552 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.39
Current children cumulated vsize (KiB) 9824668

[startup+6.30083 s]
/proc/loadavg: 3.95 3.91 3.81 5/219 28714
/proc/meminfo: memFree=27255732/32873844 swapFree=7612/7612
[pid=28692] ppid=28690 vsize=9824668 CPUtime=14.75 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28690 28692 25404 0 -1 4202496 24332 0 1 0 1454 21 0 0 20 0 22 0 254494314 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140737437789136 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28692/statm: 2456167 98115 2286 9 0 2446860 0
[pid=28692/tid=28694] ppid=28690 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/28692/task/28694/stat : 28694 (java) S 28690 28692 25404 0 -1 4202560 2484 0 1 0 41 2 0 0 20 0 22 0 254494315 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140238015173624 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28695] ppid=28690 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/28692/task/28695/stat : 28695 (java) S 28690 28692 25404 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 22 0 254494316 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140238004234792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28696] ppid=28690 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28692/task/28696/stat : 28696 (java) S 28690 28692 25404 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 254494316 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140238003181992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28697] ppid=28690 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/28692/task/28697/stat : 28697 (java) S 28690 28692 25404 0 -1 4202560 26 0 0 0 5 2 0 0 20 0 22 0 254494316 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140238002129192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28698] ppid=28690 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/28692/task/28698/stat : 28698 (java) S 28690 28692 25404 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 254494316 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140238001076392 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28699] ppid=28690 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28692/task/28699/stat : 28699 (java) S 28690 28692 25404 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 254494316 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140238000024616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28700] ppid=28690 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28692/task/28700/stat : 28700 (java) S 28690 28692 25404 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 254494316 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140237998971816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28701] ppid=28690 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28692/task/28701/stat : 28701 (java) S 28690 28692 25404 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 22 0 254494316 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140237852064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28702] ppid=28690 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28692/task/28702/stat : 28702 (java) S 28690 28692 25404 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254494316 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140237851011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28703] ppid=28690 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/28692/task/28703/stat : 28703 (java) S 28690 28692 25404 0 -1 4202560 258 0 0 0 33 0 0 0 20 0 22 0 254494318 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140237838813672 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28704] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28704/stat : 28704 (java) S 28690 28692 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140237837759736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28705] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28705/stat : 28705 (java) S 28690 28692 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140237836706824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28706] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28706/stat : 28706 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140237835655312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28707] ppid=28690 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/28692/task/28707/stat : 28707 (java) S 28690 28692 25404 0 -1 4202560 10203 0 0 0 132 3 0 0 20 0 22 0 254494321 10060460032 98115 33554432000 1073741824 1073778376 140737437798000 140237834603448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/28692/statm: 2456167 893748 2287 9 0 2446860 0
[pid=28692/tid=28694] ppid=28690 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/28692/task/28694/stat : 28694 (java) S 28690 28692 25404 0 -1 4202560 2528 0 1 0 44 4 0 0 20 0 22 0 254494315 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140238015173624 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28695] ppid=28690 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/28692/task/28695/stat : 28695 (java) S 28690 28692 25404 0 -1 4202560 757 0 0 0 206 12 0 0 20 0 22 0 254494316 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140238004234792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28696] ppid=28690 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/28692/task/28696/stat : 28696 (java) S 28690 28692 25404 0 -1 4202560 499 0 0 0 198 11 0 0 20 0 22 0 254494316 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140238003181992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28697] ppid=28690 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/28692/task/28697/stat : 28697 (java) S 28690 28692 25404 0 -1 4202560 753 0 0 0 240 12 0 0 20 0 22 0 254494316 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140238002129192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28698] ppid=28690 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/28692/task/28698/stat : 28698 (java) S 28690 28692 25404 0 -1 4202560 490 0 0 0 222 14 0 0 20 0 22 0 254494316 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140238001076392 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28699] ppid=28690 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/28692/task/28699/stat : 28699 (java) S 28690 28692 25404 0 -1 4202560 506 0 0 0 200 11 0 0 20 0 22 0 254494316 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140238000024616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28700] ppid=28690 vsize=9824668 CPUtime=2.23 cores=1,3,5,7
/proc/28692/task/28700/stat : 28700 (java) S 28690 28692 25404 0 -1 4202560 639 0 0 0 212 11 0 0 20 0 22 0 254494316 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237998971816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28701] ppid=28690 vsize=9824668 CPUtime=2.12 cores=1,3,5,7
/proc/28692/task/28701/stat : 28701 (java) S 28690 28692 25404 0 -1 4202560 405 0 0 0 202 10 0 0 20 0 22 0 254494316 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237852064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28702] ppid=28690 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/28692/task/28702/stat : 28702 (java) S 28690 28692 25404 0 -1 4202560 590 0 0 0 204 11 0 0 20 0 22 0 254494316 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237851011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28703] ppid=28690 vsize=9824668 CPUtime=50.26 cores=1,3,5,7
/proc/28692/task/28703/stat : 28703 (java) S 28690 28692 25404 0 -1 4202560 2843 0 0 0 5008 18 0 0 20 0 22 0 254494318 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237838813672 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28704] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28704/stat : 28704 (java) S 28690 28692 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237837759736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28705] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28705/stat : 28705 (java) S 28690 28692 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237836706824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28706] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28706/stat : 28706 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237835655312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28707] ppid=28690 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/28692/task/28707/stat : 28707 (java) S 28690 28692 25404 0 -1 4202560 10213 0 0 0 159 3 0 0 20 0 22 0 254494321 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237834603448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28708] ppid=28690 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/28692/task/28708/stat : 28708 (java) S 28690 28692 25404 0 -1 4202560 9846 0 0 0 144 2 0 0 20 0 22 0 254494321 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237833550648 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28709] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28709/stat : 28709 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237832498040 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28710] ppid=28690 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/28692/task/28710/stat : 28710 (java) S 28690 28692 25404 0 -1 4202560 46 0 0 0 21 22 0 0 20 0 22 0 254494321 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237831445448 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28711] ppid=28690 vsize=9824668 CPUtime=764.64 cores=1,3,5,7
/proc/28692/task/28711/stat : 28711 (java) R 28690 28692 25404 0 -1 4202560 125 0 0 0 76452 12 0 0 20 0 22 0 254494361 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237830389296 140237880399597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28712] ppid=28690 vsize=9824668 CPUtime=764.58 cores=1,3,5,7
/proc/28692/task/28712/stat : 28712 (java) R 28690 28692 25404 0 -1 4202560 1215 0 0 0 76408 50 0 0 20 0 22 0 254494361 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237829335456 140237880911341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28713] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28713/stat : 28713 (java) S 28690 28692 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254494363 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237828285352 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28714] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28714/stat : 28714 (java) S 28690 28692 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254494363 10060460032 893748 33554432000 1073741824 1073778376 140737437798000 140237827232552 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1605.17
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.89 3.90 3.84 5/219 28783
/proc/meminfo: memFree=22879824/32873844 swapFree=7612/7612
[pid=28692] ppid=28690 vsize=9824668 CPUtime=1721.56 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28690 28692 25404 0 -1 4202496 32813 0 1 0 171977 179 0 0 20 0 22 0 254494314 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140737437789136 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28692/statm: 2456167 899483 2287 9 0 2446860 0
[pid=28692/tid=28694] ppid=28690 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/28692/task/28694/stat : 28694 (java) S 28690 28692 25404 0 -1 4202560 2529 0 1 0 45 4 0 0 20 0 22 0 254494315 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140238015173624 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28695] ppid=28690 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/28692/task/28695/stat : 28695 (java) S 28690 28692 25404 0 -1 4202560 768 0 0 0 227 12 0 0 20 0 22 0 254494316 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140238004234792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28696] ppid=28690 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/28692/task/28696/stat : 28696 (java) S 28690 28692 25404 0 -1 4202560 506 0 0 0 209 11 0 0 20 0 22 0 254494316 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140238003181992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28697] ppid=28690 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/28692/task/28697/stat : 28697 (java) S 28690 28692 25404 0 -1 4202560 760 0 0 0 262 12 0 0 20 0 22 0 254494316 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140238002129192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28698] ppid=28690 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/28692/task/28698/stat : 28698 (java) S 28690 28692 25404 0 -1 4202560 504 0 0 0 244 14 0 0 20 0 22 0 254494316 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140238001076392 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28699] ppid=28690 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/28692/task/28699/stat : 28699 (java) S 28690 28692 25404 0 -1 4202560 517 0 0 0 220 11 0 0 20 0 22 0 254494316 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140238000024616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28700] ppid=28690 vsize=9824668 CPUtime=2.32 cores=1,3,5,7
/proc/28692/task/28700/stat : 28700 (java) S 28690 28692 25404 0 -1 4202560 667 0 0 0 221 11 0 0 20 0 22 0 254494316 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237998971816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28701] ppid=28690 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/28692/task/28701/stat : 28701 (java) S 28690 28692 25404 0 -1 4202560 422 0 0 0 217 10 0 0 20 0 22 0 254494316 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237852064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28702] ppid=28690 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/28692/task/28702/stat : 28702 (java) S 28690 28692 25404 0 -1 4202560 599 0 0 0 218 11 0 0 20 0 22 0 254494316 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237851011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28703] ppid=28690 vsize=9824668 CPUtime=54.48 cores=1,3,5,7
/proc/28692/task/28703/stat : 28703 (java) S 28690 28692 25404 0 -1 4202560 2899 0 0 0 5429 19 0 0 20 0 22 0 254494318 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237838813672 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28704] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28704/stat : 28704 (java) S 28690 28692 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237837759736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28705] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28705/stat : 28705 (java) S 28690 28692 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237836706824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28706] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28706/stat : 28706 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237835655312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28707] ppid=28690 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/28692/task/28707/stat : 28707 (java) S 28690 28692 25404 0 -1 4202560 10213 0 0 0 159 3 0 0 20 0 22 0 254494321 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237834603448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28708] ppid=28690 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/28692/task/28708/stat : 28708 (java) S 28690 28692 25404 0 -1 4202560 9846 0 0 0 144 2 0 0 20 0 22 0 254494321 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237833550648 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28709] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28709/stat : 28709 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237832498040 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28710] ppid=28690 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/28692/task/28710/stat : 28710 (java) S 28690 28692 25404 0 -1 4202560 50 0 0 0 23 24 0 0 20 0 22 0 254494321 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237831445448 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28711] ppid=28690 vsize=9824668 CPUtime=819.89 cores=1,3,5,7
/proc/28692/task/28711/stat : 28711 (java) R 28690 28692 25404 0 -1 4202560 129 0 0 0 81976 13 0 0 20 0 22 0 254494361 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237830390240 140237880400549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28712] ppid=28690 vsize=9824668 CPUtime=819.83 cores=1,3,5,7
/proc/28692/task/28712/stat : 28712 (java) R 28690 28692 25404 0 -1 4202560 1217 0 0 0 81932 51 0 0 20 0 22 0 254494361 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237829335568 140237880911447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28713] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28713/stat : 28713 (java) S 28690 28692 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254494363 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237828285352 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28714] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28714/stat : 28714 (java) S 28690 28692 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254494363 10060460032 899483 33554432000 1073741824 1073778376 140737437798000 140237827232552 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.201 s]
/proc/loadavg: 3.94 3.91 3.85 6/218 28783
/proc/meminfo: memFree=22565436/32873844 swapFree=7612/7612
[pid=28692] ppid=28690 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28690 28692 25404 0 -1 4202496 33083 0 1 0 179826 189 0 0 20 0 22 0 254494314 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140737437789136 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28692/statm: 2456167 935402 2287 9 0 2446860 0
[pid=28692/tid=28694] ppid=28690 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/28692/task/28694/stat : 28694 (java) S 28690 28692 25404 0 -1 4202560 2529 0 1 0 45 4 0 0 20 0 22 0 254494315 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140238015173624 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28695] ppid=28690 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/28692/task/28695/stat : 28695 (java) S 28690 28692 25404 0 -1 4202560 803 0 0 0 244 13 0 0 20 0 22 0 254494316 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140238004234792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28696] ppid=28690 vsize=9824668 CPUtime=2.32 cores=1,3,5,7
/proc/28692/task/28696/stat : 28696 (java) S 28690 28692 25404 0 -1 4202560 526 0 0 0 220 12 0 0 20 0 22 0 254494316 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140238003181992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28697] ppid=28690 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/28692/task/28697/stat : 28697 (java) S 28690 28692 25404 0 -1 4202560 771 0 0 0 274 13 0 0 20 0 22 0 254494316 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140238002129192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28698] ppid=28690 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/28692/task/28698/stat : 28698 (java) S 28690 28692 25404 0 -1 4202560 529 0 0 0 256 15 0 0 20 0 22 0 254494316 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140238001076392 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28699] ppid=28690 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/28692/task/28699/stat : 28699 (java) S 28690 28692 25404 0 -1 4202560 551 0 0 0 242 13 0 0 20 0 22 0 254494316 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140238000024616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28700] ppid=28690 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/28692/task/28700/stat : 28700 (java) S 28690 28692 25404 0 -1 4202560 686 0 0 0 229 11 0 0 20 0 22 0 254494316 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237998971816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28701] ppid=28690 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/28692/task/28701/stat : 28701 (java) S 28690 28692 25404 0 -1 4202560 476 0 0 0 231 11 0 0 20 0 22 0 254494316 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237852064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28702] ppid=28690 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/28692/task/28702/stat : 28702 (java) S 28690 28692 25404 0 -1 4202560 610 0 0 0 235 11 0 0 20 0 22 0 254494316 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237851011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28703] ppid=28690 vsize=9824668 CPUtime=56.27 cores=1,3,5,7
/proc/28692/task/28703/stat : 28703 (java) S 28690 28692 25404 0 -1 4202560 2954 0 0 0 5607 20 0 0 20 0 22 0 254494318 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237838813672 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28704] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28704/stat : 28704 (java) S 28690 28692 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237837759736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28705] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28705/stat : 28705 (java) S 28690 28692 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254494318 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237836706824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28706] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28706/stat : 28706 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237835655312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28707] ppid=28690 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/28692/task/28707/stat : 28707 (java) S 28690 28692 25404 0 -1 4202560 10213 0 0 0 159 3 0 0 20 0 22 0 254494321 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237834603448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28708] ppid=28690 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/28692/task/28708/stat : 28708 (java) S 28690 28692 25404 0 -1 4202560 9846 0 0 0 144 2 0 0 20 0 22 0 254494321 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237833550648 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28709] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28709/stat : 28709 (java) S 28690 28692 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254494321 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237832498040 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28692/tid=28710] ppid=28690 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/28692/task/28710/stat : 28710 (java) S 28690 28692 25404 0 -1 4202560 52 0 0 0 24 24 0 0 20 0 22 0 254494321 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237831445448 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28711] ppid=28690 vsize=9824668 CPUtime=857.58 cores=1,3,5,7
/proc/28692/task/28711/stat : 28711 (java) R 28690 28692 25404 0 -1 4202560 132 0 0 0 85743 15 0 0 20 0 22 0 254494361 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237830390240 140237880414668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28692/tid=28712] ppid=28690 vsize=9824668 CPUtime=857.54 cores=1,3,5,7
/proc/28692/task/28712/stat : 28712 (java) R 28690 28692 25404 0 -1 4202560 1218 0 0 0 85702 52 0 0 20 0 22 0 254494361 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237829335312 140237881047181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28692/tid=28713] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28713/stat : 28713 (java) S 28690 28692 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254494363 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237828285352 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28692/tid=28714] ppid=28690 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28692/task/28714/stat : 28714 (java) S 28690 28692 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254494363 10060460032 935402 33554432000 1073741824 1073778376 140737437798000 140237827232552 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 28692 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=788302
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=363640
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 922.261
CPU time (s): 1800.15
CPU user time (s): 1798.26
CPU system time (s): 1.89
CPU usage (%): 195.189
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 2.36364
maximum resident set size= 3741728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33115
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25385
involuntary context switches= 32288

runsolver used 3.43148 second user time and 8.96364 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 20:21:39
IDJOB=3689632
IDBENCH=90132
IDSOLVER=2268
FILE ID=node143/3689632-1337883699
RUNJOBID= node143-1337871881-25422
PBS_JOBID= 14620061
Free space on /tmp= 71496 MiB

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

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

MD5SUM BENCH= a7a3236cd0071452eec601ea09fe7bbe
RANDOM SEED=1379821960

node143.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27627328 kB
Buffers:          228716 kB
Cached:          2585112 kB
SwapCached:            0 kB
Active:          2258348 kB
Inactive:        2201608 kB
Active(anon):    1648448 kB
Inactive(anon):        0 kB
Active(file):     609900 kB
Inactive(file):  2201608 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       1657220 kB
Mapped:            22544 kB
Shmem:               200 kB
Slab:             639644 kB
SReclaimable:      82092 kB
SUnreclaim:       557552 kB
KernelStack:        1632 kB
PageTables:         7544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2240532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1581056 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= 71512 MiB
End job on node143 at 2012-05-24 20:37:04