Trace number 3454576

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.44 929.698

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3700.opb
MD5SUM86879a5871daa11ed8529c30e9ca3bf0
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4726350847
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29631666774144
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29631666774144
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454576-1307190086.opb
0.11/0.11	c reading problem ... 
2.34/1.99	c ... done. Wall clock time 1.88s.
2.34/1.99	c #vars     155000
2.34/1.99	c #constraints  66302
2.34/1.99	c constraints type 
2.34/1.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.34/1.99	c constraints type 
2.34/1.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
53.06/26.57	c cleaning 2501 clauses out of 5001 with flag 5001/5001
75.42/37.86	c cleaning 4247 clauses out of 8502 with flag 11003/11003
125.55/63.06	c cleaning 5623 clauses out of 11252 with flag 18000/18000
147.62/74.20	c cleaning 6812 clauses out of 13629 with flag 26000/26000
167.44/84.31	c cleaning 7895 clauses out of 15817 with flag 35000/35000
181.15/91.34	c cleaning 8961 clauses out of 17922 with flag 45000/45000
195.19/98.54	c cleaning 9475 clauses out of 18961 with flag 55000/55000
209.25/105.73	c cleaning 9736 clauses out of 19487 with flag 65001/65001
223.59/113.18	c cleaning 9868 clauses out of 19750 with flag 75000/75000
237.66/120.32	c cleaning 9932 clauses out of 19882 with flag 85000/85000
251.53/127.48	c cleaning 9968 clauses out of 19950 with flag 95000/95000
265.77/134.73	c cleaning 9989 clauses out of 19982 with flag 105000/105000
279.86/142.07	c cleaning 9993 clauses out of 19993 with flag 115000/115000
293.72/149.18	c cleaning 9996 clauses out of 20000 with flag 125000/125000
307.96/156.44	c cleaning 9988 clauses out of 20004 with flag 135000/135000
321.63/163.47	c cleaning 10007 clauses out of 20017 with flag 145001/145001
335.36/170.59	c cleaning 9996 clauses out of 20009 with flag 155000/155000
348.76/177.48	c cleaning 10004 clauses out of 20013 with flag 165000/165000
362.60/184.54	c cleaning 9999 clauses out of 20009 with flag 175000/175000
376.85/191.82	c cleaning 10003 clauses out of 20010 with flag 185000/185000
391.14/199.21	c cleaning 9998 clauses out of 20007 with flag 195000/195000
405.18/206.46	c cleaning 9999 clauses out of 20009 with flag 205000/205000
418.86/213.46	c cleaning 10000 clauses out of 20010 with flag 215000/215000
433.08/220.73	c cleaning 10003 clauses out of 20010 with flag 225000/225000
446.98/227.99	c cleaning 9999 clauses out of 20008 with flag 235001/235001
461.45/235.36	c cleaning 10002 clauses out of 20008 with flag 245000/245000
475.67/242.64	c cleaning 10004 clauses out of 20007 with flag 255001/255001
490.08/250.05	c cleaning 9997 clauses out of 20003 with flag 265001/265001
504.76/257.61	c cleaning 9995 clauses out of 20006 with flag 275001/275001
518.99/265.00	c cleaning 10004 clauses out of 20011 with flag 285001/285001
532.82/272.04	c cleaning 10004 clauses out of 20007 with flag 295001/295001
546.64/279.17	c cleaning 9998 clauses out of 20002 with flag 305000/305000
560.52/286.31	c cleaning 9995 clauses out of 20005 with flag 315001/315001
573.96/293.26	c cleaning 10003 clauses out of 20010 with flag 325001/325001
587.63/300.27	c cleaning 9992 clauses out of 20006 with flag 335000/335000
601.04/307.12	c cleaning 9997 clauses out of 20014 with flag 345000/345000
613.71/313.78	c cleaning 9998 clauses out of 20017 with flag 355000/355000
625.96/320.10	c cleaning 10001 clauses out of 20019 with flag 365000/365000
639.00/326.76	c cleaning 10000 clauses out of 20018 with flag 375000/375000
650.79/332.90	c cleaning 9999 clauses out of 20018 with flag 385000/385000
663.89/339.65	c cleaning 9998 clauses out of 20020 with flag 395001/395001
676.13/345.97	c cleaning 10002 clauses out of 20021 with flag 405000/405000
688.56/352.33	c cleaning 10001 clauses out of 20019 with flag 415000/415000
700.83/358.68	c cleaning 10002 clauses out of 20018 with flag 425000/425000
713.86/365.50	c cleaning 9994 clauses out of 20016 with flag 435000/435000
727.47/372.43	c cleaning 10002 clauses out of 20022 with flag 445000/445000
740.11/378.92	c cleaning 9999 clauses out of 20020 with flag 455000/455000
751.75/384.94	c cleaning 10004 clauses out of 20022 with flag 465001/465001
763.81/391.25	c cleaning 10000 clauses out of 20017 with flag 475000/475000
776.43/397.71	c cleaning 10000 clauses out of 20017 with flag 485000/485000
789.25/404.33	c cleaning 9996 clauses out of 20017 with flag 495000/495000
802.06/410.97	c cleaning 10004 clauses out of 20021 with flag 505000/505000
814.51/417.41	c cleaning 9997 clauses out of 20017 with flag 515000/515000
826.72/423.73	c cleaning 9999 clauses out of 20020 with flag 525000/525000
839.53/430.37	c cleaning 9998 clauses out of 20021 with flag 535000/535000
851.99/436.76	c cleaning 10000 clauses out of 20023 with flag 545000/545000
864.85/443.50	c cleaning 10004 clauses out of 20023 with flag 555000/555000
877.67/450.04	c cleaning 10000 clauses out of 20019 with flag 565000/565000
889.88/456.34	c cleaning 10001 clauses out of 20019 with flag 575000/575000
902.08/462.64	c cleaning 10004 clauses out of 20019 with flag 585001/585001
914.75/469.29	c cleaning 9999 clauses out of 20014 with flag 595000/595000
927.75/475.91	c cleaning 9997 clauses out of 20015 with flag 605000/605000
940.35/482.49	c cleaning 10007 clauses out of 20020 with flag 615002/615002
952.76/488.83	c cleaning 9993 clauses out of 20012 with flag 625001/625001
965.21/495.36	c cleaning 10001 clauses out of 20018 with flag 635000/635000
977.45/501.66	c cleaning 9999 clauses out of 20017 with flag 645000/645000
989.41/507.82	c cleaning 10000 clauses out of 20018 with flag 655000/655000
1000.86/513.77	c cleaning 10000 clauses out of 20018 with flag 665000/665000
1013.07/520.10	c cleaning 9995 clauses out of 20018 with flag 675000/675000
1024.88/526.25	c cleaning 10002 clauses out of 20023 with flag 685000/685000
1036.48/532.25	c cleaning 10003 clauses out of 20021 with flag 695000/695000
1048.08/538.23	c cleaning 9999 clauses out of 20019 with flag 705001/705001
1060.16/544.53	c cleaning 9997 clauses out of 20020 with flag 715001/715001
1073.12/551.25	c cleaning 10001 clauses out of 20023 with flag 725001/725001
1086.49/558.13	c cleaning 10006 clauses out of 20021 with flag 735000/735000
1099.66/564.95	c cleaning 9994 clauses out of 20015 with flag 745000/745000
1112.86/571.80	c cleaning 10001 clauses out of 20022 with flag 755001/755001
1126.08/578.67	c cleaning 9997 clauses out of 20020 with flag 765000/765000
1138.67/585.18	c cleaning 10007 clauses out of 20024 with flag 775001/775001
1150.63/591.32	c cleaning 9994 clauses out of 20016 with flag 785000/785000
1162.44/597.57	c cleaning 9997 clauses out of 20022 with flag 795000/795000
1174.43/603.72	c cleaning 10002 clauses out of 20025 with flag 805000/805000
1186.21/609.84	c cleaning 10001 clauses out of 20024 with flag 815001/815001
1197.60/615.76	c cleaning 10005 clauses out of 20022 with flag 825000/825000
1209.81/622.18	c cleaning 9990 clauses out of 20017 with flag 835000/835000
1222.17/628.52	c cleaning 10004 clauses out of 20027 with flag 845000/845000
1233.97/634.68	c cleaning 10001 clauses out of 20023 with flag 855000/855000
1245.71/640.77	c cleaning 10002 clauses out of 20023 with flag 865001/865001
1257.74/647.05	c cleaning 9998 clauses out of 20021 with flag 875001/875001
1269.51/653.15	c cleaning 10001 clauses out of 20022 with flag 885000/885000
1282.27/659.78	c cleaning 10001 clauses out of 20022 with flag 895001/895001
1294.63/666.12	c cleaning 10004 clauses out of 20020 with flag 905000/905000
1307.43/672.85	c cleaning 9994 clauses out of 20016 with flag 915000/915000
1319.19/678.90	c cleaning 10001 clauses out of 20023 with flag 925001/925001
1331.17/685.14	c cleaning 9997 clauses out of 20022 with flag 935001/935001
1343.14/691.36	c cleaning 10000 clauses out of 20024 with flag 945000/945000
1355.73/697.95	c cleaning 10001 clauses out of 20024 with flag 955000/955000
1368.09/704.39	c cleaning 10001 clauses out of 20023 with flag 965000/965000
1380.30/710.66	c cleaning 10000 clauses out of 20022 with flag 975000/975000
1392.21/716.84	c cleaning 9998 clauses out of 20022 with flag 985000/985000
1403.83/722.91	c cleaning 10000 clauses out of 20025 with flag 995001/995001
1415.18/728.90	c cleaning 9999 clauses out of 20024 with flag 1005000/1005000
1427.34/735.17	c cleaning 10007 clauses out of 20026 with flag 1015001/1015001
1440.08/741.71	c cleaning 9997 clauses out of 20018 with flag 1025000/1025000
1451.29/747.68	c cleaning 10002 clauses out of 20021 with flag 1035000/1035000
1463.02/753.79	c cleaning 10003 clauses out of 20019 with flag 1045000/1045000
1474.96/759.98	c cleaning 9994 clauses out of 20016 with flag 1055000/1055000
1486.91/766.11	c cleaning 10001 clauses out of 20022 with flag 1065000/1065000
1498.56/772.23	c cleaning 9999 clauses out of 20022 with flag 1075001/1075001
1510.26/778.31	c cleaning 9999 clauses out of 20022 with flag 1085000/1085000
1521.84/784.32	c cleaning 10003 clauses out of 20023 with flag 1095000/1095000
1533.34/790.32	c cleaning 10000 clauses out of 20020 with flag 1105000/1105000
1544.89/796.33	c cleaning 10002 clauses out of 20021 with flag 1115001/1115001
1556.39/802.32	c cleaning 9998 clauses out of 20018 with flag 1125000/1125000
1567.73/808.30	c cleaning 9998 clauses out of 20020 with flag 1135000/1135000
1579.47/814.39	c cleaning 10003 clauses out of 20022 with flag 1145000/1145000
1591.76/820.75	c cleaning 10001 clauses out of 20019 with flag 1155000/1155000
1605.24/827.72	c cleaning 10003 clauses out of 20019 with flag 1165001/1165001
1617.53/834.15	c cleaning 9993 clauses out of 20015 with flag 1175000/1175000
1630.42/840.88	c cleaning 9999 clauses out of 20022 with flag 1185000/1185000
1643.62/847.76	c cleaning 10001 clauses out of 20024 with flag 1195001/1195001
1656.70/854.61	c cleaning 10002 clauses out of 20022 with flag 1205000/1205000
1670.00/861.42	c cleaning 9997 clauses out of 20021 with flag 1215001/1215001
1683.70/868.50	c cleaning 10003 clauses out of 20023 with flag 1225000/1225000
1696.23/875.18	c cleaning 10000 clauses out of 20020 with flag 1235000/1235000
1708.92/881.77	c cleaning 9997 clauses out of 20020 with flag 1245000/1245000
1721.42/888.22	c cleaning 10001 clauses out of 20023 with flag 1255000/1255000
1734.12/894.86	c cleaning 10000 clauses out of 20022 with flag 1265000/1265000
1746.64/901.48	c cleaning 10002 clauses out of 20022 with flag 1275000/1275000
1759.13/907.94	c cleaning 10000 clauses out of 20020 with flag 1285000/1285000
1772.23/914.78	c cleaning 9999 clauses out of 20020 with flag 1295000/1295000
1784.93/921.39	c cleaning 10000 clauses out of 20021 with flag 1305000/1305000
1798.30/928.35	c cleaning 10003 clauses out of 20021 with flag 1315000/1315000
1800.23/929.54	c starts		: 190
1800.23/929.54	c conflicts		: 1316408
1800.23/929.54	c decisions		: 2074854
1800.23/929.54	c propagations		: 33497462
1800.23/929.54	c inspects		: 618077674
1800.23/929.54	c shortcuts		: 0
1800.23/929.54	c learnt literals	: 0
1800.23/929.54	c learnt binary clauses	: 0
1800.23/929.54	c learnt ternary clauses	: 0
1800.23/929.54	c learnt constraints	: 1316407
1800.23/929.54	c ignored constraints	: 0
1800.23/929.54	c root simplifications	: 0
1800.23/929.54	c removed literals (reason simplification)	: 20249400
1800.23/929.54	c reason swapping (by a shorter reason)	: 0
1800.23/929.54	c Calls to reduceDB	: 133
1800.23/929.54	c number of reductions to clauses (during analyze)	: 0
1800.23/929.54	c number of learned constraints concerned by reduction	: 0
1800.23/929.54	c number of learning phase by resolution	: 0
1800.23/929.54	c number of learning phase by cutting planes	: 0
1800.23/929.54	c speed (assignments/second)	: 36113.84267404954
1800.23/929.54	c non guided choices	160429
1800.23/929.55	c learnt constraints type 
1800.23/929.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11440
1800.23/929.55	c constraints type 
1800.23/929.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
1800.23/929.55	c constraints type 
1800.23/929.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.23/929.55	s UNKNOWN
1800.23/929.55	c Total wall clock time (in seconds): 929.442

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-3454576-1307190086/watcher-3454576-1307190086 -o /tmp/evaluation-result-3454576-1307190086/solver-3454576-1307190086 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454576-1307190086.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: 3.79 3.89 3.76 4/556 19936
/proc/meminfo: memFree=21954452/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 3792 0 1 0 0 0 0 0 25 0 2 0 811424913 10694979584 3494 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2611079 3508 917 9 0 2602235 0
[pid=19936/tid=19937] ppid=19934 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) R 19934 19936 16282 0 -1 4202560 6364 0 1 0 0 0 0 0 25 0 2 0 811424914 10694979584 7180 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0491971 s]
/proc/loadavg: 3.79 3.89 3.76 4/556 19936
/proc/meminfo: memFree=21954452/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10467480 CPUtime=0.04 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 11349 0 1 0 3 1 0 0 25 0 13 0 811424913 10718699520 11046 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2616870 11048 1681 9 0 2607618 0
[pid=19936/tid=19937] ppid=19934 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) R 19934 19936 16282 0 -1 4202560 10204 0 1 0 2 1 0 0 25 0 13 0 811424914 10718699520 11049 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051482059 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467480

[startup+0.101153 s]
/proc/loadavg: 3.79 3.89 3.76 4/556 19936
/proc/meminfo: memFree=21954452/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10539940 CPUtime=0.11 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 13102 0 1 0 9 2 0 0 25 0 18 0 811424913 10792898560 12766 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2634985 12767 2092 9 0 2625719 0
[pid=19936/tid=19937] ppid=19934 vsize=10539940 CPUtime=0.09 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) R 19934 19936 16282 0 -1 4202560 11148 0 1 0 7 2 0 0 18 0 18 0 811424914 10792898560 12767 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912496197424 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539940

[startup+0.301164 s]
/proc/loadavg: 3.79 3.89 3.76 4/556 19936
/proc/meminfo: memFree=21954452/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10542072 CPUtime=0.46 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 22197 0 1 0 42 4 0 0 25 0 18 0 811424913 10795081728 21281 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2635518 21284 2199 9 0 2626252 0
[pid=19936/tid=19937] ppid=19934 vsize=10542072 CPUtime=0.28 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) R 19934 19936 16282 0 -1 4202560 18685 0 1 0 25 3 0 0 18 0 18 0 811424914 10795081728 21286 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912505598808 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542072

[startup+0.701081 s]
/proc/loadavg: 3.79 3.89 3.76 4/556 19936
/proc/meminfo: memFree=21954452/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10542072 CPUtime=1.07 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 52103 0 1 0 99 8 0 0 25 0 18 0 811424913 10795081728 50851 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2635518 50851 2204 9 0 2626252 0
[pid=19936/tid=19937] ppid=19934 vsize=10542072 CPUtime=0.68 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) R 19934 19936 16282 0 -1 4202560 47987 0 1 0 61 7 0 0 18 0 18 0 811424914 10795081728 50851 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 47836319104726 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 10542072

[startup+1.50097 s]
/proc/loadavg: 3.79 3.89 3.76 4/574 19954
/proc/meminfo: memFree=21626268/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10542072 CPUtime=1.87 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 129701 0 1 0 171 16 0 0 25 0 18 0 811424913 10795081728 128268 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2635518 128268 2204 9 0 2626252 0
[pid=19936/tid=19937] ppid=19934 vsize=10542072 CPUtime=1.49 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) R 19934 19936 16282 0 -1 4202560 125582 0 1 0 133 16 0 0 18 0 18 0 811424914 10795081728 128268 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912505643390 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19936/tid=19939] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19939/stat : 19939 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811424915 10795081728 128268 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19940] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19940/stat : 19940 (java) S 19934 19936 16282 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811424915 10795081728 128268 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19941] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19941/stat : 19941 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811424915 10795081728 128268 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19942] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19942/stat : 19942 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811424915 10795081728 128268 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19943] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19943/stat : 19943 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811424915 10795081728 128268 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19944] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19944/stat : 19944 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811424915 10795081728 128269 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19945] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19945/stat : 19945 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811424915 10795081728 128273 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19946] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19946/stat : 19946 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811424915 10795081728 128277 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19947] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19947/stat : 19947 (java) S 19934 19936 16282 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811424916 10795081728 128281 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 0 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19948] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19948/stat : 19948 (java) S 19934 19936 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811424917 10795081728 128283 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19949] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19949/stat : 19949 (java) S 19934 19936 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811424917 10795081728 128285 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19950] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19950/stat : 19950 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811424919 10795081728 128286 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051478961 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19951] ppid=19934 vsize=10542072 CPUtime=0.19 cores=0,2,4,6
/proc/19936/task/19951/stat : 19951 (java) S 19934 19936 16282 0 -1 4202560 1448 0 0 0 19 0 0 0 15 0 18 0 811424919 10795081728 128288 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19952] ppid=19934 vsize=10542072 CPUtime=0.18 cores=0,2,4,6
/proc/19936/task/19952/stat : 19952 (java) S 19934 19936 16282 0 -1 4202560 1520 0 0 0 18 0 0 0 15 0 18 0 811424919 10795081728 128290 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19953] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19953/stat : 19953 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811424919 10795081728 128292 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19954] ppid=19934 vsize=10542072 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19954/stat : 19954 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811424919 10795081728 128294 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10542072

[startup+3.10063 s]
/proc/loadavg: 3.79 3.89 3.76 6/576 19956
/proc/meminfo: memFree=21258840/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10547004 CPUtime=5.24 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 208838 0 1 0 498 26 0 0 25 0 22 0 811424913 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2636751 206652 2231 9 0 2627485 0
[pid=19936/tid=19937] ppid=19934 vsize=10547004 CPUtime=1.97 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) S 19934 19936 16282 0 -1 4202560 168303 0 1 0 176 21 0 0 15 0 22 0 811424914 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19939] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19939/stat : 19939 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19940] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19940/stat : 19940 (java) S 19934 19936 16282 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811424915 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19941] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19941/stat : 19941 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19942] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19942/stat : 19942 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19943] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19943/stat : 19943 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19944] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19944/stat : 19944 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19945] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19945/stat : 19945 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19946] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19946/stat : 19946 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19947] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19947/stat : 19947 (java) S 19934 19936 16282 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 811424916 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 0 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19948] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19948/stat : 19948 (java) S 19934 19936 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811424917 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19949] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19949/stat : 19949 (java) S 19934 19936 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811424917 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19950] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19950/stat : 19950 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424919 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051478961 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19951] ppid=19934 vsize=10547004 CPUtime=0.39 cores=0,2,4,6
/proc/19936/task/19951/stat : 19951 (java) S 19934 19936 16282 0 -1 4202560 1683 0 0 0 39 0 0 0 15 0 22 0 811424919 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19952] ppid=19934 vsize=10547004 CPUtime=0.66 cores=0,2,4,6
/proc/19936/task/19952/stat : 19952 (java) S 19934 19936 16282 0 -1 4202560 3146 0 0 0 66 0 0 0 15 0 22 0 811424919 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19953] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19953/stat : 19953 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424919 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19954] ppid=19934 vsize=10547004 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19954/stat : 19954 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811424919 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19955] ppid=19934 vsize=10547004 CPUtime=1.1 cores=0,2,4,6
/proc/19936/task/19955/stat : 19955 (java) R 19934 19936 16282 0 -1 4202560 2354 0 0 0 110 0 0 0 23 0 22 0 811425112 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912505817072 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19936/tid=19956] ppid=19934 vsize=10547004 CPUtime=1.08 cores=0,2,4,6
/proc/19936/task/19956/stat : 19956 (java) R 19934 19936 16282 0 -1 4202560 32185 0 0 0 105 3 0 0 25 0 22 0 811425112 10800132096 206652 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912505901375 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 10547004

[startup+6.30104 s]
/proc/loadavg: 3.81 3.89 3.76 5/578 19958
/proc/meminfo: memFree=20365772/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10546668 CPUtime=11.97 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 446546 0 1 0 1146 51 0 0 25 0 22 0 811424913 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2636667 442729 2237 9 0 2627401 0
[pid=19936/tid=19937] ppid=19934 vsize=10546668 CPUtime=1.97 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) S 19934 19936 16282 0 -1 4202560 168303 0 1 0 176 21 0 0 15 0 22 0 811424914 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19939] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19939/stat : 19939 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19940] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19940/stat : 19940 (java) S 19934 19936 16282 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811424915 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19941] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19941/stat : 19941 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19942] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19942/stat : 19942 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19943] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19943/stat : 19943 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19944] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19944/stat : 19944 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19945] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19945/stat : 19945 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19946] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19946/stat : 19946 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424915 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19947] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19947/stat : 19947 (java) S 19934 19936 16282 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 811424916 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 0 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19948] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19948/stat : 19948 (java) S 19934 19936 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811424917 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19949] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19949/stat : 19949 (java) S 19934 19936 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811424917 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19950] ppid=19934 vsize=10546668 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19950/stat : 19950 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424919 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051478961 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19951] ppid=19934 vsize=10546668 CPUtime=0.52 cores=0,2,4,6
/proc/19936/task/19951/stat : 19951 (java) S 19934 19936 16282 0 -1 4202560 2356 0 0 0 52 0 0 0 16 0 22 0 811424919 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19952] ppid=19934 vsize=10546668 CPUtime=0.87 cores=0,2,4,6
/proc/19936/task/19952/stat : 19952 (java) S 19934 19936 16282 0 -1 4202560 4559 0 0 0 87 0 0 0 15 0 22 0 811424919 10799788032 442729 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0

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

/proc/meminfo: memFree=17129428/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10546152 CPUtime=1594.44 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 1014731 0 1 0 159318 126 0 0 25 0 22 0 811424913 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2636538 945720 2263 9 0 2627272 0
[pid=19936/tid=19937] ppid=19934 vsize=10546152 CPUtime=1.97 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) S 19934 19936 16282 0 -1 4202560 168321 0 1 0 176 21 0 0 15 0 22 0 811424914 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19939] ppid=19934 vsize=10546152 CPUtime=0.58 cores=0,2,4,6
/proc/19936/task/19939/stat : 19939 (java) S 19934 19936 16282 0 -1 4202560 6096 0 0 0 58 0 0 0 15 0 22 0 811424915 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19940] ppid=19934 vsize=10546152 CPUtime=0.68 cores=0,2,4,6
/proc/19936/task/19940/stat : 19940 (java) S 19934 19936 16282 0 -1 4202560 17778 0 0 0 66 2 0 0 15 0 22 0 811424915 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19941] ppid=19934 vsize=10546152 CPUtime=0.62 cores=0,2,4,6
/proc/19936/task/19941/stat : 19941 (java) S 19934 19936 16282 0 -1 4202560 17877 0 0 0 60 2 0 0 15 0 22 0 811424915 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19942] ppid=19934 vsize=10546152 CPUtime=0.49 cores=0,2,4,6
/proc/19936/task/19942/stat : 19942 (java) S 19934 19936 16282 0 -1 4202560 7092 0 0 0 49 0 0 0 15 0 22 0 811424915 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19943] ppid=19934 vsize=10546152 CPUtime=0.53 cores=0,2,4,6
/proc/19936/task/19943/stat : 19943 (java) S 19934 19936 16282 0 -1 4202560 23963 0 0 0 50 3 0 0 16 0 22 0 811424915 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19944] ppid=19934 vsize=10546152 CPUtime=0.74 cores=0,2,4,6
/proc/19936/task/19944/stat : 19944 (java) S 19934 19936 16282 0 -1 4202560 15469 0 0 0 72 2 0 0 15 0 22 0 811424915 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19945] ppid=19934 vsize=10546152 CPUtime=0.75 cores=0,2,4,6
/proc/19936/task/19945/stat : 19945 (java) S 19934 19936 16282 0 -1 4202560 25084 0 0 0 72 3 0 0 16 0 22 0 811424915 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19946] ppid=19934 vsize=10546152 CPUtime=0.62 cores=0,2,4,6
/proc/19936/task/19946/stat : 19946 (java) S 19934 19936 16282 0 -1 4202560 14082 0 0 0 61 1 0 0 15 0 22 0 811424915 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19947] ppid=19934 vsize=10546152 CPUtime=51.96 cores=0,2,4,6
/proc/19936/task/19947/stat : 19947 (java) S 19934 19936 16282 0 -1 4202560 183342 0 0 0 5174 22 0 0 15 0 22 0 811424916 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 0 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19948] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19948/stat : 19948 (java) S 19934 19936 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811424917 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19949] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19949/stat : 19949 (java) S 19934 19936 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811424917 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19950] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19950/stat : 19950 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424919 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051478961 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19951] ppid=19934 vsize=10546152 CPUtime=0.72 cores=0,2,4,6
/proc/19936/task/19951/stat : 19951 (java) S 19934 19936 16282 0 -1 4202560 2823 0 0 0 72 0 0 0 15 0 22 0 811424919 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19952] ppid=19934 vsize=10546152 CPUtime=1.08 cores=0,2,4,6
/proc/19936/task/19952/stat : 19952 (java) S 19934 19936 16282 0 -1 4202560 4616 0 0 0 108 0 0 0 15 0 22 0 811424919 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19953] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19953/stat : 19953 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424919 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19954] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19954/stat : 19954 (java) S 19934 19936 16282 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 811424919 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19955] ppid=19934 vsize=10546152 CPUtime=766.82 cores=0,2,4,6
/proc/19936/task/19955/stat : 19955 (java) R 19934 19936 16282 0 -1 4202560 5332 0 0 0 76681 1 0 0 23 0 22 0 811425112 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912505817741 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19936/tid=19956] ppid=19934 vsize=10546152 CPUtime=766.7 cores=0,2,4,6
/proc/19936/task/19956/stat : 19956 (java) R 19934 19936 16282 0 -1 4202560 521652 0 0 0 76611 59 0 0 23 0 22 0 811425112 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912505618518 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19936/tid=19957] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19957/stat : 19957 (java) S 19934 19936 16282 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811425129 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19958] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19958/stat : 19958 (java) S 19934 19936 16282 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811425130 10799259648 945720 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1594.44
Current children cumulated vsize (KiB) 10546152

[startup+882.302 s]
/proc/loadavg: 3.89 3.92 3.84 4/578 19984
/proc/meminfo: memFree=17108164/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10546152 CPUtime=1709.62 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 1042975 0 1 0 170831 131 0 0 25 0 22 0 811424913 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2636538 950455 2263 9 0 2627272 0
[pid=19936/tid=19937] ppid=19934 vsize=10546152 CPUtime=1.97 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) S 19934 19936 16282 0 -1 4202560 168321 0 1 0 176 21 0 0 15 0 22 0 811424914 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19939] ppid=19934 vsize=10546152 CPUtime=0.61 cores=0,2,4,6
/proc/19936/task/19939/stat : 19939 (java) S 19934 19936 16282 0 -1 4202560 6096 0 0 0 61 0 0 0 16 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19940] ppid=19934 vsize=10546152 CPUtime=0.72 cores=0,2,4,6
/proc/19936/task/19940/stat : 19940 (java) S 19934 19936 16282 0 -1 4202560 18861 0 0 0 70 2 0 0 16 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19941] ppid=19934 vsize=10546152 CPUtime=0.66 cores=0,2,4,6
/proc/19936/task/19941/stat : 19941 (java) S 19934 19936 16282 0 -1 4202560 19020 0 0 0 63 3 0 0 16 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19942] ppid=19934 vsize=10546152 CPUtime=0.51 cores=0,2,4,6
/proc/19936/task/19942/stat : 19942 (java) S 19934 19936 16282 0 -1 4202560 7092 0 0 0 51 0 0 0 15 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19943] ppid=19934 vsize=10546152 CPUtime=0.54 cores=0,2,4,6
/proc/19936/task/19943/stat : 19943 (java) S 19934 19936 16282 0 -1 4202560 23963 0 0 0 51 3 0 0 15 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19944] ppid=19934 vsize=10546152 CPUtime=0.75 cores=0,2,4,6
/proc/19936/task/19944/stat : 19944 (java) S 19934 19936 16282 0 -1 4202560 16469 0 0 0 73 2 0 0 15 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19945] ppid=19934 vsize=10546152 CPUtime=0.79 cores=0,2,4,6
/proc/19936/task/19945/stat : 19945 (java) S 19934 19936 16282 0 -1 4202560 26087 0 0 0 76 3 0 0 15 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19946] ppid=19934 vsize=10546152 CPUtime=0.64 cores=0,2,4,6
/proc/19936/task/19946/stat : 19946 (java) S 19934 19936 16282 0 -1 4202560 14082 0 0 0 63 1 0 0 16 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19947] ppid=19934 vsize=10546152 CPUtime=56.85 cores=0,2,4,6
/proc/19936/task/19947/stat : 19947 (java) S 19934 19936 16282 0 -1 4202560 207344 0 0 0 5659 26 0 0 16 0 22 0 811424916 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 0 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19948] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19948/stat : 19948 (java) S 19934 19936 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811424917 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19949] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19949/stat : 19949 (java) S 19934 19936 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811424917 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19950] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19950/stat : 19950 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424919 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051478961 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19951] ppid=19934 vsize=10546152 CPUtime=0.72 cores=0,2,4,6
/proc/19936/task/19951/stat : 19951 (java) S 19934 19936 16282 0 -1 4202560 2823 0 0 0 72 0 0 0 15 0 22 0 811424919 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19952] ppid=19934 vsize=10546152 CPUtime=1.08 cores=0,2,4,6
/proc/19936/task/19952/stat : 19952 (java) S 19934 19936 16282 0 -1 4202560 4616 0 0 0 108 0 0 0 15 0 22 0 811424919 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19953] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19953/stat : 19953 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424919 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19954] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19954/stat : 19954 (java) S 19934 19936 16282 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 811424919 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19955] ppid=19934 vsize=10546152 CPUtime=821.87 cores=0,2,4,6
/proc/19936/task/19955/stat : 19955 (java) R 19934 19936 16282 0 -1 4202560 5341 0 0 0 82185 2 0 0 20 0 22 0 811425112 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912505662688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19936/tid=19956] ppid=19934 vsize=10546152 CPUtime=821.75 cores=0,2,4,6
/proc/19936/task/19956/stat : 19956 (java) R 19934 19936 16282 0 -1 4202560 521652 0 0 0 82116 59 0 0 20 0 22 0 811425112 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912505825963 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19936/tid=19957] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19957/stat : 19957 (java) S 19934 19936 16282 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811425129 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19958] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19958/stat : 19958 (java) S 19934 19936 16282 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811425130 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1709.62
Current children cumulated vsize (KiB) 10546152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.521 s]
/proc/loadavg: 2.89 3.65 3.75 3/551 20006
/proc/meminfo: memFree=21278680/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=10546152 CPUtime=1800.23 cores=0,2,4,6
/proc/19936/stat : 19936 (java) S 19934 19936 16282 0 -1 4202496 1048206 0 1 0 179891 132 0 0 25 0 22 0 811424913 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 2636538 950455 2263 9 0 2627272 0
[pid=19936/tid=19937] ppid=19934 vsize=10546152 CPUtime=1.97 cores=0,2,4,6
/proc/19936/task/19937/stat : 19937 (java) S 19934 19936 16282 0 -1 4202560 168321 0 1 0 176 21 0 0 15 0 22 0 811424914 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19939] ppid=19934 vsize=10546152 CPUtime=0.63 cores=0,2,4,6
/proc/19936/task/19939/stat : 19939 (java) S 19934 19936 16282 0 -1 4202560 6096 0 0 0 63 0 0 0 15 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19940] ppid=19934 vsize=10546152 CPUtime=0.73 cores=0,2,4,6
/proc/19936/task/19940/stat : 19940 (java) S 19934 19936 16282 0 -1 4202560 18861 0 0 0 71 2 0 0 16 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19941] ppid=19934 vsize=10546152 CPUtime=0.69 cores=0,2,4,6
/proc/19936/task/19941/stat : 19941 (java) S 19934 19936 16282 0 -1 4202560 19020 0 0 0 66 3 0 0 15 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19942] ppid=19934 vsize=10546152 CPUtime=0.54 cores=0,2,4,6
/proc/19936/task/19942/stat : 19942 (java) S 19934 19936 16282 0 -1 4202560 7092 0 0 0 54 0 0 0 16 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19943] ppid=19934 vsize=10546152 CPUtime=0.55 cores=0,2,4,6
/proc/19936/task/19943/stat : 19943 (java) S 19934 19936 16282 0 -1 4202560 23963 0 0 0 52 3 0 0 16 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19944] ppid=19934 vsize=10546152 CPUtime=0.78 cores=0,2,4,6
/proc/19936/task/19944/stat : 19944 (java) S 19934 19936 16282 0 -1 4202560 16469 0 0 0 76 2 0 0 16 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19945] ppid=19934 vsize=10546152 CPUtime=0.8 cores=0,2,4,6
/proc/19936/task/19945/stat : 19945 (java) S 19934 19936 16282 0 -1 4202560 26087 0 0 0 77 3 0 0 15 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19946] ppid=19934 vsize=10546152 CPUtime=0.66 cores=0,2,4,6
/proc/19936/task/19946/stat : 19946 (java) S 19934 19936 16282 0 -1 4202560 14082 0 0 0 65 1 0 0 15 0 22 0 811424915 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 6 0 0 0
[pid=19936/tid=19947] ppid=19934 vsize=10546152 CPUtime=60.77 cores=0,2,4,6
/proc/19936/task/19947/stat : 19947 (java) S 19934 19936 16282 0 -1 4202560 212566 0 0 0 6050 27 0 0 16 0 22 0 811424916 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 0 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19948] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19948/stat : 19948 (java) S 19934 19936 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811424917 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19949] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19949/stat : 19949 (java) S 19934 19936 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811424917 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19950] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19950/stat : 19950 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424919 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051478961 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19951] ppid=19934 vsize=10546152 CPUtime=0.72 cores=0,2,4,6
/proc/19936/task/19951/stat : 19951 (java) S 19934 19936 16282 0 -1 4202560 2823 0 0 0 72 0 0 0 15 0 22 0 811424919 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19952] ppid=19934 vsize=10546152 CPUtime=1.08 cores=0,2,4,6
/proc/19936/task/19952/stat : 19952 (java) S 19934 19936 16282 0 -1 4202560 4616 0 0 0 108 0 0 0 15 0 22 0 811424919 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
[pid=19936/tid=19953] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19953/stat : 19953 (java) S 19934 19936 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811424919 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471257 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19954] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19954/stat : 19954 (java) S 19934 19936 16282 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 811424919 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 2 0 0 0
[pid=19936/tid=19955] ppid=19934 vsize=10546152 CPUtime=865.13 cores=0,2,4,6
/proc/19936/task/19955/stat : 19955 (java) R 19934 19936 16282 0 -1 4202560 5348 0 0 0 86511 2 0 0 21 0 22 0 811425112 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912505845391 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19936/tid=19956] ppid=19934 vsize=10546152 CPUtime=865.02 cores=0,2,4,6
/proc/19936/task/19956/stat : 19956 (java) R 19934 19936 16282 0 -1 4202560 521652 0 0 0 86443 59 0 0 21 0 22 0 811425112 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 46912505989669 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19936/tid=19957] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19957/stat : 19957 (java) S 19934 19936 16282 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811425129 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 0 0 0 0
[pid=19936/tid=19958] ppid=19934 vsize=10546152 CPUtime=0 cores=0,2,4,6
/proc/19936/task/19958/stat : 19958 (java) S 19934 19936 16282 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811425130 10799259648 950455 33554432000 1073741824 1073778376 140736476301648 18446744073709551615 212051471872 0 4 0 16800975 18446604447485321472 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 10546152

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

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

[startup+929.627 s]
/proc/loadavg: 2.89 3.65 3.75 3/551 20006
/proc/meminfo: memFree=21278680/32951124 swapFree=46970528/67111528
[pid=19936] ppid=19934 vsize=0 CPUtime=1800.36 cores=0,2,4,6
/proc/19936/stat : 19936 (java) Z 19934 19936 16282 0 -1 4203548 1048239 0 1 0 179897 139 0 0 17 0 2 0 811424913 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19936/statm: 0 0 0 0 0 0 0
[pid=19936/tid=19955] ppid=19934 vsize=0 CPUtime=865.22 cores=0,2,4,6
/proc/19936/task/19955/stat : 19955 (java) R 19934 19936 16282 0 -1 4203588 5348 0 0 0 86513 9 0 0 22 0 2 0 811425112 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 929.698
CPU time (s): 1800.44
CPU user time (s): 1798.97
CPU system time (s): 1.46878
CPU usage (%): 193.659
Max. virtual memory (cumulated for all children) (KiB): 10561596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.46878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1048239
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= 25768
involuntary context switches= 19928

runsolver used 5.44617 second user time and 11.4763 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 14:21:27
IDJOB=3454576
IDBENCH=2304
IDSOLVER=1950
FILE ID=node146/3454576-1307190086
RUNJOBID= node146-1307187225-19188
PBS_JOBID= 13508858
Free space on /tmp= 73768 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3700.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454576-1307190086/watcher-3454576-1307190086 -o /tmp/evaluation-result-3454576-1307190086/solver-3454576-1307190086 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454576-1307190086.opb

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

MD5SUM BENCH= 86879a5871daa11ed8529c30e9ca3bf0
RANDOM SEED=1309020118

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21954608 kB
Buffers:        174036 kB
Cached:         325468 kB
SwapCached:      60452 kB
Active:        3382492 kB
Inactive:      7364236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21954608 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:           18020 kB
Writeback:           0 kB
AnonPages:    10197984 kB
Mapped:          24792 kB
Slab:            77476 kB
PageTables:     103984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171041276 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= 73776 MiB
End job on node146 at 2011-06-04 14:36:58