Trace number 3689191

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.03 1794.05

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_3-sat.opb
MD5SUM56cc40b9ea431027514a5b56e02d7edb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints125892
Number of constraints which are clauses125272
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 740
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689191-1337889863.opb
0.10/0.10	c reading problem ... 
1.75/1.09	c ... done. Wall clock time 0.987s.
1.75/1.09	c declared #vars     37752
1.75/1.09	c #constraints  111207
1.75/1.09	c constraints type 
1.75/1.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14334
1.75/1.09	c ignored satisfied constraints => 14685
1.75/1.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90858
1.75/1.09	c org.sat4j.minisat.constraints.cnf.UnitClause => 5395
1.75/1.09	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1.75/1.09	c 125892 constraints processed.
3.60/2.37	c cleaning 2493 clauses out of 5000 with flag 5000/5000
5.70/3.85	c cleaning 4241 clauses out of 8507 with flag 11000/11000
7.11/5.21	c cleaning 5621 clauses out of 11268 with flag 18002/18002
8.72/6.89	c cleaning 6822 clauses out of 13645 with flag 26000/26000
10.78/8.81	c cleaning 7895 clauses out of 15823 with flag 35000/35000
12.99/11.02	c cleaning 8950 clauses out of 17931 with flag 45003/45003
15.30/13.32	c cleaning 9972 clauses out of 19978 with flag 56000/56000
17.81/15.80	c cleaning 10999 clauses out of 22007 with flag 68001/68001
20.41/18.45	c cleaning 11983 clauses out of 24008 with flag 81001/81001
23.03/21.07	c cleaning 12999 clauses out of 26024 with flag 95000/95000
25.74/23.74	c cleaning 13999 clauses out of 28026 with flag 110001/110001
28.47/26.47	c cleaning 14987 clauses out of 30027 with flag 126001/126001
31.47/29.46	c cleaning 16007 clauses out of 32040 with flag 143001/143001
35.78/33.76	c cleaning 16999 clauses out of 34032 with flag 161000/161000
40.10/38.08	c cleaning 17990 clauses out of 36034 with flag 180001/180001
43.92/41.89	c cleaning 19002 clauses out of 38043 with flag 200000/200000
49.24/47.14	c cleaning 19989 clauses out of 40043 with flag 221002/221002
53.66/51.57	c cleaning 21005 clauses out of 42053 with flag 243001/243001
58.77/56.65	c cleaning 21995 clauses out of 44047 with flag 266000/266000
63.80/61.68	c cleaning 22996 clauses out of 46053 with flag 290001/290001
69.42/67.29	c cleaning 24008 clauses out of 48060 with flag 315004/315004
74.77/72.54	c cleaning 25004 clauses out of 50052 with flag 341004/341004
81.42/79.15	c cleaning 25999 clauses out of 52045 with flag 368001/368001
88.64/86.32	c cleaning 27011 clauses out of 54046 with flag 396001/396001
94.86/92.56	c cleaning 27996 clauses out of 56034 with flag 425000/425000
100.77/98.49	c cleaning 28987 clauses out of 58039 with flag 455001/455001
108.90/106.51	c cleaning 29993 clauses out of 60054 with flag 486003/486003
117.11/114.77	c cleaning 31010 clauses out of 62058 with flag 518000/518000
125.24/122.87	c cleaning 31992 clauses out of 64049 with flag 551001/551001
134.75/132.31	c cleaning 32986 clauses out of 66057 with flag 585001/585001
143.00/140.54	c cleaning 34008 clauses out of 68070 with flag 620000/620000
151.41/148.99	c cleaning 34998 clauses out of 70062 with flag 656000/656000
160.03/157.51	c cleaning 35999 clauses out of 72064 with flag 693000/693000
168.55/166.07	c cleaning 36991 clauses out of 74065 with flag 731000/731000
181.06/178.52	c cleaning 37983 clauses out of 76074 with flag 770000/770000
190.08/187.52	c cleaning 39000 clauses out of 78092 with flag 810001/810001
198.89/196.37	c cleaning 39985 clauses out of 80092 with flag 851001/851001
207.82/205.22	c cleaning 41038 clauses out of 82106 with flag 893000/893000
217.53/214.99	c cleaning 41997 clauses out of 84068 with flag 936000/936000
227.55/224.95	c cleaning 43005 clauses out of 86073 with flag 980002/980002
239.37/236.76	c cleaning 43996 clauses out of 88067 with flag 1025001/1025001
250.30/247.67	c cleaning 45006 clauses out of 90070 with flag 1071000/1071000
263.83/261.18	c cleaning 45997 clauses out of 92064 with flag 1118000/1118000
279.26/276.52	c cleaning 47002 clauses out of 94072 with flag 1166005/1166005
291.49/288.76	c cleaning 47993 clauses out of 96067 with flag 1215002/1215002
305.12/302.30	c cleaning 48994 clauses out of 98072 with flag 1265000/1265000
319.77/316.96	c cleaning 50001 clauses out of 100081 with flag 1316003/1316003
331.61/328.74	c cleaning 51017 clauses out of 102077 with flag 1368000/1368000
346.83/343.88	c cleaning 51994 clauses out of 104060 with flag 1421000/1421000
362.56/359.58	c cleaning 52994 clauses out of 106068 with flag 1475002/1475002
378.32/375.29	c cleaning 53989 clauses out of 108072 with flag 1530000/1530000
397.45/394.32	c cleaning 55008 clauses out of 110086 with flag 1586003/1586003
417.48/414.39	c cleaning 55980 clauses out of 112075 with flag 1643000/1643000
434.55/431.33	c cleaning 57016 clauses out of 114096 with flag 1701001/1701001
455.18/451.98	c cleaning 57994 clauses out of 116079 with flag 1760000/1760000
477.01/473.72	c cleaning 59005 clauses out of 118085 with flag 1820000/1820000
500.56/497.29	c cleaning 60002 clauses out of 120082 with flag 1881002/1881002
526.18/522.82	c cleaning 61013 clauses out of 122080 with flag 1943002/1943002
548.91/545.58	c cleaning 62004 clauses out of 124066 with flag 2006001/2006001
567.32/563.98	c cleaning 63004 clauses out of 126061 with flag 2070000/2070000
585.73/582.36	c cleaning 64004 clauses out of 128057 with flag 2135000/2135000
607.15/603.73	c cleaning 65007 clauses out of 130056 with flag 2201003/2201003
627.98/624.53	c cleaning 66002 clauses out of 132046 with flag 2268000/2268000
648.41/644.91	c cleaning 66992 clauses out of 134044 with flag 2336000/2336000
675.78/672.26	c cleaning 68001 clauses out of 136053 with flag 2405001/2405001
700.26/696.69	c cleaning 68986 clauses out of 138054 with flag 2475003/2475003
727.09/723.45	c cleaning 69986 clauses out of 140065 with flag 2546000/2546000
756.71/753.03	c cleaning 70995 clauses out of 142079 with flag 2618000/2618000
779.14/775.42	c cleaning 72007 clauses out of 144084 with flag 2691000/2691000
802.67/798.93	c cleaning 72978 clauses out of 146079 with flag 2765002/2765002
827.21/823.41	c cleaning 73990 clauses out of 148099 with flag 2840000/2840000
856.36/852.55	c cleaning 75022 clauses out of 150111 with flag 2916002/2916002
885.34/881.41	c cleaning 76035 clauses out of 152087 with flag 2993000/2993000
909.58/905.68	c cleaning 76970 clauses out of 154052 with flag 3071000/3071000
938.93/934.96	c cleaning 77993 clauses out of 156083 with flag 3150001/3150001
970.59/966.54	c cleaning 78994 clauses out of 158089 with flag 3230000/3230000
1000.40/996.27	c cleaning 80001 clauses out of 160099 with flag 3311004/3311004
1029.69/1025.49	c cleaning 81016 clauses out of 162099 with flag 3393005/3393005
1052.67/1048.32	c cleaning 81991 clauses out of 164078 with flag 3476000/3476000
1080.82/1076.44	c cleaning 83003 clauses out of 166087 with flag 3560000/3560000
1113.67/1109.25	c cleaning 84012 clauses out of 168090 with flag 3645006/3645006
1141.63/1137.16	c cleaning 84974 clauses out of 170072 with flag 3731000/3731000
1173.89/1169.37	c cleaning 85996 clauses out of 172098 with flag 3818000/3818000
1207.61/1203.08	c cleaning 86975 clauses out of 174102 with flag 3906000/3906000
1238.81/1234.14	c cleaning 88028 clauses out of 176127 with flag 3995000/3995000
1271.04/1266.30	c cleaning 89010 clauses out of 178100 with flag 4085001/4085001
1300.11/1295.35	c cleaning 90008 clauses out of 180094 with flag 4176005/4176005
1333.77/1328.95	c cleaning 90997 clauses out of 182083 with flag 4268002/4268002
1362.90/1358.01	c cleaning 92005 clauses out of 184084 with flag 4361000/4361000
1400.66/1395.73	c cleaning 93019 clauses out of 186080 with flag 4455001/4455001
1430.47/1425.47	c cleaning 94009 clauses out of 188061 with flag 4550001/4550001
1462.14/1456.91	c cleaning 94968 clauses out of 190052 with flag 4646001/4646001
1491.18/1485.96	c cleaning 95977 clauses out of 192083 with flag 4743000/4743000
1525.48/1520.12	c cleaning 97017 clauses out of 194107 with flag 4841001/4841001
1556.82/1551.47	c cleaning 97965 clauses out of 196090 with flag 4940001/4940001
1590.79/1585.39	c cleaning 99003 clauses out of 198124 with flag 5040000/5040000
1631.80/1626.24	c cleaning 100012 clauses out of 200121 with flag 5141000/5141000
1670.87/1665.28	c cleaning 101020 clauses out of 202109 with flag 5243000/5243000
1701.04/1695.39	c cleaning 102016 clauses out of 204090 with flag 5346001/5346001
1734.12/1728.31	c cleaning 102973 clauses out of 206074 with flag 5450001/5450001
1768.62/1762.70	c cleaning 104029 clauses out of 208100 with flag 5555000/5555000
1800.03/1794.01	c starts		: 275
1800.03/1794.01	c conflicts		: 5637600
1800.03/1794.01	c decisions		: 7669284
1800.03/1794.01	c propagations		: 2454194359
1800.03/1794.01	c inspects		: 16574976257
1800.03/1794.01	c shortcuts		: 0
1800.03/1794.01	c learnt literals	: 0
1800.03/1794.01	c learnt binary clauses	: 11
1800.03/1794.01	c learnt ternary clauses	: 3520
1800.03/1794.01	c learnt constraints	: 5637600
1800.03/1794.01	c ignored constraints	: 0
1800.03/1794.01	c root simplifications	: 0
1800.03/1794.01	c removed literals (reason simplification)	: 0
1800.03/1794.01	c reason swapping (by a shorter reason)	: 0
1800.03/1794.01	c Calls to reduceDB	: 101
1800.03/1794.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.01	c number of learned constraints concerned by reduction	: 0
1800.03/1794.01	c number of learning phase by resolution	: 0
1800.03/1794.01	c number of learning phase by cutting planes	: 0
1800.03/1794.01	c speed (assignments/second)	: 1368872.7512162146
1800.03/1794.01	c non guided choices	3088
1800.03/1794.04	c learnt constraints type 
1800.03/1794.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
1800.03/1794.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 186723
1800.03/1794.04	c constraints type 
1800.03/1794.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14334
1800.03/1794.04	c ignored satisfied constraints => 14685
1800.03/1794.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90858
1800.03/1794.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 5395
1800.03/1794.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1800.03/1794.04	c 125892 constraints processed.
1800.03/1794.04	s UNKNOWN
1800.03/1794.04	c Total wall clock time (in seconds): 1793.941

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-3689191-1337889863/watcher-3689191-1337889863 -o /tmp/evaluation-result-3689191-1337889863/solver-3689191-1337889863 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689191-1337889863.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: 3.06 3.72 3.78 3/194 31846
/proc/meminfo: memFree=29082188/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (java) R 31844 31846 25418 0 -1 4202496 1049 0 0 0 0 0 0 0 20 0 1 0 255110838 23793664 778 33554432000 1073741824 1073778376 140736818892256 140736818881320 140295687100896 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 5809 797 593 9 0 128 0

[startup+0.060295 s]
/proc/loadavg: 3.06 3.72 3.78 3/194 31846
/proc/meminfo: memFree=29082188/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/31846/stat : 31846 (java) S 31844 31846 25418 0 -1 4202496 3209 0 1 0 4 0 0 0 20 0 18 0 255110838 9787813888 4418 33554432000 1073741824 1073778376 140736818892256 140736818883392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 2389603 4418 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100202 s]
/proc/loadavg: 3.06 3.72 3.78 3/194 31846
/proc/meminfo: memFree=29082188/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/31846/stat : 31846 (java) S 31844 31846 25418 0 -1 4202496 4377 0 1 0 9 1 0 0 20 0 18 0 255110838 9787813888 6087 33554432000 1073741824 1073778376 140736818892256 140736818883392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 2389603 6090 2123 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300214 s]
/proc/loadavg: 3.06 3.72 3.78 3/194 31846
/proc/meminfo: memFree=29082188/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/31846/stat : 31846 (java) S 31844 31846 25418 0 -1 4202496 6176 0 1 0 48 1 0 0 20 0 18 0 255110838 9787813888 8782 33554432000 1073741824 1073778376 140736818892256 140736818883392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 2389603 8782 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700162 s]
/proc/loadavg: 3.06 3.72 3.78 3/194 31846
/proc/meminfo: memFree=29082188/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=9558412 CPUtime=1.21 cores=0,2,4,6
/proc/31846/stat : 31846 (java) S 31844 31846 25418 0 -1 4202496 9235 0 1 0 115 6 0 0 20 0 18 0 255110838 9787813888 42058 33554432000 1073741824 1073778376 140736818892256 140736818883392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 2389603 42058 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558412

[startup+1.50071 s]
/proc/loadavg: 3.06 3.72 3.78 4/212 31864
/proc/meminfo: memFree=28922804/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=9624976 CPUtime=2.76 cores=0,2,4,6
/proc/31846/stat : 31846 (java) S 31844 31846 25418 0 -1 4202496 16774 0 1 0 266 10 0 0 20 0 19 0 255110838 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140736818883392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 2406244 47229 2266 9 0 2396937 0
[pid=31846/tid=31848] ppid=31844 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/31846/task/31848/stat : 31848 (java) R 31844 31846 25418 0 -1 4202560 2522 0 1 0 138 4 0 0 20 0 19 0 255110838 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295683862968 140295527020614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31849] ppid=31844 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31846/task/31849/stat : 31849 (java) S 31844 31846 25418 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255110839 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295645354280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31850] ppid=31844 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/31846/task/31850/stat : 31850 (java) S 31844 31846 25418 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 255110839 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295526148264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31851] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31851/stat : 31851 (java) S 31844 31846 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255110839 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295525095976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31852] ppid=31844 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31846/task/31852/stat : 31852 (java) S 31844 31846 25418 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 255110839 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295524043176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31853] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31853/stat : 31853 (java) S 31844 31846 25418 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255110839 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295522990888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31854] ppid=31844 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31846/task/31854/stat : 31854 (java) S 31844 31846 25418 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255110839 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295521938088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31855] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31855/stat : 31855 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110839 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295520885800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31856] ppid=31844 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/31846/task/31856/stat : 31856 (java) S 31844 31846 25418 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 255110839 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295519833000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31857] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31857/stat : 31857 (java) S 31844 31846 25418 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255110840 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295037503720 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31858] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31858/stat : 31858 (java) S 31844 31846 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295036449784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31859] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31859/stat : 31859 (java) S 31844 31846 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295035397384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31860] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31860/stat : 31860 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295034345872 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31861] ppid=31844 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/31846/task/31861/stat : 31861 (java) S 31844 31846 25418 0 -1 4202560 7852 0 0 0 56 2 0 0 20 0 19 0 255110843 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295033293496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31862] ppid=31844 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/31846/task/31862/stat : 31862 (java) S 31844 31846 25418 0 -1 4202560 5060 0 0 0 51 2 0 0 20 0 19 0 255110843 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295032240696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31863] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31863/stat : 31863 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295031188600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31864] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31864/stat : 31864 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 47229 33554432000 1073741824 1073778376 140736818892256 140295030136008 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 9624976

[startup+3.10074 s]
/proc/loadavg: 2.98 3.69 3.77 3/213 31865
/proc/meminfo: memFree=28907168/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=9624976 CPUtime=4.96 cores=0,2,4,6
/proc/31846/stat : 31846 (java) S 31844 31846 25418 0 -1 4202496 24773 0 1 0 483 13 0 0 20 0 19 0 255110838 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140736818883392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 2406244 62676 2283 9 0 2396937 0
[pid=31846/tid=31848] ppid=31844 vsize=9624976 CPUtime=2.91 cores=0,2,4,6
/proc/31846/task/31848/stat : 31848 (java) R 31844 31846 25418 0 -1 4202560 2523 0 1 0 287 4 0 0 20 0 19 0 255110838 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295683862680 140295526996048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31849] ppid=31844 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/31846/task/31849/stat : 31849 (java) S 31844 31846 25418 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 255110839 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295645354280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31850] ppid=31844 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/31846/task/31850/stat : 31850 (java) S 31844 31846 25418 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 255110839 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295526148264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31851] ppid=31844 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/31846/task/31851/stat : 31851 (java) S 31844 31846 25418 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 255110839 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295525095976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31852] ppid=31844 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31846/task/31852/stat : 31852 (java) S 31844 31846 25418 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 255110839 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295524043176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31853] ppid=31844 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/31846/task/31853/stat : 31853 (java) S 31844 31846 25418 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 255110839 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295522990888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31854] ppid=31844 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/31846/task/31854/stat : 31854 (java) S 31844 31846 25418 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 255110839 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295521938088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31855] ppid=31844 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/31846/task/31855/stat : 31855 (java) S 31844 31846 25418 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 255110839 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295520885800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31856] ppid=31844 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/31846/task/31856/stat : 31856 (java) S 31844 31846 25418 0 -1 4202560 24 0 0 0 4 2 0 0 20 0 19 0 255110839 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295519833000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31857] ppid=31844 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/31846/task/31857/stat : 31857 (java) S 31844 31846 25418 0 -1 4202560 102 0 0 0 6 0 0 0 20 0 19 0 255110840 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295037503720 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31858] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31858/stat : 31858 (java) S 31844 31846 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295036449784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31859] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31859/stat : 31859 (java) S 31844 31846 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295035397384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31860] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31860/stat : 31860 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295034345872 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31861] ppid=31844 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/31846/task/31861/stat : 31861 (java) S 31844 31846 25418 0 -1 4202560 15461 0 0 0 101 3 0 0 20 0 19 0 255110843 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295033293496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31862] ppid=31844 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/31846/task/31862/stat : 31862 (java) S 31844 31846 25418 0 -1 4202560 5366 0 0 0 57 2 0 0 20 0 19 0 255110843 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295032240696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31863] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31863/stat : 31863 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295031188600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31864] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31864/stat : 31864 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295030136008 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31865] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31865/stat : 31865 (java) S 31844 31846 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255110954 9855975424 62676 33554432000 1073741824 1073778376 140736818892256 140295029081000 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 9624976

[startup+6.30074 s]
/proc/loadavg: 2.98 3.69 3.77 3/213 31865
/proc/meminfo: memFree=28843420/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=9624976 CPUtime=8.22 cores=0,2,4,6
/proc/31846/stat : 31846 (java) S 31844 31846 25418 0 -1 4202496 24875 0 1 0 809 13 0 0 20 0 19 0 255110838 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140736818883392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 2406244 63092 2283 9 0 2396937 0
[pid=31846/tid=31848] ppid=31844 vsize=9624976 CPUtime=5.98 cores=0,2,4,6
/proc/31846/task/31848/stat : 31848 (java) R 31844 31846 25418 0 -1 4202560 2525 0 1 0 594 4 0 0 20 0 19 0 255110838 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295683862816 140295526978521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31849] ppid=31844 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/31846/task/31849/stat : 31849 (java) S 31844 31846 25418 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 255110839 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295645354280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31850] ppid=31844 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/31846/task/31850/stat : 31850 (java) S 31844 31846 25418 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 255110839 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295526148264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31851] ppid=31844 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/31846/task/31851/stat : 31851 (java) S 31844 31846 25418 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 255110839 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295525095976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31852] ppid=31844 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/31846/task/31852/stat : 31852 (java) S 31844 31846 25418 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255110839 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295524043176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31853] ppid=31844 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/31846/task/31853/stat : 31853 (java) S 31844 31846 25418 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 255110839 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295522990888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31854] ppid=31844 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/31846/task/31854/stat : 31854 (java) S 31844 31846 25418 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255110839 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295521938088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31855] ppid=31844 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/31846/task/31855/stat : 31855 (java) S 31844 31846 25418 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 255110839 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295520885800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31856] ppid=31844 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/31846/task/31856/stat : 31856 (java) S 31844 31846 25418 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 255110839 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295519833000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31857] ppid=31844 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/31846/task/31857/stat : 31857 (java) S 31844 31846 25418 0 -1 4202560 109 0 0 0 18 0 0 0 20 0 19 0 255110840 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295037503720 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31858] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31858/stat : 31858 (java) S 31844 31846 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295036449784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31859] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31859/stat : 31859 (java) S 31844 31846 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295035397384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31860] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31860/stat : 31860 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295034345872 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31861] ppid=31844 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/31846/task/31861/stat : 31861 (java) S 31844 31846 25418 0 -1 4202560 15462 0 0 0 103 3 0 0 20 0 19 0 255110843 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295033293496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31862] ppid=31844 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/31846/task/31862/stat : 31862 (java) S 31844 31846 25418 0 -1 4202560 5449 0 0 0 59 2 0 0 20 0 19 0 255110843 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295032240696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31863] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31863/stat : 31863 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295031188600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31864] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31864/stat : 31864 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295030136008 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31865] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31865/stat : 31865 (java) S 31844 31846 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255110954 9855975424 63092 33554432000 1073741824 1073778376 140736818892256 140295029081000 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.83 3.64 3.75 3/213 31865
/proc/meminfo: memFree=28843016/32873648 swapFree=6596/6596

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

[pid=31846/tid=31861] ppid=31844 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/31846/task/31861/stat : 31861 (java) S 31844 31846 25418 0 -1 4202560 15478 0 0 0 108 3 0 0 20 0 19 0 255110843 9855975424 207019 33554432000 1073741824 1073778376 140736818892256 140295033293496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31862] ppid=31844 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/31846/task/31862/stat : 31862 (java) S 31844 31846 25418 0 -1 4202560 5505 0 0 0 64 2 0 0 20 0 19 0 255110843 9855975424 207019 33554432000 1073741824 1073778376 140736818892256 140295032240696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31863] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31863/stat : 31863 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 207019 33554432000 1073741824 1073778376 140736818892256 140295031188600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31864] ppid=31844 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/31846/task/31864/stat : 31864 (java) S 31844 31846 25418 0 -1 4202560 95 0 0 0 22 27 0 0 20 0 19 0 255110843 9855975424 207019 33554432000 1073741824 1073778376 140736818892256 140295030136008 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31865] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31865/stat : 31865 (java) S 31844 31846 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255110954 9855975424 207019 33554432000 1073741824 1073778376 140736818892256 140295029081000 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1667.97
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/213 31881
/proc/meminfo: memFree=28177024/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=9624976 CPUtime=1728.12 cores=0,2,4,6
/proc/31846/stat : 31846 (java) S 31844 31846 25418 0 -1 4202496 28363 0 1 0 172738 74 0 0 20 0 19 0 255110838 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140736818883392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 2406244 207999 2284 9 0 2396937 0
[pid=31846/tid=31848] ppid=31844 vsize=9624976 CPUtime=1706.53 cores=0,2,4,6
/proc/31846/task/31848/stat : 31848 (java) R 31844 31846 25418 0 -1 4202560 3430 0 1 0 170618 35 0 0 20 0 19 0 255110838 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295683862816 140295527060605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31849] ppid=31844 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/31846/task/31849/stat : 31849 (java) S 31844 31846 25418 0 -1 4202560 284 0 0 0 70 6 0 0 20 0 19 0 255110839 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295645354280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31850] ppid=31844 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/31846/task/31850/stat : 31850 (java) S 31844 31846 25418 0 -1 4202560 261 0 0 0 67 4 0 0 20 0 19 0 255110839 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295526148264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31851] ppid=31844 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/31846/task/31851/stat : 31851 (java) S 31844 31846 25418 0 -1 4202560 263 0 0 0 64 5 0 0 20 0 19 0 255110839 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295525095976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31852] ppid=31844 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/31846/task/31852/stat : 31852 (java) S 31844 31846 25418 0 -1 4202560 334 0 0 0 63 4 0 0 20 0 19 0 255110839 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295524043176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31853] ppid=31844 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/31846/task/31853/stat : 31853 (java) S 31844 31846 25418 0 -1 4202560 98 0 0 0 67 4 0 0 20 0 19 0 255110839 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295522990888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31854] ppid=31844 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/31846/task/31854/stat : 31854 (java) S 31844 31846 25418 0 -1 4202560 218 0 0 0 58 4 0 0 20 0 19 0 255110839 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295521938088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31855] ppid=31844 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/31846/task/31855/stat : 31855 (java) S 31844 31846 25418 0 -1 4202560 165 0 0 0 64 4 0 0 20 0 19 0 255110839 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295520885800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31856] ppid=31844 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/31846/task/31856/stat : 31856 (java) S 31844 31846 25418 0 -1 4202560 441 0 0 0 62 6 0 0 20 0 19 0 255110839 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295519833000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31857] ppid=31844 vsize=9624976 CPUtime=9.59 cores=0,2,4,6
/proc/31846/task/31857/stat : 31857 (java) S 31844 31846 25418 0 -1 4202560 603 0 0 0 957 2 0 0 20 0 19 0 255110840 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295037503720 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31858] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31858/stat : 31858 (java) S 31844 31846 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295036449784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31859] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31859/stat : 31859 (java) S 31844 31846 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295035397384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31860] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31860/stat : 31860 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295034345872 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31861] ppid=31844 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/31846/task/31861/stat : 31861 (java) S 31844 31846 25418 0 -1 4202560 15478 0 0 0 108 3 0 0 20 0 19 0 255110843 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295033293496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31862] ppid=31844 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/31846/task/31862/stat : 31862 (java) S 31844 31846 25418 0 -1 4202560 5505 0 0 0 64 2 0 0 20 0 19 0 255110843 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295032240696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31863] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31863/stat : 31863 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295031188600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31864] ppid=31844 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/31846/task/31864/stat : 31864 (java) S 31844 31846 25418 0 -1 4202560 99 0 0 0 23 28 0 0 20 0 19 0 255110843 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295030136008 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31865] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31865/stat : 31865 (java) S 31844 31846 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255110954 9855975424 207999 33554432000 1073741824 1073778376 140736818892256 140295029081000 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.12
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.24 2/193 31884
/proc/meminfo: memFree=28347608/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=9624976 CPUtime=1788.33 cores=0,2,4,6
/proc/31846/stat : 31846 (java) S 31844 31846 25418 0 -1 4202496 28389 0 1 0 178757 76 0 0 20 0 19 0 255110838 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140736818883392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 2406244 208015 2284 9 0 2396937 0
[pid=31846/tid=31848] ppid=31844 vsize=9624976 CPUtime=1766.03 cores=0,2,4,6
/proc/31846/task/31848/stat : 31848 (java) R 31844 31846 25418 0 -1 4202560 3432 0 1 0 176567 36 0 0 20 0 19 0 255110838 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295683862816 140295526991082 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31849] ppid=31844 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/31846/task/31849/stat : 31849 (java) S 31844 31846 25418 0 -1 4202560 286 0 0 0 75 6 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295645354280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31850] ppid=31844 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/31846/task/31850/stat : 31850 (java) S 31844 31846 25418 0 -1 4202560 261 0 0 0 69 4 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295526148264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31851] ppid=31844 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/31846/task/31851/stat : 31851 (java) S 31844 31846 25418 0 -1 4202560 263 0 0 0 67 5 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295525095976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31852] ppid=31844 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/31846/task/31852/stat : 31852 (java) S 31844 31846 25418 0 -1 4202560 334 0 0 0 67 4 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295524043176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31853] ppid=31844 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/31846/task/31853/stat : 31853 (java) S 31844 31846 25418 0 -1 4202560 98 0 0 0 69 4 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295522990888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31854] ppid=31844 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/31846/task/31854/stat : 31854 (java) S 31844 31846 25418 0 -1 4202560 225 0 0 0 60 4 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295521938088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31855] ppid=31844 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/31846/task/31855/stat : 31855 (java) S 31844 31846 25418 0 -1 4202560 172 0 0 0 68 4 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295520885800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31856] ppid=31844 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/31846/task/31856/stat : 31856 (java) S 31844 31846 25418 0 -1 4202560 441 0 0 0 65 6 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295519833000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31857] ppid=31844 vsize=9624976 CPUtime=9.87 cores=0,2,4,6
/proc/31846/task/31857/stat : 31857 (java) S 31844 31846 25418 0 -1 4202560 607 0 0 0 985 2 0 0 20 0 19 0 255110840 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295037503720 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31858] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31858/stat : 31858 (java) S 31844 31846 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295036449784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31859] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31859/stat : 31859 (java) S 31844 31846 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295035397384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31860] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31860/stat : 31860 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295034345872 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31861] ppid=31844 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/31846/task/31861/stat : 31861 (java) S 31844 31846 25418 0 -1 4202560 15478 0 0 0 108 3 0 0 20 0 19 0 255110843 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295033293496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31862] ppid=31844 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/31846/task/31862/stat : 31862 (java) S 31844 31846 25418 0 -1 4202560 5505 0 0 0 64 2 0 0 20 0 19 0 255110843 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295032240696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31863] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31863/stat : 31863 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295031188600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31864] ppid=31844 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/31846/task/31864/stat : 31864 (java) S 31844 31846 25418 0 -1 4202560 103 0 0 0 24 29 0 0 20 0 19 0 255110843 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295030136008 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31865] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31865/stat : 31865 (java) S 31844 31846 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255110954 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295029081000 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.33
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 2.09 2.02 2.24 3/192 31912
/proc/meminfo: memFree=27969316/32873648 swapFree=6596/6596
[pid=31846] ppid=31844 vsize=9624976 CPUtime=1800.03 cores=0,2,4,6
/proc/31846/stat : 31846 (java) S 31844 31846 25418 0 -1 4202496 28389 0 1 0 179920 83 0 0 20 0 19 0 255110838 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140736818883392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31846/statm: 2406244 208015 2284 9 0 2396937 0
[pid=31846/tid=31848] ppid=31844 vsize=9624976 CPUtime=1777.7 cores=0,2,4,6
/proc/31846/task/31848/stat : 31848 (java) R 31844 31846 25418 0 -1 4202560 3432 0 1 0 177726 44 0 0 20 0 19 0 255110838 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295683862816 140295527061181 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31849] ppid=31844 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/31846/task/31849/stat : 31849 (java) S 31844 31846 25418 0 -1 4202560 286 0 0 0 75 6 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295645354280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31850] ppid=31844 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/31846/task/31850/stat : 31850 (java) S 31844 31846 25418 0 -1 4202560 261 0 0 0 69 4 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295526148264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31851] ppid=31844 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/31846/task/31851/stat : 31851 (java) S 31844 31846 25418 0 -1 4202560 263 0 0 0 67 5 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295525095976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31852] ppid=31844 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/31846/task/31852/stat : 31852 (java) S 31844 31846 25418 0 -1 4202560 334 0 0 0 67 4 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295524043176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31846/tid=31853] ppid=31844 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/31846/task/31853/stat : 31853 (java) S 31844 31846 25418 0 -1 4202560 98 0 0 0 69 4 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295522990888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31854] ppid=31844 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/31846/task/31854/stat : 31854 (java) S 31844 31846 25418 0 -1 4202560 225 0 0 0 60 4 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295521938088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31855] ppid=31844 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/31846/task/31855/stat : 31855 (java) S 31844 31846 25418 0 -1 4202560 172 0 0 0 68 4 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295520885800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31856] ppid=31844 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/31846/task/31856/stat : 31856 (java) S 31844 31846 25418 0 -1 4202560 441 0 0 0 65 6 0 0 20 0 19 0 255110839 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295519833000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31857] ppid=31844 vsize=9624976 CPUtime=9.87 cores=0,2,4,6
/proc/31846/task/31857/stat : 31857 (java) S 31844 31846 25418 0 -1 4202560 607 0 0 0 985 2 0 0 20 0 19 0 255110840 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295037503720 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31858] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31858/stat : 31858 (java) S 31844 31846 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295036449784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31859] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31859/stat : 31859 (java) S 31844 31846 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255110841 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295035397384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31860] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31860/stat : 31860 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295034345872 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31846/tid=31861] ppid=31844 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/31846/task/31861/stat : 31861 (java) S 31844 31846 25418 0 -1 4202560 15478 0 0 0 108 3 0 0 20 0 19 0 255110843 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295033293496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31862] ppid=31844 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/31846/task/31862/stat : 31862 (java) S 31844 31846 25418 0 -1 4202560 5505 0 0 0 64 2 0 0 20 0 19 0 255110843 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295032240696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31863] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31863/stat : 31863 (java) S 31844 31846 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255110843 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295031188600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31846/tid=31864] ppid=31844 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/31846/task/31864/stat : 31864 (java) S 31844 31846 25418 0 -1 4202560 103 0 0 0 24 29 0 0 20 0 19 0 255110843 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295030136008 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31846/tid=31865] ppid=31844 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31846/task/31865/stat : 31865 (java) S 31844 31846 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255110954 9855975424 208015 33554432000 1073741824 1073778376 140736818892256 140295029081000 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

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 31846 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=678167
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=311800
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.05
CPU time (s): 1800.03
CPU user time (s): 1799.2
CPU system time (s): 0.83
CPU usage (%): 100.333
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 1.3118
maximum resident set size= 832184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28423
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40814
involuntary context switches= 22887

runsolver used 5.04123 second user time and 15.6326 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 22:04:23
IDJOB=3689191
IDBENCH=73867
IDSOLVER=2269
FILE ID=node148/3689191-1337889863
RUNJOBID= node148-1337889854-31232
PBS_JOBID= 14620056
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 56cc40b9ea431027514a5b56e02d7edb
RANDOM SEED=755728265

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29082452 kB
Buffers:          249184 kB
Cached:          2650820 kB
SwapCached:            0 kB
Active:           550080 kB
Inactive:        2455008 kB
Active(anon):     107780 kB
Inactive(anon):        0 kB
Active(file):     442300 kB
Inactive(file):  2455008 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5212 kB
Writeback:             0 kB
AnonPages:        111488 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             648040 kB
SReclaimable:      91104 kB
SUnreclaim:       556936 kB
KernelStack:        1592 kB
PageTables:         4396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71384 MiB
End job on node148 at 2012-05-24 22:34:19