Trace number 3478948

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
Sat4j Resolution 2.3.0? (TO) 1800.21 1797.22

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-60.opb
MD5SUM3a065af206abae16cc2624cb89dfd6ff
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 variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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 --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3478948-1307442299.opb
0.10/0.12	c reading problem ... 
3.10/2.31	c ... done. Wall clock time 2.198s.
3.10/2.31	c #vars     12587
3.10/2.31	c #constraints  284398
3.10/2.31	c constraints type 
3.10/2.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
3.10/2.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
3.10/2.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
3.10/2.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
8.25/7.00	c cleaning 2485 clauses out of 5001 with flag 5001/5001
11.21/9.83	c cleaning 4236 clauses out of 8515 with flag 11000/11000
13.81/12.41	c cleaning 5636 clauses out of 11279 with flag 18000/18000
16.92/15.57	c cleaning 6816 clauses out of 13643 with flag 26000/26000
19.85/18.40	c cleaning 7882 clauses out of 15827 with flag 35000/35000
23.47/22.02	c cleaning 8969 clauses out of 17946 with flag 45001/45001
27.36/25.90	c cleaning 9924 clauses out of 19976 with flag 56000/56000
31.37/29.96	c cleaning 11005 clauses out of 22053 with flag 68001/68001
36.17/34.72	c cleaning 12016 clauses out of 24047 with flag 81000/81000
40.48/39.03	c cleaning 12859 clauses out of 26031 with flag 95000/95000
44.58/43.11	c cleaning 13847 clauses out of 28172 with flag 110000/110000
48.29/46.87	c cleaning 15113 clauses out of 30325 with flag 126000/126000
53.70/52.20	c cleaning 16038 clauses out of 32212 with flag 143000/143000
58.10/56.68	c cleaning 17072 clauses out of 34174 with flag 161000/161000
64.31/62.85	c cleaning 18018 clauses out of 36102 with flag 180000/180000
69.12/67.69	c cleaning 18986 clauses out of 38085 with flag 200001/200001
72.43/70.90	c cleaning 20002 clauses out of 40096 with flag 221000/221000
80.44/78.92	c cleaning 21041 clauses out of 42096 with flag 243002/243002
90.15/88.60	c cleaning 22021 clauses out of 44054 with flag 266002/266002
97.39/95.88	c cleaning 22973 clauses out of 46032 with flag 290002/290002
103.92/102.39	c cleaning 24027 clauses out of 48057 with flag 315000/315000
114.11/112.57	c cleaning 25010 clauses out of 50029 with flag 341000/341000
119.81/118.23	c cleaning 25904 clauses out of 52023 with flag 368004/368004
129.83/128.25	c cleaning 27050 clauses out of 54117 with flag 396002/396002
139.44/137.84	c cleaning 28019 clauses out of 56067 with flag 425002/425002
147.46/145.84	c cleaning 28940 clauses out of 58046 with flag 455000/455000
154.06/152.49	c cleaning 30050 clauses out of 60106 with flag 486000/486000
164.27/162.66	c cleaning 31025 clauses out of 62058 with flag 518002/518002
181.19/179.59	c cleaning 31980 clauses out of 64031 with flag 551000/551000
191.41/189.79	c cleaning 32713 clauses out of 66051 with flag 585000/585000
201.53/199.82	c cleaning 34112 clauses out of 68338 with flag 620000/620000
210.84/209.12	c cleaning 35106 clauses out of 70226 with flag 656000/656000
220.36/218.67	c cleaning 36032 clauses out of 72120 with flag 693000/693000
232.79/231.04	c cleaning 36911 clauses out of 74090 with flag 731002/731002
241.38/239.67	c cleaning 38037 clauses out of 76177 with flag 770000/770000
252.61/250.84	c cleaning 38990 clauses out of 78140 with flag 810000/810000
262.81/261.05	c cleaning 39987 clauses out of 80150 with flag 851000/851000
275.43/273.66	c cleaning 40995 clauses out of 82163 with flag 893000/893000
286.44/284.60	c cleaning 42060 clauses out of 84168 with flag 936000/936000
299.56/297.76	c cleaning 42993 clauses out of 86108 with flag 980000/980000
313.68/311.84	c cleaning 44049 clauses out of 88114 with flag 1025000/1025000
327.41/325.57	c cleaning 45006 clauses out of 90065 with flag 1071000/1071000
352.00/350.12	c cleaning 45925 clauses out of 92061 with flag 1118002/1118002
365.82/363.99	c cleaning 46904 clauses out of 94134 with flag 1166000/1166000
380.25/378.32	c cleaning 48033 clauses out of 96230 with flag 1215000/1215000
392.95/391.08	c cleaning 49001 clauses out of 98197 with flag 1265000/1265000
406.68/404.81	c cleaning 49902 clauses out of 100197 with flag 1316001/1316001
424.19/422.20	c cleaning 51042 clauses out of 102294 with flag 1368000/1368000
438.73/436.72	c cleaning 52097 clauses out of 104252 with flag 1421000/1421000
457.22/455.24	c cleaning 53072 clauses out of 106155 with flag 1475000/1475000
482.04/480.09	c cleaning 53984 clauses out of 108083 with flag 1530000/1530000
498.46/496.42	c cleaning 55033 clauses out of 110100 with flag 1586001/1586001
543.29/541.24	c cleaning 56005 clauses out of 112067 with flag 1643001/1643001
561.92/559.87	c cleaning 56965 clauses out of 114063 with flag 1701002/1701002
578.82/576.76	c cleaning 57823 clauses out of 116098 with flag 1760002/1760002
598.63/596.50	c cleaning 58845 clauses out of 118273 with flag 1820000/1820000
639.56/637.47	c cleaning 60208 clauses out of 120429 with flag 1881001/1881001
679.99/677.82	c cleaning 61084 clauses out of 122220 with flag 1943000/1943000
733.42/731.27	c cleaning 62033 clauses out of 124136 with flag 2006000/2006000
769.96/767.74	c cleaning 63022 clauses out of 126104 with flag 2070001/2070001
796.76/794.50	c cleaning 64034 clauses out of 128081 with flag 2135000/2135000
815.37/813.15	c cleaning 64820 clauses out of 130047 with flag 2201000/2201000
843.89/841.64	c cleaning 66110 clauses out of 132228 with flag 2268001/2268001
870.41/868.13	c cleaning 66960 clauses out of 134117 with flag 2336000/2336000
889.43/887.16	c cleaning 67979 clauses out of 136157 with flag 2405000/2405000
908.25/905.92	c cleaning 69084 clauses out of 138179 with flag 2475001/2475001
938.16/935.84	c cleaning 69934 clauses out of 140094 with flag 2546000/2546000
971.30/968.93	c cleaning 71058 clauses out of 142160 with flag 2618000/2618000
995.13/992.72	c cleaning 72014 clauses out of 144103 with flag 2691001/2691001
1021.74/1019.30	c cleaning 72872 clauses out of 146089 with flag 2765001/2765001
1045.18/1042.72	c cleaning 73996 clauses out of 148217 with flag 2840001/2840001
1068.49/1066.06	c cleaning 74897 clauses out of 150220 with flag 2916000/2916000
1096.71/1094.24	c cleaning 75969 clauses out of 152323 with flag 2993000/2993000
1120.14/1117.67	c cleaning 77104 clauses out of 154354 with flag 3071000/3071000
1147.85/1145.33	c cleaning 78069 clauses out of 156252 with flag 3150002/3150002
1175.08/1172.58	c cleaning 79013 clauses out of 158185 with flag 3230004/3230004
1196.97/1194.40	c cleaning 79712 clauses out of 160168 with flag 3311000/3311000
1223.61/1221.08	c cleaning 81089 clauses out of 162456 with flag 3393000/3393000
1253.61/1251.02	c cleaning 82052 clauses out of 164368 with flag 3476001/3476001
1320.23/1317.68	c cleaning 83152 clauses out of 166315 with flag 3560000/3560000
1401.26/1398.67	c cleaning 84073 clauses out of 168165 with flag 3645002/3645002
1430.51/1427.86	c cleaning 85031 clauses out of 170090 with flag 3731000/3731000
1468.31/1465.67	c cleaning 86026 clauses out of 172060 with flag 3818001/3818001
1503.33/1500.62	c cleaning 86943 clauses out of 174033 with flag 3906000/3906000
1532.15/1529.42	c cleaning 88027 clauses out of 176091 with flag 3995001/3995001
1571.97/1569.29	c cleaning 89006 clauses out of 178063 with flag 4085000/4085000
1616.51/1613.77	c cleaning 89804 clauses out of 180057 with flag 4176000/4176000
1660.93/1658.18	c cleaning 90948 clauses out of 182253 with flag 4268000/4268000
1711.36/1708.58	c cleaning 92131 clauses out of 184307 with flag 4361002/4361002
1784.59/1781.71	c cleaning 92910 clauses out of 186174 with flag 4455000/4455000
1800.04/1797.12	c starts		: 253
1800.04/1797.12	c conflicts		: 4483698
1800.04/1797.12	c decisions		: 25288675
1800.04/1797.12	c propagations		: 1577750401
1800.04/1797.12	c inspects		: 21160899490
1800.04/1797.12	c shortcuts		: 0
1800.04/1797.12	c learnt literals	: 6
1800.04/1797.12	c learnt binary clauses	: 1957
1800.04/1797.12	c learnt ternary clauses	: 3859
1800.04/1797.12	c learnt constraints	: 4483692
1800.04/1797.12	c ignored constraints	: 0
1800.04/1797.12	c root simplifications	: 0
1800.04/1797.12	c removed literals (reason simplification)	: 82724787
1800.04/1797.12	c reason swapping (by a shorter reason)	: 0
1800.04/1797.12	c Calls to reduceDB	: 90
1800.04/1797.12	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.12	c number of learned constraints concerned by reduction	: 0
1800.04/1797.12	c number of learning phase by resolution	: 0
1800.04/1797.12	c number of learning phase by cutting planes	: 0
1800.04/1797.12	c speed (assignments/second)	: 879061.4342552677
1800.04/1797.12	c non guided choices	2157273
1800.04/1797.16	c learnt constraints type 
1800.04/1797.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1957
1800.04/1797.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120061
1800.04/1797.16	c constraints type 
1800.04/1797.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
1800.04/1797.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
1800.04/1797.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
1800.04/1797.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
1800.04/1797.16	s UNKNOWN
1800.04/1797.16	c Total wall clock time (in seconds): 1797.047

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3478948-1307442299/watcher-3478948-1307442299 -o /tmp/evaluation-result-3478948-1307442299/solver-3478948-1307442299 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478948-1307442299.opb 

running on 4 cores: 0,2,4,6

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: 2.01 2.04 2.00 2/544 31995
/proc/meminfo: memFree=20307492/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 7037 0 1 0 0 0 0 0 25 0 2 0 836645756 13850947584 6740 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3381579 6753 917 9 0 3372735 0
[pid=31995/tid=31996] ppid=31993 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 5987 0 1 0 0 0 0 0 25 0 2 0 836645757 13850947584 6803 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0389889 s]
/proc/loadavg: 2.01 2.04 2.00 2/544 31995
/proc/meminfo: memFree=20307492/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13547424 CPUtime=0.02 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 13407 0 1 0 1 1 0 0 25 0 11 0 836645756 13872562176 13107 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3386856 13107 1567 9 0 3377604 0
[pid=31995/tid=31996] ppid=31993 vsize=13547424 CPUtime=0.02 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 12284 0 1 0 1 1 0 0 25 0 11 0 836645757 13872562176 13107 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 46983969265395 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13547424

[startup+0.104134 s]
/proc/loadavg: 2.01 2.04 2.00 2/544 31995
/proc/meminfo: memFree=20307492/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13621348 CPUtime=0.1 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 15470 0 1 0 8 2 0 0 25 0 18 0 836645756 13948260352 15159 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3405337 15159 2092 9 0 3396071 0
[pid=31995/tid=31996] ppid=31993 vsize=13621348 CPUtime=0.09 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 13639 0 1 0 7 2 0 0 18 0 18 0 836645757 13948260352 15159 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621348

[startup+0.300883 s]
/proc/loadavg: 2.01 2.04 2.00 2/544 31995
/proc/meminfo: memFree=20307492/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13622084 CPUtime=0.44 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 18526 0 1 0 41 3 0 0 25 0 18 0 836645756 13949014016 17848 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3405521 17849 2198 9 0 3396255 0
[pid=31995/tid=31996] ppid=31993 vsize=13622084 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 15834 0 1 0 25 2 0 0 18 0 18 0 836645757 13949014016 17850 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 46912505558253 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13622084

[startup+0.700883 s]
/proc/loadavg: 2.01 2.04 2.00 2/544 31995
/proc/meminfo: memFree=20307492/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13637328 CPUtime=1.44 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 56035 0 1 0 134 10 0 0 25 0 18 0 836645756 13964623872 51487 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3409332 51490 2215 9 0 3400066 0
[pid=31995/tid=31996] ppid=31993 vsize=13637328 CPUtime=0.67 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 43053 0 1 0 60 7 0 0 18 0 18 0 836645757 13964623872 51491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 46912505558249 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 13637328

[startup+1.50071 s]
/proc/loadavg: 2.17 2.07 2.01 3/562 32013
/proc/meminfo: memFree=19971068/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13637328 CPUtime=2.26 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 148213 0 1 0 205 21 0 0 25 0 18 0 836645756 13964623872 143665 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3409332 143669 2215 9 0 3400066 0
[pid=31995/tid=31996] ppid=31993 vsize=13637328 CPUtime=1.47 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 135232 0 1 0 129 18 0 0 19 0 18 0 836645757 13964623872 143671 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 46912505640657 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31995/tid=31998] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/31998/stat : 31998 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836645759 13964623872 143674 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=31999] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/31999/stat : 31999 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836645759 13964623872 143677 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32000] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32000/stat : 32000 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836645759 13964623872 143680 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32001] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32001/stat : 32001 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836645759 13964623872 143682 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32002] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32002/stat : 32002 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836645759 13964623872 143685 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32003] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32003/stat : 32003 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836645759 13964623872 143687 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32004] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32004/stat : 32004 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836645759 13964623872 143690 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32005] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32005/stat : 32005 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836645759 13964623872 143693 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32006] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32006/stat : 32006 (java) S 31993 31995 31299 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 836645760 13964623872 143695 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 0 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32007] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32007/stat : 32007 (java) S 31993 31995 31299 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 836645761 13964623872 143698 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32008] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32008/stat : 32008 (java) S 31993 31995 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 836645761 13964623872 143699 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32009] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32009/stat : 32009 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836645763 13964623872 143700 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522121137 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32010] ppid=31993 vsize=13637328 CPUtime=0.35 cores=0,2,4,6
/proc/31995/task/32010/stat : 32010 (java) S 31993 31995 31299 0 -1 4202560 4282 0 0 0 35 0 0 0 15 0 18 0 836645763 13964623872 143703 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=32011] ppid=31993 vsize=13637328 CPUtime=0.41 cores=0,2,4,6
/proc/31995/task/32011/stat : 32011 (java) S 31993 31995 31299 0 -1 4202560 7557 0 0 0 40 1 0 0 15 0 18 0 836645763 13964623872 143706 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32012] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32012/stat : 32012 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836645763 13964623872 143708 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32013] ppid=31993 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32013/stat : 32013 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 836645763 13964623872 143711 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 13637328

[startup+3.1014 s]
/proc/loadavg: 2.17 2.07 2.01 3/562 32013
/proc/meminfo: memFree=19460188/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13638356 CPUtime=4.31 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 242664 0 1 0 399 32 0 0 25 0 19 0 836645756 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3409589 238113 2235 9 0 3400323 0
[pid=31995/tid=31996] ppid=31993 vsize=13638356 CPUtime=3.07 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 229545 0 1 0 278 29 0 0 25 0 19 0 836645757 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 46912505930214 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31995/tid=31998] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/31998/stat : 31998 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=31999] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/31999/stat : 31999 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32000] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32000/stat : 32000 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32001] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32001/stat : 32001 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32002] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32002/stat : 32002 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32003] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32003/stat : 32003 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32004] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32004/stat : 32004 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32005] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32005/stat : 32005 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32006] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32006/stat : 32006 (java) S 31993 31995 31299 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 836645760 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 0 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32007] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32007/stat : 32007 (java) S 31993 31995 31299 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 836645761 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32008] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32008/stat : 32008 (java) S 31993 31995 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836645761 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32009] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32009/stat : 32009 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522121137 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32010] ppid=31993 vsize=13638356 CPUtime=0.59 cores=0,2,4,6
/proc/31995/task/32010/stat : 32010 (java) S 31993 31995 31299 0 -1 4202560 4347 0 0 0 59 0 0 0 15 0 19 0 836645763 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=32011] ppid=31993 vsize=13638356 CPUtime=0.61 cores=0,2,4,6
/proc/31995/task/32011/stat : 32011 (java) S 31993 31995 31299 0 -1 4202560 7612 0 0 0 60 1 0 0 15 0 19 0 836645763 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32012] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32012/stat : 32012 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32013] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32013/stat : 32013 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 836645763 13965676544 238113 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 13638356

[startup+6.30085 s]
/proc/loadavg: 2.17 2.07 2.01 3/563 32014
/proc/meminfo: memFree=19358048/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13638356 CPUtime=7.52 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 243245 0 1 0 720 32 0 0 25 0 19 0 836645756 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3409589 238491 2235 9 0 3400323 0
[pid=31995/tid=31996] ppid=31993 vsize=13638356 CPUtime=6.27 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 230125 0 1 0 598 29 0 0 23 0 19 0 836645757 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 46912505982134 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31995/tid=31998] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/31998/stat : 31998 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=31999] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/31999/stat : 31999 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32000] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32000/stat : 32000 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32001] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32001/stat : 32001 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32002] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32002/stat : 32002 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32003] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32003/stat : 32003 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32004] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32004/stat : 32004 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32005] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32005/stat : 32005 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645759 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32006] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32006/stat : 32006 (java) S 31993 31995 31299 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 836645760 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 0 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32007] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32007/stat : 32007 (java) S 31993 31995 31299 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 836645761 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32008] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32008/stat : 32008 (java) S 31993 31995 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836645761 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32009] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32009/stat : 32009 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522121137 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32010] ppid=31993 vsize=13638356 CPUtime=0.59 cores=0,2,4,6
/proc/31995/task/32010/stat : 32010 (java) S 31993 31995 31299 0 -1 4202560 4347 0 0 0 59 0 0 0 15 0 19 0 836645763 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=32011] ppid=31993 vsize=13638356 CPUtime=0.62 cores=0,2,4,6
/proc/31995/task/32011/stat : 32011 (java) S 31993 31995 31299 0 -1 4202560 7613 0 0 0 61 1 0 0 15 0 19 0 836645763 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32012] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32012/stat : 32012 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32013] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32013/stat : 32013 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 836645763 13965676544 238491 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0

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

[pid=31995/tid=32003] ppid=31993 vsize=13638356 CPUtime=0.36 cores=0,2,4,6
/proc/31995/task/32003/stat : 32003 (java) S 31993 31995 31299 0 -1 4202560 2426 0 0 0 36 0 0 0 16 0 19 0 836645759 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32004] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/32004/stat : 32004 (java) S 31993 31995 31299 0 -1 4202560 3436 0 0 0 27 0 0 0 16 0 19 0 836645759 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32005] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/32005/stat : 32005 (java) S 31993 31995 31299 0 -1 4202560 1873 0 0 0 27 0 0 0 15 0 19 0 836645759 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32006] ppid=31993 vsize=13638356 CPUtime=9.71 cores=0,2,4,6
/proc/31995/task/32006/stat : 32006 (java) S 31993 31995 31299 0 -1 4202560 18047 0 0 0 969 2 0 0 15 0 19 0 836645760 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 0 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32007] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32007/stat : 32007 (java) S 31993 31995 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836645761 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32008] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32008/stat : 32008 (java) S 31993 31995 31299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836645761 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32009] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32009/stat : 32009 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522121137 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32010] ppid=31993 vsize=13638356 CPUtime=0.68 cores=0,2,4,6
/proc/31995/task/32010/stat : 32010 (java) S 31993 31995 31299 0 -1 4202560 4358 0 0 0 68 0 0 0 15 0 19 0 836645763 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=32011] ppid=31993 vsize=13638356 CPUtime=0.74 cores=0,2,4,6
/proc/31995/task/32011/stat : 32011 (java) S 31993 31995 31299 0 -1 4202560 7640 0 0 0 72 2 0 0 15 0 19 0 836645763 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32012] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32012/stat : 32012 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32013] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32013/stat : 32013 (java) S 31993 31995 31299 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 836645763 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32014] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32014/stat : 32014 (java) S 31993 31995 31299 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 836645990 13965676544 268130 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1725.19
Current children cumulated vsize (KiB) 13638356

[startup+1782.3 s]
/proc/loadavg: 2.13 2.09 2.08 3/563 32154
/proc/meminfo: memFree=13090880/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13638356 CPUtime=1785.22 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 274273 0 1 0 178484 38 0 0 25 0 19 0 836645756 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3409589 269210 2263 9 0 3400323 0
[pid=31995/tid=31996] ppid=31993 vsize=13638356 CPUtime=1771.72 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 230318 0 1 0 177142 30 0 0 25 0 19 0 836645757 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 46912506011792 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31995/tid=31998] ppid=31993 vsize=13638356 CPUtime=0.28 cores=0,2,4,6
/proc/31995/task/31998/stat : 31998 (java) S 31993 31995 31299 0 -1 4202560 689 0 0 0 28 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=31999] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/31999/stat : 31999 (java) S 31993 31995 31299 0 -1 4202560 205 0 0 0 27 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=32000] ppid=31993 vsize=13638356 CPUtime=0.15 cores=0,2,4,6
/proc/31995/task/32000/stat : 32000 (java) S 31993 31995 31299 0 -1 4202560 312 0 0 0 15 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32001] ppid=31993 vsize=13638356 CPUtime=0.23 cores=0,2,4,6
/proc/31995/task/32001/stat : 32001 (java) S 31993 31995 31299 0 -1 4202560 638 0 0 0 23 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32002] ppid=31993 vsize=13638356 CPUtime=0.32 cores=0,2,4,6
/proc/31995/task/32002/stat : 32002 (java) S 31993 31995 31299 0 -1 4202560 2488 0 0 0 32 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32003] ppid=31993 vsize=13638356 CPUtime=0.37 cores=0,2,4,6
/proc/31995/task/32003/stat : 32003 (java) S 31993 31995 31299 0 -1 4202560 2672 0 0 0 37 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32004] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/32004/stat : 32004 (java) S 31993 31995 31299 0 -1 4202560 3436 0 0 0 27 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32005] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/32005/stat : 32005 (java) S 31993 31995 31299 0 -1 4202560 1873 0 0 0 27 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32006] ppid=31993 vsize=13638356 CPUtime=9.83 cores=0,2,4,6
/proc/31995/task/32006/stat : 32006 (java) S 31993 31995 31299 0 -1 4202560 18394 0 0 0 981 2 0 0 16 0 19 0 836645760 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 0 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32007] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32007/stat : 32007 (java) S 31993 31995 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836645761 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32008] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32008/stat : 32008 (java) S 31993 31995 31299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836645761 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32009] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32009/stat : 32009 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522121137 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32010] ppid=31993 vsize=13638356 CPUtime=0.68 cores=0,2,4,6
/proc/31995/task/32010/stat : 32010 (java) S 31993 31995 31299 0 -1 4202560 4358 0 0 0 68 0 0 0 15 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=32011] ppid=31993 vsize=13638356 CPUtime=0.74 cores=0,2,4,6
/proc/31995/task/32011/stat : 32011 (java) S 31993 31995 31299 0 -1 4202560 7640 0 0 0 72 2 0 0 15 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32012] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32012/stat : 32012 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32013] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32013/stat : 32013 (java) S 31993 31995 31299 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32014] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32014/stat : 32014 (java) S 31993 31995 31299 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 836645990 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 13638356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.10 2.09 2.08 3/563 32155
/proc/meminfo: memFree=13090624/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13638356 CPUtime=1800.04 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 274273 0 1 0 179966 38 0 0 25 0 19 0 836645756 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3409589 269210 2263 9 0 3400323 0
[pid=31995/tid=31996] ppid=31993 vsize=13638356 CPUtime=1786.55 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 230318 0 1 0 178625 30 0 0 25 0 19 0 836645757 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 46912505982062 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31995/tid=31998] ppid=31993 vsize=13638356 CPUtime=0.28 cores=0,2,4,6
/proc/31995/task/31998/stat : 31998 (java) S 31993 31995 31299 0 -1 4202560 689 0 0 0 28 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=31999] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/31999/stat : 31999 (java) S 31993 31995 31299 0 -1 4202560 205 0 0 0 27 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=32000] ppid=31993 vsize=13638356 CPUtime=0.15 cores=0,2,4,6
/proc/31995/task/32000/stat : 32000 (java) S 31993 31995 31299 0 -1 4202560 312 0 0 0 15 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32001] ppid=31993 vsize=13638356 CPUtime=0.23 cores=0,2,4,6
/proc/31995/task/32001/stat : 32001 (java) S 31993 31995 31299 0 -1 4202560 638 0 0 0 23 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32002] ppid=31993 vsize=13638356 CPUtime=0.32 cores=0,2,4,6
/proc/31995/task/32002/stat : 32002 (java) S 31993 31995 31299 0 -1 4202560 2488 0 0 0 32 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32003] ppid=31993 vsize=13638356 CPUtime=0.37 cores=0,2,4,6
/proc/31995/task/32003/stat : 32003 (java) S 31993 31995 31299 0 -1 4202560 2672 0 0 0 37 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32004] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/32004/stat : 32004 (java) S 31993 31995 31299 0 -1 4202560 3436 0 0 0 27 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32005] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/32005/stat : 32005 (java) S 31993 31995 31299 0 -1 4202560 1873 0 0 0 27 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32006] ppid=31993 vsize=13638356 CPUtime=9.83 cores=0,2,4,6
/proc/31995/task/32006/stat : 32006 (java) S 31993 31995 31299 0 -1 4202560 18394 0 0 0 981 2 0 0 15 0 19 0 836645760 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 0 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32007] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32007/stat : 32007 (java) S 31993 31995 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836645761 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32008] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32008/stat : 32008 (java) S 31993 31995 31299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836645761 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32009] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32009/stat : 32009 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522121137 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32010] ppid=31993 vsize=13638356 CPUtime=0.68 cores=0,2,4,6
/proc/31995/task/32010/stat : 32010 (java) S 31993 31995 31299 0 -1 4202560 4358 0 0 0 68 0 0 0 15 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=32011] ppid=31993 vsize=13638356 CPUtime=0.74 cores=0,2,4,6
/proc/31995/task/32011/stat : 32011 (java) S 31993 31995 31299 0 -1 4202560 7640 0 0 0 72 2 0 0 15 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32012] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32012/stat : 32012 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32013] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32013/stat : 32013 (java) S 31993 31995 31299 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32014] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32014/stat : 32014 (java) S 31993 31995 31299 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 836645990 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 13638356

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

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

[startup+1797.1 s]
/proc/loadavg: 2.10 2.09 2.08 3/563 32155
/proc/meminfo: memFree=13090624/32951124 swapFree=64303760/67111528
[pid=31995] ppid=31993 vsize=13638356 CPUtime=1800.04 cores=0,2,4,6
/proc/31995/stat : 31995 (java) S 31993 31995 31299 0 -1 4202496 274273 0 1 0 179966 38 0 0 25 0 19 0 836645756 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31995/statm: 3409589 269210 2263 9 0 3400323 0
[pid=31995/tid=31996] ppid=31993 vsize=13638356 CPUtime=1786.55 cores=0,2,4,6
/proc/31995/task/31996/stat : 31996 (java) R 31993 31995 31299 0 -1 4202560 230318 0 1 0 178625 30 0 0 25 0 19 0 836645757 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 46912505982062 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31995/tid=31998] ppid=31993 vsize=13638356 CPUtime=0.28 cores=0,2,4,6
/proc/31995/task/31998/stat : 31998 (java) S 31993 31995 31299 0 -1 4202560 689 0 0 0 28 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=31999] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/31999/stat : 31999 (java) S 31993 31995 31299 0 -1 4202560 205 0 0 0 27 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=32000] ppid=31993 vsize=13638356 CPUtime=0.15 cores=0,2,4,6
/proc/31995/task/32000/stat : 32000 (java) S 31993 31995 31299 0 -1 4202560 312 0 0 0 15 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32001] ppid=31993 vsize=13638356 CPUtime=0.23 cores=0,2,4,6
/proc/31995/task/32001/stat : 32001 (java) S 31993 31995 31299 0 -1 4202560 638 0 0 0 23 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32002] ppid=31993 vsize=13638356 CPUtime=0.32 cores=0,2,4,6
/proc/31995/task/32002/stat : 32002 (java) S 31993 31995 31299 0 -1 4202560 2488 0 0 0 32 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32003] ppid=31993 vsize=13638356 CPUtime=0.37 cores=0,2,4,6
/proc/31995/task/32003/stat : 32003 (java) S 31993 31995 31299 0 -1 4202560 2672 0 0 0 37 0 0 0 16 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32004] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/32004/stat : 32004 (java) S 31993 31995 31299 0 -1 4202560 3436 0 0 0 27 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32005] ppid=31993 vsize=13638356 CPUtime=0.27 cores=0,2,4,6
/proc/31995/task/32005/stat : 32005 (java) S 31993 31995 31299 0 -1 4202560 1873 0 0 0 27 0 0 0 15 0 19 0 836645759 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32006] ppid=31993 vsize=13638356 CPUtime=9.83 cores=0,2,4,6
/proc/31995/task/32006/stat : 32006 (java) S 31993 31995 31299 0 -1 4202560 18394 0 0 0 981 2 0 0 15 0 19 0 836645760 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 0 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32007] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32007/stat : 32007 (java) S 31993 31995 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836645761 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32008] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32008/stat : 32008 (java) S 31993 31995 31299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836645761 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 2 0 0 0
[pid=31995/tid=32009] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32009/stat : 32009 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522121137 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32010] ppid=31993 vsize=13638356 CPUtime=0.68 cores=0,2,4,6
/proc/31995/task/32010/stat : 32010 (java) S 31993 31995 31299 0 -1 4202560 4358 0 0 0 68 0 0 0 15 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 0 0 0 0
[pid=31995/tid=32011] ppid=31993 vsize=13638356 CPUtime=0.74 cores=0,2,4,6
/proc/31995/task/32011/stat : 32011 (java) S 31993 31995 31299 0 -1 4202560 7640 0 0 0 72 2 0 0 15 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32012] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32012/stat : 32012 (java) S 31993 31995 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522113433 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
[pid=31995/tid=32013] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32013/stat : 32013 (java) S 31993 31995 31299 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 836645763 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 4 0 0 0
[pid=31995/tid=32014] ppid=31993 vsize=13638356 CPUtime=0 cores=0,2,4,6
/proc/31995/task/32014/stat : 32014 (java) S 31993 31995 31299 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 836645990 13965676544 269210 33554432000 1073741824 1073778376 140735612523904 18446744073709551615 233522114048 0 4 0 16800975 18446604445321155648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 13638356

Child status: 143
Real time (s): 1797.22
CPU time (s): 1800.21
CPU user time (s): 1799.78
CPU system time (s): 0.431934
CPU usage (%): 100.166
Max. virtual memory (cumulated for all children) (KiB): 13638356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274302
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39517
involuntary context switches= 6232

runsolver used 10.1585 second user time and 21.4617 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-07 12:24:59
IDJOB=3478948
IDBENCH=89783
IDSOLVER=1952
FILE ID=node145/3478948-1307442299
RUNJOBID= node145-1307436781-31317
PBS_JOBID= 13519943
Free space on /tmp= 73996 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-60.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478948-1307442299/watcher-3478948-1307442299 -o /tmp/evaluation-result-3478948-1307442299/solver-3478948-1307442299 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478948-1307442299.opb

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

MD5SUM BENCH= 3a065af206abae16cc2624cb89dfd6ff
RANDOM SEED=1643132921

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20307788 kB
Buffers:        307860 kB
Cached:         812364 kB
SwapCached:        944 kB
Active:       11863160 kB
Inactive:       493588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20307788 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:           21960 kB
Writeback:           0 kB
AnonPages:    11235552 kB
Mapped:          42700 kB
Slab:           146720 kB
PageTables:      70444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 166670480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72872 MiB
End job on node145 at 2011-06-07 12:54:58