Trace number 3687397

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.85 1779.87

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr.opb
MD5SUM4d7adbd65e64509ef53d6e98bf824cab
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.031994
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1860
Total number of constraints122
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
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 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.10	c java.vm.version	19.1-b02
0.02/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.10	c sun.arch.data.model	64
0.02/0.10	c java.version		1.6.0_24
0.02/0.10	c os.name		Linux
0.02/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.10	c os.arch		amd64
0.02/0.10	c Free memory 		501472288
0.02/0.10	c Max memory 		7480803328
0.02/0.10	c Total memory 		504102912
0.02/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687397-1337871916.opb
0.09/0.12	c reading problem ... 
0.26/0.21	c ... done. Wall clock time 0.093s.
0.26/0.21	c declared #vars     1860
0.26/0.21	c #constraints  122
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62
0.26/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.26/0.21	c 122 constraints processed.
0.88/0.64	c cleaning 2424 clauses out of 5001 with flag 5001/5001
1.84/1.57	c cleaning 4286 clauses out of 8577 with flag 11001/11001
3.16/2.85	c cleaning 5644 clauses out of 11290 with flag 18000/18000
5.00/4.60	c cleaning 6816 clauses out of 13646 with flag 26000/26000
7.06/6.69	c cleaning 7911 clauses out of 15832 with flag 35002/35002
9.77/9.38	c cleaning 8954 clauses out of 17919 with flag 45000/45000
12.31/11.89	c cleaning 9983 clauses out of 19966 with flag 56001/56001
15.73/15.22	c cleaning 10987 clauses out of 21983 with flag 68001/68001
19.37/18.86	c cleaning 11990 clauses out of 23995 with flag 81000/81000
23.00/22.44	c cleaning 12986 clauses out of 26009 with flag 95004/95004
27.25/26.64	c cleaning 14001 clauses out of 28019 with flag 110000/110000
31.20/30.51	c cleaning 15008 clauses out of 30021 with flag 126003/126003
35.52/34.89	c cleaning 16000 clauses out of 32011 with flag 143001/143001
39.65/38.95	c cleaning 17005 clauses out of 34010 with flag 161000/161000
45.69/44.96	c cleaning 17996 clauses out of 36005 with flag 180000/180000
52.35/51.58	c cleaning 19003 clauses out of 38009 with flag 200000/200000
61.14/60.22	c cleaning 19999 clauses out of 40007 with flag 221001/221001
69.99/69.04	c cleaning 20998 clauses out of 42007 with flag 243000/243000
77.76/76.74	c cleaning 22003 clauses out of 44010 with flag 266001/266001
83.71/82.60	c cleaning 22995 clauses out of 46006 with flag 290000/290000
92.25/91.18	c cleaning 24002 clauses out of 48011 with flag 315000/315000
101.72/100.50	c cleaning 24999 clauses out of 50009 with flag 341000/341000
111.32/110.01	c cleaning 26001 clauses out of 52012 with flag 368002/368002
121.67/120.31	c cleaning 27003 clauses out of 54010 with flag 396001/396001
132.84/131.44	c cleaning 28002 clauses out of 56006 with flag 425000/425000
144.91/143.48	c cleaning 28996 clauses out of 58006 with flag 455002/455002
155.21/153.68	c cleaning 30002 clauses out of 60010 with flag 486002/486002
168.14/166.60	c cleaning 30988 clauses out of 62007 with flag 518001/518001
178.73/177.03	c cleaning 32003 clauses out of 64018 with flag 551000/551000
190.38/188.64	c cleaning 33001 clauses out of 66016 with flag 585001/585001
202.17/200.39	c cleaning 34001 clauses out of 68014 with flag 620000/620000
215.34/213.45	c cleaning 34997 clauses out of 70018 with flag 656005/656005
230.51/228.50	c cleaning 35998 clauses out of 72016 with flag 693000/693000
243.88/241.82	c cleaning 37003 clauses out of 74019 with flag 731001/731001
260.76/258.60	c cleaning 38003 clauses out of 76016 with flag 770001/770001
276.07/273.90	c cleaning 38981 clauses out of 78012 with flag 810000/810000
293.35/291.05	c cleaning 40010 clauses out of 80031 with flag 851000/851000
312.74/310.37	c cleaning 40991 clauses out of 82021 with flag 893000/893000
332.20/329.78	c cleaning 42008 clauses out of 84031 with flag 936001/936001
351.38/348.83	c cleaning 43008 clauses out of 86022 with flag 980000/980000
373.14/370.58	c cleaning 44003 clauses out of 88016 with flag 1025002/1025002
389.17/386.30	c cleaning 44993 clauses out of 90014 with flag 1071003/1071003
407.10/404.14	c cleaning 45980 clauses out of 92018 with flag 1118000/1118000
423.96/420.80	c cleaning 46981 clauses out of 94040 with flag 1166002/1166002
442.28/439.01	c cleaning 48011 clauses out of 96058 with flag 1215001/1215001
462.70/459.04	c cleaning 49004 clauses out of 98047 with flag 1265001/1265001
488.82/484.73	c cleaning 50001 clauses out of 100042 with flag 1316000/1316000
505.07/500.70	c cleaning 51002 clauses out of 102043 with flag 1368002/1368002
525.97/521.34	c cleaning 52002 clauses out of 104042 with flag 1421003/1421003
547.41/542.54	c cleaning 52991 clauses out of 106038 with flag 1475001/1475001
568.92/563.79	c cleaning 54003 clauses out of 108046 with flag 1530000/1530000
589.85/584.48	c cleaning 54998 clauses out of 110043 with flag 1586000/1586000
610.75/605.04	c cleaning 55989 clauses out of 112045 with flag 1643000/1643000
638.90/633.00	c cleaning 56981 clauses out of 114056 with flag 1701000/1701000
668.97/662.71	c cleaning 58029 clauses out of 116075 with flag 1760000/1760000
692.89/686.27	c cleaning 59013 clauses out of 118049 with flag 1820003/1820003
720.00/713.04	c cleaning 59976 clauses out of 120033 with flag 1881000/1881000
751.43/744.04	c cleaning 61006 clauses out of 122057 with flag 1943000/1943000
793.90/786.13	c cleaning 62005 clauses out of 124052 with flag 2006001/2006001
827.28/819.16	c cleaning 63003 clauses out of 126048 with flag 2070002/2070002
859.73/851.39	c cleaning 64000 clauses out of 128043 with flag 2135000/2135000
892.64/883.91	c cleaning 65001 clauses out of 130044 with flag 2201001/2201001
918.14/908.62	c cleaning 66001 clauses out of 132044 with flag 2268002/2268002
957.15/947.30	c cleaning 66987 clauses out of 134041 with flag 2336000/2336000
993.40/983.01	c cleaning 67995 clauses out of 136055 with flag 2405001/2405001
1008.99/998.44	c cleaning 69027 clauses out of 138062 with flag 2475003/2475003
1054.51/1043.79	c cleaning 70001 clauses out of 140032 with flag 2546000/2546000
1124.30/1113.22	c cleaning 71001 clauses out of 142033 with flag 2618002/2618002
1156.44/1144.92	c cleaning 71997 clauses out of 144032 with flag 2691002/2691002
1187.15/1175.16	c cleaning 73005 clauses out of 146035 with flag 2765002/2765002
1215.18/1202.91	c cleaning 74008 clauses out of 148032 with flag 2840004/2840004
1238.23/1225.56	c cleaning 75002 clauses out of 150024 with flag 2916004/2916004
1260.64/1247.60	c cleaning 75963 clauses out of 152019 with flag 2993001/2993001
1304.39/1290.76	c cleaning 77023 clauses out of 154056 with flag 3071001/3071001
1359.90/1345.72	c cleaning 78003 clauses out of 156032 with flag 3150000/3150000
1398.62/1383.90	c cleaning 79009 clauses out of 158029 with flag 3230000/3230000
1446.63/1431.31	c cleaning 80007 clauses out of 160021 with flag 3311001/3311001
1490.36/1474.39	c cleaning 81002 clauses out of 162014 with flag 3393001/3393001
1536.63/1520.06	c cleaning 81994 clauses out of 164011 with flag 3476000/3476000
1580.36/1563.26	c cleaning 82999 clauses out of 166017 with flag 3560000/3560000
1625.17/1607.56	c cleaning 84003 clauses out of 168018 with flag 3645000/3645000
1669.49/1651.26	c cleaning 84990 clauses out of 170019 with flag 3731004/3731004
1713.60/1694.79	c cleaning 85998 clauses out of 172027 with flag 3818002/3818002
1771.24/1751.68	c cleaning 87012 clauses out of 174027 with flag 3906000/3906000
1800.04/1779.82	c starts		: 252
1800.04/1779.82	c conflicts		: 3967222
1800.04/1779.82	c decisions		: 5133892
1800.04/1779.82	c propagations		: 69162197
1800.04/1779.82	c inspects		: 15962025916
1800.04/1779.82	c shortcuts		: 0
1800.04/1779.82	c learnt literals	: 0
1800.04/1779.82	c learnt binary clauses	: 0
1800.04/1779.82	c learnt ternary clauses	: 0
1800.04/1779.82	c learnt constraints	: 3967222
1800.04/1779.82	c ignored constraints	: 0
1800.04/1779.82	c root simplifications	: 0
1800.04/1779.82	c removed literals (reason simplification)	: 0
1800.04/1779.82	c reason swapping (by a shorter reason)	: 0
1800.04/1779.82	c Calls to reduceDB	: 84
1800.04/1779.82	c number of reductions to clauses (during analyze)	: 0
1800.04/1779.82	c number of learned constraints concerned by reduction	: 0
1800.04/1779.82	c number of learning phase by resolution	: 0
1800.04/1779.82	c number of learning phase by cutting planes	: 0
1800.04/1779.82	c speed (assignments/second)	: 38863.9031242976
1800.04/1779.82	c non guided choices	6585
1800.04/1779.87	c learnt constraints type 
1800.04/1779.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 148274
1800.04/1779.87	c constraints type 
1800.04/1779.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62
1800.04/1779.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.04/1779.87	c 122 constraints processed.
1800.04/1779.87	s UNKNOWN
1800.04/1779.87	c Total wall clock time (in seconds): 1779.747

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-3687397-1337871916/watcher-3687397-1337871916 -o /tmp/evaluation-result-3687397-1337871916/solver-3687397-1337871916 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687397-1337871916.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.60 0.14 0.05 3/194 21585
/proc/meminfo: memFree=27666420/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21585/stat : 21585 (java) R 21583 21585 21352 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 253320177 9515008 175 33554432000 1073741824 1073778376 140736278982080 140736278964808 240426763152 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2323 175 133 9 0 71 0

[startup+0.0453271 s]
/proc/loadavg: 0.60 0.14 0.05 3/194 21585
/proc/meminfo: memFree=27666420/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/21585/stat : 21585 (java) S 21583 21585 21352 0 -1 4202496 3045 0 1 0 1 1 0 0 20 0 13 0 253320177 9446973440 3231 33554432000 1073741824 1073778376 140735601540928 140735601532064 240430121021 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2306390 3231 1682 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100264 s]
/proc/loadavg: 0.60 0.14 0.05 3/194 21585
/proc/meminfo: memFree=27666420/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/21585/stat : 21585 (java) S 21583 21585 21352 0 -1 4202496 4293 0 1 0 7 2 0 0 20 0 18 0 253320177 9787813888 4977 33554432000 1073741824 1073778376 140735601540928 140735601532064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2389603 4977 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300259 s]
/proc/loadavg: 0.60 0.14 0.05 3/194 21585
/proc/meminfo: memFree=27666420/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/21585/stat : 21585 (java) S 21583 21585 21352 0 -1 4202496 6294 0 1 0 48 2 0 0 20 0 19 0 253320177 9855975424 7302 33554432000 1073741824 1073778376 140735601540928 140735601532064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2406244 7302 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700182 s]
/proc/loadavg: 0.60 0.14 0.05 3/194 21585
/proc/meminfo: memFree=27666420/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9624976 CPUtime=1.01 cores=0,2,4,6
/proc/21585/stat : 21585 (java) S 21583 21585 21352 0 -1 4202496 6790 0 1 0 98 3 0 0 20 0 19 0 253320177 9855975424 11496 33554432000 1073741824 1073778376 140735601540928 140735601532064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2406244 11496 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9624976

[startup+1.50067 s]
/proc/loadavg: 0.60 0.14 0.05 3/213 21604
/proc/meminfo: memFree=27628416/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9624976 CPUtime=1.84 cores=0,2,4,6
/proc/21585/stat : 21585 (java) S 21583 21585 21352 0 -1 4202496 6795 0 1 0 181 3 0 0 20 0 19 0 253320177 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140735601532064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2406244 12523 2264 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 21352 0 -1 4202560 2518 0 1 0 143 2 0 0 20 0 19 0 253320178 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222289019256 140222229198600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320179 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222227749800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222131813416 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222130760360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 21352 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222129707816 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222128654760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222127602216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222126549160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222125496616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 21352 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222113086312 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222112032632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222110979464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222109928208 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 21352 0 -1 4202560 1347 0 0 0 18 0 0 0 20 0 19 0 253320184 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222108875064 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 21352 0 -1 4202560 1682 0 0 0 15 0 0 0 20 0 19 0 253320184 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222107822520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222106769656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222105717320 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253320199 9855975424 12523 33554432000 1073741824 1073778376 140735601540928 140222104663592 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 0.60 0.14 0.05 3/213 21604
/proc/meminfo: memFree=27603344/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9624976 CPUtime=3.49 cores=0,2,4,6
/proc/21585/stat : 21585 (java) S 21583 21585 21352 0 -1 4202496 6868 0 1 0 344 5 0 0 20 0 19 0 253320177 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140735601532064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2406244 23799 2264 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 21352 0 -1 4202560 2522 0 1 0 299 2 0 0 20 0 19 0 253320178 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222289019168 140222229266168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 21352 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 253320179 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222227749800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222131813416 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 21352 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222130760360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 21352 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222129707816 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222128654760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222127602216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 21352 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222126549160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 21352 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222125496616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 21352 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 253320181 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222113086312 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222112032632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222110979464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222109928208 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 21352 0 -1 4202560 1350 0 0 0 19 0 0 0 20 0 19 0 253320184 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222108875064 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 21352 0 -1 4202560 1682 0 0 0 15 0 0 0 20 0 19 0 253320184 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222107822520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222106769656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222105717320 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253320199 9855975424 23799 33554432000 1073741824 1073778376 140735601540928 140222104663592 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 0.71 0.17 0.06 3/213 21604
/proc/meminfo: memFree=27567288/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9624976 CPUtime=6.76 cores=0,2,4,6
/proc/21585/stat : 21585 (java) S 21583 21585 21352 0 -1 4202496 7572 0 1 0 670 6 0 0 20 0 19 0 253320177 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140735601532064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2406244 26550 2265 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9624976 CPUtime=6.17 cores=0,2,4,6
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 21352 0 -1 4202560 2525 0 1 0 615 2 0 0 20 0 19 0 253320178 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222289019352 140222229179748 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 21352 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 253320179 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222227749800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 21352 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222131813416 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 21352 0 -1 4202560 184 0 0 0 1 0 0 0 20 0 19 0 253320180 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222130760360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 21352 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222129707816 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222128654760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222127602216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 21352 0 -1 4202560 181 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222126549160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 21352 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253320180 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222125496616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 21352 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 253320181 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222113086312 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222112032632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222110979464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222109928208 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 21352 0 -1 4202560 1557 0 0 0 22 0 0 0 20 0 19 0 253320184 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222108875064 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 21352 0 -1 4202560 1682 0 0 0 15 0 0 0 20 0 19 0 253320184 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222107822520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222106769656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222105717320 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253320199 9855975424 26550 33554432000 1073741824 1073778376 140735601540928 140222104663592 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=21585/tid=21593] ppid=21583 vsize=9624976 CPUtime=2.9 cores=0,2,4,6
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 21352 0 -1 4202560 2063 0 0 0 276 14 0 0 20 0 19 0 253320180 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222127602216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 21352 0 -1 4202560 1591 0 0 0 292 11 0 0 20 0 19 0 253320180 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222126549160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9624976 CPUtime=3.11 cores=0,2,4,6
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 21352 0 -1 4202560 1376 0 0 0 300 11 0 0 20 0 19 0 253320180 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222125496616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9624976 CPUtime=3.82 cores=0,2,4,6
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 21352 0 -1 4202560 899 0 0 0 377 5 0 0 20 0 19 0 253320181 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222113086312 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222112032632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222110979464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222109928208 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 21352 0 -1 4202560 1561 0 0 0 24 0 0 0 20 0 19 0 253320184 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222108875064 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 21352 0 -1 4202560 1682 0 0 0 15 0 0 0 20 0 19 0 253320184 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222107822520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222106769656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 21352 0 -1 4202560 93 0 0 0 27 28 0 0 20 0 19 0 253320184 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222105717320 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253320199 9855975424 137925 33554432000 1073741824 1073778376 140735601540928 140222104663592 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1619.97
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.66 3/213 21733
/proc/meminfo: memFree=25736692/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9624976 CPUtime=1680.83 cores=0,2,4,6
/proc/21585/stat : 21585 (java) S 21583 21585 21352 0 -1 4202496 21506 0 1 0 167946 137 0 0 20 0 19 0 253320177 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140735601532064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2406244 151332 2266 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9624976 CPUtime=1650.79 cores=0,2,4,6
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 21352 0 -1 4202560 2931 0 1 0 165048 31 0 0 20 0 19 0 253320178 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222289018224 140222229198205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9624976 CPUtime=3.15 cores=0,2,4,6
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 21352 0 -1 4202560 1296 0 0 0 304 11 0 0 20 0 19 0 253320179 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222227749800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9624976 CPUtime=3.27 cores=0,2,4,6
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 21352 0 -1 4202560 1711 0 0 0 313 14 0 0 20 0 19 0 253320180 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222131813416 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9624976 CPUtime=3.21 cores=0,2,4,6
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 21352 0 -1 4202560 1419 0 0 0 306 15 0 0 20 0 19 0 253320180 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222130760360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9624976 CPUtime=3.23 cores=0,2,4,6
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 21352 0 -1 4202560 1913 0 0 0 306 17 0 0 20 0 19 0 253320180 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222129707816 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9624976 CPUtime=3.17 cores=0,2,4,6
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 21352 0 -1 4202560 1683 0 0 0 303 14 0 0 20 0 19 0 253320180 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222128654760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 21352 0 -1 4202560 2068 0 0 0 288 14 0 0 20 0 19 0 253320180 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222127602216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9624976 CPUtime=3.21 cores=0,2,4,6
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 21352 0 -1 4202560 1640 0 0 0 309 12 0 0 20 0 19 0 253320180 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222126549160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9624976 CPUtime=3.22 cores=0,2,4,6
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 21352 0 -1 4202560 1384 0 0 0 311 11 0 0 20 0 19 0 253320180 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222125496616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9624976 CPUtime=3.99 cores=0,2,4,6
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 21352 0 -1 4202560 937 0 0 0 393 6 0 0 20 0 19 0 253320181 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222113086312 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222112032632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222110979464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222109928208 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 21352 0 -1 4202560 1561 0 0 0 24 0 0 0 20 0 19 0 253320184 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222108875064 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 21352 0 -1 4202560 1682 0 0 0 15 0 0 0 20 0 19 0 253320184 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222107822520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222106769656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 21352 0 -1 4202560 95 0 0 0 28 29 0 0 20 0 19 0 253320184 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222105717320 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253320199 9855975424 151332 33554432000 1073741824 1073778376 140735601540928 140222104663592 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1680.83
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.68 3/213 21733
/proc/meminfo: memFree=25791464/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9624976 CPUtime=1741.57 cores=0,2,4,6
/proc/21585/stat : 21585 (java) S 21583 21585 21352 0 -1 4202496 21541 0 1 0 174019 138 0 0 20 0 19 0 253320177 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140735601532064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2406244 150562 2266 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9624976 CPUtime=1710.37 cores=0,2,4,6
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 21352 0 -1 4202560 2943 0 1 0 171006 31 0 0 20 0 19 0 253320178 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222289018224 140222229191476 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9624976 CPUtime=3.28 cores=0,2,4,6
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 21352 0 -1 4202560 1296 0 0 0 317 11 0 0 20 0 19 0 253320179 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222227749800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9624976 CPUtime=3.44 cores=0,2,4,6
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 21352 0 -1 4202560 1711 0 0 0 330 14 0 0 20 0 19 0 253320180 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222131813416 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9624976 CPUtime=3.33 cores=0,2,4,6
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 21352 0 -1 4202560 1419 0 0 0 318 15 0 0 20 0 19 0 253320180 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222130760360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9624976 CPUtime=3.34 cores=0,2,4,6
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 21352 0 -1 4202560 1913 0 0 0 317 17 0 0 20 0 19 0 253320180 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222129707816 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9624976 CPUtime=3.3 cores=0,2,4,6
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 21352 0 -1 4202560 1683 0 0 0 316 14 0 0 20 0 19 0 253320180 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222128654760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9624976 CPUtime=3.14 cores=0,2,4,6
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 21352 0 -1 4202560 2068 0 0 0 300 14 0 0 20 0 19 0 253320180 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222127602216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9624976 CPUtime=3.33 cores=0,2,4,6
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 21352 0 -1 4202560 1640 0 0 0 321 12 0 0 20 0 19 0 253320180 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222126549160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9624976 CPUtime=3.36 cores=0,2,4,6
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 21352 0 -1 4202560 1384 0 0 0 325 11 0 0 20 0 19 0 253320180 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222125496616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9624976 CPUtime=4.11 cores=0,2,4,6
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 21352 0 -1 4202560 956 0 0 0 405 6 0 0 20 0 19 0 253320181 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222113086312 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222112032632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222110979464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222109928208 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 21352 0 -1 4202560 1561 0 0 0 24 0 0 0 20 0 19 0 253320184 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222108875064 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 21352 0 -1 4202560 1682 0 0 0 15 0 0 0 20 0 19 0 253320184 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222107822520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222106769656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 21352 0 -1 4202560 99 0 0 0 29 30 0 0 20 0 19 0 253320184 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222105717320 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253320199 9855975424 150562 33554432000 1073741824 1073778376 140735601540928 140222104663592 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1741.57
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.81 s]
/proc/loadavg: 2.06 2.02 1.70 3/213 21733
/proc/meminfo: memFree=25811156/32873844 swapFree=6080/6080
[pid=21585] ppid=21583 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/21585/stat : 21585 (java) S 21583 21585 21352 0 -1 4202496 22630 0 1 0 179861 143 0 0 20 0 19 0 253320177 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140735601532064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21585/statm: 2406244 154484 2266 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9624976 CPUtime=1767.39 cores=0,2,4,6
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 21352 0 -1 4202560 2961 0 1 0 176707 32 0 0 20 0 19 0 253320178 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222289018224 140222229180284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9624976 CPUtime=3.44 cores=0,2,4,6
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 21352 0 -1 4202560 1465 0 0 0 333 11 0 0 20 0 19 0 253320179 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222227749800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9624976 CPUtime=3.59 cores=0,2,4,6
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 21352 0 -1 4202560 1712 0 0 0 345 14 0 0 20 0 19 0 253320180 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222131813416 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9624976 CPUtime=3.5 cores=0,2,4,6
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 21352 0 -1 4202560 1540 0 0 0 334 16 0 0 20 0 19 0 253320180 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222130760360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9624976 CPUtime=3.51 cores=0,2,4,6
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 21352 0 -1 4202560 2120 0 0 0 333 18 0 0 20 0 19 0 253320180 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222129707816 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9624976 CPUtime=3.49 cores=0,2,4,6
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 21352 0 -1 4202560 1683 0 0 0 335 14 0 0 20 0 19 0 253320180 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222128654760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9624976 CPUtime=3.34 cores=0,2,4,6
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 21352 0 -1 4202560 2335 0 0 0 319 15 0 0 20 0 19 0 253320180 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222127602216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9624976 CPUtime=3.5 cores=0,2,4,6
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 21352 0 -1 4202560 1720 0 0 0 337 13 0 0 20 0 19 0 253320180 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222126549160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9624976 CPUtime=3.52 cores=0,2,4,6
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 21352 0 -1 4202560 1566 0 0 0 340 12 0 0 20 0 19 0 253320180 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222125496616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9624976 CPUtime=4.2 cores=0,2,4,6
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 21352 0 -1 4202560 996 0 0 0 414 6 0 0 20 0 19 0 253320181 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222113086312 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222112032632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320181 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222110979464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222109928208 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 21352 0 -1 4202560 1561 0 0 0 24 0 0 0 20 0 19 0 253320184 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222108875064 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 21352 0 -1 4202560 1682 0 0 0 15 0 0 0 20 0 19 0 253320184 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222107822520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320184 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222106769656 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 21352 0 -1 4202560 103 0 0 0 31 31 0 0 20 0 19 0 253320184 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222105717320 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253320199 9855975424 154484 33554432000 1073741824 1073778376 140735601540928 140222104663592 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1779.87
CPU time (s): 1800.85
CPU user time (s): 1798.89
CPU system time (s): 1.9637
CPU usage (%): 101.179
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.9637
maximum resident set size= 618388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22784
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49940
involuntary context switches= 56718

runsolver used 7.60984 second user time and 12.903 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-24 17:05:16
IDJOB=3687397
IDBENCH=1417
IDSOLVER=2269
FILE ID=node108/3687397-1337871916
RUNJOBID= node108-1337871881-21368
PBS_JOBID= 14620096
Free space on /tmp= 71720 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-chnl30_31_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687397-1337871916/watcher-3687397-1337871916 -o /tmp/evaluation-result-3687397-1337871916/solver-3687397-1337871916 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687397-1337871916.opb

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

MD5SUM BENCH= 4d7adbd65e64509ef53d6e98bf824cab
RANDOM SEED=372266153

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27670788 kB
Buffers:          187976 kB
Cached:          4178204 kB
SwapCached:            0 kB
Active:           555828 kB
Inactive:        3879120 kB
Active(anon):      71468 kB
Inactive(anon):        0 kB
Active(file):     484360 kB
Inactive(file):  3879120 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1172 kB
Writeback:             4 kB
AnonPages:         74560 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             630076 kB
SReclaimable:      72072 kB
SUnreclaim:       558004 kB
KernelStack:        1584 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node108 at 2012-05-24 17:34:58