Trace number 3455480

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.38 910.602

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6013_2-unsat.opb
MD5SUMc3eb9faf1d58b30f1971366448425ca3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark15.1277
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12322
Total number of constraints38967
Number of constraints which are clauses38567
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints400
Minimum length of a constraint1
Maximum length of a constraint60
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 394
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455480-1307197047.opb
0.10/0.11	c reading problem ... 
1.17/0.80	c ... done. Wall clock time 0.684s.
1.17/0.80	c #vars     12322
1.17/0.80	c #constraints  35537
1.17/0.80	c constraints type 
1.17/0.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4898
1.17/0.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28970
1.17/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 400
1.17/0.80	c constraints type 
1.17/0.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28970
1.17/0.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4898
1.17/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 400
6.52/2.55	c cleaning 2491 clauses out of 4999 with flag 5000/5000
9.63/4.08	c cleaning 4243 clauses out of 8508 with flag 11000/11000
13.42/5.95	c cleaning 5615 clauses out of 11265 with flag 18000/18000
17.78/8.13	c cleaning 6824 clauses out of 13650 with flag 26000/26000
22.57/10.52	c cleaning 7899 clauses out of 15827 with flag 35001/35001
28.70/13.63	c cleaning 8957 clauses out of 17928 with flag 45001/45001
34.66/16.68	c cleaning 9984 clauses out of 19971 with flag 56001/56001
41.35/20.05	c cleaning 10990 clauses out of 21986 with flag 68000/68000
48.22/23.59	c cleaning 11993 clauses out of 23997 with flag 81001/81001
56.16/27.52	c cleaning 12982 clauses out of 26005 with flag 95002/95002
64.22/31.65	c cleaning 14000 clauses out of 28021 with flag 110000/110000
73.11/36.19	c cleaning 15001 clauses out of 30021 with flag 126000/126000
82.93/41.17	c cleaning 16003 clauses out of 32022 with flag 143002/143002
94.41/46.90	c cleaning 16998 clauses out of 34017 with flag 161000/161000
107.28/53.49	c cleaning 18008 clauses out of 36019 with flag 180000/180000
120.34/60.00	c cleaning 18987 clauses out of 38013 with flag 200002/200002
135.12/67.56	c cleaning 19997 clauses out of 40027 with flag 221003/221003
149.98/75.08	c cleaning 20982 clauses out of 42028 with flag 243001/243001
160.82/80.58	c cleaning 0 clauses out of 5001 with flag 0/5001
167.55/83.96	c cleaning 22019 clauses out of 44047 with flag 266002/266002
185.30/92.85	c cleaning 22994 clauses out of 46027 with flag 290001/290001
201.12/100.87	c cleaning 23996 clauses out of 48032 with flag 315000/315000
223.34/112.07	c cleaning 24984 clauses out of 50039 with flag 341003/341003
244.76/122.82	c cleaning 26017 clauses out of 52053 with flag 368001/368001
267.31/134.29	c cleaning 27014 clauses out of 54035 with flag 396000/396000
290.07/145.73	c cleaning 28010 clauses out of 56025 with flag 425004/425004
312.45/157.03	c cleaning 28994 clauses out of 58011 with flag 455000/455000
338.62/170.24	c cleaning 29985 clauses out of 60017 with flag 486000/486000
366.49/184.31	c cleaning 30986 clauses out of 62032 with flag 518000/518000
394.05/198.26	c cleaning 32007 clauses out of 64046 with flag 551000/551000
426.01/214.38	c cleaning 33006 clauses out of 66040 with flag 585001/585001
455.96/229.46	c cleaning 33999 clauses out of 68033 with flag 620000/620000
487.60/245.46	c cleaning 34509 clauses out of 69034 with flag 655000/655000
520.13/261.88	c cleaning 34744 clauses out of 69525 with flag 690000/690000
554.65/279.23	c cleaning 34881 clauses out of 69781 with flag 725000/725000
586.57/295.31	c cleaning 34914 clauses out of 69904 with flag 760004/760004
617.72/311.14	c cleaning 34988 clauses out of 69987 with flag 795001/795001
648.45/326.72	c cleaning 34984 clauses out of 69998 with flag 830000/830000
681.15/343.10	c cleaning 34993 clauses out of 70014 with flag 865000/865000
689.85/347.69	c cleaning 0 clauses out of 11000 with flag 0/11000
714.90/360.47	c cleaning 35005 clauses out of 70023 with flag 900002/900002
746.23/376.27	c cleaning 35002 clauses out of 70016 with flag 935000/935000
777.48/392.04	c cleaning 34995 clauses out of 70015 with flag 970001/970001
812.18/409.53	c cleaning 34998 clauses out of 70022 with flag 1005003/1005003
847.25/427.35	c cleaning 35002 clauses out of 70022 with flag 1040001/1040001
885.12/446.45	c cleaning 34976 clauses out of 70020 with flag 1075001/1075001
919.35/463.79	c cleaning 35009 clauses out of 70043 with flag 1110000/1110000
955.99/482.24	c cleaning 34993 clauses out of 70036 with flag 1145002/1145002
994.23/501.68	c cleaning 35006 clauses out of 70041 with flag 1180000/1180000
1029.82/519.62	c cleaning 34995 clauses out of 70035 with flag 1215000/1215000
1065.82/537.90	c cleaning 35007 clauses out of 70040 with flag 1250000/1250000
1103.40/556.82	c cleaning 35003 clauses out of 70033 with flag 1285000/1285000
1135.59/573.24	c cleaning 34990 clauses out of 70030 with flag 1320000/1320000
1166.12/588.71	c cleaning 35014 clauses out of 70040 with flag 1355000/1355000
1201.07/606.48	c cleaning 35000 clauses out of 70029 with flag 1390003/1390003
1232.44/622.39	c cleaning 35004 clauses out of 70026 with flag 1425000/1425000
1269.21/641.00	c cleaning 34996 clauses out of 70022 with flag 1460000/1460000
1307.39/660.30	c cleaning 34997 clauses out of 70027 with flag 1495001/1495001
1341.79/677.78	c cleaning 34996 clauses out of 70030 with flag 1530001/1530001
1377.72/695.97	c cleaning 35006 clauses out of 70034 with flag 1565001/1565001
1415.66/715.27	c cleaning 35003 clauses out of 70031 with flag 1600004/1600004
1451.38/733.34	c cleaning 34990 clauses out of 70024 with flag 1635000/1635000
1486.29/751.04	c cleaning 34976 clauses out of 70034 with flag 1670000/1670000
1522.40/769.36	c cleaning 34998 clauses out of 70058 with flag 1705000/1705000
1558.06/787.50	c cleaning 34981 clauses out of 70060 with flag 1740000/1740000
1592.75/805.17	c cleaning 35029 clauses out of 70080 with flag 1775001/1775001
1631.26/824.61	c cleaning 34998 clauses out of 70051 with flag 1810001/1810001
1669.98/844.29	c cleaning 35009 clauses out of 70052 with flag 1845000/1845000
1709.04/864.12	c cleaning 34984 clauses out of 70044 with flag 1880001/1880001
1750.35/885.01	c cleaning 34991 clauses out of 70061 with flag 1915002/1915002
1788.85/904.55	c cleaning 35006 clauses out of 70068 with flag 1950000/1950000
1800.14/910.42	c starts		: 210
1800.14/910.42	c conflicts		: 1961789
1800.14/910.42	c decisions		: 2447709
1800.14/910.42	c propagations		: 1188884155
1800.14/910.42	c inspects		: 6036335955
1800.14/910.42	c shortcuts		: 0
1800.14/910.42	c learnt literals	: 1
1800.14/910.42	c learnt binary clauses	: 18
1800.14/910.42	c learnt ternary clauses	: 1265
1800.14/910.42	c learnt constraints	: 1961788
1800.14/910.42	c ignored constraints	: 0
1800.14/910.42	c root simplifications	: 0
1800.14/910.42	c removed literals (reason simplification)	: 44799003
1800.14/910.42	c reason swapping (by a shorter reason)	: 0
1800.14/910.42	c Calls to reduceDB	: 69
1800.14/910.42	c number of reductions to clauses (during analyze)	: 0
1800.14/910.42	c number of learned constraints concerned by reduction	: 0
1800.14/910.42	c number of learning phase by resolution	: 0
1800.14/910.42	c number of learning phase by cutting planes	: 0
1800.14/910.42	c speed (assignments/second)	: 1307000.582655767
1800.14/910.42	c non guided choices	156
1800.14/910.44	c learnt constraints type 
1800.14/910.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1800.14/910.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46858
1800.14/910.44	c constraints type 
1800.14/910.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4898
1800.14/910.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28970
1800.14/910.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 400
1800.14/910.44	c constraints type 
1800.14/910.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28970
1800.14/910.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4898
1800.14/910.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 400
1800.14/910.44	s UNKNOWN
1800.14/910.44	c Total wall clock time (in seconds): 910.334

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455480-1307197047/watcher-3455480-1307197047 -o /tmp/evaluation-result-3455480-1307197047/solver-3455480-1307197047 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455480-1307197047.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: 2.81 2.90 3.32 3/556 22821
/proc/meminfo: memFree=21419344/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/22821/stat : 22821 (java) S 22819 22821 21439 0 -1 4202496 5141 0 1 0 0 0 0 0 25 0 2 0 812120940 10694979584 4843 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 2611079 4855 917 9 0 2602235 0
[pid=22821/tid=22822] ppid=22819 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22822/stat : 22822 (java) R 22819 22821 21439 0 -1 4202560 6371 0 1 0 0 0 0 0 25 0 2 0 812120941 10694979584 7187 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0239229 s]
/proc/loadavg: 2.81 2.90 3.32 3/556 22821
/proc/meminfo: memFree=21419344/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/22821/stat : 22821 (java) S 22819 22821 21439 0 -1 4202496 9942 0 1 0 0 1 0 0 25 0 10 0 812120940 10703900672 9644 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 2613257 9647 952 9 0 2604413 0
[pid=22821/tid=22822] ppid=22819 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/22821/task/22822/stat : 22822 (java) R 22819 22821 21439 0 -1 4202560 8822 0 1 0 0 1 0 0 25 0 10 0 812120941 10703900672 9647 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 47093663727656 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.100913 s]
/proc/loadavg: 2.81 2.90 3.32 3/556 22821
/proc/meminfo: memFree=21419344/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=10539956 CPUtime=0.1 cores=0,2,4,6
/proc/22821/stat : 22821 (java) S 22819 22821 21439 0 -1 4202496 13079 0 1 0 8 2 0 0 25 0 18 0 812120940 10792914944 12752 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 2634989 12752 2092 9 0 2625723 0
[pid=22821/tid=22822] ppid=22819 vsize=10539956 CPUtime=0.08 cores=0,2,4,6
/proc/22821/task/22822/stat : 22822 (java) R 22819 22821 21439 0 -1 4202560 11125 0 1 0 7 1 0 0 25 0 18 0 812120941 10792914944 12754 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912496197424 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539956

[startup+0.305215 s]
/proc/loadavg: 2.81 2.90 3.32 3/556 22821
/proc/meminfo: memFree=21419344/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=10542280 CPUtime=0.5 cores=0,2,4,6
/proc/22821/stat : 22821 (java) S 22819 22821 21439 0 -1 4202496 16767 0 1 0 48 2 0 0 25 0 18 0 812120940 10795294720 16100 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 2635570 16101 2200 9 0 2626304 0
[pid=22821/tid=22822] ppid=22819 vsize=10542280 CPUtime=0.29 cores=0,2,4,6
/proc/22821/task/22822/stat : 22822 (java) R 22819 22821 21439 0 -1 4202560 13266 0 1 0 27 2 0 0 25 0 18 0 812120941 10795294720 16101 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912505596190 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542280

[startup+0.707232 s]
/proc/loadavg: 2.81 2.90 3.32 3/556 22821
/proc/meminfo: memFree=21419344/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=10563708 CPUtime=1.92 cores=0,2,4,6
/proc/22821/stat : 22821 (java) S 22819 22821 21439 0 -1 4202496 54738 0 1 0 185 7 0 0 25 0 21 0 812120940 10817236992 48356 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 2640927 48356 2226 9 0 2631661 0
[pid=22821/tid=22822] ppid=22819 vsize=10563708 CPUtime=0.78 cores=0,2,4,6
/proc/22821/task/22822/stat : 22822 (java) S 22819 22821 21439 0 -1 4202560 37610 0 1 0 73 5 0 0 19 0 21 0 812120941 10817236992 48356 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10563708

[startup+1.5016 s]
/proc/loadavg: 2.81 2.90 3.32 7/578 22843
/proc/meminfo: memFree=21228584/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=10564736 CPUtime=4.28 cores=0,2,4,6
/proc/22821/stat : 22821 (java) S 22819 22821 21439 0 -1 4202496 87630 0 1 0 417 11 0 0 25 0 22 0 812120940 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 2641184 75924 2240 9 0 2631918 0
[pid=22821/tid=22822] ppid=22819 vsize=10564736 CPUtime=0.78 cores=0,2,4,6
/proc/22821/task/22822/stat : 22822 (java) S 22819 22821 21439 0 -1 4202560 37610 0 1 0 73 5 0 0 15 0 22 0 812120941 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22824] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22824/stat : 22824 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120943 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22825] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22825/stat : 22825 (java) S 22819 22821 21439 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 812120943 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22826] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22826/stat : 22826 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120943 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22827] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22827/stat : 22827 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120943 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22828] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22828/stat : 22828 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120943 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22829] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22829/stat : 22829 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120943 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22830] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22830/stat : 22830 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120943 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22831] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22831/stat : 22831 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120943 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22832] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22832/stat : 22832 (java) S 22819 22821 21439 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 812120944 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 0 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22833] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22833/stat : 22833 (java) S 22819 22821 21439 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 812120944 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22834] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22834/stat : 22834 (java) S 22819 22821 21439 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 812120944 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22835] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22835/stat : 22835 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120946 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051478961 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22836] ppid=22819 vsize=10564736 CPUtime=1.05 cores=0,2,4,6
/proc/22821/task/22836/stat : 22836 (java) R 22819 22821 21439 0 -1 4202560 8175 0 0 0 104 1 0 0 16 0 22 0 812120946 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 47093667970900 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22821/tid=22837] ppid=22819 vsize=10564736 CPUtime=1.12 cores=0,2,4,6
/proc/22821/task/22837/stat : 22837 (java) R 22819 22821 21439 0 -1 4202560 13639 0 0 0 111 1 0 0 16 0 22 0 812120946 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051474144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22821/tid=22838] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22838/stat : 22838 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120946 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22839] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22839/stat : 22839 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 812120946 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22840] ppid=22819 vsize=10564736 CPUtime=0.67 cores=0,2,4,6
/proc/22821/task/22840/stat : 22840 (java) R 22819 22821 21439 0 -1 4202560 324 0 0 0 67 0 0 0 22 0 22 0 812121020 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912505955130 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22821/tid=22841] ppid=22819 vsize=10564736 CPUtime=0.63 cores=0,2,4,6
/proc/22821/task/22841/stat : 22841 (java) R 22819 22821 21439 0 -1 4202560 26711 0 0 0 60 3 0 0 23 0 22 0 812121020 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912505954551 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22821/tid=22842] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22842/stat : 22842 (java) S 22819 22821 21439 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 812121026 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22843] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22843/stat : 22843 (java) S 22819 22821 21439 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 812121028 10818289664 75924 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 10564736

[startup+3.10132 s]
/proc/loadavg: 2.81 2.90 3.32 4/578 22844
/proc/meminfo: memFree=20826080/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=10564736 CPUtime=7.76 cores=0,2,4,6
/proc/22821/stat : 22821 (java) S 22819 22821 21439 0 -1 4202496 229190 0 1 0 749 27 0 0 25 0 22 0 812120940 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 2641184 216213 2268 9 0 2631918 0
[pid=22821/tid=22822] ppid=22819 vsize=10564736 CPUtime=0.78 cores=0,2,4,6
/proc/22821/task/22822/stat : 22822 (java) S 22819 22821 21439 0 -1 4202560 37610 0 1 0 73 5 0 0 15 0 22 0 812120941 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22824] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22824/stat : 22824 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 812120943 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22825] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22825/stat : 22825 (java) S 22819 22821 21439 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 812120943 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22826] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22826/stat : 22826 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 812120943 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22827] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22827/stat : 22827 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 812120943 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22828] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22828/stat : 22828 (java) S 22819 22821 21439 0 -1 4202560 360 0 0 0 0 0 0 0 18 0 22 0 812120943 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22829] ppid=22819 vsize=10564736 CPUtime=0.01 cores=0,2,4,6
/proc/22821/task/22829/stat : 22829 (java) S 22819 22821 21439 0 -1 4202560 1348 0 0 0 1 0 0 0 18 0 22 0 812120943 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22830] ppid=22819 vsize=10564736 CPUtime=0.01 cores=0,2,4,6
/proc/22821/task/22830/stat : 22830 (java) S 22819 22821 21439 0 -1 4202560 991 0 0 0 1 0 0 0 18 0 22 0 812120943 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22831] ppid=22819 vsize=10564736 CPUtime=0.01 cores=0,2,4,6
/proc/22821/task/22831/stat : 22831 (java) S 22819 22821 21439 0 -1 4202560 1114 0 0 0 1 0 0 0 18 0 22 0 812120943 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22832] ppid=22819 vsize=10564736 CPUtime=0.05 cores=0,2,4,6
/proc/22821/task/22832/stat : 22832 (java) S 22819 22821 21439 0 -1 4202560 3806 0 0 0 5 0 0 0 16 0 22 0 812120944 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 0 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22833] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22833/stat : 22833 (java) S 22819 22821 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812120944 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22834] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22834/stat : 22834 (java) S 22819 22821 21439 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812120944 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22835] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22835/stat : 22835 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120946 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051478961 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22836] ppid=22819 vsize=10564736 CPUtime=1.23 cores=0,2,4,6
/proc/22821/task/22836/stat : 22836 (java) S 22819 22821 21439 0 -1 4202560 8197 0 0 0 122 1 0 0 15 0 22 0 812120946 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22837] ppid=22819 vsize=10564736 CPUtime=1.26 cores=0,2,4,6
/proc/22821/task/22837/stat : 22837 (java) S 22819 22821 21439 0 -1 4202560 14218 0 0 0 125 1 0 0 15 0 22 0 812120946 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22838] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22838/stat : 22838 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120946 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22839] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22839/stat : 22839 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 812120946 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22840] ppid=22819 vsize=10564736 CPUtime=2.19 cores=0,2,4,6
/proc/22821/task/22840/stat : 22840 (java) R 22819 22821 21439 0 -1 4202560 536 0 0 0 219 0 0 0 25 0 22 0 812121020 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912505623727 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22821/tid=22841] ppid=22819 vsize=10564736 CPUtime=2.15 cores=0,2,4,6
/proc/22821/task/22841/stat : 22841 (java) R 22819 22821 21439 0 -1 4202560 159845 0 0 0 197 18 0 0 25 0 22 0 812121020 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912505996476 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22821/tid=22842] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22842/stat : 22842 (java) S 22819 22821 21439 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 812121026 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22843] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22843/stat : 22843 (java) S 22819 22821 21439 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 812121028 10818289664 216213 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 10564736

[startup+6.30082 s]
/proc/loadavg: 2.91 2.92 3.32 5/578 22844
/proc/meminfo: memFree=20504240/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=10564736 CPUtime=14.16 cores=0,2,4,6
/proc/22821/stat : 22821 (java) S 22819 22821 21439 0 -1 4202496 282446 0 1 0 1384 32 0 0 25 0 22 0 812120940 10818289664 269464 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 2641184 269464 2268 9 0 2631918 0
[pid=22821/tid=22822] ppid=22819 vsize=10564736 CPUtime=0.78 cores=0,2,4,6
/proc/22821/task/22822/stat : 22822 (java) S 22819 22821 21439 0 -1 4202560 37610 0 1 0 73 5 0 0 15 0 22 0 812120941 10818289664 269464 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22824] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22824/stat : 22824 (java) S 22819 22821 21439 0 -1 4202560 404 0 0 0 0 0 0 0 15 0 22 0 812120943 10818289664 269464 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22825] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22825/stat : 22825 (java) S 22819 22821 21439 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 812120943 10818289664 269464 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22826] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22826/stat : 22826 (java) S 22819 22821 21439 0 -1 4202560 270 0 0 0 0 0 0 0 16 0 22 0 812120943 10818289664 269464 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22827] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22827/stat : 22827 (java) S 22819 22821 21439 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 812120943 10818289664 269464 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22828] ppid=22819 vsize=10564736 CPUtime=0.01 cores=0,2,4,6
/proc/22821/task/22828/stat : 22828 (java) S 22819 22821 21439 0 -1 4202560 621 0 0 0 1 0 0 0 18 0 22 0 812120943 10818289664 269464 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22829] ppid=22819 vsize=10564736 CPUtime=0.01 cores=0,2,4,6
/proc/22821/task/22829/stat : 22829 (java) S 22819 22821 21439 0 -1 4202560 1349 0 0 0 1 0 0 0 16 0 22 0 812120943 10818289664 269464 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22830] ppid=22819 vsize=10564736 CPUtime=0.02 cores=0,2,4,6
/proc/22821/task/22830/stat : 22830 (java) S 22819 22821 21439 0 -1 4202560 1281 0 0 0 2 0 0 0 18 0 22 0 812120943 10818289664 269464 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22831] ppid=22819 vsize=10564736 CPUtime=0.01 cores=0,2,4,6
/proc/22821/task/22831/stat : 22831 (java) S 22819 22821 21439 0 -1 4202560 1114 0 0 0 1 0 0 0 15 0 22 0 812120943 10818289664 269464 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0

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

/proc/22821/task/22825/stat : 22825 (java) S 22819 22821 21439 0 -1 4202560 4659 0 0 0 66 0 0 0 16 0 22 0 812120943 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22826] ppid=22819 vsize=10564736 CPUtime=0.66 cores=0,2,4,6
/proc/22821/task/22826/stat : 22826 (java) S 22819 22821 21439 0 -1 4202560 5964 0 0 0 65 1 0 0 15 0 22 0 812120943 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22827] ppid=22819 vsize=10564736 CPUtime=0.52 cores=0,2,4,6
/proc/22821/task/22827/stat : 22827 (java) S 22819 22821 21439 0 -1 4202560 5135 0 0 0 52 0 0 0 15 0 22 0 812120943 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22828] ppid=22819 vsize=10564736 CPUtime=0.58 cores=0,2,4,6
/proc/22821/task/22828/stat : 22828 (java) S 22819 22821 21439 0 -1 4202560 7211 0 0 0 58 0 0 0 15 0 22 0 812120943 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22829] ppid=22819 vsize=10564736 CPUtime=0.64 cores=0,2,4,6
/proc/22821/task/22829/stat : 22829 (java) S 22819 22821 21439 0 -1 4202560 6804 0 0 0 64 0 0 0 15 0 22 0 812120943 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22830] ppid=22819 vsize=10564736 CPUtime=0.59 cores=0,2,4,6
/proc/22821/task/22830/stat : 22830 (java) S 22819 22821 21439 0 -1 4202560 8969 0 0 0 58 1 0 0 15 0 22 0 812120943 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22831] ppid=22819 vsize=10564736 CPUtime=0.49 cores=0,2,4,6
/proc/22821/task/22831/stat : 22831 (java) S 22819 22821 21439 0 -1 4202560 4208 0 0 0 49 0 0 0 16 0 22 0 812120943 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22832] ppid=22819 vsize=10564736 CPUtime=22.01 cores=0,2,4,6
/proc/22821/task/22832/stat : 22832 (java) S 22819 22821 21439 0 -1 4202560 41425 0 0 0 2196 5 0 0 15 0 22 0 812120944 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 0 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22833] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22833/stat : 22833 (java) S 22819 22821 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812120944 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22834] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22834/stat : 22834 (java) S 22819 22821 21439 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812120944 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22835] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22835/stat : 22835 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120946 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051478961 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22836] ppid=22819 vsize=10564736 CPUtime=1.72 cores=0,2,4,6
/proc/22821/task/22836/stat : 22836 (java) S 22819 22821 21439 0 -1 4202560 8398 0 0 0 171 1 0 0 15 0 22 0 812120946 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22837] ppid=22819 vsize=10564736 CPUtime=1.39 cores=0,2,4,6
/proc/22821/task/22837/stat : 22837 (java) S 22819 22821 21439 0 -1 4202560 14227 0 0 0 138 1 0 0 15 0 22 0 812120946 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22838] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22838/stat : 22838 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120946 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22839] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22839/stat : 22839 (java) S 22819 22821 21439 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 812120946 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22840] ppid=22819 vsize=10564736 CPUtime=797.97 cores=0,2,4,6
/proc/22821/task/22840/stat : 22840 (java) R 22819 22821 21439 0 -1 4202560 1324 0 0 0 79796 1 0 0 25 0 22 0 812121020 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912505976032 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22821/tid=22841] ppid=22819 vsize=10564736 CPUtime=797.91 cores=0,2,4,6
/proc/22821/task/22841/stat : 22841 (java) R 22819 22821 21439 0 -1 4202560 809904 0 0 0 79698 93 0 0 25 0 22 0 812121020 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912506199855 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22821/tid=22842] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22842/stat : 22842 (java) S 22819 22821 21439 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 812121026 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22843] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22843/stat : 22843 (java) S 22819 22821 21439 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 812121028 10818289664 946273 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1626.62
Current children cumulated vsize (KiB) 10564736

[startup+882.32 s]
/proc/loadavg: 2.55 3.47 3.54 8/551 22890
/proc/meminfo: memFree=21275984/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=10564736 CPUtime=1744.98 cores=0,2,4,6
/proc/22821/stat : 22821 (java) S 22819 22821 21439 0 -1 4202496 963717 0 1 0 174382 116 0 0 25 0 22 0 812120940 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 2641184 949403 2269 9 0 2631918 0
[pid=22821/tid=22822] ppid=22819 vsize=10564736 CPUtime=0.78 cores=0,2,4,6
/proc/22821/task/22822/stat : 22822 (java) S 22819 22821 21439 0 -1 4202560 37615 0 1 0 73 5 0 0 15 0 22 0 812120941 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22824] ppid=22819 vsize=10564736 CPUtime=0.59 cores=0,2,4,6
/proc/22821/task/22824/stat : 22824 (java) S 22819 22821 21439 0 -1 4202560 3477 0 0 0 59 0 0 0 15 0 22 0 812120943 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22825] ppid=22819 vsize=10564736 CPUtime=0.69 cores=0,2,4,6
/proc/22821/task/22825/stat : 22825 (java) S 22819 22821 21439 0 -1 4202560 5273 0 0 0 69 0 0 0 15 0 22 0 812120943 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22826] ppid=22819 vsize=10564736 CPUtime=0.69 cores=0,2,4,6
/proc/22821/task/22826/stat : 22826 (java) S 22819 22821 21439 0 -1 4202560 6288 0 0 0 68 1 0 0 15 0 22 0 812120943 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22827] ppid=22819 vsize=10564736 CPUtime=0.59 cores=0,2,4,6
/proc/22821/task/22827/stat : 22827 (java) S 22819 22821 21439 0 -1 4202560 5465 0 0 0 59 0 0 0 16 0 22 0 812120943 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22828] ppid=22819 vsize=10564736 CPUtime=0.62 cores=0,2,4,6
/proc/22821/task/22828/stat : 22828 (java) S 22819 22821 21439 0 -1 4202560 7548 0 0 0 61 1 0 0 15 0 22 0 812120943 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22829] ppid=22819 vsize=10564736 CPUtime=0.71 cores=0,2,4,6
/proc/22821/task/22829/stat : 22829 (java) S 22819 22821 21439 0 -1 4202560 7227 0 0 0 70 1 0 0 16 0 22 0 812120943 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22830] ppid=22819 vsize=10564736 CPUtime=0.68 cores=0,2,4,6
/proc/22821/task/22830/stat : 22830 (java) S 22819 22821 21439 0 -1 4202560 9425 0 0 0 67 1 0 0 16 0 22 0 812120943 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22831] ppid=22819 vsize=10564736 CPUtime=0.59 cores=0,2,4,6
/proc/22821/task/22831/stat : 22831 (java) S 22819 22821 21439 0 -1 4202560 4591 0 0 0 59 0 0 0 16 0 22 0 812120943 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22832] ppid=22819 vsize=10564736 CPUtime=23.91 cores=0,2,4,6
/proc/22821/task/22832/stat : 22832 (java) S 22819 22821 21439 0 -1 4202560 41736 0 0 0 2386 5 0 0 15 0 22 0 812120944 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 0 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22833] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22833/stat : 22833 (java) S 22819 22821 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812120944 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22834] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22834/stat : 22834 (java) S 22819 22821 21439 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812120944 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22835] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22835/stat : 22835 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120946 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051478961 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22836] ppid=22819 vsize=10564736 CPUtime=1.72 cores=0,2,4,6
/proc/22821/task/22836/stat : 22836 (java) S 22819 22821 21439 0 -1 4202560 8398 0 0 0 171 1 0 0 15 0 22 0 812120946 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22837] ppid=22819 vsize=10564736 CPUtime=1.39 cores=0,2,4,6
/proc/22821/task/22837/stat : 22837 (java) S 22819 22821 21439 0 -1 4202560 14227 0 0 0 138 1 0 0 15 0 22 0 812120946 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22838] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22838/stat : 22838 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120946 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22839] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22839/stat : 22839 (java) S 22819 22821 21439 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 812120946 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22840] ppid=22819 vsize=10564736 CPUtime=855.98 cores=0,2,4,6
/proc/22821/task/22840/stat : 22840 (java) R 22819 22821 21439 0 -1 4202560 1328 0 0 0 85597 1 0 0 25 0 22 0 812121020 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912505976091 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22821/tid=22841] ppid=22819 vsize=10564736 CPUtime=855.92 cores=0,2,4,6
/proc/22821/task/22841/stat : 22841 (java) R 22819 22821 21439 0 -1 4202560 809907 0 0 0 85499 93 0 0 25 0 22 0 812121020 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22821/tid=22842] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22842/stat : 22842 (java) S 22819 22821 21439 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 812121026 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22843] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22843/stat : 22843 (java) S 22819 22821 21439 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 812121028 10818289664 949403 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1744.98
Current children cumulated vsize (KiB) 10564736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.401 s]
/proc/loadavg: 2.33 3.33 3.49 3/551 22891
/proc/meminfo: memFree=21264428/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=10564736 CPUtime=1800.14 cores=0,2,4,6
/proc/22821/stat : 22821 (java) S 22819 22821 21439 0 -1 4202496 966646 0 1 0 179897 117 0 0 25 0 22 0 812120940 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 2641184 952281 2269 9 0 2631918 0
[pid=22821/tid=22822] ppid=22819 vsize=10564736 CPUtime=0.78 cores=0,2,4,6
/proc/22821/task/22822/stat : 22822 (java) S 22819 22821 21439 0 -1 4202560 37615 0 1 0 73 5 0 0 15 0 22 0 812120941 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22824] ppid=22819 vsize=10564736 CPUtime=0.59 cores=0,2,4,6
/proc/22821/task/22824/stat : 22824 (java) S 22819 22821 21439 0 -1 4202560 3481 0 0 0 59 0 0 0 15 0 22 0 812120943 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22825] ppid=22819 vsize=10564736 CPUtime=0.72 cores=0,2,4,6
/proc/22821/task/22825/stat : 22825 (java) S 22819 22821 21439 0 -1 4202560 5720 0 0 0 72 0 0 0 16 0 22 0 812120943 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22826] ppid=22819 vsize=10564736 CPUtime=0.72 cores=0,2,4,6
/proc/22821/task/22826/stat : 22826 (java) S 22819 22821 21439 0 -1 4202560 6359 0 0 0 71 1 0 0 15 0 22 0 812120943 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22827] ppid=22819 vsize=10564736 CPUtime=0.63 cores=0,2,4,6
/proc/22821/task/22827/stat : 22827 (java) S 22819 22821 21439 0 -1 4202560 5596 0 0 0 63 0 0 0 15 0 22 0 812120943 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22828] ppid=22819 vsize=10564736 CPUtime=0.62 cores=0,2,4,6
/proc/22821/task/22828/stat : 22828 (java) S 22819 22821 21439 0 -1 4202560 7555 0 0 0 61 1 0 0 15 0 22 0 812120943 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22829] ppid=22819 vsize=10564736 CPUtime=0.75 cores=0,2,4,6
/proc/22821/task/22829/stat : 22829 (java) S 22819 22821 21439 0 -1 4202560 7621 0 0 0 74 1 0 0 16 0 22 0 812120943 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22830] ppid=22819 vsize=10564736 CPUtime=0.7 cores=0,2,4,6
/proc/22821/task/22830/stat : 22830 (java) S 22819 22821 21439 0 -1 4202560 9990 0 0 0 69 1 0 0 16 0 22 0 812120943 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22831] ppid=22819 vsize=10564736 CPUtime=0.63 cores=0,2,4,6
/proc/22821/task/22831/stat : 22831 (java) S 22819 22821 21439 0 -1 4202560 5100 0 0 0 63 0 0 0 16 0 22 0 812120943 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22832] ppid=22819 vsize=10564736 CPUtime=25.04 cores=0,2,4,6
/proc/22821/task/22832/stat : 22832 (java) S 22819 22821 21439 0 -1 4202560 42534 0 0 0 2499 5 0 0 15 0 22 0 812120944 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 0 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22833] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22833/stat : 22833 (java) S 22819 22821 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812120944 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22834] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22834/stat : 22834 (java) S 22819 22821 21439 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812120944 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22835] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22835/stat : 22835 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120946 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051478961 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22836] ppid=22819 vsize=10564736 CPUtime=1.72 cores=0,2,4,6
/proc/22821/task/22836/stat : 22836 (java) S 22819 22821 21439 0 -1 4202560 8398 0 0 0 171 1 0 0 15 0 22 0 812120946 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 4 0 0 0
[pid=22821/tid=22837] ppid=22819 vsize=10564736 CPUtime=1.39 cores=0,2,4,6
/proc/22821/task/22837/stat : 22837 (java) S 22819 22821 21439 0 -1 4202560 14227 0 0 0 138 1 0 0 15 0 22 0 812120946 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22838] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22838/stat : 22838 (java) S 22819 22821 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812120946 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471257 0 4 0 16800975 18446604440775297920 0 0 -1 2 0 0 0
[pid=22821/tid=22839] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22839/stat : 22839 (java) S 22819 22821 21439 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 812120946 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 0 0 0 0
[pid=22821/tid=22840] ppid=22819 vsize=10564736 CPUtime=882.89 cores=0,2,4,6
/proc/22821/task/22840/stat : 22840 (java) R 22819 22821 21439 0 -1 4202560 1330 0 0 0 88288 1 0 0 25 0 22 0 812121020 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912505954551 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22821/tid=22841] ppid=22819 vsize=10564736 CPUtime=882.83 cores=0,2,4,6
/proc/22821/task/22841/stat : 22841 (java) R 22819 22821 21439 0 -1 4202560 809908 0 0 0 88190 93 0 0 25 0 22 0 812121020 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 46912505996608 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22821/tid=22842] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22842/stat : 22842 (java) S 22819 22821 21439 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 812121026 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
[pid=22821/tid=22843] ppid=22819 vsize=10564736 CPUtime=0 cores=0,2,4,6
/proc/22821/task/22843/stat : 22843 (java) S 22819 22821 21439 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 812121028 10818289664 952281 33554432000 1073741824 1073778376 140733596781424 18446744073709551615 212051471872 0 4 0 16800975 18446604440775297920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 10564736

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

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

[startup+910.526 s]
/proc/loadavg: 2.33 3.33 3.49 3/551 22891
/proc/meminfo: memFree=21264428/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=0 CPUtime=1800.3 cores=0,2,4,6
/proc/22821/stat : 22821 (java) Z 22819 22821 21439 0 -1 4203548 966676 0 1 0 179907 123 0 0 17 0 2 0 812120940 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 0 0 0 0 0 0 0
[pid=22821/tid=22841] ppid=22819 vsize=0 CPUtime=882.93 cores=0,2,4,6
/proc/22821/task/22841/stat : 22841 (java) R 22819 22821 21439 0 -1 4203588 809908 0 0 0 88193 100 0 0 25 0 2 0 812121020 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

[startup+910.601 s]
/proc/loadavg: 2.33 3.33 3.49 3/551 22891
/proc/meminfo: memFree=21264428/32951124 swapFree=46970528/67111528
[pid=22821] ppid=22819 vsize=0 CPUtime=1800.37 cores=0,2,4,6
/proc/22821/stat : 22821 (java) Z 22819 22821 21439 0 -1 4203548 966676 0 1 0 179907 130 0 0 17 0 1 0 812120940 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22821/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 910.602
CPU time (s): 1800.38
CPU user time (s): 1799.07
CPU system time (s): 1.3098
CPU usage (%): 197.714
Max. virtual memory (cumulated for all children) (KiB): 10564736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.3098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 966676
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24135
involuntary context switches= 26446

runsolver used 5.35119 second user time and 11.2373 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 16:17:27
IDJOB=3455480
IDBENCH=75736
IDSOLVER=1950
FILE ID=node146/3455480-1307197047
RUNJOBID= node146-1307195750-21457
PBS_JOBID= 13508875
Free space on /tmp= 73776 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6013_2-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455480-1307197047/watcher-3455480-1307197047 -o /tmp/evaluation-result-3455480-1307197047/solver-3455480-1307197047 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455480-1307197047.opb

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

MD5SUM BENCH= c3eb9faf1d58b30f1971366448425ca3
RANDOM SEED=517850443

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21419624 kB
Buffers:        181484 kB
Cached:         321044 kB
SwapCached:      60452 kB
Active:        3914072 kB
Inactive:      7364940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21419624 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:            1688 kB
Writeback:           0 kB
AnonPages:    10726920 kB
Mapped:          24868 kB
Slab:            78604 kB
PageTables:     104740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171067504 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73784 MiB
End job on node146 at 2011-06-04 16:32:39