Trace number 3687365

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.opb
MD5SUMd9b1351aa6c01bb5c883e4233663f5e0
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.006998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints70
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687365-1337871909.opb
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.049s.
0.10/0.15	c declared #vars     600
0.10/0.15	c #constraints  70
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.15	c 70 constraints processed.
0.76/0.50	c cleaning 2486 clauses out of 5000 with flag 5000/5000
1.19/0.93	c cleaning 4249 clauses out of 8514 with flag 11000/11000
2.01/1.70	c cleaning 5631 clauses out of 11266 with flag 18001/18001
2.92/2.69	c cleaning 6810 clauses out of 13635 with flag 26001/26001
4.15/3.89	c cleaning 7904 clauses out of 15824 with flag 35000/35000
5.76/5.41	c cleaning 8958 clauses out of 17920 with flag 45000/45000
7.16/6.89	c cleaning 9978 clauses out of 19963 with flag 56001/56001
8.96/8.63	c cleaning 10994 clauses out of 21993 with flag 68009/68009
10.87/10.59	c cleaning 11989 clauses out of 23992 with flag 81002/81002
13.18/12.83	c cleaning 12995 clauses out of 26001 with flag 95000/95000
15.59/15.21	c cleaning 13994 clauses out of 28006 with flag 110000/110000
18.49/18.17	c cleaning 15005 clauses out of 30012 with flag 126000/126000
21.42/21.06	c cleaning 15999 clauses out of 32007 with flag 143000/143000
25.43/25.00	c cleaning 16997 clauses out of 34008 with flag 161000/161000
29.44/29.07	c cleaning 18002 clauses out of 36011 with flag 180000/180000
34.06/33.67	c cleaning 18997 clauses out of 38012 with flag 200003/200003
38.98/38.57	c cleaning 19999 clauses out of 40013 with flag 221001/221001
43.88/43.42	c cleaning 21003 clauses out of 42013 with flag 243000/243000
48.90/48.43	c cleaning 22000 clauses out of 44010 with flag 266000/266000
54.21/53.73	c cleaning 22998 clauses out of 46010 with flag 290000/290000
59.93/59.46	c cleaning 24002 clauses out of 48013 with flag 315001/315001
66.26/65.77	c cleaning 24991 clauses out of 50011 with flag 341001/341001
72.79/72.29	c cleaning 25999 clauses out of 52021 with flag 368002/368002
80.10/79.54	c cleaning 27006 clauses out of 54023 with flag 396003/396003
87.51/86.92	c cleaning 28005 clauses out of 56017 with flag 425003/425003
94.52/93.94	c cleaning 29001 clauses out of 58014 with flag 455005/455005
100.35/99.70	c cleaning 29999 clauses out of 60009 with flag 486001/486001
106.06/105.42	c cleaning 30999 clauses out of 62009 with flag 518000/518000
112.68/112.03	c cleaning 31998 clauses out of 64010 with flag 551000/551000
119.32/118.68	c cleaning 32996 clauses out of 66012 with flag 585000/585000
128.45/127.73	c cleaning 34003 clauses out of 68016 with flag 620000/620000
137.69/136.91	c cleaning 34990 clauses out of 70013 with flag 656000/656000
145.11/144.38	c cleaning 36006 clauses out of 72024 with flag 693001/693001
153.53/152.72	c cleaning 37002 clauses out of 74018 with flag 731001/731001
162.37/161.53	c cleaning 38003 clauses out of 76016 with flag 770001/770001
172.00/171.10	c cleaning 38996 clauses out of 78012 with flag 810000/810000
184.42/183.60	c cleaning 40005 clauses out of 80022 with flag 851006/851006
196.95/196.08	c cleaning 40999 clauses out of 82011 with flag 893000/893000
205.58/204.69	c cleaning 42003 clauses out of 84013 with flag 936001/936001
215.31/214.35	c cleaning 42997 clauses out of 86009 with flag 980000/980000
225.03/224.01	c cleaning 44002 clauses out of 88013 with flag 1025001/1025001
235.17/234.17	c cleaning 44992 clauses out of 90010 with flag 1071000/1071000
245.99/244.99	c cleaning 46006 clauses out of 92020 with flag 1118002/1118002
258.72/257.64	c cleaning 47001 clauses out of 94012 with flag 1166000/1166000
273.26/272.17	c cleaning 47997 clauses out of 96011 with flag 1215000/1215000
285.98/284.80	c cleaning 49001 clauses out of 98014 with flag 1265000/1265000
297.42/296.27	c cleaning 49996 clauses out of 100014 with flag 1316001/1316001
309.67/308.49	c cleaning 51001 clauses out of 102017 with flag 1368000/1368000
322.50/321.29	c cleaning 52003 clauses out of 104016 with flag 1421000/1421000
340.82/339.51	c cleaning 52999 clauses out of 106015 with flag 1475002/1475002
360.16/358.81	c cleaning 54001 clauses out of 108014 with flag 1530000/1530000
376.71/375.38	c cleaning 54998 clauses out of 110013 with flag 1586000/1586000
391.03/389.66	c cleaning 56004 clauses out of 112018 with flag 1643003/1643003
410.57/409.16	c cleaning 57001 clauses out of 114011 with flag 1701000/1701000
430.11/428.64	c cleaning 57997 clauses out of 116010 with flag 1760000/1760000
455.14/453.60	c cleaning 59002 clauses out of 118013 with flag 1820000/1820000
480.08/478.52	c cleaning 59998 clauses out of 120012 with flag 1881001/1881001
505.95/504.32	c cleaning 61000 clauses out of 122013 with flag 1943000/1943000
524.42/522.78	c cleaning 61964 clauses out of 124015 with flag 2006002/2006002
540.15/538.48	c cleaning 63021 clauses out of 126050 with flag 2070001/2070001
555.19/553.45	c cleaning 64006 clauses out of 128029 with flag 2135001/2135001
571.41/569.62	c cleaning 65006 clauses out of 130022 with flag 2201000/2201000
594.87/593.05	c cleaning 65993 clauses out of 132018 with flag 2268002/2268002
618.83/616.92	c cleaning 67007 clauses out of 134023 with flag 2336000/2336000
641.88/639.91	c cleaning 68000 clauses out of 136016 with flag 2405000/2405000
661.16/659.13	c cleaning 69004 clauses out of 138017 with flag 2475001/2475001
687.70/685.67	c cleaning 69999 clauses out of 140012 with flag 2546000/2546000
715.09/712.91	c cleaning 71004 clauses out of 142020 with flag 2618007/2618007
743.72/741.57	c cleaning 72004 clauses out of 144014 with flag 2691005/2691005
774.86/772.64	c cleaning 73001 clauses out of 146009 with flag 2765004/2765004
803.34/801.08	c cleaning 73995 clauses out of 148004 with flag 2840000/2840000
839.58/837.24	c cleaning 74999 clauses out of 150012 with flag 2916003/2916003
873.45/871.00	c cleaning 75999 clauses out of 152010 with flag 2993000/2993000
899.91/897.45	c cleaning 76994 clauses out of 154013 with flag 3071002/3071002
925.65/923.19	c cleaning 78004 clauses out of 156017 with flag 3150000/3150000
953.06/950.56	c cleaning 78986 clauses out of 158014 with flag 3230001/3230001
988.70/986.14	c cleaning 80009 clauses out of 160027 with flag 3311000/3311000
1023.50/1020.82	c cleaning 81001 clauses out of 162018 with flag 3393000/3393000
1062.34/1059.65	c cleaning 82004 clauses out of 164018 with flag 3476001/3476001
1105.67/1102.91	c cleaning 83000 clauses out of 166013 with flag 3560000/3560000
1141.93/1139.11	c cleaning 84004 clauses out of 168015 with flag 3645002/3645002
1180.49/1177.67	c cleaning 84995 clauses out of 170010 with flag 3731001/3731001
1218.65/1215.71	c cleaning 85994 clauses out of 172014 with flag 3818000/3818000
1252.62/1249.67	c cleaning 86994 clauses out of 174020 with flag 3906000/3906000
1285.58/1282.59	c cleaning 87997 clauses out of 176027 with flag 3995001/3995001
1307.14/1304.03	c cleaning 89005 clauses out of 178029 with flag 4085000/4085000
1344.48/1341.38	c cleaning 90009 clauses out of 180030 with flag 4176006/4176006
1375.34/1372.13	c cleaning 91003 clauses out of 182016 with flag 4268001/4268001
1405.72/1402.41	c cleaning 91999 clauses out of 184013 with flag 4361001/4361001
1451.99/1448.63	c cleaning 92996 clauses out of 186014 with flag 4455001/4455001
1480.64/1477.28	c cleaning 93996 clauses out of 188019 with flag 4550002/4550002
1513.57/1510.19	c cleaning 94991 clauses out of 190023 with flag 4646002/4646002
1546.80/1543.32	c cleaning 96006 clauses out of 192030 with flag 4743000/4743000
1589.32/1585.80	c cleaning 97003 clauses out of 194025 with flag 4841001/4841001
1636.77/1633.27	c cleaning 98007 clauses out of 196025 with flag 4940004/4940004
1681.48/1677.81	c cleaning 99002 clauses out of 198017 with flag 5040003/5040003
1726.49/1722.75	c cleaning 99999 clauses out of 200012 with flag 5141000/5141000
1761.17/1757.39	c cleaning 100998 clauses out of 202013 with flag 5243000/5243000
1799.95/1796.08	c cleaning 102004 clauses out of 204018 with flag 5346003/5346003
1800.13/1796.17	c starts		: 274
1800.13/1796.17	c conflicts		: 5346009
1800.13/1796.17	c decisions		: 8213134
1800.13/1796.17	c propagations		: 108465831
1800.13/1796.17	c inspects		: 25654263146
1800.13/1796.17	c shortcuts		: 0
1800.13/1796.17	c learnt literals	: 0
1800.13/1796.17	c learnt binary clauses	: 0
1800.13/1796.17	c learnt ternary clauses	: 0
1800.13/1796.17	c learnt constraints	: 5346010
1800.13/1796.17	c ignored constraints	: 0
1800.13/1796.17	c root simplifications	: 0
1800.13/1796.17	c removed literals (reason simplification)	: 0
1800.13/1796.17	c reason swapping (by a shorter reason)	: 0
1800.13/1796.17	c Calls to reduceDB	: 99
1800.13/1796.17	c number of reductions to clauses (during analyze)	: 0
1800.13/1796.17	c number of learned constraints concerned by reduction	: 0
1800.13/1796.17	c number of learning phase by resolution	: 0
1800.13/1796.17	c number of learning phase by cutting planes	: 0
1800.13/1796.17	c speed (assignments/second)	: 60392.43837892403
1800.13/1796.17	c non guided choices	776
1800.13/1796.20	c learnt constraints type 
1800.13/1796.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102114
1800.13/1796.20	c constraints type 
1800.13/1796.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1800.13/1796.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.13/1796.20	c 70 constraints processed.
1800.13/1796.20	s UNKNOWN
1800.13/1796.20	c Total wall clock time (in seconds): 1796.097

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-3687365-1337871909/watcher-3687365-1337871909 -o /tmp/evaluation-result-3687365-1337871909/solver-3687365-1337871909 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687365-1337871909.opb 

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

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


[startup+0 s]
/proc/loadavg: 0.32 0.08 0.02 3/193 17250
/proc/meminfo: memFree=28997680/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 1172 0 0 0 0 0 0 0 20 0 2 0 253315019 91889664 892 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 22434 894 678 9 0 16769 0
[pid=17250/tid=17251] ppid=17248 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) R 17248 17250 16961 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 2 0 253315019 94085120 903 33554432000 1073741824 1073778376 140735410890416 140735410879480 251043872288 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0858509 s]
/proc/loadavg: 0.32 0.08 0.02 3/193 17250
/proc/meminfo: memFree=28997680/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 4252 0 1 0 8 0 0 0 20 0 18 0 253315019 9787813888 5448 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 2389603 5448 2108 9 0 2380296 0
[pid=17250/tid=17251] ppid=17248 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) R 17248 17250 16961 0 -1 4202560 2308 0 1 0 6 0 0 0 20 0 18 0 253315019 9787813888 5449 33554432000 1073741824 1073778376 140735410890416 140667586280224 140667594046291 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100284 s]
/proc/loadavg: 0.32 0.08 0.02 3/193 17250
/proc/meminfo: memFree=28997680/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 4406 0 1 0 10 0 0 0 20 0 18 0 253315019 9787813888 6075 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 2389603 6076 2123 9 0 2380296 0
[pid=17250/tid=17251] ppid=17248 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) R 17248 17250 16961 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 253315019 9787813888 6077 33554432000 1073741824 1073778376 140735410890416 140667586280224 140667576343994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300238 s]
/proc/loadavg: 0.32 0.08 0.02 3/193 17250
/proc/meminfo: memFree=28997680/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 6417 0 1 0 49 1 0 0 20 0 19 0 253315019 9855975424 7687 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 2406244 7687 2230 9 0 2396937 0
[pid=17250/tid=17251] ppid=17248 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) R 17248 17250 16961 0 -1 4202560 2452 0 1 0 27 0 0 0 20 0 19 0 253315019 9855975424 7687 33554432000 1073741824 1073778376 140735410890416 140667586281816 140667443602285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700256 s]
/proc/loadavg: 0.32 0.08 0.02 3/193 17250
/proc/meminfo: memFree=28997680/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 6824 0 1 0 96 1 0 0 20 0 19 0 253315019 9855975424 9789 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 2406244 9789 2265 9 0 2396937 0
[pid=17250/tid=17251] ppid=17248 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) R 17248 17250 16961 0 -1 4202560 2456 0 1 0 66 0 0 0 20 0 19 0 253315019 9855975424 9789 33554432000 1073741824 1073778376 140735410890416 140667586281848 140667443932122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 0.32 0.08 0.02 4/212 17269
/proc/meminfo: memFree=28783468/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=9624976 CPUtime=1.81 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 6840 0 1 0 179 2 0 0 20 0 19 0 253315019 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 2406244 11331 2265 9 0 2396937 0
[pid=17250/tid=17251] ppid=17248 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) R 17248 17250 16961 0 -1 4202560 2457 0 1 0 145 0 0 0 20 0 19 0 253315019 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667586281880 140667443904671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17253] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17253/stat : 17253 (java) S 17248 17250 16961 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667564383016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17254] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17254/stat : 17254 (java) S 17248 17250 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667563330216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17255] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17255/stat : 17255 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667562277928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17256] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17256/stat : 17256 (java) S 17248 17250 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667225369512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17257] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17257/stat : 17257 (java) S 17248 17250 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667224316200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17250/tid=17258] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17258/stat : 17258 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667223263400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17259] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17259/stat : 17259 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667222211112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17260] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17260/stat : 17260 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667221158312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17261] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17261/stat : 17261 (java) S 17248 17250 16961 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253315021 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667208960744 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17250/tid=17262] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17262/stat : 17262 (java) S 17248 17250 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667207906808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17263] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17263/stat : 17263 (java) S 17248 17250 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667206854408 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17264] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17264/stat : 17264 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667205802896 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17265] ppid=17248 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/17250/task/17265/stat : 17265 (java) S 17248 17250 16961 0 -1 4202560 1994 0 0 0 18 0 0 0 20 0 19 0 253315024 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667204749496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17266] ppid=17248 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/17250/task/17266/stat : 17266 (java) S 17248 17250 16961 0 -1 4202560 1135 0 0 0 10 0 0 0 20 0 19 0 253315024 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667203696696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17267] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17267/stat : 17267 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667202644600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17268] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17268/stat : 17268 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667201592008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17269] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17269/stat : 17269 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315035 9855975424 11331 33554432000 1073741824 1073778376 140735410890416 140667200505256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 0.45 0.11 0.03 3/192 17278
/proc/meminfo: memFree=29121972/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=9624976 CPUtime=3.45 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 7020 0 1 0 343 2 0 0 20 0 19 0 253315019 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 2406244 12876 2266 9 0 2396937 0
[pid=17250/tid=17251] ppid=17248 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) R 17248 17250 16961 0 -1 4202560 2457 0 1 0 302 0 0 0 20 0 19 0 253315019 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667586281760 140667443904404 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17253] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17253/stat : 17253 (java) S 17248 17250 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667564383016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17254] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17254/stat : 17254 (java) S 17248 17250 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667563330216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17255] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17255/stat : 17255 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667562277928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17256] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17256/stat : 17256 (java) S 17248 17250 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667225369512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17257] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17257/stat : 17257 (java) S 17248 17250 16961 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667224316200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17250/tid=17258] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17258/stat : 17258 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667223263400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17259] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17259/stat : 17259 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667222211112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17260] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17260/stat : 17260 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667221158312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17261] ppid=17248 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/17250/task/17261/stat : 17261 (java) S 17248 17250 16961 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 253315021 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667208960744 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17262] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17262/stat : 17262 (java) S 17248 17250 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667207906808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17263] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17263/stat : 17263 (java) S 17248 17250 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667206854408 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17264] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17264/stat : 17264 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667205802896 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17265] ppid=17248 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/17250/task/17265/stat : 17265 (java) S 17248 17250 16961 0 -1 4202560 1995 0 0 0 18 0 0 0 20 0 19 0 253315024 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667204749496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17266] ppid=17248 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/17250/task/17266/stat : 17266 (java) S 17248 17250 16961 0 -1 4202560 1299 0 0 0 13 0 0 0 20 0 19 0 253315024 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667203696696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17267] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17267/stat : 17267 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667202644600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17268] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17268/stat : 17268 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667201592008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17269] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17269/stat : 17269 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315035 9855975424 12876 33554432000 1073741824 1073778376 140735410890416 140667200505256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9624976

[startup+6.30062 s]
/proc/loadavg: 0.45 0.11 0.03 2/190 17352
/proc/meminfo: memFree=29130820/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=9624976 CPUtime=6.66 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 7031 0 1 0 664 2 0 0 20 0 19 0 253315019 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 2406244 13651 2266 9 0 2396937 0
[pid=17250/tid=17251] ppid=17248 vsize=9624976 CPUtime=6.19 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) R 17248 17250 16961 0 -1 4202560 2460 0 1 0 619 0 0 0 20 0 19 0 253315019 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667586281760 140667443903981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17253] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17253/stat : 17253 (java) S 17248 17250 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667564383016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17254] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17254/stat : 17254 (java) S 17248 17250 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667563330216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17255] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17255/stat : 17255 (java) S 17248 17250 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667562277928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17256] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17256/stat : 17256 (java) S 17248 17250 16961 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667225369512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17257] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17257/stat : 17257 (java) S 17248 17250 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667224316200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17250/tid=17258] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17258/stat : 17258 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667223263400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17259] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17259/stat : 17259 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667222211112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17260] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17260/stat : 17260 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315020 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667221158312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17261] ppid=17248 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/17250/task/17261/stat : 17261 (java) S 17248 17250 16961 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 253315021 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667208960744 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17262] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17262/stat : 17262 (java) S 17248 17250 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667207906808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17263] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17263/stat : 17263 (java) S 17248 17250 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667206854408 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17264] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17264/stat : 17264 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667205802896 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17265] ppid=17248 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/17250/task/17265/stat : 17265 (java) S 17248 17250 16961 0 -1 4202560 1995 0 0 0 18 0 0 0 20 0 19 0 253315024 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667204749496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17266] ppid=17248 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/17250/task/17266/stat : 17266 (java) S 17248 17250 16961 0 -1 4202560 1299 0 0 0 13 0 0 0 20 0 19 0 253315024 9855975424 13651 33554432000 1073741824 1073778376 140735410890416 140667203696696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=17250/tid=17258] ppid=17248 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/17250/task/17258/stat : 17258 (java) S 17248 17250 16961 0 -1 4202560 155 0 0 0 57 3 0 0 20 0 19 0 253315020 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667223263400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17259] ppid=17248 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/17250/task/17259/stat : 17259 (java) S 17248 17250 16961 0 -1 4202560 175 0 0 0 56 2 0 0 20 0 19 0 253315020 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667222211112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17260] ppid=17248 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/17250/task/17260/stat : 17260 (java) S 17248 17250 16961 0 -1 4202560 148 0 0 0 63 2 0 0 20 0 19 0 253315020 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667221158312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17261] ppid=17248 vsize=9624976 CPUtime=3.62 cores=0,2,4,6
/proc/17250/task/17261/stat : 17261 (java) S 17248 17250 16961 0 -1 4202560 162 0 0 0 360 2 0 0 20 0 19 0 253315021 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667208960744 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17262] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17262/stat : 17262 (java) S 17248 17250 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667207906808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17263] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17263/stat : 17263 (java) S 17248 17250 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667206854408 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17264] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17264/stat : 17264 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667205802896 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17265] ppid=17248 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/17250/task/17265/stat : 17265 (java) S 17248 17250 16961 0 -1 4202560 2243 0 0 0 20 0 0 0 20 0 19 0 253315024 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667204749496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17266] ppid=17248 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/17250/task/17266/stat : 17266 (java) S 17248 17250 16961 0 -1 4202560 1299 0 0 0 13 0 0 0 20 0 19 0 253315024 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667203696696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17267] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17267/stat : 17267 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667202644600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17268] ppid=17248 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/17250/task/17268/stat : 17268 (java) S 17248 17250 16961 0 -1 4202560 99 0 0 0 31 29 0 0 20 0 19 0 253315024 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667201592008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17269] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17269/stat : 17269 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315035 9855975424 68169 33554432000 1073741824 1073778376 140735410890416 140667200505256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.09
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.06 2.00 1.69 3/212 17739
/proc/meminfo: memFree=27584892/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=9624976 CPUtime=1786.25 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 9451 0 1 0 178576 49 0 0 20 0 19 0 253315019 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 2406244 68211 2267 9 0 2396937 0
[pid=17250/tid=17251] ppid=17248 vsize=9624976 CPUtime=1777.05 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) R 17248 17250 16961 0 -1 4202560 2579 0 1 0 177674 31 0 0 20 0 19 0 253315019 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667586281760 140667443904068 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17253] ppid=17248 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/17250/task/17253/stat : 17253 (java) S 17248 17250 16961 0 -1 4202560 479 0 0 0 59 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667564383016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17254] ppid=17248 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/17250/task/17254/stat : 17254 (java) S 17248 17250 16961 0 -1 4202560 259 0 0 0 55 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667563330216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17250/tid=17255] ppid=17248 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/17250/task/17255/stat : 17255 (java) S 17248 17250 16961 0 -1 4202560 148 0 0 0 57 2 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667562277928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17256] ppid=17248 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/17250/task/17256/stat : 17256 (java) S 17248 17250 16961 0 -1 4202560 212 0 0 0 55 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667225369512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17257] ppid=17248 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/17250/task/17257/stat : 17257 (java) S 17248 17250 16961 0 -1 4202560 305 0 0 0 60 2 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667224316200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17250/tid=17258] ppid=17248 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/17250/task/17258/stat : 17258 (java) S 17248 17250 16961 0 -1 4202560 155 0 0 0 58 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667223263400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17259] ppid=17248 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/17250/task/17259/stat : 17259 (java) S 17248 17250 16961 0 -1 4202560 175 0 0 0 57 2 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667222211112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17260] ppid=17248 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/17250/task/17260/stat : 17260 (java) S 17248 17250 16961 0 -1 4202560 148 0 0 0 67 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667221158312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17261] ppid=17248 vsize=9624976 CPUtime=3.75 cores=0,2,4,6
/proc/17250/task/17261/stat : 17261 (java) S 17248 17250 16961 0 -1 4202560 166 0 0 0 373 2 0 0 20 0 19 0 253315021 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667208960744 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17262] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17262/stat : 17262 (java) S 17248 17250 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667207906808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17263] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17263/stat : 17263 (java) S 17248 17250 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667206854408 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17264] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17264/stat : 17264 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667205802896 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17265] ppid=17248 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/17250/task/17265/stat : 17265 (java) S 17248 17250 16961 0 -1 4202560 2243 0 0 0 20 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667204749496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17266] ppid=17248 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/17250/task/17266/stat : 17266 (java) S 17248 17250 16961 0 -1 4202560 1299 0 0 0 13 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667203696696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17267] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17267/stat : 17267 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667202644600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17268] ppid=17248 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/17250/task/17268/stat : 17268 (java) S 17248 17250 16961 0 -1 4202560 103 0 0 0 33 30 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667201592008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17269] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17269/stat : 17269 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315035 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667200505256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.25
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.11 s]
/proc/loadavg: 2.05 2.00 1.69 3/213 17740
/proc/meminfo: memFree=27584892/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=9624976 CPUtime=1800.13 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 9453 0 1 0 179964 49 0 0 20 0 19 0 253315019 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 2406244 68211 2267 9 0 2396937 0
[pid=17250/tid=17251] ppid=17248 vsize=9624976 CPUtime=1790.83 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) S 17248 17250 16961 0 -1 4202560 2579 0 1 0 179052 31 0 0 20 0 19 0 253315019 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667586281880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17253] ppid=17248 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/17250/task/17253/stat : 17253 (java) S 17248 17250 16961 0 -1 4202560 479 0 0 0 60 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667564383016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17254] ppid=17248 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/17250/task/17254/stat : 17254 (java) S 17248 17250 16961 0 -1 4202560 259 0 0 0 55 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667563330216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17255] ppid=17248 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/17250/task/17255/stat : 17255 (java) S 17248 17250 16961 0 -1 4202560 148 0 0 0 58 2 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667562277928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17256] ppid=17248 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/17250/task/17256/stat : 17256 (java) S 17248 17250 16961 0 -1 4202560 212 0 0 0 57 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667225369512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17257] ppid=17248 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/17250/task/17257/stat : 17257 (java) S 17248 17250 16961 0 -1 4202560 305 0 0 0 61 2 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667224316200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17258] ppid=17248 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/17250/task/17258/stat : 17258 (java) S 17248 17250 16961 0 -1 4202560 155 0 0 0 59 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667223263400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17259] ppid=17248 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/17250/task/17259/stat : 17259 (java) S 17248 17250 16961 0 -1 4202560 175 0 0 0 58 2 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667222211112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17260] ppid=17248 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/17250/task/17260/stat : 17260 (java) S 17248 17250 16961 0 -1 4202560 148 0 0 0 68 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667221158312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17261] ppid=17248 vsize=9624976 CPUtime=3.75 cores=0,2,4,6
/proc/17250/task/17261/stat : 17261 (java) R 17248 17250 16961 0 -1 4202560 168 0 0 0 373 2 0 0 20 0 19 0 253315021 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667208959560 140667588477008 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17262] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17262/stat : 17262 (java) S 17248 17250 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667207906808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17263] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17263/stat : 17263 (java) S 17248 17250 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667206854408 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17264] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17264/stat : 17264 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667205802896 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17265] ppid=17248 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/17250/task/17265/stat : 17265 (java) S 17248 17250 16961 0 -1 4202560 2243 0 0 0 20 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667204749496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17266] ppid=17248 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/17250/task/17266/stat : 17266 (java) S 17248 17250 16961 0 -1 4202560 1299 0 0 0 13 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667203696696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17267] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17267/stat : 17267 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667202644600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17268] ppid=17248 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/17250/task/17268/stat : 17268 (java) S 17248 17250 16961 0 -1 4202560 103 0 0 0 33 30 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667201592008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17269] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17269/stat : 17269 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315035 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667200505256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1796.11 s]
/proc/loadavg: 2.05 2.00 1.69 3/213 17740
/proc/meminfo: memFree=27584892/32873648 swapFree=7360/7360
[pid=17250] ppid=17248 vsize=9624976 CPUtime=1800.13 cores=0,2,4,6
/proc/17250/stat : 17250 (java) S 17248 17250 16961 0 -1 4202496 9453 0 1 0 179964 49 0 0 20 0 19 0 253315019 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140735410881552 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17250/statm: 2406244 68211 2267 9 0 2396937 0
[pid=17250/tid=17251] ppid=17248 vsize=9624976 CPUtime=1790.83 cores=0,2,4,6
/proc/17250/task/17251/stat : 17251 (java) S 17248 17250 16961 0 -1 4202560 2579 0 1 0 179052 31 0 0 20 0 19 0 253315019 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667586281880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17253] ppid=17248 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/17250/task/17253/stat : 17253 (java) S 17248 17250 16961 0 -1 4202560 479 0 0 0 60 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667564383016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17254] ppid=17248 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/17250/task/17254/stat : 17254 (java) S 17248 17250 16961 0 -1 4202560 259 0 0 0 55 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667563330216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17255] ppid=17248 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/17250/task/17255/stat : 17255 (java) S 17248 17250 16961 0 -1 4202560 148 0 0 0 58 2 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667562277928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17256] ppid=17248 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/17250/task/17256/stat : 17256 (java) S 17248 17250 16961 0 -1 4202560 212 0 0 0 57 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667225369512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17257] ppid=17248 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/17250/task/17257/stat : 17257 (java) S 17248 17250 16961 0 -1 4202560 305 0 0 0 61 2 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667224316200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17258] ppid=17248 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/17250/task/17258/stat : 17258 (java) S 17248 17250 16961 0 -1 4202560 155 0 0 0 59 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667223263400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17259] ppid=17248 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/17250/task/17259/stat : 17259 (java) S 17248 17250 16961 0 -1 4202560 175 0 0 0 58 2 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667222211112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17260] ppid=17248 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/17250/task/17260/stat : 17260 (java) S 17248 17250 16961 0 -1 4202560 148 0 0 0 68 3 0 0 20 0 19 0 253315020 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667221158312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17261] ppid=17248 vsize=9624976 CPUtime=3.75 cores=0,2,4,6
/proc/17250/task/17261/stat : 17261 (java) R 17248 17250 16961 0 -1 4202560 168 0 0 0 373 2 0 0 20 0 19 0 253315021 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667208959560 140667588477008 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17262] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17262/stat : 17262 (java) S 17248 17250 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667207906808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17263] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17263/stat : 17263 (java) S 17248 17250 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315022 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667206854408 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17264] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17264/stat : 17264 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667205802896 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17265] ppid=17248 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/17250/task/17265/stat : 17265 (java) S 17248 17250 16961 0 -1 4202560 2243 0 0 0 20 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667204749496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17266] ppid=17248 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/17250/task/17266/stat : 17266 (java) S 17248 17250 16961 0 -1 4202560 1299 0 0 0 13 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667203696696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17250/tid=17267] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17267/stat : 17267 (java) S 17248 17250 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667202644600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17250/tid=17268] ppid=17248 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/17250/task/17268/stat : 17268 (java) S 17248 17250 16961 0 -1 4202560 103 0 0 0 33 30 0 0 20 0 19 0 253315024 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667201592008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17250/tid=17269] ppid=17248 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17250/task/17269/stat : 17269 (java) S 17248 17250 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315035 9855975424 68211 33554432000 1073741824 1073778376 140735410890416 140667200505256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1796.21
CPU time (s): 1800.91
CPU user time (s): 1799.92
CPU system time (s): 0.992849
CPU usage (%): 100.262
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.992849
maximum resident set size= 273060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9533
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40645
involuntary context switches= 22174

runsolver used 6.09307 second user time and 15.1317 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-24 17:05:09
IDJOB=3687365
IDBENCH=1389
IDSOLVER=2269
FILE ID=node149/3687365-1337871909
RUNJOBID= node149-1337871880-16977
PBS_JOBID= 14620055
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687365-1337871909/watcher-3687365-1337871909 -o /tmp/evaluation-result-3687365-1337871909/solver-3687365-1337871909 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687365-1337871909.opb

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

MD5SUM BENCH= d9b1351aa6c01bb5c883e4233663f5e0
RANDOM SEED=2118794574

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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	: 5438.55
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.145
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.145
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:       32873648 kB
MemFree:        28998308 kB
Buffers:          213392 kB
Cached:          2717868 kB
SwapCached:            0 kB
Active:           745564 kB
Inactive:        2344348 kB
Active(anon):     160180 kB
Inactive(anon):        0 kB
Active(file):     585384 kB
Inactive(file):  2344348 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12192 kB
Writeback:             4 kB
AnonPages:         77096 kB
Mapped:            22312 kB
Shmem:               200 kB
Slab:             628308 kB
SReclaimable:      72208 kB
SUnreclaim:       556100 kB
KernelStack:        1568 kB
PageTables:         4220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     821956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 71728 MiB
End job on node149 at 2012-05-24 17:35:07