Trace number 3453650

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.28 912.393

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
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)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

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.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c ManyCore solver with 2 solvers running in parallel
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.11	c No reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3453650-1307195912.opb
0.12/0.11	c reading problem ... 
0.83/0.59	c ... done. Wall clock time 0.481s.
0.83/0.59	c #vars     6620
0.83/0.59	c #constraints  13043
0.83/0.59	c constraints type 
0.83/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
0.83/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
0.83/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.83/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
0.83/0.59	c constraints type 
0.83/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.83/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6220
0.83/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
0.83/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
7.57/3.19	c cleaning 2510 clauses out of 5020 with flag 5020/5020
14.58/6.61	c cleaning 4245 clauses out of 8490 with flag 11000/11000
22.55/10.62	c cleaning 5623 clauses out of 11245 with flag 18000/18000
30.69/14.74	c cleaning 6841 clauses out of 13681 with flag 26059/26059
38.59/18.76	c cleaning 7897 clauses out of 15796 with flag 35015/35015
56.14/27.43	c cleaning 8946 clauses out of 17892 with flag 45008/45008
73.69/36.20	c cleaning 9975 clauses out of 19953 with flag 56015/56015
94.13/46.45	c cleaning 10981 clauses out of 21965 with flag 68002/68002
107.78/53.39	c cleaning 11990 clauses out of 23983 with flag 81001/81001
122.13/60.57	c cleaning 13000 clauses out of 26004 with flag 95012/95012
138.65/68.86	c cleaning 13494 clauses out of 26992 with flag 109000/109000
154.97/77.08	c cleaning 13752 clauses out of 27506 with flag 123008/123008
169.64/84.40	c cleaning 13885 clauses out of 27774 with flag 137028/137028
182.15/90.73	c cleaning 13936 clauses out of 27876 with flag 151015/151015
194.06/96.75	c cleaning 13970 clauses out of 27943 with flag 165018/165018
212.96/106.26	c cleaning 13994 clauses out of 27990 with flag 179035/179035
237.64/118.66	c cleaning 13985 clauses out of 27971 with flag 193010/193010
264.35/132.06	c cleaning 13988 clauses out of 27980 with flag 207004/207004
277.67/138.72	c cleaning 13998 clauses out of 27999 with flag 221011/221011
292.33/146.12	c cleaning 13999 clauses out of 28001 with flag 235011/235011
305.17/152.69	c cleaning 14000 clauses out of 28004 with flag 249013/249013
321.05/160.69	c cleaning 13995 clauses out of 27993 with flag 263002/263002
343.75/172.09	c cleaning 13996 clauses out of 27996 with flag 277000/277000
354.64/177.57	c cleaning 14001 clauses out of 28005 with flag 291005/291005
368.65/184.62	c cleaning 13998 clauses out of 28000 with flag 305001/305001
382.56/191.67	c cleaning 14000 clauses out of 28004 with flag 319003/319003
395.42/198.12	c cleaning 13999 clauses out of 28002 with flag 333001/333001
410.06/205.54	c cleaning 14009 clauses out of 28021 with flag 347019/347019
422.66/211.95	c cleaning 14005 clauses out of 28014 with flag 361021/361021
437.53/219.41	c cleaning 13993 clauses out of 27989 with flag 375001/375001
454.22/227.90	c cleaning 14000 clauses out of 28003 with flag 389008/389008
476.86/239.28	c cleaning 14031 clauses out of 28063 with flag 403068/403068
492.05/246.92	c cleaning 13991 clauses out of 27985 with flag 417021/417021
503.90/252.92	c cleaning 13996 clauses out of 27993 with flag 431020/431020
516.75/259.41	c cleaning 13994 clauses out of 27992 with flag 445015/445015
529.40/265.82	c cleaning 13990 clauses out of 27984 with flag 459001/459001
542.39/272.46	c cleaning 14013 clauses out of 28028 with flag 473035/473035
554.84/278.70	c cleaning 13991 clauses out of 27986 with flag 487006/487006
567.89/285.38	c cleaning 13998 clauses out of 27997 with flag 501008/501008
582.57/292.80	c cleaning 14000 clauses out of 27999 with flag 515008/515008
597.94/300.58	c cleaning 13994 clauses out of 27992 with flag 529001/529001
612.56/307.93	c cleaning 14002 clauses out of 28006 with flag 543009/543009
628.44/316.00	c cleaning 13999 clauses out of 28000 with flag 557005/557005
644.44/324.09	c cleaning 14019 clauses out of 28038 with flag 571042/571042
659.79/331.80	c cleaning 0 clauses out of 5004 with flag 0/5004
662.21/333.15	c cleaning 14000 clauses out of 28002 with flag 585025/585025
678.27/341.26	c cleaning 13995 clauses out of 27993 with flag 599016/599016
692.87/348.62	c cleaning 14014 clauses out of 28031 with flag 613049/613049
707.22/355.90	c cleaning 14000 clauses out of 28004 with flag 627036/627036
721.24/363.06	c cleaning 13984 clauses out of 27972 with flag 641004/641004
736.46/370.79	c cleaning 13991 clauses out of 27985 with flag 655001/655001
750.87/378.03	c cleaning 13996 clauses out of 27993 with flag 669000/669000
766.39/385.92	c cleaning 14022 clauses out of 28045 with flag 683048/683048
782.01/393.85	c cleaning 13991 clauses out of 27983 with flag 697008/697008
798.45/402.19	c cleaning 13994 clauses out of 27990 with flag 711006/711006
815.10/410.58	c cleaning 13998 clauses out of 27999 with flag 725009/725009
829.59/417.93	c cleaning 14000 clauses out of 28001 with flag 739009/739009
845.00/425.70	c cleaning 14023 clauses out of 28045 with flag 753053/753053
862.21/434.45	c cleaning 13995 clauses out of 27993 with flag 767024/767024
878.82/442.87	c cleaning 13994 clauses out of 27989 with flag 781015/781015
893.55/450.33	c cleaning 13990 clauses out of 27983 with flag 795003/795003
907.16/457.27	c cleaning 14003 clauses out of 28006 with flag 809016/809016
921.57/464.51	c cleaning 14005 clauses out of 28012 with flag 823025/823025
936.95/472.33	c cleaning 14009 clauses out of 28019 with flag 837037/837037
954.26/481.12	c cleaning 14007 clauses out of 28014 with flag 851041/851041
970.25/489.28	c cleaning 13991 clauses out of 27984 with flag 865018/865018
987.64/498.02	c cleaning 14017 clauses out of 28035 with flag 879060/879060
1004.62/506.64	c cleaning 13987 clauses out of 27977 with flag 893019/893019
1020.10/514.52	c cleaning 13997 clauses out of 27997 with flag 907026/907026
1035.48/522.34	c cleaning 13989 clauses out of 27981 with flag 921007/921007
1050.06/529.71	c cleaning 13991 clauses out of 27985 with flag 935000/935000
1065.44/537.59	c cleaning 13997 clauses out of 27999 with flag 949005/949005
1082.70/546.38	c cleaning 14008 clauses out of 28018 with flag 963021/963021
1099.27/554.73	c cleaning 14005 clauses out of 28014 with flag 977025/977025
1114.06/562.29	c cleaning 14004 clauses out of 28012 with flag 991028/991028
1129.59/570.17	c cleaning 14009 clauses out of 28020 with flag 1005040/1005040
1146.24/578.67	c cleaning 13990 clauses out of 27983 with flag 1019012/1019012
1162.00/586.68	c cleaning 14010 clauses out of 28019 with flag 1033038/1033038
1177.54/594.60	c cleaning 13992 clauses out of 27987 with flag 1047016/1047016
1194.12/603.01	c cleaning 14010 clauses out of 28022 with flag 1061043/1061043
1210.74/611.45	c cleaning 13988 clauses out of 27980 with flag 1075011/1075011
1226.29/619.41	c cleaning 14001 clauses out of 28004 with flag 1089023/1089023
1240.23/626.45	c cleaning 14013 clauses out of 28028 with flag 1103048/1103048
1255.19/634.01	c cleaning 14010 clauses out of 28022 with flag 1117055/1117055
1270.61/641.96	c cleaning 13983 clauses out of 27969 with flag 1131012/1131012
1289.18/651.31	c cleaning 13995 clauses out of 27991 with flag 1145017/1145017
1304.51/659.16	c cleaning 13999 clauses out of 27999 with flag 1159020/1159020
1320.39/667.24	c cleaning 13995 clauses out of 27991 with flag 1173011/1173011
1336.18/675.39	c cleaning 13994 clauses out of 27992 with flag 1187007/1187007
1351.49/683.19	c cleaning 13998 clauses out of 27997 with flag 1201006/1201006
1368.82/691.92	c cleaning 14006 clauses out of 28013 with flag 1215020/1215020
1384.73/700.06	c cleaning 13995 clauses out of 27993 with flag 1229006/1229006
1401.36/708.51	c cleaning 14002 clauses out of 28005 with flag 1243013/1243013
1418.43/717.28	c cleaning 14004 clauses out of 28008 with flag 1257018/1257018
1435.54/725.93	c cleaning 14021 clauses out of 28043 with flag 1271057/1271057
1453.47/735.08	c cleaning 13995 clauses out of 27992 with flag 1285027/1285027
1471.62/744.39	c cleaning 14006 clauses out of 28014 with flag 1299044/1299044
1489.71/753.53	c cleaning 13989 clauses out of 27980 with flag 1313016/1313016
1507.79/762.74	c cleaning 13988 clauses out of 27978 with flag 1327003/1327003
1522.68/770.37	c cleaning 14015 clauses out of 28034 with flag 1341047/1341047
1537.64/778.00	c cleaning 13991 clauses out of 27986 with flag 1355014/1355014
1553.34/786.01	c cleaning 13996 clauses out of 27995 with flag 1369014/1369014
1569.43/794.20	c cleaning 14006 clauses out of 28014 with flag 1383029/1383029
1585.73/802.56	c cleaning 13997 clauses out of 27998 with flag 1397019/1397019
1602.67/811.23	c cleaning 14024 clauses out of 28050 with flag 1411068/1411068
1618.16/819.20	c cleaning 13986 clauses out of 27976 with flag 1425018/1425018
1634.85/827.64	c cleaning 13990 clauses out of 27982 with flag 1439010/1439010
1651.14/835.97	c cleaning 14008 clauses out of 28018 with flag 1453036/1453036
1668.07/844.68	c cleaning 13996 clauses out of 27996 with flag 1467022/1467022
1683.36/852.47	c cleaning 13989 clauses out of 27981 with flag 1481003/1481003
1698.87/860.32	c cleaning 14005 clauses out of 28012 with flag 1495023/1495023
1714.16/868.17	c cleaning 14008 clauses out of 28017 with flag 1509033/1509033
1730.24/876.40	c cleaning 14005 clauses out of 28011 with flag 1523035/1523035
1745.12/884.06	c cleaning 13994 clauses out of 27991 with flag 1537020/1537020
1759.22/891.27	c cleaning 14002 clauses out of 28005 with flag 1551028/1551028
1774.29/898.97	c cleaning 13987 clauses out of 27978 with flag 1565003/1565003
1791.76/907.95	c cleaning 14005 clauses out of 28010 with flag 1579022/1579022
1800.06/912.22	c starts		: 208
1800.06/912.22	c conflicts		: 1586985
1800.06/912.22	c decisions		: 2467871
1800.06/912.22	c propagations		: 42656655
1800.06/912.22	c inspects		: 2254172124
1800.06/912.22	c shortcuts		: 0
1800.06/912.22	c learnt literals	: 0
1800.06/912.22	c learnt binary clauses	: 0
1800.06/912.22	c learnt ternary clauses	: 57
1800.06/912.22	c learnt constraints	: 1586984
1800.06/912.22	c ignored constraints	: 0
1800.06/912.22	c root simplifications	: 0
1800.06/912.22	c removed literals (reason simplification)	: 37130284
1800.06/912.22	c reason swapping (by a shorter reason)	: 0
1800.06/912.22	c Calls to reduceDB	: 116
1800.06/912.22	c number of reductions to clauses (during analyze)	: 0
1800.06/912.22	c number of learned constraints concerned by reduction	: 0
1800.06/912.22	c number of learning phase by resolution	: 0
1800.06/912.22	c number of learning phase by cutting planes	: 0
1800.06/912.22	c speed (assignments/second)	: 46791.528818646126
1800.06/912.22	c non guided choices	6381
1800.06/912.23	c learnt constraints type 
1800.06/912.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21983
1800.06/912.23	c constraints type 
1800.06/912.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1800.06/912.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.06/912.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.06/912.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
1800.06/912.23	c constraints type 
1800.06/912.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.06/912.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6220
1800.06/912.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.06/912.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.06/912.23	s UNKNOWN
1800.06/912.23	c Total wall clock time (in seconds): 912.125

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-3453650-1307195912/watcher-3453650-1307195912 -o /tmp/evaluation-result-3453650-1307195912/solver-3453650-1307195912 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453650-1307195912.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: 1.00 1.29 2.13 2/476 19250
/proc/meminfo: memFree=27390924/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 5942 0 1 0 0 0 0 0 25 0 2 0 831190862 10694979584 5643 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2611079 5657 917 9 0 2602235 0
[pid=19250/tid=19253] ppid=19248 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) R 19248 19250 13533 0 -1 4202560 6849 0 1 0 0 0 0 0 25 0 2 0 831190863 10694979584 7665 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.107151 s]
/proc/loadavg: 1.00 1.29 2.13 2/476 19250
/proc/meminfo: memFree=27390924/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10539736 CPUtime=0.12 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 13151 0 1 0 10 2 0 0 25 0 18 0 831190862 10792689664 12835 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2634934 12835 2108 9 0 2625668 0
[pid=19250/tid=19253] ppid=19248 vsize=10539736 CPUtime=0.09 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) R 19248 19250 13533 0 -1 4202560 11203 0 1 0 8 1 0 0 25 0 18 0 831190863 10792689664 12835 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912496196566 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10539736

[startup+0.201133 s]
/proc/loadavg: 1.00 1.29 2.13 2/476 19250
/proc/meminfo: memFree=27390924/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10539736 CPUtime=0.24 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 14033 0 1 0 22 2 0 0 25 0 18 0 831190862 10792689664 13706 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2634934 13706 2181 9 0 2625668 0
[pid=19250/tid=19253] ppid=19248 vsize=10539736 CPUtime=0.19 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) R 19248 19250 13533 0 -1 4202560 11933 0 1 0 17 2 0 0 25 0 18 0 831190863 10792689664 13706 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912505175151 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10539736

[startup+0.301065 s]
/proc/loadavg: 1.00 1.29 2.13 2/476 19250
/proc/meminfo: memFree=27390924/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10540552 CPUtime=0.47 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 15753 0 1 0 44 3 0 0 25 0 18 0 831190862 10793525248 15230 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2635138 15231 2208 9 0 2625872 0
[pid=19250/tid=19253] ppid=19248 vsize=10540552 CPUtime=0.28 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) R 19248 19250 13533 0 -1 4202560 12967 0 1 0 26 2 0 0 18 0 18 0 831190863 10793525248 15231 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10540552

[startup+0.700989 s]
/proc/loadavg: 1.00 1.29 2.13 2/476 19250
/proc/meminfo: memFree=27390924/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10555820 CPUtime=1.59 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 32947 0 1 0 154 5 0 0 25 0 22 0 831190862 10809159680 29391 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2638955 29391 2240 9 0 2629689 0
[pid=19250/tid=19253] ppid=19248 vsize=10555820 CPUtime=0.58 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 13533 0 -1 4202560 22623 0 1 0 54 4 0 0 19 0 22 0 831190863 10809159680 29391 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10555820

[startup+1.50084 s]
/proc/loadavg: 1.32 1.35 2.14 6/520 19301
/proc/meminfo: memFree=26807632/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10557968 CPUtime=4.23 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 46578 0 1 0 416 7 0 0 25 0 22 0 831190862 10811359232 40676 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2639492 40676 2243 9 0 2630226 0
[pid=19250/tid=19253] ppid=19248 vsize=10557968 CPUtime=0.58 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 13533 0 -1 4202560 22623 0 1 0 54 4 0 0 15 0 22 0 831190863 10811359232 40676 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 40676 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 40676 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 40676 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 40676 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 13533 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 22 0 831190865 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 0 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831190866 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190866 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190868 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092055985 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=10557968 CPUtime=0.99 cores=0,2,4,6
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 13533 0 -1 4202560 5983 0 0 0 99 0 0 0 17 0 22 0 831190868 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=10557968 CPUtime=0.99 cores=0,2,4,6
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 13533 0 -1 4202560 6328 0 0 0 99 0 0 0 16 0 22 0 831190868 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190868 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19270] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19270/stat : 19270 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831190868 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19298] ppid=19248 vsize=10557968 CPUtime=0.86 cores=0,2,4,6
/proc/19250/task/19298/stat : 19298 (java) R 19248 19250 13533 0 -1 4202560 714 0 0 0 86 0 0 0 21 0 22 0 831190922 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912505941116 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19250/tid=19299] ppid=19248 vsize=10557968 CPUtime=0.76 cores=0,2,4,6
/proc/19250/task/19299/stat : 19299 (java) R 19248 19250 13533 0 -1 4202560 9760 0 0 0 75 1 0 0 22 0 22 0 831190922 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912506043304 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19250/tid=19300] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19300/stat : 19300 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831190925 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19301] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19301/stat : 19301 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831190932 10811359232 40677 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 10557968

[startup+3.10154 s]
/proc/loadavg: 1.32 1.35 2.14 5/524 19305
/proc/meminfo: memFree=26646400/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10557968 CPUtime=7.57 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 87738 0 1 0 745 12 0 0 25 0 22 0 831190862 10811359232 81833 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2639492 81833 2244 9 0 2630226 0
[pid=19250/tid=19253] ppid=19248 vsize=10557968 CPUtime=0.58 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 13533 0 -1 4202560 22623 0 1 0 54 4 0 0 15 0 22 0 831190863 10811359232 81835 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 81838 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 81839 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 81839 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 81839 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 81839 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 81840 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 81840 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190864 10811359232 81843 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 13533 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 22 0 831190865 10811359232 81847 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 0 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831190866 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190866 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190868 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092055985 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=10557968 CPUtime=1.02 cores=0,2,4,6
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 13533 0 -1 4202560 5987 0 0 0 102 0 0 0 15 0 22 0 831190868 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=10557968 CPUtime=1.11 cores=0,2,4,6
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 13533 0 -1 4202560 6340 0 0 0 111 0 0 0 15 0 22 0 831190868 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190868 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19270] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19270/stat : 19270 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831190868 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19298] ppid=19248 vsize=10557968 CPUtime=2.45 cores=0,2,4,6
/proc/19250/task/19298/stat : 19298 (java) R 19248 19250 13533 0 -1 4202560 2264 0 0 0 245 0 0 0 25 0 22 0 831190922 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912505944600 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19250/tid=19299] ppid=19248 vsize=10557968 CPUtime=2.35 cores=0,2,4,6
/proc/19250/task/19299/stat : 19299 (java) R 19248 19250 13533 0 -1 4202560 49368 0 0 0 230 5 0 0 25 0 22 0 831190922 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912505573482 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19250/tid=19300] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19300/stat : 19300 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831190925 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19301] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19301/stat : 19301 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831190932 10811359232 81849 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 10557968

[startup+6.30092 s]
/proc/loadavg: 1.32 1.35 2.14 5/524 19305
/proc/meminfo: memFree=26338116/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10557968 CPUtime=13.98 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 112643 0 1 0 1382 16 0 0 25 0 22 0 831190862 10811359232 106682 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2639492 106685 2270 9 0 2630226 0
[pid=19250/tid=19253] ppid=19248 vsize=10557968 CPUtime=0.58 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 13533 0 -1 4202560 22623 0 1 0 54 4 0 0 15 0 22 0 831190863 10811359232 106687 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=10557968 CPUtime=0.01 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 13533 0 -1 4202560 1906 0 0 0 1 0 0 0 18 0 22 0 831190864 10811359232 106690 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=10557968 CPUtime=0.01 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 13533 0 -1 4202560 1458 0 0 0 1 0 0 0 18 0 22 0 831190864 10811359232 106692 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 13533 0 -1 4202560 1746 0 0 0 0 0 0 0 18 0 22 0 831190864 10811359232 106695 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831190864 10811359232 106697 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831190864 10811359232 106700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 13533 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831190864 10811359232 106702 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 13533 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831190864 10811359232 106704 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=10557968 CPUtime=0.01 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 13533 0 -1 4202560 1325 0 0 0 1 0 0 0 18 0 22 0 831190864 10811359232 106707 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0

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

[startup+822.302 s]
/proc/loadavg: 4.04 3.87 3.24 5/524 19339
/proc/meminfo: memFree=19592452/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10557968 CPUtime=1624.25 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 931221 0 1 0 162314 111 0 0 25 0 22 0 831190862 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2639492 924521 2271 9 0 2630226 0
[pid=19250/tid=19253] ppid=19248 vsize=10557968 CPUtime=0.58 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 13533 0 -1 4202560 22638 0 1 0 54 4 0 0 15 0 22 0 831190863 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=10557968 CPUtime=0.45 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 13533 0 -1 4202560 5326 0 0 0 45 0 0 0 15 0 22 0 831190864 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=10557968 CPUtime=0.56 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 13533 0 -1 4202560 6164 0 0 0 56 0 0 0 15 0 22 0 831190864 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=10557968 CPUtime=0.44 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 13533 0 -1 4202560 8113 0 0 0 43 1 0 0 16 0 22 0 831190864 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=10557968 CPUtime=0.41 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 13533 0 -1 4202560 3596 0 0 0 41 0 0 0 16 0 22 0 831190864 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=10557968 CPUtime=0.38 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 13533 0 -1 4202560 2047 0 0 0 38 0 0 0 16 0 22 0 831190864 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=10557968 CPUtime=0.51 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 13533 0 -1 4202560 2848 0 0 0 51 0 0 0 16 0 22 0 831190864 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=10557968 CPUtime=0.48 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 13533 0 -1 4202560 193 0 0 0 48 0 0 0 15 0 22 0 831190864 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=10557968 CPUtime=0.43 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 13533 0 -1 4202560 3999 0 0 0 43 0 0 0 16 0 22 0 831190864 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=10557968 CPUtime=23.52 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 13533 0 -1 4202560 49258 0 0 0 2346 6 0 0 15 0 22 0 831190865 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 0 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 13533 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 831190866 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831190866 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190868 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092055985 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=10557968 CPUtime=1.3 cores=0,2,4,6
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 13533 0 -1 4202560 6003 0 0 0 130 0 0 0 15 0 22 0 831190868 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=10557968 CPUtime=1.36 cores=0,2,4,6
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 13533 0 -1 4202560 6370 0 0 0 136 0 0 0 15 0 22 0 831190868 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190868 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19270] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19270/stat : 19270 (java) S 19248 19250 13533 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831190868 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19298] ppid=19248 vsize=10557968 CPUtime=796.84 cores=0,2,4,6
/proc/19250/task/19298/stat : 19298 (java) R 19248 19250 13533 0 -1 4202560 4332 0 0 0 79682 2 0 0 25 0 22 0 831190922 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912505941116 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19250/tid=19299] ppid=19248 vsize=10557968 CPUtime=796.83 cores=0,2,4,6
/proc/19250/task/19299/stat : 19299 (java) R 19248 19250 13533 0 -1 4202560 809128 0 0 0 79593 90 0 0 25 0 22 0 831190922 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912506055268 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19250/tid=19300] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19300/stat : 19300 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831190925 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19301] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19301/stat : 19301 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831190932 10811359232 924521 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1624.25
Current children cumulated vsize (KiB) 10557968

[startup+882.301 s]
/proc/loadavg: 4.17 3.93 3.30 5/524 19340
/proc/meminfo: memFree=19578032/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10557968 CPUtime=1741.74 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 932413 0 1 0 174062 112 0 0 25 0 22 0 831190862 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2639492 925700 2271 9 0 2630226 0
[pid=19250/tid=19253] ppid=19248 vsize=10557968 CPUtime=0.58 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 13533 0 -1 4202560 22638 0 1 0 54 4 0 0 15 0 22 0 831190863 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=10557968 CPUtime=0.49 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 13533 0 -1 4202560 5331 0 0 0 49 0 0 0 16 0 22 0 831190864 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=10557968 CPUtime=0.59 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 13533 0 -1 4202560 6164 0 0 0 59 0 0 0 15 0 22 0 831190864 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=10557968 CPUtime=0.45 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 13533 0 -1 4202560 8113 0 0 0 44 1 0 0 15 0 22 0 831190864 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=10557968 CPUtime=0.46 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 13533 0 -1 4202560 3597 0 0 0 46 0 0 0 15 0 22 0 831190864 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=10557968 CPUtime=0.44 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 13533 0 -1 4202560 2047 0 0 0 44 0 0 0 16 0 22 0 831190864 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=10557968 CPUtime=0.52 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 13533 0 -1 4202560 2848 0 0 0 52 0 0 0 15 0 22 0 831190864 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=10557968 CPUtime=0.51 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 13533 0 -1 4202560 210 0 0 0 51 0 0 0 16 0 22 0 831190864 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=10557968 CPUtime=0.45 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 13533 0 -1 4202560 3999 0 0 0 45 0 0 0 16 0 22 0 831190864 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=10557968 CPUtime=26.17 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 13533 0 -1 4202560 50416 0 0 0 2610 7 0 0 15 0 22 0 831190865 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 0 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 13533 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 831190866 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831190866 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190868 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092055985 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=10557968 CPUtime=1.3 cores=0,2,4,6
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 13533 0 -1 4202560 6003 0 0 0 130 0 0 0 15 0 22 0 831190868 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=10557968 CPUtime=1.36 cores=0,2,4,6
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 13533 0 -1 4202560 6370 0 0 0 136 0 0 0 15 0 22 0 831190868 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190868 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19270] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19270/stat : 19270 (java) S 19248 19250 13533 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831190868 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19298] ppid=19248 vsize=10557968 CPUtime=854.13 cores=0,2,4,6
/proc/19250/task/19298/stat : 19298 (java) R 19248 19250 13533 0 -1 4202560 4339 0 0 0 85411 2 0 0 25 0 22 0 831190922 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912506158078 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19250/tid=19299] ppid=19248 vsize=10557968 CPUtime=854.13 cores=0,2,4,6
/proc/19250/task/19299/stat : 19299 (java) R 19248 19250 13533 0 -1 4202560 809128 0 0 0 85323 90 0 0 25 0 22 0 831190922 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912506227292 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19250/tid=19300] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19300/stat : 19300 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831190925 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19301] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19301/stat : 19301 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831190932 10811359232 925700 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1741.74
Current children cumulated vsize (KiB) 10557968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.201 s]
/proc/loadavg: 3.79 3.87 3.30 3/497 19361
/proc/meminfo: memFree=23676204/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=10557968 CPUtime=1800.06 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19248 19250 13533 0 -1 4202496 935042 0 1 0 179894 112 0 0 25 0 22 0 831190862 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 2639492 928323 2271 9 0 2630226 0
[pid=19250/tid=19253] ppid=19248 vsize=10557968 CPUtime=0.58 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 13533 0 -1 4202560 22638 0 1 0 54 4 0 0 15 0 22 0 831190863 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=10557968 CPUtime=0.5 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 13533 0 -1 4202560 5334 0 0 0 50 0 0 0 15 0 22 0 831190864 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=10557968 CPUtime=0.64 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 13533 0 -1 4202560 6164 0 0 0 64 0 0 0 16 0 22 0 831190864 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=10557968 CPUtime=0.48 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 13533 0 -1 4202560 8124 0 0 0 47 1 0 0 16 0 22 0 831190864 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=10557968 CPUtime=0.48 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 13533 0 -1 4202560 3597 0 0 0 48 0 0 0 16 0 22 0 831190864 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=10557968 CPUtime=0.46 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 13533 0 -1 4202560 2047 0 0 0 46 0 0 0 16 0 22 0 831190864 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=10557968 CPUtime=0.54 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 13533 0 -1 4202560 2848 0 0 0 54 0 0 0 15 0 22 0 831190864 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=10557968 CPUtime=0.54 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 13533 0 -1 4202560 225 0 0 0 54 0 0 0 15 0 22 0 831190864 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=10557968 CPUtime=0.47 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 13533 0 -1 4202560 3999 0 0 0 47 0 0 0 15 0 22 0 831190864 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=10557968 CPUtime=27.73 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 13533 0 -1 4202560 53012 0 0 0 2766 7 0 0 15 0 22 0 831190865 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 0 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 13533 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 831190866 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831190866 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190868 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092055985 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=10557968 CPUtime=1.3 cores=0,2,4,6
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 13533 0 -1 4202560 6003 0 0 0 130 0 0 0 15 0 22 0 831190868 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=10557968 CPUtime=1.36 cores=0,2,4,6
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 13533 0 -1 4202560 6370 0 0 0 136 0 0 0 15 0 22 0 831190868 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 0 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190868 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048281 0 4 0 16800975 18446604441923519488 0 0 -1 4 0 0 0
[pid=19250/tid=19270] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19270/stat : 19270 (java) S 19248 19250 13533 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831190868 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 2 0 0 0
[pid=19250/tid=19298] ppid=19248 vsize=10557968 CPUtime=882.42 cores=0,2,4,6
/proc/19250/task/19298/stat : 19298 (java) R 19248 19250 13533 0 -1 4202560 4343 0 0 0 88240 2 0 0 25 0 22 0 831190922 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912506158092 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19250/tid=19299] ppid=19248 vsize=10557968 CPUtime=882.42 cores=0,2,4,6
/proc/19250/task/19299/stat : 19299 (java) R 19248 19250 13533 0 -1 4202560 809128 0 0 0 88152 90 0 0 25 0 22 0 831190922 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 46912506055252 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19250/tid=19300] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19300/stat : 19300 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831190925 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
[pid=19250/tid=19301] ppid=19248 vsize=10557968 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19301/stat : 19301 (java) S 19248 19250 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831190932 10811359232 928323 33554432000 1073741824 1073778376 140736181204352 18446744073709551615 208092048896 0 4 0 16800975 18446604441923519488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10557968

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

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

[startup+912.324 s]
/proc/loadavg: 3.79 3.87 3.30 3/497 19361
/proc/meminfo: memFree=23676204/32950928 swapFree=39617324/67111528
[pid=19250] ppid=19248 vsize=0 CPUtime=1800.21 cores=0,2,4,6
/proc/19250/stat : 19250 (java) Z 19248 19250 13533 0 -1 4203548 935071 0 1 0 179900 121 0 0 17 0 2 0 831190862 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19250/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 912.393
CPU time (s): 1800.28
CPU user time (s): 1799
CPU system time (s): 1.28181
CPU usage (%): 197.314
Max. virtual memory (cumulated for all children) (KiB): 10557968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.2818
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 935071
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= 24458
involuntary context switches= 24708

runsolver used 4.54931 second user time and 10.4294 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 15:58:32
IDJOB=3453650
IDBENCH=48359
IDSOLVER=1950
FILE ID=node127/3453650-1307195912
RUNJOBID= node127-1307195911-19144
PBS_JOBID= 13508856
Free space on /tmp= 73948 MiB

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

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=1144269070

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27391468 kB
Buffers:        333292 kB
Cached:         929936 kB
SwapCached:      59160 kB
Active:        3271320 kB
Inactive:      1998700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27391468 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:             832 kB
Writeback:           0 kB
AnonPages:     3954900 kB
Mapped:          21708 kB
Slab:           123916 kB
PageTables:      95272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119723844 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= 73948 MiB
End job on node127 at 2011-06-04 16:13:46