Trace number 3710903

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.63 1797.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_5.opb
MD5SUM130be24ef6faf784c5a8bf386cbf11b2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark47.4058
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved NO
Number of variables5499
Total number of constraints19319
Number of constraints which are clauses19312
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint1
Maximum length of a constraint613
Number of terms in the objective function 613
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 613
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 643
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710903-1338162288.opb
0.10/0.12	c reading problem ... 
0.72/0.42	c ... done. Wall clock time 0.297s.
0.72/0.42	c declared #vars     5499
0.72/0.42	c #constraints  19319
0.72/0.42	c constraints type 
0.72/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
0.72/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.72/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14428
0.72/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
0.72/0.42	c 19319 constraints processed.
2.52/1.89	c cleaning 2493 clauses out of 5001 with flag 5001/5001
4.50/3.66	c cleaning 4248 clauses out of 8507 with flag 11000/11000
6.52/5.61	c cleaning 5618 clauses out of 11260 with flag 18001/18001
8.73/7.89	c cleaning 6810 clauses out of 13641 with flag 26000/26000
11.26/10.39	c cleaning 7908 clauses out of 15831 with flag 35000/35000
14.17/13.26	c cleaning 8953 clauses out of 17923 with flag 45000/45000
17.17/16.29	c cleaning 9972 clauses out of 19970 with flag 56000/56000
20.38/19.42	c cleaning 10993 clauses out of 21998 with flag 68000/68000
23.78/22.84	c cleaning 11953 clauses out of 24005 with flag 81000/81000
27.78/26.82	c cleaning 13019 clauses out of 26052 with flag 95000/95000
31.69/30.74	c cleaning 14000 clauses out of 28033 with flag 110000/110000
36.10/35.10	c cleaning 15004 clauses out of 30033 with flag 126000/126000
40.80/39.88	c cleaning 16002 clauses out of 32029 with flag 143000/143000
45.60/44.68	c cleaning 16989 clauses out of 34027 with flag 161000/161000
51.21/50.20	c cleaning 18010 clauses out of 36039 with flag 180001/180001
57.31/56.35	c cleaning 18998 clauses out of 38028 with flag 200000/200000
64.21/63.24	c cleaning 20004 clauses out of 40033 with flag 221003/221003
71.22/70.29	c cleaning 21002 clauses out of 42027 with flag 243001/243001
78.43/77.44	c cleaning 22003 clauses out of 44025 with flag 266001/266001
86.03/85.06	c cleaning 22999 clauses out of 46021 with flag 290000/290000
93.83/92.85	c cleaning 23997 clauses out of 48023 with flag 315001/315001
101.63/100.64	c cleaning 24992 clauses out of 50025 with flag 341000/341000
109.55/108.53	c cleaning 26000 clauses out of 52033 with flag 368000/368000
117.35/116.37	c cleaning 27013 clauses out of 54033 with flag 396000/396000
125.56/124.59	c cleaning 28003 clauses out of 56020 with flag 425000/425000
134.36/133.31	c cleaning 29000 clauses out of 58017 with flag 455000/455000
142.87/141.80	c cleaning 29961 clauses out of 60017 with flag 486000/486000
152.07/151.04	c cleaning 30989 clauses out of 62056 with flag 518000/518000
162.59/161.53	c cleaning 32016 clauses out of 64067 with flag 551000/551000
173.59/172.59	c cleaning 33009 clauses out of 66052 with flag 585001/585001
184.42/183.31	c cleaning 34013 clauses out of 68045 with flag 620003/620003
196.63/195.59	c cleaning 35006 clauses out of 70029 with flag 656000/656000
208.94/207.86	c cleaning 36003 clauses out of 72027 with flag 693004/693004
220.45/219.31	c cleaning 36997 clauses out of 74021 with flag 731001/731001
231.79/230.63	c cleaning 38000 clauses out of 76024 with flag 770001/770001
244.21/243.01	c cleaning 38999 clauses out of 78027 with flag 810004/810004
257.73/256.51	c cleaning 39995 clauses out of 80024 with flag 851000/851000
271.33/270.13	c cleaning 40997 clauses out of 82029 with flag 893000/893000
283.57/282.38	c cleaning 41992 clauses out of 84032 with flag 936000/936000
298.17/296.92	c cleaning 42987 clauses out of 86040 with flag 980000/980000
311.70/310.45	c cleaning 44020 clauses out of 88054 with flag 1025001/1025001
326.12/324.89	c cleaning 45009 clauses out of 90034 with flag 1071001/1071001
340.74/339.47	c cleaning 45983 clauses out of 92025 with flag 1118001/1118001
355.04/353.71	c cleaning 46983 clauses out of 94041 with flag 1166000/1166000
372.96/371.62	c cleaning 48018 clauses out of 96058 with flag 1215000/1215000
391.47/390.17	c cleaning 49002 clauses out of 98040 with flag 1265000/1265000
410.11/408.71	c cleaning 50001 clauses out of 100038 with flag 1316000/1316000
425.44/424.08	c cleaning 51005 clauses out of 102038 with flag 1368001/1368001
440.16/438.73	c cleaning 51996 clauses out of 104032 with flag 1421000/1421000
457.46/456.01	c cleaning 53009 clauses out of 106036 with flag 1475000/1475000
474.38/472.98	c cleaning 53994 clauses out of 108028 with flag 1530001/1530001
492.01/490.57	c cleaning 54997 clauses out of 110033 with flag 1586000/1586000
509.22/507.71	c cleaning 56012 clauses out of 112037 with flag 1643001/1643001
526.56/525.02	c cleaning 56995 clauses out of 114024 with flag 1701000/1701000
543.69/542.13	c cleaning 58015 clauses out of 116041 with flag 1760012/1760012
560.42/558.90	c cleaning 58990 clauses out of 118014 with flag 1820000/1820000
578.24/576.65	c cleaning 59998 clauses out of 120024 with flag 1881000/1881000
597.17/595.53	c cleaning 60996 clauses out of 122026 with flag 1943000/1943000
615.61/613.96	c cleaning 62006 clauses out of 124030 with flag 2006000/2006000
634.43/632.71	c cleaning 62992 clauses out of 126024 with flag 2070000/2070000
654.55/652.81	c cleaning 64009 clauses out of 128033 with flag 2135001/2135001
674.25/672.56	c cleaning 64995 clauses out of 130023 with flag 2201000/2201000
696.89/695.16	c cleaning 66004 clauses out of 132028 with flag 2268000/2268000
719.04/717.23	c cleaning 67007 clauses out of 134025 with flag 2336001/2336001
741.64/739.80	c cleaning 67986 clauses out of 136017 with flag 2405000/2405000
764.65/762.80	c cleaning 68996 clauses out of 138032 with flag 2475001/2475001
788.67/786.89	c cleaning 69999 clauses out of 140035 with flag 2546000/2546000
813.72/811.84	c cleaning 71002 clauses out of 142036 with flag 2618000/2618000
837.85/835.98	c cleaning 72008 clauses out of 144038 with flag 2691004/2691004
863.48/861.54	c cleaning 72995 clauses out of 146026 with flag 2765000/2765000
889.54/887.56	c cleaning 73994 clauses out of 148034 with flag 2840003/2840003
916.46/914.47	c cleaning 75006 clauses out of 150039 with flag 2916002/2916002
943.36/941.31	c cleaning 76012 clauses out of 152031 with flag 2993000/2993000
968.48/966.40	c cleaning 76999 clauses out of 154019 with flag 3071000/3071000
995.69/993.62	c cleaning 77995 clauses out of 156020 with flag 3150000/3150000
1022.40/1020.39	c cleaning 78989 clauses out of 158025 with flag 3230000/3230000
1049.53/1047.46	c cleaning 80005 clauses out of 160036 with flag 3311000/3311000
1078.45/1076.38	c cleaning 80996 clauses out of 162031 with flag 3393000/3393000
1105.69/1103.51	c cleaning 82003 clauses out of 164036 with flag 3476001/3476001
1133.01/1130.88	c cleaning 83008 clauses out of 166032 with flag 3560000/3560000
1160.86/1158.61	c cleaning 83993 clauses out of 168024 with flag 3645000/3645000
1188.00/1185.73	c cleaning 85015 clauses out of 170036 with flag 3731005/3731005
1212.52/1210.22	c cleaning 85999 clauses out of 172021 with flag 3818005/3818005
1236.77/1234.43	c cleaning 86993 clauses out of 174017 with flag 3906000/3906000
1260.43/1258.08	c cleaning 88000 clauses out of 176024 with flag 3995000/3995000
1293.08/1290.68	c cleaning 89003 clauses out of 178024 with flag 4085000/4085000
1327.51/1325.01	c cleaning 89991 clauses out of 180021 with flag 4176000/4176000
1362.53/1360.00	c cleaning 91001 clauses out of 182030 with flag 4268000/4268000
1397.24/1394.78	c cleaning 91995 clauses out of 184029 with flag 4361000/4361000
1433.40/1430.86	c cleaning 92992 clauses out of 186034 with flag 4455000/4455000
1466.21/1463.66	c cleaning 94016 clauses out of 188043 with flag 4550001/4550001
1496.34/1493.70	c cleaning 95003 clauses out of 190026 with flag 4646000/4646000
1530.96/1528.38	c cleaning 95996 clauses out of 192026 with flag 4743003/4743003
1566.39/1563.70	c cleaning 96999 clauses out of 194028 with flag 4841001/4841001
1601.21/1598.50	c cleaning 97994 clauses out of 196028 with flag 4940000/4940000
1641.35/1638.64	c cleaning 98993 clauses out of 198034 with flag 5040000/5040000
1679.34/1676.56	c cleaning 99989 clauses out of 200041 with flag 5141000/5141000
1715.28/1712.48	c cleaning 101008 clauses out of 202052 with flag 5243000/5243000
1751.31/1748.41	c cleaning 102000 clauses out of 204048 with flag 5346004/5346004
1788.75/1785.82	c cleaning 103002 clauses out of 206044 with flag 5450000/5450000
1800.09/1797.11	c starts		: 275
1800.09/1797.11	c conflicts		: 5485763
1800.09/1797.11	c decisions		: 14165727
1800.09/1797.11	c propagations		: 4181114769
1800.09/1797.11	c inspects		: 15975426052
1800.09/1797.11	c shortcuts		: 0
1800.09/1797.11	c learnt literals	: 0
1800.09/1797.11	c learnt binary clauses	: 0
1800.09/1797.11	c learnt ternary clauses	: 0
1800.09/1797.11	c learnt constraints	: 5485763
1800.09/1797.11	c ignored constraints	: 0
1800.09/1797.11	c root simplifications	: 275
1800.09/1797.11	c removed literals (reason simplification)	: 80553143
1800.09/1797.11	c reason swapping (by a shorter reason)	: 0
1800.09/1797.11	c Calls to reduceDB	: 100
1800.09/1797.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.11	c number of learned constraints concerned by reduction	: 0
1800.09/1797.11	c number of learning phase by resolution	: 0
1800.09/1797.11	c number of learning phase by cutting planes	: 0
1800.09/1797.11	c speed (assignments/second)	: 2327130.21050458
1800.09/1797.11	c non guided choices	732
1800.09/1797.14	c learnt constraints type 
1800.09/1797.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138908
1800.09/1797.14	c constraints type 
1800.09/1797.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
1800.09/1797.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/1797.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14428
1800.09/1797.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
1800.09/1797.14	c 19319 constraints processed.
1800.09/1797.14	s UNKNOWN
1800.09/1797.14	c Total wall clock time (in seconds): 1797.019

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

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

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


[startup+0 s]
/proc/loadavg: 1.98 2.00 2.00 3/194 23417
/proc/meminfo: memFree=30972416/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23417/stat : 23417 (java) D 23415 23417 21838 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 282354663 9515008 182 33554432000 1073741824 1073778376 140736960859632 140736960850664 242167398069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/23417/statm: 2323 182 140 9 0 71 0

[startup+0.100898 s]
/proc/loadavg: 1.98 2.00 2.00 3/194 23417
/proc/meminfo: memFree=30972416/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/23417/stat : 23417 (java) S 23415 23417 21838 0 -1 4202496 4299 0 1 0 9 1 0 0 20 0 18 0 282354663 9787842560 6016 33554432000 1073741824 1073778376 140734458578704 140734458569840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23417/statm: 2389610 6016 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.200264 s]
/proc/loadavg: 1.98 2.00 2.00 3/194 23417
/proc/meminfo: memFree=30972416/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9558440 CPUtime=0.25 cores=1,3,5,7
/proc/23417/stat : 23417 (java) S 23415 23417 21838 0 -1 4202496 4900 0 1 0 24 1 0 0 20 0 18 0 282354663 9787842560 7068 33554432000 1073741824 1073778376 140734458578704 140734458569840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23417/statm: 2389610 7068 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558440

[startup+0.300325 s]
/proc/loadavg: 1.98 2.00 2.00 3/194 23417
/proc/meminfo: memFree=30972416/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9558440 CPUtime=0.49 cores=1,3,5,7
/proc/23417/stat : 23417 (java) S 23415 23417 21838 0 -1 4202496 5551 0 1 0 47 2 0 0 20 0 18 0 282354663 9787842560 8439 33554432000 1073741824 1073778376 140734458578704 140734458569840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23417/statm: 2389610 8439 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.70029 s]
/proc/loadavg: 1.98 2.00 2.00 3/194 23417
/proc/meminfo: memFree=30972416/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/23417/stat : 23417 (java) S 23415 23417 21838 0 -1 4202496 9478 0 1 0 134 3 0 0 20 0 19 0 282354663 9856004096 18245 33554432000 1073741824 1073778376 140734458578704 140734458569840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23417/statm: 2406251 18245 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 1.98 2.00 2.00 3/213 23436
/proc/meminfo: memFree=30908024/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/23417/stat : 23417 (java) S 23415 23417 21838 0 -1 4202496 9673 0 1 0 219 3 0 0 20 0 19 0 282354663 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140734458569840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23417/statm: 2406251 18298 2261 9 0 2396937 0
[pid=23417/tid=23419] ppid=23415 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/23417/task/23419/stat : 23419 (java) R 23415 23417 21838 0 -1 4202560 2538 0 1 0 145 1 0 0 20 0 19 0 282354664 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682622265976 140682476637058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23420] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23420/stat : 23420 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682594720680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23421] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23421/stat : 23421 (java) S 23415 23417 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682464898088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23422] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23422/stat : 23422 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682463845032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23423] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23423/stat : 23423 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682462792488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23424] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23424/stat : 23424 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682461739432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23425] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23425/stat : 23425 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682460686888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23426] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23426/stat : 23426 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682123536552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23427] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23427/stat : 23427 (java) S 23415 23417 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682122484008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23428] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23428/stat : 23428 (java) S 23415 23417 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682110286696 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23429] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23429/stat : 23429 (java) S 23415 23417 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682109233016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23430] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23430/stat : 23430 (java) S 23415 23417 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682108179848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23431] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23431/stat : 23431 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682107128592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23432] ppid=23415 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23417/task/23432/stat : 23432 (java) S 23415 23417 21838 0 -1 4202560 3525 0 0 0 37 1 0 0 20 0 19 0 282354669 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682106075448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23433] ppid=23415 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/23417/task/23433/stat : 23433 (java) S 23415 23417 21838 0 -1 4202560 2407 0 0 0 34 0 0 0 20 0 19 0 282354669 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682105022904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23434] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23434/stat : 23434 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682103970040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23435] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23435/stat : 23435 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682102917704 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23436] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23436/stat : 23436 (java) S 23415 23417 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282354706 9856004096 18298 33554432000 1073741824 1073778376 140734458578704 140682101863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625004

[startup+3.10063 s]
/proc/loadavg: 1.98 2.00 2.00 3/213 23436
/proc/meminfo: memFree=30888420/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9625004 CPUtime=3.98 cores=1,3,5,7
/proc/23417/stat : 23417 (java) S 23415 23417 21838 0 -1 4202496 12770 0 1 0 394 4 0 0 20 0 19 0 282354663 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140734458569840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23417/statm: 2406251 23190 2286 9 0 2396937 0
[pid=23417/tid=23419] ppid=23415 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/23417/task/23419/stat : 23419 (java) R 23415 23417 21838 0 -1 4202560 2542 0 1 0 303 2 0 0 20 0 19 0 282354664 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682622265856 140682476526541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23420] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23420/stat : 23420 (java) S 23415 23417 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682594720680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23421] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23421/stat : 23421 (java) S 23415 23417 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682464898088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23422] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23422/stat : 23422 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682463845032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23423] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23423/stat : 23423 (java) S 23415 23417 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682462792488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23424] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23424/stat : 23424 (java) S 23415 23417 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682461739432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23425] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23425/stat : 23425 (java) S 23415 23417 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682460686888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23426] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23426/stat : 23426 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682123536552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23427] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23427/stat : 23427 (java) S 23415 23417 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682122484008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23428] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23428/stat : 23428 (java) S 23415 23417 21838 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682110286696 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23429] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23429/stat : 23429 (java) S 23415 23417 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682109233016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23430] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23430/stat : 23430 (java) S 23415 23417 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682108179848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23431] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23431/stat : 23431 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682107128592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23432] ppid=23415 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/23417/task/23432/stat : 23432 (java) S 23415 23417 21838 0 -1 4202560 6554 0 0 0 49 2 0 0 20 0 19 0 282354669 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682106075448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23433] ppid=23415 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23417/task/23433/stat : 23433 (java) S 23415 23417 21838 0 -1 4202560 2425 0 0 0 36 0 0 0 20 0 19 0 282354669 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682105022904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23434] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23434/stat : 23434 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682103970040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23435] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23435/stat : 23435 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682102917704 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23436] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23436/stat : 23436 (java) S 23415 23417 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282354706 9856004096 23190 33554432000 1073741824 1073778376 140734458578704 140682101863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 1.98 2.00 2.00 3/213 23436
/proc/meminfo: memFree=30886976/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9625004 CPUtime=7.23 cores=1,3,5,7
/proc/23417/stat : 23417 (java) S 23415 23417 21838 0 -1 4202496 12791 0 1 0 718 5 0 0 20 0 19 0 282354663 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140734458569840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23417/statm: 2406251 23898 2286 9 0 2396937 0
[pid=23417/tid=23419] ppid=23415 vsize=9625004 CPUtime=6.22 cores=1,3,5,7
/proc/23417/task/23419/stat : 23419 (java) R 23415 23417 21838 0 -1 4202560 2544 0 1 0 620 2 0 0 20 0 19 0 282354664 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682622267944 140682476507725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23420] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23420/stat : 23420 (java) S 23415 23417 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682594720680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23421] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23421/stat : 23421 (java) S 23415 23417 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682464898088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23422] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23422/stat : 23422 (java) S 23415 23417 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682463845032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23423] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23423/stat : 23423 (java) S 23415 23417 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682462792488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23424] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23424/stat : 23424 (java) S 23415 23417 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682461739432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23425] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23425/stat : 23425 (java) S 23415 23417 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682460686888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23426] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23426/stat : 23426 (java) S 23415 23417 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682123536552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23427] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23427/stat : 23427 (java) S 23415 23417 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282354665 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682122484008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23428] ppid=23415 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/23417/task/23428/stat : 23428 (java) S 23415 23417 21838 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 19 0 282354666 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682110286696 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23429] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23429/stat : 23429 (java) S 23415 23417 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682109233016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23430] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23430/stat : 23430 (java) S 23415 23417 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682108179848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23431] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23431/stat : 23431 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682107128592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23432] ppid=23415 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/23417/task/23432/stat : 23432 (java) S 23415 23417 21838 0 -1 4202560 6554 0 0 0 51 2 0 0 20 0 19 0 282354669 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682106075448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23433] ppid=23415 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23417/task/23433/stat : 23433 (java) S 23415 23417 21838 0 -1 4202560 2426 0 0 0 37 0 0 0 20 0 19 0 282354669 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682105022904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23434] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23434/stat : 23434 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682103970040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23435] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23435/stat : 23435 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682102917704 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23436] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23436/stat : 23436 (java) S 23415 23417 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282354706 9856004096 23898 33554432000 1073741824 1073778376 140734458578704 140682101863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=23417/tid=23425] ppid=23415 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23417/task/23425/stat : 23425 (java) S 23415 23417 21838 0 -1 4202560 191 0 0 0 36 0 0 0 20 0 19 0 282354665 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682460686888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23426] ppid=23415 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/23417/task/23426/stat : 23426 (java) S 23415 23417 21838 0 -1 4202560 109 0 0 0 34 0 0 0 20 0 19 0 282354665 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682123536552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23427] ppid=23415 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/23417/task/23427/stat : 23427 (java) S 23415 23417 21838 0 -1 4202560 138 0 0 0 32 0 0 0 20 0 19 0 282354665 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682122484008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23428] ppid=23415 vsize=9625004 CPUtime=3.24 cores=1,3,5,7
/proc/23417/task/23428/stat : 23428 (java) S 23415 23417 21838 0 -1 4202560 170 0 0 0 322 2 0 0 20 0 19 0 282354666 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682110286696 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23429] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23429/stat : 23429 (java) S 23415 23417 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682109233016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23430] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23430/stat : 23430 (java) S 23415 23417 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682108179848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23431] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23431/stat : 23431 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682107128592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23432] ppid=23415 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/23417/task/23432/stat : 23432 (java) S 23415 23417 21838 0 -1 4202560 6554 0 0 0 51 2 0 0 20 0 19 0 282354669 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682106075448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23433] ppid=23415 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/23417/task/23433/stat : 23433 (java) S 23415 23417 21838 0 -1 4202560 2857 0 0 0 42 2 0 0 20 0 19 0 282354669 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682105022904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23434] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23434/stat : 23434 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682103970040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23435] ppid=23415 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/23417/task/23435/stat : 23435 (java) S 23415 23417 21838 0 -1 4202560 95 0 0 0 11 15 0 0 20 0 19 0 282354669 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682102917704 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23436] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23436/stat : 23436 (java) S 23415 23417 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282354706 9856004096 44522 33554432000 1073741824 1073778376 140734458578704 140682101863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.13
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 23533
/proc/meminfo: memFree=30795056/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9625004 CPUtime=1725.21 cores=1,3,5,7
/proc/23417/stat : 23417 (java) S 23415 23417 21838 0 -1 4202496 14678 0 1 0 172493 28 0 0 20 0 19 0 282354663 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140734458569840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23417/statm: 2406251 44557 2287 9 0 2396937 0
[pid=23417/tid=23419] ppid=23415 vsize=9625004 CPUtime=1718.03 cores=1,3,5,7
/proc/23417/task/23419/stat : 23419 (java) R 23415 23417 21838 0 -1 4202560 2639 0 1 0 171773 30 0 0 20 0 19 0 282354664 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682622267696 140682476636432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23420] ppid=23415 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/23417/task/23420/stat : 23420 (java) S 23415 23417 21838 0 -1 4202560 46 0 0 0 32 0 0 0 20 0 19 0 282354665 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682594720680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23421] ppid=23415 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23417/task/23421/stat : 23421 (java) S 23415 23417 21838 0 -1 4202560 156 0 0 0 37 0 0 0 20 0 19 0 282354665 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682464898088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23422] ppid=23415 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/23417/task/23422/stat : 23422 (java) S 23415 23417 21838 0 -1 4202560 242 0 0 0 35 0 0 0 20 0 19 0 282354665 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682463845032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23423] ppid=23415 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/23417/task/23423/stat : 23423 (java) S 23415 23417 21838 0 -1 4202560 136 0 0 0 35 0 0 0 20 0 19 0 282354665 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682462792488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23424] ppid=23415 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/23417/task/23424/stat : 23424 (java) S 23415 23417 21838 0 -1 4202560 115 0 0 0 33 0 0 0 20 0 19 0 282354665 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682461739432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23425] ppid=23415 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23417/task/23425/stat : 23425 (java) S 23415 23417 21838 0 -1 4202560 191 0 0 0 37 0 0 0 20 0 19 0 282354665 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682460686888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23426] ppid=23415 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23417/task/23426/stat : 23426 (java) S 23415 23417 21838 0 -1 4202560 138 0 0 0 36 0 0 0 20 0 19 0 282354665 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682123536552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23427] ppid=23415 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/23417/task/23427/stat : 23427 (java) S 23415 23417 21838 0 -1 4202560 144 0 0 0 33 0 0 0 20 0 19 0 282354665 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682122484008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23428] ppid=23415 vsize=9625004 CPUtime=3.34 cores=1,3,5,7
/proc/23417/task/23428/stat : 23428 (java) S 23415 23417 21838 0 -1 4202560 174 0 0 0 332 2 0 0 20 0 19 0 282354666 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682110286696 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23429] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23429/stat : 23429 (java) S 23415 23417 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682109233016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23430] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23430/stat : 23430 (java) S 23415 23417 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682108179848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23431] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23431/stat : 23431 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682107128592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23432] ppid=23415 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/23417/task/23432/stat : 23432 (java) S 23415 23417 21838 0 -1 4202560 6554 0 0 0 51 2 0 0 20 0 19 0 282354669 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682106075448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23433] ppid=23415 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/23417/task/23433/stat : 23433 (java) S 23415 23417 21838 0 -1 4202560 2857 0 0 0 42 2 0 0 20 0 19 0 282354669 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682105022904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23434] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23434/stat : 23434 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682103970040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23435] ppid=23415 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/23417/task/23435/stat : 23435 (java) S 23415 23417 21838 0 -1 4202560 99 0 0 0 11 16 0 0 20 0 19 0 282354669 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682102917704 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23436] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23436/stat : 23436 (java) S 23415 23417 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282354706 9856004096 44557 33554432000 1073741824 1073778376 140734458578704 140682101863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.21
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 23533
/proc/meminfo: memFree=30794936/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9625004 CPUtime=1785.25 cores=1,3,5,7
/proc/23417/stat : 23417 (java) S 23415 23417 21838 0 -1 4202496 14706 0 1 0 178496 29 0 0 20 0 19 0 282354663 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140734458569840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23417/statm: 2406251 44578 2287 9 0 2396937 0
[pid=23417/tid=23419] ppid=23415 vsize=9625004 CPUtime=1777.97 cores=1,3,5,7
/proc/23417/task/23419/stat : 23419 (java) R 23415 23417 21838 0 -1 4202560 2640 0 1 0 177766 31 0 0 20 0 19 0 282354664 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682622267696 140682476636861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23420] ppid=23415 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/23417/task/23420/stat : 23420 (java) S 23415 23417 21838 0 -1 4202560 46 0 0 0 32 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682594720680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23421] ppid=23415 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23417/task/23421/stat : 23421 (java) S 23415 23417 21838 0 -1 4202560 156 0 0 0 37 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682464898088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23422] ppid=23415 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23417/task/23422/stat : 23422 (java) S 23415 23417 21838 0 -1 4202560 242 0 0 0 36 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682463845032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23423] ppid=23415 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/23417/task/23423/stat : 23423 (java) S 23415 23417 21838 0 -1 4202560 136 0 0 0 35 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682462792488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23424] ppid=23415 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/23417/task/23424/stat : 23424 (java) S 23415 23417 21838 0 -1 4202560 136 0 0 0 34 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682461739432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23425] ppid=23415 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23417/task/23425/stat : 23425 (java) S 23415 23417 21838 0 -1 4202560 191 0 0 0 38 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682460686888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23426] ppid=23415 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23417/task/23426/stat : 23426 (java) S 23415 23417 21838 0 -1 4202560 138 0 0 0 36 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682123536552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23427] ppid=23415 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/23417/task/23427/stat : 23427 (java) S 23415 23417 21838 0 -1 4202560 144 0 0 0 33 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682122484008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23428] ppid=23415 vsize=9625004 CPUtime=3.4 cores=1,3,5,7
/proc/23417/task/23428/stat : 23428 (java) S 23415 23417 21838 0 -1 4202560 176 0 0 0 338 2 0 0 20 0 19 0 282354666 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682110286696 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23429] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23429/stat : 23429 (java) S 23415 23417 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682109233016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23430] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23430/stat : 23430 (java) S 23415 23417 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682108179848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23431] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23431/stat : 23431 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682107128592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23432] ppid=23415 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/23417/task/23432/stat : 23432 (java) S 23415 23417 21838 0 -1 4202560 6554 0 0 0 51 2 0 0 20 0 19 0 282354669 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682106075448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23433] ppid=23415 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/23417/task/23433/stat : 23433 (java) S 23415 23417 21838 0 -1 4202560 2857 0 0 0 42 2 0 0 20 0 19 0 282354669 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682105022904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23434] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23434/stat : 23434 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682103970040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23435] ppid=23415 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/23417/task/23435/stat : 23435 (java) S 23415 23417 21838 0 -1 4202560 103 0 0 0 13 16 0 0 20 0 19 0 282354669 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682102917704 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23436] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23436/stat : 23436 (java) S 23415 23417 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282354706 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682101863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.25
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23533
/proc/meminfo: memFree=30794940/32873648 swapFree=7112/7112
[pid=23417] ppid=23415 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/23417/stat : 23417 (java) S 23415 23417 21838 0 -1 4202496 14709 0 1 0 179980 29 0 0 20 0 19 0 282354663 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140734458569840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23417/statm: 2406251 44578 2287 9 0 2396937 0
[pid=23417/tid=23419] ppid=23415 vsize=9625004 CPUtime=1792.69 cores=1,3,5,7
/proc/23417/task/23419/stat : 23419 (java) R 23415 23417 21838 0 -1 4202560 2641 0 1 0 179238 31 0 0 20 0 19 0 282354664 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682622267696 140682476440047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23420] ppid=23415 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/23417/task/23420/stat : 23420 (java) S 23415 23417 21838 0 -1 4202560 46 0 0 0 33 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682594720680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23421] ppid=23415 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23417/task/23421/stat : 23421 (java) S 23415 23417 21838 0 -1 4202560 156 0 0 0 38 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682464898088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23422] ppid=23415 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23417/task/23422/stat : 23422 (java) S 23415 23417 21838 0 -1 4202560 242 0 0 0 36 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682463845032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23423] ppid=23415 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23417/task/23423/stat : 23423 (java) S 23415 23417 21838 0 -1 4202560 136 0 0 0 37 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682462792488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23424] ppid=23415 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/23417/task/23424/stat : 23424 (java) S 23415 23417 21838 0 -1 4202560 136 0 0 0 34 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682461739432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23425] ppid=23415 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/23417/task/23425/stat : 23425 (java) S 23415 23417 21838 0 -1 4202560 191 0 0 0 38 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682460686888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23426] ppid=23415 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23417/task/23426/stat : 23426 (java) S 23415 23417 21838 0 -1 4202560 138 0 0 0 37 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682123536552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23417/tid=23427] ppid=23415 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/23417/task/23427/stat : 23427 (java) S 23415 23417 21838 0 -1 4202560 144 0 0 0 34 0 0 0 20 0 19 0 282354665 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682122484008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23428] ppid=23415 vsize=9625004 CPUtime=3.47 cores=1,3,5,7
/proc/23417/task/23428/stat : 23428 (java) S 23415 23417 21838 0 -1 4202560 178 0 0 0 345 2 0 0 20 0 19 0 282354666 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682110286696 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23429] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23429/stat : 23429 (java) S 23415 23417 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682109233016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23430] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23430/stat : 23430 (java) S 23415 23417 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282354666 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682108179848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23431] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23431/stat : 23431 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682107128592 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23432] ppid=23415 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/23417/task/23432/stat : 23432 (java) S 23415 23417 21838 0 -1 4202560 6554 0 0 0 51 2 0 0 20 0 19 0 282354669 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682106075448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23417/tid=23433] ppid=23415 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/23417/task/23433/stat : 23433 (java) S 23415 23417 21838 0 -1 4202560 2857 0 0 0 42 2 0 0 20 0 19 0 282354669 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682105022904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23434] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23434/stat : 23434 (java) S 23415 23417 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282354669 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682103970040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23417/tid=23435] ppid=23415 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/23417/task/23435/stat : 23435 (java) S 23415 23417 21838 0 -1 4202560 103 0 0 0 13 16 0 0 20 0 19 0 282354669 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682102917704 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23417/tid=23436] ppid=23415 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23417/task/23436/stat : 23436 (java) S 23415 23417 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282354706 9856004096 44578 33554432000 1073741824 1073778376 140734458578704 140682101863976 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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): 1797.14
CPU time (s): 1800.63
CPU user time (s): 1799.96
CPU system time (s): 0.671897
CPU usage (%): 100.194
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.671897
maximum resident set size= 178428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14740
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= 40676
involuntary context switches= 20907

runsolver used 5.50016 second user time and 14.6338 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 01:44:48
IDJOB=3710903
IDBENCH=25021
IDSOLVER=2289
FILE ID=node126/3710903-1338162288
RUNJOBID= node126-1338147557-21855
PBS_JOBID= 14624519
Free space on /tmp= 71356 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_5.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-3710903-1338162288/watcher-3710903-1338162288 -o /tmp/evaluation-result-3710903-1338162288/solver-3710903-1338162288 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710903-1338162288.opb

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

MD5SUM BENCH= 130be24ef6faf784c5a8bf386cbf11b2
RANDOM SEED=1693844007

node126.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.456
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.91
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.456
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.456
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		: 2666.456
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.456
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.92
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.456
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		: 2666.456
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30972424 kB
Buffers:          319416 kB
Cached:           585760 kB
SwapCached:        17756 kB
Active:           907996 kB
Inactive:         185880 kB
Active(anon):     169608 kB
Inactive(anon):    20452 kB
Active(file):     738388 kB
Inactive(file):   165428 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:        177956 kB
Mapped:            17920 kB
Shmem:                 0 kB
Slab:             668924 kB
SReclaimable:     113172 kB
SUnreclaim:       555752 kB
KernelStack:        1600 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71356 MiB
End job on node126 at 2012-05-28 02:14:47