Trace number 3453631

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.42 911.48

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_3_40.opb
MD5SUM67a15ea3b760eccb0e507c1f93bad0e1
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3453631-1307195869.opb
0.00/0.11	c reading problem ... 
1.01/0.58	c ... done. Wall clock time 0.475s.
1.01/0.58	c #vars     6616
1.01/0.58	c #constraints  13035
1.01/0.58	c constraints type 
1.01/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1.01/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.01/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.01/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1.01/0.58	c constraints type 
1.01/0.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.01/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6216
1.01/0.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1.01/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
7.49/3.05	c cleaning 2501 clauses out of 5002 with flag 5002/5002
14.34/6.45	c cleaning 4254 clauses out of 8507 with flag 11008/11008
22.09/10.31	c cleaning 5647 clauses out of 11293 with flag 18048/18048
35.43/17.09	c cleaning 6817 clauses out of 13635 with flag 26037/26037
50.30/24.47	c cleaning 7917 clauses out of 15833 with flag 35052/35052
66.53/32.58	c cleaning 8930 clauses out of 17864 with flag 45000/45000
75.67/37.18	c cleaning 9970 clauses out of 19941 with flag 56007/56007
85.81/42.27	c cleaning 10982 clauses out of 21967 with flag 68003/68003
97.15/47.91	c cleaning 11993 clauses out of 23990 with flag 81008/81008
113.08/55.91	c cleaning 12995 clauses out of 25994 with flag 95005/95005
128.62/63.75	c cleaning 13506 clauses out of 27016 with flag 109022/109022
150.99/74.98	c cleaning 13749 clauses out of 27498 with flag 123010/123010
170.06/84.53	c cleaning 13876 clauses out of 27756 with flag 137017/137017
186.38/92.77	c cleaning 13945 clauses out of 27891 with flag 151028/151028
200.91/100.10	c cleaning 13965 clauses out of 27932 with flag 165014/165014
214.62/106.92	c cleaning 13973 clauses out of 27953 with flag 179000/179000
229.28/114.39	c cleaning 13989 clauses out of 27982 with flag 193002/193002
247.00/123.23	c cleaning 13994 clauses out of 27992 with flag 207001/207001
265.29/132.41	c cleaning 14002 clauses out of 28007 with flag 221010/221010
286.20/142.93	c cleaning 13996 clauses out of 27995 with flag 235000/235000
304.83/152.39	c cleaning 14003 clauses out of 28008 with flag 249009/249009
327.33/163.67	c cleaning 13996 clauses out of 27996 with flag 263000/263000
346.21/173.15	c cleaning 13999 clauses out of 28002 with flag 277002/277002
363.50/181.82	c cleaning 13999 clauses out of 28001 with flag 291000/291000
385.12/192.78	c cleaning 14014 clauses out of 28032 with flag 305030/305030
409.39/204.92	c cleaning 13996 clauses out of 27993 with flag 319005/319005
428.71/214.64	c cleaning 14007 clauses out of 28018 with flag 333026/333026
449.92/225.34	c cleaning 14012 clauses out of 28026 with flag 347041/347041
470.15/235.53	c cleaning 13990 clauses out of 27984 with flag 361011/361011
490.37/245.72	c cleaning 13994 clauses out of 27990 with flag 375007/375007
514.82/258.02	c cleaning 14017 clauses out of 28036 with flag 389047/389047
531.29/266.39	c cleaning 13999 clauses out of 27999 with flag 403027/403027
552.40/277.07	c cleaning 13994 clauses out of 27991 with flag 417018/417018
572.03/286.91	c cleaning 13993 clauses out of 27990 with flag 431011/431011
592.07/297.07	c cleaning 14004 clauses out of 28012 with flag 445026/445026
614.67/308.45	c cleaning 13992 clauses out of 27988 with flag 459006/459006
638.62/320.58	c cleaning 14000 clauses out of 28004 with flag 473014/473014
662.44/332.56	c cleaning 14010 clauses out of 28023 with flag 487033/487033
676.84/339.85	c cleaning 0 clauses out of 5001 with flag 0/5001
683.24/343.19	c cleaning 13997 clauses out of 27997 with flag 501017/501017
703.95/353.61	c cleaning 14006 clauses out of 28014 with flag 515031/515031
726.15/364.86	c cleaning 13995 clauses out of 27994 with flag 529017/529017
748.98/376.36	c cleaning 14007 clauses out of 28016 with flag 543034/543034
772.53/388.31	c cleaning 13992 clauses out of 27987 with flag 557012/557012
797.83/401.03	c cleaning 14030 clauses out of 28060 with flag 571077/571077
823.23/413.87	c cleaning 13977 clauses out of 27955 with flag 585002/585002
846.83/425.81	c cleaning 13988 clauses out of 27979 with flag 599003/599003
870.40/437.60	c cleaning 13993 clauses out of 27989 with flag 613001/613001
896.67/450.92	c cleaning 14029 clauses out of 28062 with flag 627067/627067
924.66/465.03	c cleaning 13993 clauses out of 27989 with flag 641023/641023
952.24/478.90	c cleaning 13986 clauses out of 27975 with flag 655002/655002
980.21/493.02	c cleaning 13996 clauses out of 27995 with flag 669008/669008
1004.29/505.28	c cleaning 14000 clauses out of 28003 with flag 683012/683012
1030.47/518.40	c cleaning 14017 clauses out of 28037 with flag 697046/697046
1054.10/530.39	c cleaning 13993 clauses out of 27990 with flag 711016/711016
1078.23/542.55	c cleaning 13999 clauses out of 28002 with flag 725021/725021
1100.29/553.73	c cleaning 14005 clauses out of 28013 with flag 739031/739031
1122.45/564.93	c cleaning 14001 clauses out of 28005 with flag 753028/753028
1144.82/576.21	c cleaning 13987 clauses out of 27978 with flag 767002/767002
1167.57/587.73	c cleaning 14014 clauses out of 28030 with flag 781041/781041
1190.23/599.23	c cleaning 13999 clauses out of 28002 with flag 795027/795027
1216.40/612.42	c cleaning 13995 clauses out of 27994 with flag 809018/809018
1239.57/624.17	c cleaning 13996 clauses out of 27995 with flag 823014/823014
1262.33/635.62	c cleaning 14003 clauses out of 28010 with flag 837025/837025
1281.77/645.58	c cleaning 13992 clauses out of 27985 with flag 851003/851003
1304.72/657.11	c cleaning 14014 clauses out of 28029 with flag 865039/865039
1330.31/670.07	c cleaning 14017 clauses out of 28035 with flag 879059/879059
1347.21/678.69	c cleaning 13980 clauses out of 27959 with flag 893000/893000
1360.22/685.40	c cleaning 13989 clauses out of 27980 with flag 907001/907001
1375.14/692.97	c cleaning 13982 clauses out of 27990 with flag 921000/921000
1389.87/700.44	c cleaning 13966 clauses out of 28008 with flag 935000/935000
1403.64/707.42	c cleaning 14011 clauses out of 28042 with flag 949000/949000
1416.99/714.33	c cleaning 13987 clauses out of 28031 with flag 963000/963000
1430.12/721.09	c cleaning 13987 clauses out of 28044 with flag 977000/977000
1443.43/727.88	c cleaning 14012 clauses out of 28057 with flag 991000/991000
1457.15/734.85	c cleaning 13998 clauses out of 28045 with flag 1005000/1005000
1470.14/741.53	c cleaning 14009 clauses out of 28047 with flag 1019000/1019000
1483.40/748.33	c cleaning 13988 clauses out of 28038 with flag 1033000/1033000
1496.10/754.81	c cleaning 13998 clauses out of 28050 with flag 1047000/1047000
1508.62/761.28	c cleaning 13997 clauses out of 28052 with flag 1061000/1061000
1520.75/767.58	c cleaning 14014 clauses out of 28055 with flag 1075000/1075000
1533.24/773.93	c cleaning 13984 clauses out of 28042 with flag 1089001/1089001
1545.93/780.44	c cleaning 14000 clauses out of 28057 with flag 1103000/1103000
1558.81/787.05	c cleaning 13993 clauses out of 28057 with flag 1117000/1117000
1571.14/793.46	c cleaning 14008 clauses out of 28064 with flag 1131000/1131000
1583.23/799.67	c cleaning 14002 clauses out of 28057 with flag 1145001/1145001
1594.91/805.66	c cleaning 13999 clauses out of 28054 with flag 1159000/1159000
1605.99/811.34	c cleaning 13999 clauses out of 28055 with flag 1173000/1173000
1618.32/817.76	c cleaning 13998 clauses out of 28056 with flag 1187000/1187000
1630.81/824.15	c cleaning 13996 clauses out of 28059 with flag 1201001/1201001
1644.09/830.99	c cleaning 13998 clauses out of 28062 with flag 1215000/1215000
1656.76/837.46	c cleaning 14002 clauses out of 28064 with flag 1229000/1229000
1669.29/843.90	c cleaning 14000 clauses out of 28062 with flag 1243000/1243000
1681.17/850.00	c cleaning 14007 clauses out of 28062 with flag 1257000/1257000
1692.04/855.69	c cleaning 14000 clauses out of 28055 with flag 1271000/1271000
1702.11/860.88	c cleaning 13991 clauses out of 28055 with flag 1285000/1285000
1716.42/868.26	c cleaning 14001 clauses out of 28064 with flag 1299000/1299000
1729.89/875.17	c cleaning 13996 clauses out of 28063 with flag 1313000/1313000
1743.17/881.90	c cleaning 14005 clauses out of 28067 with flag 1327000/1327000
1755.65/888.34	c cleaning 14010 clauses out of 28062 with flag 1341000/1341000
1768.77/895.10	c cleaning 14002 clauses out of 28052 with flag 1355000/1355000
1781.43/901.65	c cleaning 14010 clauses out of 28050 with flag 1369000/1369000
1793.70/907.92	c cleaning 13985 clauses out of 28040 with flag 1383000/1383000
1800.20/911.33	c starts		: 205
1800.20/911.33	c conflicts		: 1390487
1800.20/911.33	c decisions		: 1646825
1800.20/911.33	c propagations		: 80982520
1800.20/911.33	c inspects		: 3538371700
1800.20/911.33	c shortcuts		: 0
1800.20/911.33	c learnt literals	: 0
1800.20/911.33	c learnt binary clauses	: 0
1800.20/911.33	c learnt ternary clauses	: 457
1800.20/911.33	c learnt constraints	: 1390487
1800.20/911.33	c ignored constraints	: 0
1800.20/911.33	c root simplifications	: 0
1800.20/911.33	c removed literals (reason simplification)	: 98310407
1800.20/911.33	c reason swapping (by a shorter reason)	: 0
1800.20/911.33	c Calls to reduceDB	: 102
1800.20/911.33	c number of reductions to clauses (during analyze)	: 0
1800.20/911.33	c number of learned constraints concerned by reduction	: 0
1800.20/911.33	c number of learning phase by resolution	: 0
1800.20/911.33	c number of learning phase by cutting planes	: 0
1800.20/911.33	c speed (assignments/second)	: 88919.09801217465
1800.20/911.33	c non guided choices	6377
1800.20/911.34	c learnt constraints type 
1800.20/911.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21566
1800.20/911.34	c constraints type 
1800.20/911.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1800.20/911.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.20/911.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.20/911.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1800.20/911.34	c constraints type 
1800.20/911.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.20/911.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6216
1800.20/911.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.20/911.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1800.20/911.34	s UNKNOWN
1800.20/911.34	c Total wall clock time (in seconds): 911.23

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-3453631-1307195869/watcher-3453631-1307195869 -o /tmp/evaluation-result-3453631-1307195869/solver-3453631-1307195869 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453631-1307195869.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.30 2.10 2.79 3/582 9054
/proc/meminfo: memFree=29046516/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 2648 0 1 0 0 0 0 0 25 0 2 0 831185615 10681323520 2349 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2607745 2361 906 9 0 2598901 0
[pid=9054/tid=9055] ppid=9052 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) R 9052 9054 3716 0 -1 4202560 8644 0 1 0 0 0 0 0 25 0 2 0 831185616 10694979584 9460 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251813934139 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.113699 s]
/proc/loadavg: 2.30 2.10 2.79 3/582 9054
/proc/meminfo: memFree=29046516/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10539960 CPUtime=0.12 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 13343 0 1 0 11 1 0 0 25 0 18 0 831185615 10792919040 13027 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2634990 13029 2133 9 0 2625724 0
[pid=9054/tid=9055] ppid=9052 vsize=10539960 CPUtime=0.1 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) R 9052 9054 3716 0 -1 4202560 11341 0 1 0 9 1 0 0 25 0 18 0 831185616 10792919040 13032 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 47827121707859 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10539960

[startup+0.200682 s]
/proc/loadavg: 2.30 2.10 2.79 3/582 9054
/proc/meminfo: memFree=29046516/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10539960 CPUtime=0.24 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 14045 0 1 0 22 2 0 0 25 0 18 0 831185615 10792919040 13729 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2634990 13730 2180 9 0 2625724 0
[pid=9054/tid=9055] ppid=9052 vsize=10539960 CPUtime=0.18 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) R 9052 9054 3716 0 -1 4202560 11986 0 1 0 17 1 0 0 25 0 18 0 831185616 10792919040 13730 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10539960

[startup+0.300723 s]
/proc/loadavg: 2.30 2.10 2.79 3/582 9054
/proc/meminfo: memFree=29046516/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10541016 CPUtime=0.46 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 15771 0 1 0 44 2 0 0 25 0 18 0 831185615 10794000384 15179 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2635254 15179 2207 9 0 2625988 0
[pid=9054/tid=9055] ppid=9052 vsize=10541016 CPUtime=0.28 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) R 9052 9054 3716 0 -1 4202560 13060 0 1 0 27 1 0 0 25 0 18 0 831185616 10794000384 15180 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 46912505582680 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541016

[startup+0.700602 s]
/proc/loadavg: 2.30 2.10 2.79 3/582 9054
/proc/meminfo: memFree=29046516/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10552812 CPUtime=1.7 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 32329 0 1 0 166 4 0 0 25 0 22 0 831185615 10806079488 29891 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2638203 29891 2235 9 0 2628937 0
[pid=9054/tid=9055] ppid=9052 vsize=10552812 CPUtime=0.57 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) S 9052 9054 3716 0 -1 4202560 22622 0 1 0 54 3 0 0 25 0 22 0 831185616 10806079488 29891 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 10552812

[startup+1.50147 s]
/proc/loadavg: 2.30 2.10 2.79 7/604 9078
/proc/meminfo: memFree=28915336/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10555344 CPUtime=4.38 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 49210 0 1 0 431 7 0 0 25 0 22 0 831185615 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2638836 45431 2243 9 0 2629570 0
[pid=9054/tid=9055] ppid=9052 vsize=10555344 CPUtime=0.57 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) S 9052 9054 3716 0 -1 4202560 22622 0 1 0 54 3 0 0 20 0 22 0 831185616 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9057] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9057/stat : 9057 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185617 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9058] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9058/stat : 9058 (java) S 9052 9054 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831185617 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9059] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9059/stat : 9059 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185617 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9060] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9060/stat : 9060 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185617 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9061] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9061/stat : 9061 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185617 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9063] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9063/stat : 9063 (java) S 9052 9054 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831185617 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9064] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9064/stat : 9064 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185617 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9065] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9065/stat : 9065 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185617 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9066] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9066/stat : 9066 (java) S 9052 9054 3716 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 22 0 831185618 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 0 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9067] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9067/stat : 9067 (java) S 9052 9054 3716 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831185619 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9068] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9068/stat : 9068 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185619 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9069] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9069/stat : 9069 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185621 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826063793 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9070] ppid=9052 vsize=10555344 CPUtime=1.02 cores=1,3,5,7
/proc/9054/task/9070/stat : 9070 (java) S 9052 9054 3716 0 -1 4202560 6261 0 0 0 101 1 0 0 16 0 22 0 831185621 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9072] ppid=9052 vsize=10555344 CPUtime=0.96 cores=1,3,5,7
/proc/9054/task/9072/stat : 9072 (java) S 9052 9054 3716 0 -1 4202560 3987 0 0 0 96 0 0 0 23 0 22 0 831185621 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9073] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9073/stat : 9073 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185621 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9074] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9074/stat : 9074 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831185621 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9075] ppid=9052 vsize=10555344 CPUtime=0.91 cores=1,3,5,7
/proc/9054/task/9075/stat : 9075 (java) R 9052 9054 3716 0 -1 4202560 890 0 0 0 91 0 0 0 25 0 22 0 831185674 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 46912506101579 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9054/tid=9076] ppid=9052 vsize=10555344 CPUtime=0.88 cores=1,3,5,7
/proc/9054/task/9076/stat : 9076 (java) R 9052 9054 3716 0 -1 4202560 14280 0 0 0 86 2 0 0 25 0 22 0 831185674 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 46912506025247 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9054/tid=9077] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9077/stat : 9077 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185676 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9078] ppid=9052 vsize=10555344 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9078/stat : 9078 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185676 10808672256 45431 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 10555344

[startup+3.1012 s]
/proc/loadavg: 2.30 2.10 2.79 5/604 9078
/proc/meminfo: memFree=28772488/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10555912 CPUtime=7.7 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 96723 0 1 0 756 14 0 0 25 0 22 0 831185615 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2638978 92927 2265 9 0 2629712 0
[pid=9054/tid=9055] ppid=9052 vsize=10555912 CPUtime=0.57 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) S 9052 9054 3716 0 -1 4202560 22622 0 1 0 54 3 0 0 15 0 22 0 831185616 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9057] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9057/stat : 9057 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831185617 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9058] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9058/stat : 9058 (java) S 9052 9054 3716 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831185617 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9059] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9059/stat : 9059 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831185617 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9060] ppid=9052 vsize=10555912 CPUtime=0.01 cores=1,3,5,7
/proc/9054/task/9060/stat : 9060 (java) S 9052 9054 3716 0 -1 4202560 1362 0 0 0 1 0 0 0 18 0 22 0 831185617 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9061] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9061/stat : 9061 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831185617 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9063] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9063/stat : 9063 (java) S 9052 9054 3716 0 -1 4202560 1933 0 0 0 0 0 0 0 18 0 22 0 831185617 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9064] ppid=9052 vsize=10555912 CPUtime=0.01 cores=1,3,5,7
/proc/9054/task/9064/stat : 9064 (java) S 9052 9054 3716 0 -1 4202560 1828 0 0 0 1 0 0 0 18 0 22 0 831185617 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9065] ppid=9052 vsize=10555912 CPUtime=0.01 cores=1,3,5,7
/proc/9054/task/9065/stat : 9065 (java) S 9052 9054 3716 0 -1 4202560 1071 0 0 0 1 0 0 0 18 0 22 0 831185617 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9066] ppid=9052 vsize=10555912 CPUtime=0.03 cores=1,3,5,7
/proc/9054/task/9066/stat : 9066 (java) R 9052 9054 3716 0 -1 4202560 19 0 0 0 3 0 0 0 15 0 22 0 831185618 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 47827118104945 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=9054/tid=9067] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9067/stat : 9067 (java) S 9052 9054 3716 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831185619 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9068] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9068/stat : 9068 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185619 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9069] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9069/stat : 9069 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185621 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826063793 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9070] ppid=9052 vsize=10555912 CPUtime=1.04 cores=1,3,5,7
/proc/9054/task/9070/stat : 9070 (java) S 9052 9054 3716 0 -1 4202560 6263 0 0 0 103 1 0 0 15 0 22 0 831185621 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9072] ppid=9052 vsize=10555912 CPUtime=1.08 cores=1,3,5,7
/proc/9054/task/9072/stat : 9072 (java) S 9052 9054 3716 0 -1 4202560 4133 0 0 0 108 0 0 0 15 0 22 0 831185621 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9073] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9073/stat : 9073 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185621 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9074] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9074/stat : 9074 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831185621 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9075] ppid=9052 vsize=10555912 CPUtime=2.46 cores=1,3,5,7
/proc/9054/task/9075/stat : 9075 (java) S 9052 9054 3716 0 -1 4202560 2469 0 0 0 246 0 0 0 25 0 22 0 831185674 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9076] ppid=9052 vsize=10555912 CPUtime=2.43 cores=1,3,5,7
/proc/9054/task/9076/stat : 9076 (java) S 9052 9054 3716 0 -1 4202560 53863 0 0 0 235 8 0 0 25 0 22 0 831185674 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9077] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9077/stat : 9077 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185676 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9078] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9078/stat : 9078 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185676 10809253888 92927 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 10555912

[startup+6.30166 s]
/proc/loadavg: 2.35 2.11 2.79 5/604 9078
/proc/meminfo: memFree=28481784/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10555912 CPUtime=14.14 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 104293 0 1 0 1400 14 0 0 25 0 22 0 831185615 10809253888 100391 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2638978 100391 2270 9 0 2629712 0
[pid=9054/tid=9055] ppid=9052 vsize=10555912 CPUtime=0.57 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) S 9052 9054 3716 0 -1 4202560 22622 0 1 0 54 3 0 0 15 0 22 0 831185616 10809253888 100391 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9057] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9057/stat : 9057 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831185617 10809253888 100391 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9058] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9058/stat : 9058 (java) S 9052 9054 3716 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831185617 10809253888 100391 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9059] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9059/stat : 9059 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831185617 10809253888 100391 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9060] ppid=9052 vsize=10555912 CPUtime=0.01 cores=1,3,5,7
/proc/9054/task/9060/stat : 9060 (java) S 9052 9054 3716 0 -1 4202560 1362 0 0 0 1 0 0 0 18 0 22 0 831185617 10809253888 100391 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9061] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9061/stat : 9061 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831185617 10809253888 100391 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9063] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9063/stat : 9063 (java) S 9052 9054 3716 0 -1 4202560 1933 0 0 0 0 0 0 0 18 0 22 0 831185617 10809253888 100391 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9064] ppid=9052 vsize=10555912 CPUtime=0.01 cores=1,3,5,7
/proc/9054/task/9064/stat : 9064 (java) S 9052 9054 3716 0 -1 4202560 1828 0 0 0 1 0 0 0 18 0 22 0 831185617 10809253888 100391 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9065] ppid=9052 vsize=10555912 CPUtime=0.01 cores=1,3,5,7
/proc/9054/task/9065/stat : 9065 (java) S 9052 9054 3716 0 -1 4202560 1071 0 0 0 1 0 0 0 18 0 22 0 831185617 10809253888 100391 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0

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

[startup+822.302 s]
/proc/loadavg: 3.99 3.82 3.43 4/604 9114
/proc/meminfo: memFree=24982680/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10555912 CPUtime=1627.21 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 933046 0 1 0 162618 103 0 0 25 0 22 0 831185615 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2638978 928086 2271 9 0 2629712 0
[pid=9054/tid=9055] ppid=9052 vsize=10555912 CPUtime=0.57 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) S 9052 9054 3716 0 -1 4202560 22660 0 1 0 54 3 0 0 15 0 22 0 831185616 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9057] ppid=9052 vsize=10555912 CPUtime=0.45 cores=1,3,5,7
/proc/9054/task/9057/stat : 9057 (java) S 9052 9054 3716 0 -1 4202560 8045 0 0 0 44 1 0 0 16 0 22 0 831185617 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9058] ppid=9052 vsize=10555912 CPUtime=0.48 cores=1,3,5,7
/proc/9054/task/9058/stat : 9058 (java) S 9052 9054 3716 0 -1 4202560 5381 0 0 0 48 0 0 0 16 0 22 0 831185617 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9059] ppid=9052 vsize=10555912 CPUtime=0.48 cores=1,3,5,7
/proc/9054/task/9059/stat : 9059 (java) S 9052 9054 3716 0 -1 4202560 8236 0 0 0 47 1 0 0 15 0 22 0 831185617 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9060] ppid=9052 vsize=10555912 CPUtime=0.41 cores=1,3,5,7
/proc/9054/task/9060/stat : 9060 (java) S 9052 9054 3716 0 -1 4202560 4261 0 0 0 41 0 0 0 15 0 22 0 831185617 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9061] ppid=9052 vsize=10555912 CPUtime=0.42 cores=1,3,5,7
/proc/9054/task/9061/stat : 9061 (java) S 9052 9054 3716 0 -1 4202560 3442 0 0 0 42 0 0 0 15 0 22 0 831185617 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9063] ppid=9052 vsize=10555912 CPUtime=0.42 cores=1,3,5,7
/proc/9054/task/9063/stat : 9063 (java) S 9052 9054 3716 0 -1 4202560 12977 0 0 0 41 1 0 0 15 0 22 0 831185617 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9064] ppid=9052 vsize=10555912 CPUtime=0.43 cores=1,3,5,7
/proc/9054/task/9064/stat : 9064 (java) S 9052 9054 3716 0 -1 4202560 4508 0 0 0 43 0 0 0 15 0 22 0 831185617 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9065] ppid=9052 vsize=10555912 CPUtime=0.48 cores=1,3,5,7
/proc/9054/task/9065/stat : 9065 (java) S 9052 9054 3716 0 -1 4202560 4048 0 0 0 48 0 0 0 16 0 22 0 831185617 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9066] ppid=9052 vsize=10555912 CPUtime=20.53 cores=1,3,5,7
/proc/9054/task/9066/stat : 9066 (java) S 9052 9054 3716 0 -1 4202560 39778 0 0 0 2048 5 0 0 15 0 22 0 831185618 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 0 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9067] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9067/stat : 9067 (java) S 9052 9054 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831185619 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9068] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9068/stat : 9068 (java) S 9052 9054 3716 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831185619 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9069] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9069/stat : 9069 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185621 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826063793 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9070] ppid=9052 vsize=10555912 CPUtime=1.32 cores=1,3,5,7
/proc/9054/task/9070/stat : 9070 (java) S 9052 9054 3716 0 -1 4202560 6284 0 0 0 131 1 0 0 15 0 22 0 831185621 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9072] ppid=9052 vsize=10555912 CPUtime=1.32 cores=1,3,5,7
/proc/9054/task/9072/stat : 9072 (java) S 9052 9054 3716 0 -1 4202560 4174 0 0 0 132 0 0 0 15 0 22 0 831185621 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9073] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9073/stat : 9073 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185621 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9074] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9074/stat : 9074 (java) S 9052 9054 3716 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 831185621 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9075] ppid=9052 vsize=10555912 CPUtime=799.93 cores=1,3,5,7
/proc/9054/task/9075/stat : 9075 (java) R 9052 9054 3716 0 -1 4202560 4459 0 0 0 79993 0 0 0 25 0 22 0 831185674 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 46912506155910 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9054/tid=9076] ppid=9052 vsize=10555912 CPUtime=799.81 cores=1,3,5,7
/proc/9054/task/9076/stat : 9076 (java) R 9052 9054 3716 0 -1 4202560 803589 0 0 0 79898 83 0 0 25 0 22 0 831185674 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 46912506012833 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9054/tid=9077] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9077/stat : 9077 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185676 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9078] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9078/stat : 9078 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185676 10809253888 928086 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1627.21
Current children cumulated vsize (KiB) 10555912

[startup+882.323 s]
/proc/loadavg: 3.70 3.77 3.43 4/604 9116
/proc/meminfo: memFree=24978312/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10555912 CPUtime=1743.69 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 933172 0 1 0 174266 103 0 0 25 0 22 0 831185615 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2638978 928194 2271 9 0 2629712 0
[pid=9054/tid=9055] ppid=9052 vsize=10555912 CPUtime=0.57 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) S 9052 9054 3716 0 -1 4202560 22668 0 1 0 54 3 0 0 15 0 22 0 831185616 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9057] ppid=9052 vsize=10555912 CPUtime=0.48 cores=1,3,5,7
/proc/9054/task/9057/stat : 9057 (java) S 9052 9054 3716 0 -1 4202560 8045 0 0 0 47 1 0 0 15 0 22 0 831185617 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9058] ppid=9052 vsize=10555912 CPUtime=0.5 cores=1,3,5,7
/proc/9054/task/9058/stat : 9058 (java) S 9052 9054 3716 0 -1 4202560 5381 0 0 0 50 0 0 0 15 0 22 0 831185617 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9059] ppid=9052 vsize=10555912 CPUtime=0.54 cores=1,3,5,7
/proc/9054/task/9059/stat : 9059 (java) S 9052 9054 3716 0 -1 4202560 8236 0 0 0 53 1 0 0 15 0 22 0 831185617 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9060] ppid=9052 vsize=10555912 CPUtime=0.46 cores=1,3,5,7
/proc/9054/task/9060/stat : 9060 (java) S 9052 9054 3716 0 -1 4202560 4263 0 0 0 46 0 0 0 16 0 22 0 831185617 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9061] ppid=9052 vsize=10555912 CPUtime=0.44 cores=1,3,5,7
/proc/9054/task/9061/stat : 9061 (java) S 9052 9054 3716 0 -1 4202560 3442 0 0 0 44 0 0 0 15 0 22 0 831185617 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9063] ppid=9052 vsize=10555912 CPUtime=0.47 cores=1,3,5,7
/proc/9054/task/9063/stat : 9063 (java) S 9052 9054 3716 0 -1 4202560 12977 0 0 0 46 1 0 0 16 0 22 0 831185617 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9064] ppid=9052 vsize=10555912 CPUtime=0.45 cores=1,3,5,7
/proc/9054/task/9064/stat : 9064 (java) S 9052 9054 3716 0 -1 4202560 4508 0 0 0 45 0 0 0 15 0 22 0 831185617 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9065] ppid=9052 vsize=10555912 CPUtime=0.55 cores=1,3,5,7
/proc/9054/task/9065/stat : 9065 (java) S 9052 9054 3716 0 -1 4202560 4048 0 0 0 55 0 0 0 16 0 22 0 831185617 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9066] ppid=9052 vsize=10555912 CPUtime=24.17 cores=1,3,5,7
/proc/9054/task/9066/stat : 9066 (java) S 9052 9054 3716 0 -1 4202560 39888 0 0 0 2412 5 0 0 16 0 22 0 831185618 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 0 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9067] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9067/stat : 9067 (java) S 9052 9054 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831185619 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9068] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9068/stat : 9068 (java) S 9052 9054 3716 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831185619 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9069] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9069/stat : 9069 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185621 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826063793 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9070] ppid=9052 vsize=10555912 CPUtime=1.32 cores=1,3,5,7
/proc/9054/task/9070/stat : 9070 (java) S 9052 9054 3716 0 -1 4202560 6284 0 0 0 131 1 0 0 15 0 22 0 831185621 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9072] ppid=9052 vsize=10555912 CPUtime=1.32 cores=1,3,5,7
/proc/9054/task/9072/stat : 9072 (java) S 9052 9054 3716 0 -1 4202560 4174 0 0 0 132 0 0 0 15 0 22 0 831185621 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9073] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9073/stat : 9073 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185621 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9074] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9074/stat : 9074 (java) S 9052 9054 3716 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831185621 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9075] ppid=9052 vsize=10555912 CPUtime=856.19 cores=1,3,5,7
/proc/9054/task/9075/stat : 9075 (java) R 9052 9054 3716 0 -1 4202560 4461 0 0 0 85619 0 0 0 22 0 22 0 831185674 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 46912506136424 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9054/tid=9076] ppid=9052 vsize=10555912 CPUtime=856.07 cores=1,3,5,7
/proc/9054/task/9076/stat : 9076 (java) R 9052 9054 3716 0 -1 4202560 803589 0 0 0 85524 83 0 0 22 0 22 0 831185674 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 46912506011080 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9054/tid=9077] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9077/stat : 9077 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185676 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9078] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9078/stat : 9078 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185676 10809253888 928194 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1743.69
Current children cumulated vsize (KiB) 10555912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.302 s]
/proc/loadavg: 3.76 3.77 3.45 5/604 9116
/proc/meminfo: memFree=24975568/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=10555912 CPUtime=1800.2 cores=1,3,5,7
/proc/9054/stat : 9054 (java) S 9052 9054 3716 0 -1 4202496 933518 0 1 0 179916 104 0 0 25 0 22 0 831185615 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 2638978 928532 2271 9 0 2629712 0
[pid=9054/tid=9055] ppid=9052 vsize=10555912 CPUtime=0.57 cores=1,3,5,7
/proc/9054/task/9055/stat : 9055 (java) S 9052 9054 3716 0 -1 4202560 22672 0 1 0 54 3 0 0 15 0 22 0 831185616 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9057] ppid=9052 vsize=10555912 CPUtime=0.51 cores=1,3,5,7
/proc/9054/task/9057/stat : 9057 (java) S 9052 9054 3716 0 -1 4202560 8045 0 0 0 50 1 0 0 16 0 22 0 831185617 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9058] ppid=9052 vsize=10555912 CPUtime=0.5 cores=1,3,5,7
/proc/9054/task/9058/stat : 9058 (java) S 9052 9054 3716 0 -1 4202560 5381 0 0 0 50 0 0 0 15 0 22 0 831185617 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9059] ppid=9052 vsize=10555912 CPUtime=0.56 cores=1,3,5,7
/proc/9054/task/9059/stat : 9059 (java) S 9052 9054 3716 0 -1 4202560 8237 0 0 0 55 1 0 0 15 0 22 0 831185617 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
[pid=9054/tid=9060] ppid=9052 vsize=10555912 CPUtime=0.46 cores=1,3,5,7
/proc/9054/task/9060/stat : 9060 (java) S 9052 9054 3716 0 -1 4202560 4263 0 0 0 46 0 0 0 15 0 22 0 831185617 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9061] ppid=9052 vsize=10555912 CPUtime=0.46 cores=1,3,5,7
/proc/9054/task/9061/stat : 9061 (java) S 9052 9054 3716 0 -1 4202560 3443 0 0 0 46 0 0 0 16 0 22 0 831185617 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9063] ppid=9052 vsize=10555912 CPUtime=0.48 cores=1,3,5,7
/proc/9054/task/9063/stat : 9063 (java) S 9052 9054 3716 0 -1 4202560 12977 0 0 0 47 1 0 0 16 0 22 0 831185617 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9064] ppid=9052 vsize=10555912 CPUtime=0.48 cores=1,3,5,7
/proc/9054/task/9064/stat : 9064 (java) S 9052 9054 3716 0 -1 4202560 4508 0 0 0 48 0 0 0 16 0 22 0 831185617 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9065] ppid=9052 vsize=10555912 CPUtime=0.57 cores=1,3,5,7
/proc/9054/task/9065/stat : 9065 (java) S 9052 9054 3716 0 -1 4202560 4048 0 0 0 57 0 0 0 15 0 22 0 831185617 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9066] ppid=9052 vsize=10555912 CPUtime=25.69 cores=1,3,5,7
/proc/9054/task/9066/stat : 9066 (java) S 9052 9054 3716 0 -1 4202560 40226 0 0 0 2563 6 0 0 15 0 22 0 831185618 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 0 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9067] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9067/stat : 9067 (java) S 9052 9054 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831185619 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9068] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9068/stat : 9068 (java) S 9052 9054 3716 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831185619 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9069] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9069/stat : 9069 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185621 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826063793 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9070] ppid=9052 vsize=10555912 CPUtime=1.32 cores=1,3,5,7
/proc/9054/task/9070/stat : 9070 (java) S 9052 9054 3716 0 -1 4202560 6284 0 0 0 131 1 0 0 15 0 22 0 831185621 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 3 0 0 0
[pid=9054/tid=9072] ppid=9052 vsize=10555912 CPUtime=1.32 cores=1,3,5,7
/proc/9054/task/9072/stat : 9072 (java) S 9052 9054 3716 0 -1 4202560 4174 0 0 0 132 0 0 0 15 0 22 0 831185621 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9073] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9073/stat : 9073 (java) S 9052 9054 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831185621 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056089 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9074] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9074/stat : 9074 (java) S 9052 9054 3716 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831185621 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 1 0 0 0
[pid=9054/tid=9075] ppid=9052 vsize=10555912 CPUtime=883.63 cores=1,3,5,7
/proc/9054/task/9075/stat : 9075 (java) R 9052 9054 3716 0 -1 4202560 4461 0 0 0 88363 0 0 0 25 0 22 0 831185674 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 46912506155727 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9054/tid=9076] ppid=9052 vsize=10555912 CPUtime=883.51 cores=1,3,5,7
/proc/9054/task/9076/stat : 9076 (java) R 9052 9054 3716 0 -1 4202560 803589 0 0 0 88268 83 0 0 25 0 22 0 831185674 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 46912506155886 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9054/tid=9077] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9077/stat : 9077 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185676 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 5 0 0 0
[pid=9054/tid=9078] ppid=9052 vsize=10555912 CPUtime=0 cores=1,3,5,7
/proc/9054/task/9078/stat : 9078 (java) S 9052 9054 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831185676 10809253888 928532 33554432000 1073741824 1073778376 140733663482704 18446744073709551615 251826056704 0 4 0 16800975 18446604455906849792 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 10555912

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

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

[startup+911.429 s]
/proc/loadavg: 3.76 3.77 3.45 5/604 9116
/proc/meminfo: memFree=24975568/32950928 swapFree=41528364/67111528
[pid=9054] ppid=9052 vsize=0 CPUtime=1800.35 cores=1,3,5,7
/proc/9054/stat : 9054 (java) Z 9052 9054 3716 0 -1 4203548 933547 0 1 0 179923 112 0 0 17 0 2 0 831185615 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9054/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 911.48
CPU time (s): 1800.42
CPU user time (s): 1799.24
CPU system time (s): 1.17782
CPU usage (%): 197.526
Max. virtual memory (cumulated for all children) (KiB): 10555912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.17782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 933547
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= 24172
involuntary context switches= 24836

runsolver used 5.22921 second user time and 12.2831 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-04 15:57:49
IDJOB=3453631
IDBENCH=48340
IDSOLVER=1950
FILE ID=node126/3453631-1307195869
RUNJOBID= node126-1307195840-8416
PBS_JOBID= 13508841
Free space on /tmp= 73800 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_3_40.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453631-1307195869/watcher-3453631-1307195869 -o /tmp/evaluation-result-3453631-1307195869/solver-3453631-1307195869 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453631-1307195869.opb

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

MD5SUM BENCH= 67a15ea3b760eccb0e507c1f93bad0e1
RANDOM SEED=1060836194

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29046656 kB
Buffers:        319352 kB
Cached:         494140 kB
SwapCached:      15388 kB
Active:        3131252 kB
Inactive:       451184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29046656 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:            1356 kB
Writeback:           0 kB
AnonPages:     2766096 kB
Mapped:          31992 kB
Slab:           148964 kB
PageTables:     101756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186760300 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= 73796 MiB
End job on node126 at 2011-06-04 16:13:03