Trace number 3709979

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 PB specific settings 2.3.2 snapshot? (TO) 1800.61 1795.27

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-47.opb
MD5SUM17efc5fe25abdce41d8265867254d297
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 variables10052
Total number of constraints226117
Number of constraints which are clauses203168
Number of constraints which are cardinality constraints (but not clauses)731
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint1
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3709979-1338190374.opb
0.08/0.12	c reading problem ... 
2.27/1.69	c ... done. Wall clock time 1.567s.
2.27/1.69	c declared #vars     10052
2.27/1.69	c #constraints  223404
2.27/1.69	c constraints type 
2.27/1.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
2.27/1.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
2.27/1.69	c ignored satisfied constraints => 3092
2.27/1.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
2.27/1.69	c org.sat4j.minisat.constraints.cnf.UnitClause => 100
2.27/1.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.27/1.69	c 226496 constraints processed.
4.48/3.45	c cleaning 2500 clauses out of 5000 with flag 5000/5000
6.21/4.93	c cleaning 4241 clauses out of 8500 with flag 11000/11000
7.61/6.37	c cleaning 5613 clauses out of 11259 with flag 18000/18000
9.32/8.04	c cleaning 6817 clauses out of 13647 with flag 26001/26001
11.26/9.98	c cleaning 7869 clauses out of 15829 with flag 35000/35000
13.48/12.11	c cleaning 8941 clauses out of 17960 with flag 45000/45000
15.98/14.62	c cleaning 9944 clauses out of 20019 with flag 56000/56000
18.40/17.00	c cleaning 10974 clauses out of 22075 with flag 68000/68000
21.40/20.05	c cleaning 12041 clauses out of 24101 with flag 81000/81000
24.52/23.15	c cleaning 13008 clauses out of 26060 with flag 95000/95000
28.12/26.72	c cleaning 13992 clauses out of 28052 with flag 110000/110000
31.64/30.21	c cleaning 14998 clauses out of 30060 with flag 126000/126000
36.25/34.86	c cleaning 15978 clauses out of 32062 with flag 143000/143000
40.78/39.37	c cleaning 16931 clauses out of 34034 with flag 161000/161000
44.30/42.89	c cleaning 18034 clauses out of 36105 with flag 180002/180002
48.82/47.37	c cleaning 18966 clauses out of 38069 with flag 200000/200000
54.94/53.41	c cleaning 20024 clauses out of 40105 with flag 221002/221002
61.24/59.79	c cleaning 21020 clauses out of 42079 with flag 243000/243000
67.69/66.19	c cleaning 21995 clauses out of 44059 with flag 266000/266000
73.92/72.34	c cleaning 22974 clauses out of 46064 with flag 290000/290000
81.23/79.61	c cleaning 24025 clauses out of 48090 with flag 315000/315000
87.05/85.45	c cleaning 24997 clauses out of 50065 with flag 341000/341000
94.09/92.47	c cleaning 25948 clauses out of 52069 with flag 368001/368001
102.01/100.31	c cleaning 27057 clauses out of 54120 with flag 396000/396000
109.03/107.36	c cleaning 27973 clauses out of 56065 with flag 425002/425002
117.86/116.14	c cleaning 29020 clauses out of 58090 with flag 455000/455000
126.42/124.66	c cleaning 29684 clauses out of 59501 with flag 486001/486001
135.03/133.23	c cleaning 30797 clauses out of 61816 with flag 518000/518000
141.76/139.97	c cleaning 31928 clauses out of 64020 with flag 551001/551001
150.78/148.90	c cleaning 32925 clauses out of 66091 with flag 585000/585000
160.42/158.52	c cleaning 33921 clauses out of 67987 with flag 620000/620000
169.66/167.71	c cleaning 34936 clauses out of 69973 with flag 656000/656000
177.38/175.46	c cleaning 35961 clauses out of 72038 with flag 693001/693001
185.90/183.95	c cleaning 36838 clauses out of 74076 with flag 731000/731000
196.45/194.47	c cleaning 38041 clauses out of 76238 with flag 770000/770000
209.37/207.36	c cleaning 39071 clauses out of 78197 with flag 810000/810000
221.70/219.60	c cleaning 39825 clauses out of 80126 with flag 851000/851000
237.82/235.79	c cleaning 40987 clauses out of 82301 with flag 893000/893000
250.25/248.16	c cleaning 42082 clauses out of 84314 with flag 936000/936000
261.39/259.22	c cleaning 43030 clauses out of 86193 with flag 980000/980000
275.12/272.97	c cleaning 44012 clauses out of 88168 with flag 1025005/1025005
291.57/289.39	c cleaning 44939 clauses out of 90151 with flag 1071000/1071000
308.49/306.25	c cleaning 46038 clauses out of 92212 with flag 1118000/1118000
326.13/323.89	c cleaning 46940 clauses out of 94174 with flag 1166000/1166000
342.35/340.09	c cleaning 48059 clauses out of 96234 with flag 1215000/1215000
362.69/360.35	c cleaning 48976 clauses out of 98176 with flag 1265001/1265001
382.61/380.27	c cleaning 49599 clauses out of 99292 with flag 1316000/1316000
398.38/395.92	c cleaning 50662 clauses out of 101632 with flag 1368000/1368000
418.52/416.04	c cleaning 51903 clauses out of 103971 with flag 1421001/1421001
439.97/437.46	c cleaning 52976 clauses out of 106067 with flag 1475000/1475000
462.46/459.86	c cleaning 53984 clauses out of 108091 with flag 1530000/1530000
489.11/486.47	c cleaning 54984 clauses out of 110107 with flag 1586000/1586000
512.45/509.78	c cleaning 56015 clauses out of 112124 with flag 1643001/1643001
529.07/526.33	c cleaning 56888 clauses out of 114108 with flag 1701000/1701000
563.32/560.59	c cleaning 57987 clauses out of 116220 with flag 1760000/1760000
590.19/587.35	c cleaning 58891 clauses out of 117837 with flag 1820004/1820004
614.96/612.03	c cleaning 59911 clauses out of 119942 with flag 1881000/1881000
644.81/641.80	c cleaning 60977 clauses out of 122031 with flag 1943000/1943000
669.35/666.36	c cleaning 61926 clauses out of 124054 with flag 2006000/2006000
697.39/694.32	c cleaning 62989 clauses out of 126129 with flag 2070001/2070001
726.55/723.40	c cleaning 63928 clauses out of 128140 with flag 2135001/2135001
746.30/743.17	c cleaning 65089 clauses out of 130211 with flag 2201000/2201000
771.93/768.79	c cleaning 65998 clauses out of 132122 with flag 2268000/2268000
799.48/796.28	c cleaning 67027 clauses out of 134124 with flag 2336000/2336000
834.52/831.27	c cleaning 67964 clauses out of 136097 with flag 2405000/2405000
863.39/860.00	c cleaning 68893 clauses out of 138050 with flag 2475000/2475000
880.33/876.97	c cleaning 70032 clauses out of 140160 with flag 2546003/2546003
899.86/896.46	c cleaning 70958 clauses out of 142126 with flag 2618001/2618001
930.20/926.73	c cleaning 72007 clauses out of 144168 with flag 2691001/2691001
969.65/966.19	c cleaning 73019 clauses out of 146161 with flag 2765001/2765001
1001.91/998.34	c cleaning 74007 clauses out of 148141 with flag 2840000/2840000
1041.26/1037.69	c cleaning 75029 clauses out of 150135 with flag 2916001/2916001
1083.83/1080.15	c cleaning 76020 clauses out of 152106 with flag 2993001/2993001
1124.62/1120.89	c cleaning 76992 clauses out of 154089 with flag 3071004/3071004
1161.08/1157.24	c cleaning 78043 clauses out of 156093 with flag 3150000/3150000
1194.23/1190.36	c cleaning 78999 clauses out of 158050 with flag 3230000/3230000
1215.07/1211.13	c cleaning 79985 clauses out of 160052 with flag 3311001/3311001
1230.92/1226.94	c cleaning 80776 clauses out of 162066 with flag 3393000/3393000
1254.15/1250.15	c cleaning 81895 clauses out of 164290 with flag 3476000/3476000
1284.68/1280.67	c cleaning 82978 clauses out of 166395 with flag 3560000/3560000
1317.83/1313.79	c cleaning 84178 clauses out of 168417 with flag 3645000/3645000
1365.68/1361.55	c cleaning 84977 clauses out of 170239 with flag 3731000/3731000
1407.22/1403.01	c cleaning 86100 clauses out of 172262 with flag 3818000/3818000
1451.07/1446.89	c cleaning 86964 clauses out of 174163 with flag 3906001/3906001
1488.41/1484.10	c cleaning 88025 clauses out of 176199 with flag 3995001/3995001
1526.85/1522.59	c cleaning 88978 clauses out of 178173 with flag 4085000/4085000
1564.02/1559.61	c cleaning 90018 clauses out of 180195 with flag 4176000/4176000
1607.19/1602.73	c cleaning 91016 clauses out of 182178 with flag 4268001/4268001
1648.87/1644.37	c cleaning 91955 clauses out of 184161 with flag 4361000/4361000
1701.02/1696.48	c cleaning 92980 clauses out of 186206 with flag 4455000/4455000
1750.10/1745.43	c cleaning 94050 clauses out of 188227 with flag 4550001/4550001
1788.26/1783.53	c cleaning 95079 clauses out of 190177 with flag 4646001/4646001
1800.01/1795.22	c starts		: 267
1800.01/1795.22	c conflicts		: 4682705
1800.01/1795.22	c decisions		: 12112635
1800.01/1795.22	c propagations		: 1920632373
1800.01/1795.22	c inspects		: 20964877934
1800.01/1795.22	c shortcuts		: 0
1800.01/1795.22	c learnt literals	: 15
1800.01/1795.22	c learnt binary clauses	: 996
1800.01/1795.22	c learnt ternary clauses	: 3623
1800.01/1795.22	c learnt constraints	: 4682691
1800.01/1795.22	c ignored constraints	: 0
1800.01/1795.22	c root simplifications	: 282
1800.01/1795.22	c removed literals (reason simplification)	: 174434939
1800.01/1795.22	c reason swapping (by a shorter reason)	: 0
1800.01/1795.22	c Calls to reduceDB	: 92
1800.01/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.22	c number of learned constraints concerned by reduction	: 0
1800.01/1795.22	c number of learning phase by resolution	: 0
1800.01/1795.22	c number of learning phase by cutting planes	: 0
1800.01/1795.22	c speed (assignments/second)	: 1070879.3276870495
1800.01/1795.22	c non guided choices	337945
1800.01/1795.26	c learnt constraints type 
1800.01/1795.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 882
1800.01/1795.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130964
1800.01/1795.26	c constraints type 
1800.01/1795.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
1800.01/1795.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
1800.01/1795.26	c ignored satisfied constraints => 3092
1800.01/1795.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
1800.01/1795.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 100
1800.01/1795.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.01/1795.26	c 226496 constraints processed.
1800.01/1795.26	s UNKNOWN
1800.01/1795.26	c Total wall clock time (in seconds): 1795.131

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-3709979-1338190374/watcher-3709979-1338190374 -o /tmp/evaluation-result-3709979-1338190374/solver-3709979-1338190374 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709979-1338190374.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2802
/proc/meminfo: memFree=27573580/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2802/stat : 2802 (java) D 2800 2802 29719 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 285162363 9515008 182 33554432000 1073741824 1073778376 140735688670128 140735688661160 223651643061 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/2802/statm: 2323 182 140 9 0 71 0

[startup+0.033583 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2802
/proc/meminfo: memFree=27573580/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/2802/stat : 2802 (java) S 2800 2802 29719 0 -1 4202496 2812 0 1 0 0 1 0 0 20 0 10 0 285162363 9233014784 3001 33554432000 1073741824 1073778376 140736841200944 140736841192080 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2802/statm: 2254154 3001 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100325 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2802
/proc/meminfo: memFree=27573580/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/2802/stat : 2802 (java) S 2800 2802 29719 0 -1 4202496 4266 0 1 0 7 1 0 0 20 0 18 0 285162363 9787842560 4963 33554432000 1073741824 1073778376 140736841200944 140736841192080 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2802/statm: 2389610 4963 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300263 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2802
/proc/meminfo: memFree=27573580/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9558440 CPUtime=0.44 cores=1,3,5,7
/proc/2802/stat : 2802 (java) S 2800 2802 29719 0 -1 4202496 5387 0 1 0 42 2 0 0 20 0 18 0 285162363 9787842560 8345 33554432000 1073741824 1073778376 140736841200944 140736841192080 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2802/statm: 2389610 8345 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700284 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2802
/proc/meminfo: memFree=27573580/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9558440 CPUtime=1.11 cores=1,3,5,7
/proc/2802/stat : 2802 (java) S 2800 2802 29719 0 -1 4202496 6793 0 1 0 105 6 0 0 20 0 18 0 285162363 9787842560 40449 33554432000 1073741824 1073778376 140736841200944 140736841192080 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2802/statm: 2389610 40449 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558440

[startup+1.50075 s]
/proc/loadavg: 2.00 2.00 2.00 5/212 2820
/proc/meminfo: memFree=27407788/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9558440 CPUtime=2.17 cores=1,3,5,7
/proc/2802/stat : 2802 (java) S 2800 2802 29719 0 -1 4202496 8090 0 1 0 205 12 0 0 20 0 18 0 285162363 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140736841192080 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2802/statm: 2389610 78392 2254 9 0 2380296 0
[pid=2802/tid=2804] ppid=2800 vsize=9558440 CPUtime=1.4 cores=1,3,5,7
/proc/2802/task/2804/stat : 2804 (java) R 2800 2802 29719 0 -1 4202560 2685 0 1 0 134 6 0 0 20 0 18 0 285162364 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598972034424 140598912196575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2805] ppid=2800 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/2802/task/2805/stat : 2805 (java) S 2800 2802 29719 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 285162365 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598910765864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2806] ppid=2800 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/2802/task/2806/stat : 2806 (java) S 2800 2802 29719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 285162365 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598909713064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2807] ppid=2800 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2807/stat : 2807 (java) S 2800 2802 29719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 285162365 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598813867048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2808] ppid=2800 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/2802/task/2808/stat : 2808 (java) S 2800 2802 29719 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 285162365 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598812814248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2809] ppid=2800 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/2802/task/2809/stat : 2809 (java) S 2800 2802 29719 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 285162365 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598811760936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2810] ppid=2800 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/2802/task/2810/stat : 2810 (java) S 2800 2802 29719 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 285162365 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598810708136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2811] ppid=2800 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/2802/task/2811/stat : 2811 (java) S 2800 2802 29719 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 285162365 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598809655848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2812] ppid=2800 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/2802/task/2812/stat : 2812 (java) S 2800 2802 29719 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 285162365 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598808603048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2813] ppid=2800 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2813/stat : 2813 (java) S 2800 2802 29719 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 285162366 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598796192488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2814] ppid=2800 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2814/stat : 2814 (java) S 2800 2802 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285162367 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598795138552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2815] ppid=2800 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2815/stat : 2815 (java) S 2800 2802 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285162367 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598794086152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2816] ppid=2800 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2816/stat : 2816 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285162369 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598793034640 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2817] ppid=2800 vsize=9558440 CPUtime=0.29 cores=1,3,5,7
/proc/2802/task/2817/stat : 2817 (java) S 2800 2802 29719 0 -1 4202560 2229 0 0 0 29 0 0 0 20 0 18 0 285162369 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598791981240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2818] ppid=2800 vsize=9558440 CPUtime=0.23 cores=1,3,5,7
/proc/2802/task/2818/stat : 2818 (java) S 2800 2802 29719 0 -1 4202560 1729 0 0 0 23 0 0 0 20 0 18 0 285162369 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598790928440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2819] ppid=2800 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2819/stat : 2819 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285162369 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598789876344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2820] ppid=2800 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2820/stat : 2820 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285162369 9787842560 78392 33554432000 1073741824 1073778376 140736841200944 140598788823752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9558440

[startup+3.10078 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2821
/proc/meminfo: memFree=27266160/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9625004 CPUtime=4.18 cores=1,3,5,7
/proc/2802/stat : 2802 (java) S 2800 2802 29719 0 -1 4202496 8914 0 1 0 406 12 0 0 20 0 19 0 285162363 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140736841192080 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2802/statm: 2406251 78516 2273 9 0 2396937 0
[pid=2802/tid=2804] ppid=2800 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/2802/task/2804/stat : 2804 (java) R 2800 2802 29719 0 -1 4202560 2698 0 1 0 294 7 0 0 20 0 19 0 285162364 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598972035736 140598912528936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2805] ppid=2800 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/2802/task/2805/stat : 2805 (java) S 2800 2802 29719 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 285162365 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598910765864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2806] ppid=2800 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/2802/task/2806/stat : 2806 (java) S 2800 2802 29719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 285162365 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598909713064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2807] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2807/stat : 2807 (java) S 2800 2802 29719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 285162365 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598813867048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2808] ppid=2800 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/2802/task/2808/stat : 2808 (java) S 2800 2802 29719 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 285162365 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598812814248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2809] ppid=2800 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2802/task/2809/stat : 2809 (java) S 2800 2802 29719 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 285162365 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598811760936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2810] ppid=2800 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/2802/task/2810/stat : 2810 (java) S 2800 2802 29719 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 285162365 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598810708136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2811] ppid=2800 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2802/task/2811/stat : 2811 (java) S 2800 2802 29719 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 285162365 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598809655848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2812] ppid=2800 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2802/task/2812/stat : 2812 (java) S 2800 2802 29719 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 285162365 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598808603048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2813] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2813/stat : 2813 (java) S 2800 2802 29719 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 285162366 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598796192488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2814] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2814/stat : 2814 (java) S 2800 2802 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598795138552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2815] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2815/stat : 2815 (java) S 2800 2802 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598794086152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2816] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2816/stat : 2816 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598793034640 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2817] ppid=2800 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/2802/task/2817/stat : 2817 (java) S 2800 2802 29719 0 -1 4202560 2617 0 0 0 50 0 0 0 20 0 19 0 285162369 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598791981240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2818] ppid=2800 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/2802/task/2818/stat : 2818 (java) S 2800 2802 29719 0 -1 4202560 2138 0 0 0 43 0 0 0 20 0 19 0 285162369 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598790928440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2819] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2819/stat : 2819 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598789876344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2820] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2820/stat : 2820 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598788823752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2821] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2821/stat : 2821 (java) S 2800 2802 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285162534 9856004096 78516 33554432000 1073741824 1073778376 140736841200944 140598787769768 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2821
/proc/meminfo: memFree=27216884/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9625004 CPUtime=7.61 cores=1,3,5,7
/proc/2802/stat : 2802 (java) S 2800 2802 29719 0 -1 4202496 9078 0 1 0 744 17 0 0 20 0 19 0 285162363 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140736841192080 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2802/statm: 2406251 90622 2285 9 0 2396937 0
[pid=2802/tid=2804] ppid=2800 vsize=9625004 CPUtime=6 cores=1,3,5,7
/proc/2802/task/2804/stat : 2804 (java) R 2800 2802 29719 0 -1 4202560 2701 0 1 0 593 7 0 0 20 0 19 0 285162364 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598972035576 140598912427363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2805] ppid=2800 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/2802/task/2805/stat : 2805 (java) S 2800 2802 29719 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 19 0 285162365 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598910765864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2806] ppid=2800 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/2802/task/2806/stat : 2806 (java) S 2800 2802 29719 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 19 0 285162365 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598909713064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2807] ppid=2800 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2802/task/2807/stat : 2807 (java) S 2800 2802 29719 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 285162365 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598813867048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2808] ppid=2800 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/2802/task/2808/stat : 2808 (java) S 2800 2802 29719 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 19 0 285162365 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598812814248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2809] ppid=2800 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/2802/task/2809/stat : 2809 (java) S 2800 2802 29719 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 285162365 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598811760936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2810] ppid=2800 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2802/task/2810/stat : 2810 (java) S 2800 2802 29719 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 285162365 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598810708136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2811] ppid=2800 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/2802/task/2811/stat : 2811 (java) S 2800 2802 29719 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 285162365 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598809655848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2812] ppid=2800 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/2802/task/2812/stat : 2812 (java) S 2800 2802 29719 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 19 0 285162365 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598808603048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2813] ppid=2800 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/2802/task/2813/stat : 2813 (java) S 2800 2802 29719 0 -1 4202560 229 0 0 0 14 0 0 0 20 0 19 0 285162366 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598796192488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2814] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2814/stat : 2814 (java) S 2800 2802 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598795138552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2815] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2815/stat : 2815 (java) S 2800 2802 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598794086152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2816] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2816/stat : 2816 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598793034640 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2817] ppid=2800 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/2802/task/2817/stat : 2817 (java) S 2800 2802 29719 0 -1 4202560 2633 0 0 0 59 0 0 0 20 0 19 0 285162369 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598791981240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2818] ppid=2800 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/2802/task/2818/stat : 2818 (java) S 2800 2802 29719 0 -1 4202560 2142 0 0 0 47 0 0 0 20 0 19 0 285162369 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598790928440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2819] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2819/stat : 2819 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598789876344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2820] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2820/stat : 2820 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598788823752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2821] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2821/stat : 2821 (java) S 2800 2802 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285162534 9856004096 90622 33554432000 1073741824 1073778376 140736841200944 140598787769768 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2821
/proc/meminfo: memFree=27210880/32873844 swapFree=6856/6856

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

[pid=2802/tid=2810] ppid=2800 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/2802/task/2810/stat : 2810 (java) S 2800 2802 29719 0 -1 4202560 135 0 0 0 54 2 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598810708136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2811] ppid=2800 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/2802/task/2811/stat : 2811 (java) S 2800 2802 29719 0 -1 4202560 66 0 0 0 53 2 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598809655848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2812] ppid=2800 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/2802/task/2812/stat : 2812 (java) S 2800 2802 29719 0 -1 4202560 46 0 0 0 49 2 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598808603048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2813] ppid=2800 vsize=9625004 CPUtime=9.52 cores=1,3,5,7
/proc/2802/task/2813/stat : 2813 (java) S 2800 2802 29719 0 -1 4202560 337 0 0 0 948 4 0 0 20 0 19 0 285162366 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598796192488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2814] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2814/stat : 2814 (java) S 2800 2802 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598795138552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2815] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2815/stat : 2815 (java) S 2800 2802 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598794086152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2816] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2816/stat : 2816 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598793034640 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2817] ppid=2800 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/2802/task/2817/stat : 2817 (java) S 2800 2802 29719 0 -1 4202560 2975 0 0 0 69 0 0 0 20 0 19 0 285162369 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598791981240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2818] ppid=2800 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/2802/task/2818/stat : 2818 (java) S 2800 2802 29719 0 -1 4202560 2142 0 0 0 47 0 0 0 20 0 19 0 285162369 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598790928440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2819] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2819/stat : 2819 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598789876344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2820] ppid=2800 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/2802/task/2820/stat : 2820 (java) S 2800 2802 29719 0 -1 4202560 95 0 0 0 41 35 0 0 20 0 19 0 285162369 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598788823752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2821] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2821/stat : 2821 (java) S 2800 2802 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285162534 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598787769768 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.89
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 2918
/proc/meminfo: memFree=28084732/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9625004 CPUtime=1726.98 cores=1,3,5,7
/proc/2802/stat : 2802 (java) S 2800 2802 29719 0 -1 4202496 10306 0 1 0 172636 62 0 0 20 0 19 0 285162363 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140736841192080 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2802/statm: 2406251 106258 2287 9 0 2396937 0
[pid=2802/tid=2804] ppid=2800 vsize=9625004 CPUtime=1711.46 cores=1,3,5,7
/proc/2802/task/2804/stat : 2804 (java) R 2800 2802 29719 0 -1 4202560 2793 0 1 0 171113 33 0 0 20 0 19 0 285162364 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598972035376 140598912529066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2805] ppid=2800 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/2802/task/2805/stat : 2805 (java) S 2800 2802 29719 0 -1 4202560 91 0 0 0 51 3 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598910765864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2806] ppid=2800 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/2802/task/2806/stat : 2806 (java) S 2800 2802 29719 0 -1 4202560 93 0 0 0 50 2 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598909713064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2807] ppid=2800 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/2802/task/2807/stat : 2807 (java) S 2800 2802 29719 0 -1 4202560 134 0 0 0 43 2 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598813867048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2808] ppid=2800 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/2802/task/2808/stat : 2808 (java) S 2800 2802 29719 0 -1 4202560 82 0 0 0 45 2 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598812814248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2809] ppid=2800 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/2802/task/2809/stat : 2809 (java) S 2800 2802 29719 0 -1 4202560 126 0 0 0 54 2 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598811760936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2810] ppid=2800 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/2802/task/2810/stat : 2810 (java) S 2800 2802 29719 0 -1 4202560 135 0 0 0 54 2 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598810708136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2811] ppid=2800 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/2802/task/2811/stat : 2811 (java) S 2800 2802 29719 0 -1 4202560 66 0 0 0 53 2 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598809655848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2812] ppid=2800 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/2802/task/2812/stat : 2812 (java) S 2800 2802 29719 0 -1 4202560 46 0 0 0 49 2 0 0 20 0 19 0 285162365 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598808603048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2813] ppid=2800 vsize=9625004 CPUtime=9.63 cores=1,3,5,7
/proc/2802/task/2813/stat : 2813 (java) S 2800 2802 29719 0 -1 4202560 339 0 0 0 959 4 0 0 20 0 19 0 285162366 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598796192488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2814] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2814/stat : 2814 (java) S 2800 2802 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598795138552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2815] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2815/stat : 2815 (java) S 2800 2802 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598794086152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2816] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2816/stat : 2816 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598793034640 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2817] ppid=2800 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/2802/task/2817/stat : 2817 (java) S 2800 2802 29719 0 -1 4202560 2975 0 0 0 69 0 0 0 20 0 19 0 285162369 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598791981240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2818] ppid=2800 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/2802/task/2818/stat : 2818 (java) S 2800 2802 29719 0 -1 4202560 2142 0 0 0 47 0 0 0 20 0 19 0 285162369 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598790928440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2819] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2819/stat : 2819 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598789876344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2820] ppid=2800 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/2802/task/2820/stat : 2820 (java) S 2800 2802 29719 0 -1 4202560 99 0 0 0 43 36 0 0 20 0 19 0 285162369 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598788823752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2821] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2821/stat : 2821 (java) S 2800 2802 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285162534 9856004096 106258 33554432000 1073741824 1073778376 140736841200944 140598787769768 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.98
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2918
/proc/meminfo: memFree=28084740/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9625004 CPUtime=1787.06 cores=1,3,5,7
/proc/2802/stat : 2802 (java) S 2800 2802 29719 0 -1 4202496 10314 0 1 0 178641 65 0 0 20 0 19 0 285162363 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140736841192080 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2802/statm: 2406251 106259 2287 9 0 2396937 0
[pid=2802/tid=2804] ppid=2800 vsize=9625004 CPUtime=1771.33 cores=1,3,5,7
/proc/2802/task/2804/stat : 2804 (java) R 2800 2802 29719 0 -1 4202560 2794 0 1 0 177100 33 0 0 20 0 19 0 285162364 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598972035376 140598912480936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2805] ppid=2800 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/2802/task/2805/stat : 2805 (java) S 2800 2802 29719 0 -1 4202560 91 0 0 0 51 3 0 0 20 0 19 0 285162365 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598910765864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2806] ppid=2800 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/2802/task/2806/stat : 2806 (java) S 2800 2802 29719 0 -1 4202560 93 0 0 0 50 2 0 0 20 0 19 0 285162365 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598909713064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2807] ppid=2800 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/2802/task/2807/stat : 2807 (java) S 2800 2802 29719 0 -1 4202560 134 0 0 0 44 2 0 0 20 0 19 0 285162365 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598813867048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2808] ppid=2800 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/2802/task/2808/stat : 2808 (java) S 2800 2802 29719 0 -1 4202560 82 0 0 0 45 2 0 0 20 0 19 0 285162365 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598812814248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2809] ppid=2800 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/2802/task/2809/stat : 2809 (java) S 2800 2802 29719 0 -1 4202560 127 0 0 0 55 2 0 0 20 0 19 0 285162365 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598811760936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2810] ppid=2800 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/2802/task/2810/stat : 2810 (java) S 2800 2802 29719 0 -1 4202560 135 0 0 0 54 2 0 0 20 0 19 0 285162365 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598810708136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2811] ppid=2800 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/2802/task/2811/stat : 2811 (java) S 2800 2802 29719 0 -1 4202560 66 0 0 0 54 2 0 0 20 0 19 0 285162365 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598809655848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2812] ppid=2800 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/2802/task/2812/stat : 2812 (java) S 2800 2802 29719 0 -1 4202560 46 0 0 0 50 2 0 0 20 0 19 0 285162365 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598808603048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2813] ppid=2800 vsize=9625004 CPUtime=9.75 cores=1,3,5,7
/proc/2802/task/2813/stat : 2813 (java) S 2800 2802 29719 0 -1 4202560 341 0 0 0 971 4 0 0 20 0 19 0 285162366 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598796192488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2814] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2814/stat : 2814 (java) S 2800 2802 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598795138552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2815] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2815/stat : 2815 (java) S 2800 2802 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598794086152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2816] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2816/stat : 2816 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598793034640 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2817] ppid=2800 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/2802/task/2817/stat : 2817 (java) S 2800 2802 29719 0 -1 4202560 2975 0 0 0 69 0 0 0 20 0 19 0 285162369 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598791981240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2818] ppid=2800 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/2802/task/2818/stat : 2818 (java) S 2800 2802 29719 0 -1 4202560 2142 0 0 0 47 0 0 0 20 0 19 0 285162369 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598790928440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2819] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2819/stat : 2819 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598789876344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2820] ppid=2800 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/2802/task/2820/stat : 2820 (java) S 2800 2802 29719 0 -1 4202560 103 0 0 0 45 37 0 0 20 0 19 0 285162369 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598788823752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2821] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2821/stat : 2821 (java) S 2800 2802 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285162534 9856004096 106259 33554432000 1073741824 1073778376 140736841200944 140598787769768 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.06
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2918
/proc/meminfo: memFree=28084740/32873844 swapFree=6856/6856
[pid=2802] ppid=2800 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/2802/stat : 2802 (java) S 2800 2802 29719 0 -1 4202496 10325 0 1 0 179936 65 0 0 20 0 19 0 285162363 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140736841192080 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2802/statm: 2406251 106267 2287 9 0 2396937 0
[pid=2802/tid=2804] ppid=2800 vsize=9625004 CPUtime=1784.06 cores=1,3,5,7
/proc/2802/task/2804/stat : 2804 (java) R 2800 2802 29719 0 -1 4202560 2795 0 1 0 178372 34 0 0 20 0 19 0 285162364 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598972035376 140598912481320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2805] ppid=2800 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/2802/task/2805/stat : 2805 (java) S 2800 2802 29719 0 -1 4202560 91 0 0 0 51 3 0 0 20 0 19 0 285162365 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598910765864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2802/tid=2806] ppid=2800 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/2802/task/2806/stat : 2806 (java) S 2800 2802 29719 0 -1 4202560 93 0 0 0 51 2 0 0 20 0 19 0 285162365 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598909713064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2807] ppid=2800 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/2802/task/2807/stat : 2807 (java) S 2800 2802 29719 0 -1 4202560 134 0 0 0 45 2 0 0 20 0 19 0 285162365 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598813867048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2808] ppid=2800 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/2802/task/2808/stat : 2808 (java) S 2800 2802 29719 0 -1 4202560 82 0 0 0 45 2 0 0 20 0 19 0 285162365 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598812814248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2809] ppid=2800 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/2802/task/2809/stat : 2809 (java) S 2800 2802 29719 0 -1 4202560 127 0 0 0 55 2 0 0 20 0 19 0 285162365 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598811760936 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2810] ppid=2800 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/2802/task/2810/stat : 2810 (java) S 2800 2802 29719 0 -1 4202560 143 0 0 0 56 2 0 0 20 0 19 0 285162365 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598810708136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2811] ppid=2800 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/2802/task/2811/stat : 2811 (java) S 2800 2802 29719 0 -1 4202560 66 0 0 0 54 2 0 0 20 0 19 0 285162365 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598809655848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2812] ppid=2800 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/2802/task/2812/stat : 2812 (java) S 2800 2802 29719 0 -1 4202560 46 0 0 0 51 2 0 0 20 0 19 0 285162365 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598808603048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2813] ppid=2800 vsize=9625004 CPUtime=9.93 cores=1,3,5,7
/proc/2802/task/2813/stat : 2813 (java) S 2800 2802 29719 0 -1 4202560 343 0 0 0 989 4 0 0 20 0 19 0 285162366 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598796192488 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2814] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2814/stat : 2814 (java) S 2800 2802 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598795138552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2815] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2815/stat : 2815 (java) S 2800 2802 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285162367 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598794086152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2816] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2816/stat : 2816 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598793034640 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2817] ppid=2800 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/2802/task/2817/stat : 2817 (java) S 2800 2802 29719 0 -1 4202560 2975 0 0 0 69 0 0 0 20 0 19 0 285162369 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598791981240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2802/tid=2818] ppid=2800 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/2802/task/2818/stat : 2818 (java) S 2800 2802 29719 0 -1 4202560 2142 0 0 0 47 0 0 0 20 0 19 0 285162369 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598790928440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2819] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2819/stat : 2819 (java) S 2800 2802 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285162369 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598789876344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2802/tid=2820] ppid=2800 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/2802/task/2820/stat : 2820 (java) S 2800 2802 29719 0 -1 4202560 103 0 0 0 46 38 0 0 20 0 19 0 285162369 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598788823752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2802/tid=2821] ppid=2800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2802/task/2821/stat : 2821 (java) S 2800 2802 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285162534 9856004096 106267 33554432000 1073741824 1073778376 140736841200944 140598787769768 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1795.27
CPU time (s): 1800.61
CPU user time (s): 1799.54
CPU system time (s): 1.07384
CPU usage (%): 100.297
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 1.07384
maximum resident set size= 425192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10358
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40583
involuntary context switches= 8612

runsolver used 5.8811 second user time and 16.2335 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 09:32:55
IDJOB=3709979
IDBENCH=89714
IDSOLVER=2289
FILE ID=node144/3709979-1338190374
RUNJOBID= node144-1338157682-29736
PBS_JOBID= 14624532
Free space on /tmp= 71416 MiB

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

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

MD5SUM BENCH= 17efc5fe25abdce41d8265867254d297
RANDOM SEED=1978189157

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27573472 kB
Buffers:          391156 kB
Cached:          2724192 kB
SwapCached:            0 kB
Active:          2267620 kB
Inactive:        2192740 kB
Active(anon):    1346300 kB
Inactive(anon):        0 kB
Active(file):     921320 kB
Inactive(file):  2192740 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10156 kB
Writeback:             0 kB
AnonPages:       1350284 kB
Mapped:            22624 kB
Shmem:               200 kB
Slab:             698100 kB
SReclaimable:     140428 kB
SUnreclaim:       557672 kB
KernelStack:        1600 kB
PageTables:         6804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2193276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1296384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71456 MiB
End job on node144 at 2012-05-28 10:02:52