Trace number 3711095

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.05 1794.06

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894788.opb
MD5SUMca3efe2da0610ce6a80a42a3887418e6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark180.313
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3463
Total number of constraints2279
Number of constraints which are clauses678
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1456
Minimum length of a constraint1
Maximum length of a constraint97
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 97
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.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
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=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3711095-1338204480.opb
0.08/0.13	c reading problem ... 
0.45/0.35	c ... done. Wall clock time 0.22s.
0.45/0.35	c declared #vars     3463
0.45/0.35	c #constraints  2591
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.45/0.35	c org.sat4j.minisat.constraints.cnf.UnitClauses => 186
0.45/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 1250
0.45/0.35	c ignored satisfied constraints => 505
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 443
0.45/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 145
0.45/0.35	c 3096 constraints processed.
1.46/0.85	c cleaning 2499 clauses out of 5000 with flag 5000/5000
2.06/1.30	c cleaning 4245 clauses out of 8499 with flag 11000/11000
2.58/1.90	c cleaning 5615 clauses out of 11254 with flag 18000/18000
3.31/2.60	c cleaning 6791 clauses out of 13636 with flag 26000/26000
4.37/3.51	c cleaning 7915 clauses out of 15846 with flag 35001/35001
5.29/4.47	c cleaning 8950 clauses out of 17929 with flag 45000/45000
6.61/5.78	c cleaning 9988 clauses out of 19980 with flag 56001/56001
7.93/7.08	c cleaning 10972 clauses out of 21992 with flag 68001/68001
9.54/8.65	c cleaning 11991 clauses out of 24018 with flag 81000/81000
11.25/10.33	c cleaning 12993 clauses out of 26027 with flag 95000/95000
12.96/12.07	c cleaning 14014 clauses out of 28037 with flag 110003/110003
14.87/13.97	c cleaning 14986 clauses out of 30019 with flag 126000/126000
17.38/16.46	c cleaning 16012 clauses out of 32033 with flag 143000/143000
19.91/18.98	c cleaning 16994 clauses out of 34023 with flag 161002/161002
22.74/21.76	c cleaning 18002 clauses out of 36026 with flag 180000/180000
25.46/24.42	c cleaning 18944 clauses out of 38025 with flag 200001/200001
28.78/27.75	c cleaning 20022 clauses out of 40083 with flag 221003/221003
32.40/31.35	c cleaning 21011 clauses out of 42058 with flag 243000/243000
36.50/35.41	c cleaning 22013 clauses out of 44048 with flag 266001/266001
39.81/38.79	c cleaning 22991 clauses out of 46033 with flag 290001/290001
43.73/42.60	c cleaning 24006 clauses out of 48046 with flag 315005/315005
48.35/47.20	c cleaning 24998 clauses out of 50032 with flag 341000/341000
53.19/52.09	c cleaning 25997 clauses out of 52035 with flag 368001/368001
58.50/57.35	c cleaning 27011 clauses out of 54039 with flag 396002/396002
63.66/62.47	c cleaning 27994 clauses out of 56026 with flag 425000/425000
68.77/67.59	c cleaning 28999 clauses out of 58032 with flag 455000/455000
74.19/72.99	c cleaning 29947 clauses out of 60034 with flag 486001/486001
80.00/78.79	c cleaning 31006 clauses out of 62086 with flag 518000/518000
86.42/85.12	c cleaning 32023 clauses out of 64081 with flag 551001/551001
92.95/91.69	c cleaning 32979 clauses out of 66058 with flag 585001/585001
99.38/98.09	c cleaning 34006 clauses out of 68079 with flag 620001/620001
106.11/104.71	c cleaning 35006 clauses out of 70072 with flag 656000/656000
113.43/112.04	c cleaning 36000 clauses out of 72069 with flag 693003/693003
121.96/120.51	c cleaning 36980 clauses out of 74066 with flag 731000/731000
129.18/127.74	c cleaning 37961 clauses out of 76086 with flag 770000/770000
137.20/135.76	c cleaning 39055 clauses out of 78125 with flag 810000/810000
145.33/143.89	c cleaning 40023 clauses out of 80071 with flag 851001/851001
154.66/153.19	c cleaning 40937 clauses out of 82047 with flag 893000/893000
162.97/161.45	c cleaning 42040 clauses out of 84109 with flag 936001/936001
172.30/170.77	c cleaning 42995 clauses out of 86068 with flag 980000/980000
182.72/181.18	c cleaning 44026 clauses out of 88074 with flag 1025001/1025001
193.44/191.83	c cleaning 44972 clauses out of 90050 with flag 1071003/1071003
204.26/202.62	c cleaning 46003 clauses out of 92075 with flag 1118000/1118000
214.93/213.29	c cleaning 46946 clauses out of 94072 with flag 1166000/1166000
226.26/224.55	c cleaning 48028 clauses out of 96126 with flag 1215000/1215000
239.99/238.22	c cleaning 49030 clauses out of 98100 with flag 1265002/1265002
254.27/252.48	c cleaning 50019 clauses out of 100068 with flag 1316000/1316000
266.67/264.72	c cleaning 50997 clauses out of 102048 with flag 1368001/1368001
279.01/277.08	c cleaning 52019 clauses out of 104051 with flag 1421001/1421001
291.43/289.46	c cleaning 53000 clauses out of 106033 with flag 1475002/1475002
306.05/304.01	c cleaning 53972 clauses out of 108032 with flag 1530001/1530001
321.21/319.10	c cleaning 54969 clauses out of 110059 with flag 1586000/1586000
338.65/336.59	c cleaning 56017 clauses out of 112092 with flag 1643002/1643002
354.79/352.60	c cleaning 56997 clauses out of 114073 with flag 1701000/1701000
372.44/370.26	c cleaning 58023 clauses out of 116076 with flag 1760000/1760000
388.39/386.12	c cleaning 58981 clauses out of 118054 with flag 1820001/1820001
406.74/404.44	c cleaning 59983 clauses out of 120072 with flag 1881000/1881000
424.49/422.14	c cleaning 60994 clauses out of 122092 with flag 1943003/1943003
444.66/442.27	c cleaning 62010 clauses out of 124097 with flag 2006002/2006002
460.82/458.30	c cleaning 63035 clauses out of 126087 with flag 2070002/2070002
477.79/475.20	c cleaning 63972 clauses out of 128051 with flag 2135001/2135001
497.83/495.21	c cleaning 65014 clauses out of 130080 with flag 2201002/2201002
519.48/516.86	c cleaning 66019 clauses out of 132065 with flag 2268001/2268001
537.54/534.88	c cleaning 67011 clauses out of 134047 with flag 2336002/2336002
557.52/554.80	c cleaning 67960 clauses out of 136034 with flag 2405000/2405000
578.19/575.39	c cleaning 69008 clauses out of 138074 with flag 2475000/2475000
601.44/598.55	c cleaning 70016 clauses out of 140066 with flag 2546000/2546000
625.52/622.55	c cleaning 70955 clauses out of 142050 with flag 2618000/2618000
651.10/648.06	c cleaning 72043 clauses out of 144095 with flag 2691000/2691000
676.50/673.36	c cleaning 73012 clauses out of 146053 with flag 2765001/2765001
702.39/699.15	c cleaning 74006 clauses out of 148041 with flag 2840001/2840001
731.98/728.68	c cleaning 74991 clauses out of 150035 with flag 2916001/2916001
761.08/757.68	c cleaning 76011 clauses out of 152045 with flag 2993002/2993002
783.23/779.70	c cleaning 76956 clauses out of 154032 with flag 3071000/3071000
806.56/803.06	c cleaning 78034 clauses out of 156078 with flag 3150002/3150002
831.27/827.78	c cleaning 78978 clauses out of 158043 with flag 3230001/3230001
860.44/856.82	c cleaning 79993 clauses out of 160065 with flag 3311001/3311001
888.72/885.05	c cleaning 80984 clauses out of 162071 with flag 3393000/3393000
913.36/909.65	c cleaning 82001 clauses out of 164088 with flag 3476001/3476001
942.90/939.16	c cleaning 82937 clauses out of 166086 with flag 3560000/3560000
975.60/971.79	c cleaning 84008 clauses out of 168149 with flag 3645000/3645000
1005.30/1001.33	c cleaning 85055 clauses out of 170141 with flag 3731000/3731000
1035.55/1031.51	c cleaning 85989 clauses out of 172086 with flag 3818000/3818000
1075.02/1070.98	c cleaning 87003 clauses out of 174098 with flag 3906001/3906001
1118.28/1114.04	c cleaning 87985 clauses out of 176094 with flag 3995000/3995000
1154.09/1149.79	c cleaning 89028 clauses out of 178109 with flag 4085000/4085000
1193.19/1188.74	c cleaning 90034 clauses out of 180081 with flag 4176000/4176000
1226.95/1222.41	c cleaning 90975 clauses out of 182051 with flag 4268004/4268004
1269.64/1265.04	c cleaning 92018 clauses out of 184074 with flag 4361002/4361002
1310.96/1306.22	c cleaning 93015 clauses out of 186054 with flag 4455000/4455000
1348.06/1343.27	c cleaning 93982 clauses out of 188039 with flag 4550000/4550000
1379.52/1374.68	c cleaning 95024 clauses out of 190060 with flag 4646003/4646003
1414.19/1409.28	c cleaning 95983 clauses out of 192033 with flag 4743000/4743000
1448.77/1443.71	c cleaning 97016 clauses out of 194051 with flag 4841001/4841001
1486.12/1481.09	c cleaning 97981 clauses out of 196034 with flag 4940000/4940000
1527.83/1522.65	c cleaning 98971 clauses out of 198054 with flag 5040001/5040001
1574.83/1569.44	c cleaning 99950 clauses out of 200085 with flag 5141003/5141003
1609.03/1603.54	c cleaning 101052 clauses out of 202132 with flag 5243000/5243000
1651.70/1646.17	c cleaning 102025 clauses out of 204080 with flag 5346000/5346000
1698.15/1692.44	c cleaning 103009 clauses out of 206055 with flag 5450000/5450000
1736.78/1730.90	c cleaning 104005 clauses out of 208047 with flag 5555001/5555001
1783.78/1777.83	c cleaning 104950 clauses out of 210041 with flag 5661000/5661000
1800.05/1794.02	c starts		: 275
1800.05/1794.02	c conflicts		: 5709363
1800.05/1794.02	c decisions		: 8344001
1800.05/1794.02	c propagations		: 1076318304
1800.05/1794.02	c inspects		: 19016899960
1800.05/1794.02	c shortcuts		: 0
1800.05/1794.02	c learnt literals	: 13
1800.05/1794.02	c learnt binary clauses	: 979
1800.05/1794.02	c learnt ternary clauses	: 4253
1800.05/1794.02	c learnt constraints	: 5709350
1800.05/1794.02	c ignored constraints	: 0
1800.05/1794.02	c root simplifications	: 288
1800.05/1794.02	c removed literals (reason simplification)	: 113165003
1800.05/1794.02	c reason swapping (by a shorter reason)	: 0
1800.05/1794.02	c Calls to reduceDB	: 102
1800.05/1794.02	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.02	c number of learned constraints concerned by reduction	: 0
1800.05/1794.02	c number of learning phase by resolution	: 0
1800.05/1794.02	c number of learning phase by cutting planes	: 0
1800.05/1794.02	c speed (assignments/second)	: 600070.903385941
1800.05/1794.02	c non guided choices	100
1800.05/1794.05	c learnt constraints type 
1800.05/1794.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 978
1800.05/1794.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152521
1800.05/1794.05	c constraints type 
1800.05/1794.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
1800.05/1794.05	c org.sat4j.minisat.constraints.cnf.UnitClauses => 186
1800.05/1794.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 1250
1800.05/1794.05	c ignored satisfied constraints => 505
1800.05/1794.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 443
1800.05/1794.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 145
1800.05/1794.05	c 3096 constraints processed.
1800.05/1794.05	s UNKNOWN
1800.05/1794.05	c Total wall clock time (in seconds): 1793.916

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-3711095-1338204480/watcher-3711095-1338204480 -o /tmp/evaluation-result-3711095-1338204480/solver-3711095-1338204480 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711095-1338204480.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: 1.92 2.01 2.00 3/194 11140
/proc/meminfo: memFree=30794940/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11140/stat : 11140 (java) D 11138 11140 9972 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 286576481 9515008 183 33554432000 1073741824 1073778376 140736909955920 140736909946952 270118239925 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/11140/statm: 2323 183 140 9 0 71 0

[startup+0.013211 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 11140
/proc/meminfo: memFree=30794940/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11140/stat : 11140 (java) S 11138 11140 9972 0 -1 4202496 1274 0 0 0 0 0 0 0 20 0 2 0 286576481 98570240 974 33554432000 1073741824 1073778376 140736706589232 140736706580368 270121599037 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11140/statm: 24065 974 740 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100316 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 11140
/proc/meminfo: memFree=30794940/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/11140/stat : 11140 (java) S 11138 11140 9972 0 -1 4202496 3819 0 1 0 7 1 0 0 20 0 18 0 286576481 9787842560 5026 33554432000 1073741824 1073778376 140736706589232 140736706580368 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11140/statm: 2389610 5039 2005 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300297 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 11140
/proc/meminfo: memFree=30794940/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/11140/stat : 11140 (java) S 11138 11140 9972 0 -1 4202496 5435 0 1 0 43 2 0 0 20 0 18 0 286576481 9787842560 14511 33554432000 1073741824 1073778376 140736706589232 140736706580368 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11140/statm: 2389610 14511 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700304 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 11140
/proc/meminfo: memFree=30794940/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=9625004 CPUtime=1.34 cores=1,3,5,7
/proc/11140/stat : 11140 (java) S 11138 11140 9972 0 -1 4202496 9162 0 1 0 131 3 0 0 20 0 19 0 286576481 9856004096 20182 33554432000 1073741824 1073778376 140736706589232 140736706580368 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11140/statm: 2406251 20182 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625004

[startup+1.50078 s]
/proc/loadavg: 1.92 2.01 2.00 3/213 11159
/proc/meminfo: memFree=30716140/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=9625004 CPUtime=2.28 cores=1,3,5,7
/proc/11140/stat : 11140 (java) S 11138 11140 9972 0 -1 4202496 9549 0 1 0 224 4 0 0 20 0 19 0 286576481 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140736706580368 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11140/statm: 2406251 22813 2286 9 0 2396937 0
[pid=11140/tid=11142] ppid=11138 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/11140/task/11142/stat : 11142 (java) R 11138 11140 9972 0 -1 4202560 2571 0 1 0 140 2 0 0 20 0 19 0 286576482 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471868563880 140471808931058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11143] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11143/stat : 11143 (java) S 11138 11140 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471807293992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11144] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11144/stat : 11144 (java) S 11138 11140 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471806241192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11145] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11145/stat : 11145 (java) S 11138 11140 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471709677864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11146] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11146/stat : 11146 (java) S 11138 11140 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471708625064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11147] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11147/stat : 11147 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471707573288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11148] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11148/stat : 11148 (java) S 11138 11140 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471706520488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11149] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11149/stat : 11149 (java) S 11138 11140 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471705467688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11150] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11150/stat : 11150 (java) S 11138 11140 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471704414888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11151] ppid=11138 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/11140/task/11151/stat : 11151 (java) S 11138 11140 9972 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 286576484 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471692216808 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11152] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11152/stat : 11152 (java) S 11138 11140 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471691162872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11153] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11153/stat : 11153 (java) S 11138 11140 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471690109960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11154] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11154/stat : 11154 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471689058448 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11155] ppid=11138 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/11140/task/11155/stat : 11155 (java) S 11138 11140 9972 0 -1 4202560 2173 0 0 0 37 0 0 0 20 0 19 0 286576487 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471688006584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11156] ppid=11138 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/11140/task/11156/stat : 11156 (java) S 11138 11140 9972 0 -1 4202560 3550 0 0 0 37 0 0 0 20 0 19 0 286576487 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471686953784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11157] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11157/stat : 11157 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471685901176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11158] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11158/stat : 11158 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471684848584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11159] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11159/stat : 11159 (java) S 11138 11140 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286576517 9856004096 22813 33554432000 1073741824 1073778376 140736706589232 140471683794088 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 1.92 2.01 2.00 3/213 11159
/proc/meminfo: memFree=30709500/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=9625004 CPUtime=3.97 cores=1,3,5,7
/proc/11140/stat : 11140 (java) S 11138 11140 9972 0 -1 4202496 10276 0 1 0 393 4 0 0 20 0 19 0 286576481 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140736706580368 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11140/statm: 2406251 23338 2286 9 0 2396937 0
[pid=11140/tid=11142] ppid=11138 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/11140/task/11142/stat : 11142 (java) R 11138 11140 9972 0 -1 4202560 2571 0 1 0 296 2 0 0 20 0 19 0 286576482 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471868563944 140471808880896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11143] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11143/stat : 11143 (java) S 11138 11140 9972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471807293992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11144] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11144/stat : 11144 (java) S 11138 11140 9972 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471806241192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11145] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11145/stat : 11145 (java) S 11138 11140 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471709677864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11146] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11146/stat : 11146 (java) S 11138 11140 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471708625064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11147] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11147/stat : 11147 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471707573288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11148] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11148/stat : 11148 (java) S 11138 11140 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471706520488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11149] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11149/stat : 11149 (java) S 11138 11140 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471705467688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11150] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11150/stat : 11150 (java) S 11138 11140 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471704414888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11151] ppid=11138 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/11140/task/11151/stat : 11151 (java) S 11138 11140 9972 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 286576484 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471692216808 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11152] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11152/stat : 11152 (java) S 11138 11140 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471691162872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11153] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11153/stat : 11153 (java) S 11138 11140 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471690109960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11154] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11154/stat : 11154 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471689058448 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11155] ppid=11138 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/11140/task/11155/stat : 11155 (java) S 11138 11140 9972 0 -1 4202560 2173 0 0 0 37 0 0 0 20 0 19 0 286576487 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471688006584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11156] ppid=11138 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/11140/task/11156/stat : 11156 (java) S 11138 11140 9972 0 -1 4202560 4260 0 0 0 46 0 0 0 20 0 19 0 286576487 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471686953784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11157] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11157/stat : 11157 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471685901176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11158] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11158/stat : 11158 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471684848584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11159] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11159/stat : 11159 (java) S 11138 11140 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286576517 9856004096 23338 33554432000 1073741824 1073778376 140736706589232 140471683794088 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 1.93 2.01 2.00 3/213 11159
/proc/meminfo: memFree=30709136/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=9625004 CPUtime=7.23 cores=1,3,5,7
/proc/11140/stat : 11140 (java) S 11138 11140 9972 0 -1 4202496 10288 0 1 0 718 5 0 0 20 0 19 0 286576481 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140736706580368 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11140/statm: 2406251 23854 2286 9 0 2396937 0
[pid=11140/tid=11142] ppid=11138 vsize=9625004 CPUtime=6.1 cores=1,3,5,7
/proc/11140/task/11142/stat : 11142 (java) R 11138 11140 9972 0 -1 4202560 2575 0 1 0 608 2 0 0 20 0 19 0 286576482 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471868563760 140471808960414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11143] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11143/stat : 11143 (java) S 11138 11140 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471807293992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11144] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11144/stat : 11144 (java) S 11138 11140 9972 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471806241192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11145] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11145/stat : 11145 (java) S 11138 11140 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471709677864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11146] ppid=11138 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/11140/task/11146/stat : 11146 (java) S 11138 11140 9972 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 286576483 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471708625064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11147] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11147/stat : 11147 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471707573288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11148] ppid=11138 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/11140/task/11148/stat : 11148 (java) S 11138 11140 9972 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 286576483 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471706520488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11149] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11149/stat : 11149 (java) S 11138 11140 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471705467688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11150] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11150/stat : 11150 (java) S 11138 11140 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286576483 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471704414888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11151] ppid=11138 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/11140/task/11151/stat : 11151 (java) S 11138 11140 9972 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 286576484 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471692216808 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11152] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11152/stat : 11152 (java) S 11138 11140 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471691162872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11153] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11153/stat : 11153 (java) S 11138 11140 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471690109960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11154] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11154/stat : 11154 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471689058448 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11155] ppid=11138 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/11140/task/11155/stat : 11155 (java) S 11138 11140 9972 0 -1 4202560 2173 0 0 0 37 0 0 0 20 0 19 0 286576487 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471688006584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11156] ppid=11138 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/11140/task/11156/stat : 11156 (java) S 11138 11140 9972 0 -1 4202560 4260 0 0 0 47 0 0 0 20 0 19 0 286576487 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471686953784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11157] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11157/stat : 11157 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471685901176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11158] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11158/stat : 11158 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471684848584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11159] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11159/stat : 11159 (java) S 11138 11140 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286576517 9856004096 23854 33554432000 1073741824 1073778376 140736706589232 140471683794088 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=11140/tid=11155] ppid=11138 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/11140/task/11155/stat : 11155 (java) S 11138 11140 9972 0 -1 4202560 2173 0 0 0 37 0 0 0 20 0 19 0 286576487 9856004096 65279 33554432000 1073741824 1073778376 140736706589232 140471688006584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11156] ppid=11138 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/11140/task/11156/stat : 11156 (java) S 11138 11140 9972 0 -1 4202560 4264 0 0 0 48 0 0 0 20 0 19 0 286576487 9856004096 65279 33554432000 1073741824 1073778376 140736706589232 140471686953784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11157] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11157/stat : 11157 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 65279 33554432000 1073741824 1073778376 140736706589232 140471685901176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11158] ppid=11138 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/11140/task/11158/stat : 11158 (java) S 11138 11140 9972 0 -1 4202560 95 0 0 0 53 25 0 0 20 0 19 0 286576487 9856004096 65279 33554432000 1073741824 1073778376 140736706589232 140471684848584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11159] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11159/stat : 11159 (java) S 11138 11140 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286576517 9856004096 65279 33554432000 1073741824 1073778376 140736706589232 140471683794088 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1668
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 4/213 11232
/proc/meminfo: memFree=30629044/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=9625004 CPUtime=1728.16 cores=1,3,5,7
/proc/11140/stat : 11140 (java) S 11138 11140 9972 0 -1 4202496 12097 0 1 0 172739 77 0 0 20 0 19 0 286576481 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140736706580368 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11140/statm: 2406251 65317 2287 9 0 2396937 0
[pid=11140/tid=11142] ppid=11138 vsize=9625004 CPUtime=1712.28 cores=1,3,5,7
/proc/11140/task/11142/stat : 11142 (java) R 11138 11140 9972 0 -1 4202560 2685 0 1 0 171199 29 0 0 20 0 19 0 286576482 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471868563760 140471808874675 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11143] ppid=11138 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/11140/task/11143/stat : 11143 (java) S 11138 11140 9972 0 -1 4202560 179 0 0 0 62 3 0 0 20 0 19 0 286576483 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471807293992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11144] ppid=11138 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/11140/task/11144/stat : 11144 (java) S 11138 11140 9972 0 -1 4202560 118 0 0 0 56 4 0 0 20 0 19 0 286576483 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471806241192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11145] ppid=11138 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/11140/task/11145/stat : 11145 (java) S 11138 11140 9972 0 -1 4202560 88 0 0 0 64 2 0 0 20 0 19 0 286576483 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471709677864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11146] ppid=11138 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/11140/task/11146/stat : 11146 (java) S 11138 11140 9972 0 -1 4202560 402 0 0 0 58 3 0 0 20 0 19 0 286576483 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471708625064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11147] ppid=11138 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/11140/task/11147/stat : 11147 (java) S 11138 11140 9972 0 -1 4202560 229 0 0 0 59 3 0 0 20 0 19 0 286576483 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471707573288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11148] ppid=11138 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/11140/task/11148/stat : 11148 (java) S 11138 11140 9972 0 -1 4202560 333 0 0 0 63 3 0 0 20 0 19 0 286576483 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471706520488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11149] ppid=11138 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/11140/task/11149/stat : 11149 (java) S 11138 11140 9972 0 -1 4202560 48 0 0 0 56 2 0 0 20 0 19 0 286576483 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471705467688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11150] ppid=11138 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/11140/task/11150/stat : 11150 (java) S 11138 11140 9972 0 -1 4202560 162 0 0 0 68 3 0 0 20 0 19 0 286576483 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471704414888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11151] ppid=11138 vsize=9625004 CPUtime=3.99 cores=1,3,5,7
/proc/11140/task/11151/stat : 11151 (java) S 11138 11140 9972 0 -1 4202560 130 0 0 0 397 2 0 0 20 0 19 0 286576484 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471692216808 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11152] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11152/stat : 11152 (java) S 11138 11140 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471691162872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11153] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11153/stat : 11153 (java) S 11138 11140 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471690109960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11154] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11154/stat : 11154 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471689058448 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11155] ppid=11138 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/11140/task/11155/stat : 11155 (java) S 11138 11140 9972 0 -1 4202560 2173 0 0 0 37 0 0 0 20 0 19 0 286576487 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471688006584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11156] ppid=11138 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/11140/task/11156/stat : 11156 (java) S 11138 11140 9972 0 -1 4202560 4264 0 0 0 48 0 0 0 20 0 19 0 286576487 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471686953784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11157] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11157/stat : 11157 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471685901176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11158] ppid=11138 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/11140/task/11158/stat : 11158 (java) S 11138 11140 9972 0 -1 4202560 99 0 0 0 56 26 0 0 20 0 19 0 286576487 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471684848584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11159] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11159/stat : 11159 (java) S 11138 11140 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286576517 9856004096 65317 33554432000 1073741824 1073778376 140736706589232 140471683794088 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1728.16
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 4/213 11233
/proc/meminfo: memFree=30628796/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=9625004 CPUtime=1788.32 cores=1,3,5,7
/proc/11140/stat : 11140 (java) S 11138 11140 9972 0 -1 4202496 12122 0 1 0 178751 81 0 0 20 0 19 0 286576481 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140736706580368 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11140/statm: 2406251 65332 2287 9 0 2396937 0
[pid=11140/tid=11142] ppid=11138 vsize=9625004 CPUtime=1771.97 cores=1,3,5,7
/proc/11140/task/11142/stat : 11142 (java) R 11138 11140 9972 0 -1 4202560 2687 0 1 0 177168 29 0 0 20 0 19 0 286576482 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471868563760 140471808880896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11143] ppid=11138 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/11140/task/11143/stat : 11143 (java) S 11138 11140 9972 0 -1 4202560 179 0 0 0 63 3 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471807293992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11144] ppid=11138 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/11140/task/11144/stat : 11144 (java) S 11138 11140 9972 0 -1 4202560 118 0 0 0 57 4 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471806241192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11145] ppid=11138 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/11140/task/11145/stat : 11145 (java) S 11138 11140 9972 0 -1 4202560 88 0 0 0 66 2 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471709677864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11146] ppid=11138 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/11140/task/11146/stat : 11146 (java) S 11138 11140 9972 0 -1 4202560 406 0 0 0 59 3 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471708625064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11147] ppid=11138 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/11140/task/11147/stat : 11147 (java) S 11138 11140 9972 0 -1 4202560 240 0 0 0 60 3 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471707573288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11148] ppid=11138 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/11140/task/11148/stat : 11148 (java) S 11138 11140 9972 0 -1 4202560 333 0 0 0 65 3 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471706520488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11149] ppid=11138 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/11140/task/11149/stat : 11149 (java) S 11138 11140 9972 0 -1 4202560 48 0 0 0 57 2 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471705467688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11150] ppid=11138 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/11140/task/11150/stat : 11150 (java) S 11138 11140 9972 0 -1 4202560 162 0 0 0 68 3 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471704414888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11151] ppid=11138 vsize=9625004 CPUtime=4.12 cores=1,3,5,7
/proc/11140/task/11151/stat : 11151 (java) S 11138 11140 9972 0 -1 4202560 134 0 0 0 410 2 0 0 20 0 19 0 286576484 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471692216808 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11152] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11152/stat : 11152 (java) S 11138 11140 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471691162872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11153] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11153/stat : 11153 (java) S 11138 11140 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471690109960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11154] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11154/stat : 11154 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471689058448 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11155] ppid=11138 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/11140/task/11155/stat : 11155 (java) S 11138 11140 9972 0 -1 4202560 2173 0 0 0 37 0 0 0 20 0 19 0 286576487 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471688006584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11156] ppid=11138 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/11140/task/11156/stat : 11156 (java) S 11138 11140 9972 0 -1 4202560 4264 0 0 0 48 0 0 0 20 0 19 0 286576487 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471686953784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11157] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11157/stat : 11157 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471685901176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11158] ppid=11138 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/11140/task/11158/stat : 11158 (java) S 11138 11140 9972 0 -1 4202560 103 0 0 0 57 28 0 0 20 0 19 0 286576487 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471684848584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11159] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11159/stat : 11159 (java) S 11138 11140 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286576517 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471683794088 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.32
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 11233
/proc/meminfo: memFree=30628920/32873844 swapFree=6872/6872
[pid=11140] ppid=11138 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/11140/stat : 11140 (java) S 11138 11140 9972 0 -1 4202496 12122 0 1 0 179923 82 0 0 20 0 19 0 286576481 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140736706580368 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11140/statm: 2406251 65332 2287 9 0 2396937 0
[pid=11140/tid=11142] ppid=11138 vsize=9625004 CPUtime=1783.65 cores=1,3,5,7
/proc/11140/task/11142/stat : 11142 (java) R 11138 11140 9972 0 -1 4202560 2687 0 1 0 178335 30 0 0 20 0 19 0 286576482 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471868563760 140471808874675 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11143] ppid=11138 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/11140/task/11143/stat : 11143 (java) S 11138 11140 9972 0 -1 4202560 179 0 0 0 63 3 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471807293992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11144] ppid=11138 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/11140/task/11144/stat : 11144 (java) S 11138 11140 9972 0 -1 4202560 118 0 0 0 57 4 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471806241192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11145] ppid=11138 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/11140/task/11145/stat : 11145 (java) S 11138 11140 9972 0 -1 4202560 88 0 0 0 66 2 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471709677864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11146] ppid=11138 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/11140/task/11146/stat : 11146 (java) S 11138 11140 9972 0 -1 4202560 406 0 0 0 59 3 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471708625064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11147] ppid=11138 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/11140/task/11147/stat : 11147 (java) S 11138 11140 9972 0 -1 4202560 240 0 0 0 60 3 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471707573288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11148] ppid=11138 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/11140/task/11148/stat : 11148 (java) S 11138 11140 9972 0 -1 4202560 333 0 0 0 65 3 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471706520488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11149] ppid=11138 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/11140/task/11149/stat : 11149 (java) S 11138 11140 9972 0 -1 4202560 48 0 0 0 57 2 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471705467688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11140/tid=11150] ppid=11138 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/11140/task/11150/stat : 11150 (java) S 11138 11140 9972 0 -1 4202560 162 0 0 0 68 3 0 0 20 0 19 0 286576483 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471704414888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11151] ppid=11138 vsize=9625004 CPUtime=4.12 cores=1,3,5,7
/proc/11140/task/11151/stat : 11151 (java) S 11138 11140 9972 0 -1 4202560 134 0 0 0 410 2 0 0 20 0 19 0 286576484 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471692216808 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11152] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11152/stat : 11152 (java) S 11138 11140 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471691162872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11153] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11153/stat : 11153 (java) S 11138 11140 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286576485 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471690109960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11154] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11154/stat : 11154 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471689058448 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11155] ppid=11138 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/11140/task/11155/stat : 11155 (java) S 11138 11140 9972 0 -1 4202560 2173 0 0 0 37 0 0 0 20 0 19 0 286576487 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471688006584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11140/tid=11156] ppid=11138 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/11140/task/11156/stat : 11156 (java) S 11138 11140 9972 0 -1 4202560 4264 0 0 0 48 0 0 0 20 0 19 0 286576487 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471686953784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11157] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11157/stat : 11157 (java) S 11138 11140 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286576487 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471685901176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11140/tid=11158] ppid=11138 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/11140/task/11158/stat : 11158 (java) S 11138 11140 9972 0 -1 4202560 103 0 0 0 58 28 0 0 20 0 19 0 286576487 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471684848584 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11140/tid=11159] ppid=11138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/11140/task/11159/stat : 11159 (java) S 11138 11140 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286576517 9856004096 65332 33554432000 1073741824 1073778376 140736706589232 140471683794088 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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 11140 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=58261
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=972852
# CPU time returned by wait4() is 1795.03
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.06
CPU time (s): 1800.05
CPU user time (s): 1799.23
CPU system time (s): 0.82
CPU usage (%): 100.334
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 0.972852
maximum resident set size= 261472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12161
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40618
involuntary context switches= 12531

runsolver used 6.32104 second user time and 15.4227 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 13:28:00
IDJOB=3711095
IDBENCH=89875
IDSOLVER=2289
FILE ID=node106/3711095-1338204480
RUNJOBID= node106-1338195726-9989
PBS_JOBID= 14624610
Free space on /tmp= 71332 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns894788.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711095-1338204480/watcher-3711095-1338204480 -o /tmp/evaluation-result-3711095-1338204480/solver-3711095-1338204480 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711095-1338204480.opb

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

MD5SUM BENCH= ca3efe2da0610ce6a80a42a3887418e6
RANDOM SEED=2014191352

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30795576 kB
Buffers:          300488 kB
Cached:           551888 kB
SwapCached:            0 kB
Active:          1018988 kB
Inactive:         176952 kB
Active(anon):     334588 kB
Inactive(anon):    11256 kB
Active(file):     684400 kB
Inactive(file):   165696 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:        374428 kB
Mapped:            18736 kB
Shmem:               200 kB
Slab:             716580 kB
SReclaimable:     158580 kB
SUnreclaim:       558000 kB
KernelStack:        1624 kB
PageTables:         4708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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= 71332 MiB
End job on node106 at 2012-05-28 13:57:56