Trace number 3454222

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.48 920.796

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-maros.opb
MD5SUMa4588bb38746a3d57566a2a5df85a941
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42240
Total number of constraints836
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 constraints836
Minimum length of a constraint30
Maximum length of a constraint4740
Number of terms in the objective function 10110
Biggest coefficient in the objective function 330175610880000000
Number of bits for the biggest coefficient in the objective function 59
Sum of the numbers in the objective function 14934064445704252926
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 330175610880000000
Number of bits of the biggest number in a constraint 59
Biggest sum of numbers in a constraint 14934064445704252926
Number of bits of the biggest sum of numbers64
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.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-3454222-1307190928.opb
0.11/0.11	c reading problem ... 
1.33/1.11	c ... done. Wall clock time 1.006s.
1.33/1.11	c #vars     42240
1.33/1.11	c #constraints  11046
1.33/1.11	c constraints type 
1.33/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1148
1.33/1.11	c constraints type 
1.33/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1148
12.14/6.05	c cleaning 2469 clauses out of 4958 with flag 5000/5000
24.73/12.31	c cleaning 4240 clauses out of 8488 with flag 11000/11000
37.89/18.97	c cleaning 5617 clauses out of 11246 with flag 18000/18000
48.01/24.00	c cleaning 6815 clauses out of 13629 with flag 26000/26000
60.45/30.31	c cleaning 7907 clauses out of 15814 with flag 35000/35000
70.52/35.45	c cleaning 8945 clauses out of 17907 with flag 45000/45000
83.97/42.25	c cleaning 9475 clauses out of 18963 with flag 55001/55001
97.01/48.90	c cleaning 9737 clauses out of 19487 with flag 65000/65000
107.03/53.97	c cleaning 9870 clauses out of 19756 with flag 75007/75007
123.43/62.21	c cleaning 9927 clauses out of 19880 with flag 85001/85001
133.66/67.45	c cleaning 9963 clauses out of 19953 with flag 95001/95001
142.90/72.19	c cleaning 9953 clauses out of 19990 with flag 105001/105001
177.47/89.55	c cleaning 10007 clauses out of 20038 with flag 115002/115002
196.32/99.08	c cleaning 9993 clauses out of 20029 with flag 125000/125000
204.72/103.35	c cleaning 10000 clauses out of 20036 with flag 135000/135000
212.13/107.11	c cleaning 10013 clauses out of 20037 with flag 145001/145001
223.48/112.91	c cleaning 9997 clauses out of 20024 with flag 155001/155001
231.30/116.93	c cleaning 10001 clauses out of 20026 with flag 165000/165000
238.32/120.50	c cleaning 10003 clauses out of 20026 with flag 175001/175001
250.38/126.69	c cleaning 10010 clauses out of 20022 with flag 185000/185000
263.68/133.44	c cleaning 10006 clauses out of 20014 with flag 195002/195002
274.89/139.17	c cleaning 9999 clauses out of 20009 with flag 205003/205003
287.30/145.46	c cleaning 9996 clauses out of 20007 with flag 215000/215000
300.91/152.32	c cleaning 10000 clauses out of 20011 with flag 225000/225000
313.62/158.83	c cleaning 10002 clauses out of 20012 with flag 235001/235001
327.02/165.70	c cleaning 9986 clauses out of 20011 with flag 245002/245002
334.46/169.47	c cleaning 9997 clauses out of 20023 with flag 255000/255000
340.42/172.58	c cleaning 10012 clauses out of 20023 with flag 265000/265000
342.52/173.79	c cleaning 10006 clauses out of 20012 with flag 275001/275001
348.91/177.10	c cleaning 9994 clauses out of 20005 with flag 285000/285000
353.89/179.62	c cleaning 9999 clauses out of 20012 with flag 295001/295001
356.88/181.29	c cleaning 9999 clauses out of 20013 with flag 305001/305001
358.58/182.21	c cleaning 10001 clauses out of 20014 with flag 315001/315001
360.97/183.55	c cleaning 10000 clauses out of 20011 with flag 325000/325000
369.76/188.02	c cleaning 9986 clauses out of 20011 with flag 335000/335000
385.78/196.19	c cleaning 9996 clauses out of 20025 with flag 345000/345000
405.26/206.06	c cleaning 9996 clauses out of 20030 with flag 355001/355001
424.48/215.76	c cleaning 10012 clauses out of 20034 with flag 365001/365001
426.25/216.76	c cleaning 10008 clauses out of 20021 with flag 375000/375000
427.97/217.73	c cleaning 9998 clauses out of 20013 with flag 385000/385000
429.82/218.82	c cleaning 9997 clauses out of 20015 with flag 395000/395000
431.58/219.87	c cleaning 10004 clauses out of 20018 with flag 405000/405000
433.13/220.75	c cleaning 10004 clauses out of 20015 with flag 415001/415001
434.69/221.64	c cleaning 10001 clauses out of 20010 with flag 425000/425000
436.34/222.69	c cleaning 9998 clauses out of 20009 with flag 435000/435000
443.50/226.32	c cleaning 9997 clauses out of 20008 with flag 445001/445001
447.06/228.27	c cleaning 9989 clauses out of 20009 with flag 455000/455000
454.02/231.83	c cleaning 9996 clauses out of 20018 with flag 465001/465001
476.86/243.46	c cleaning 10007 clauses out of 20016 with flag 475001/475001
484.85/247.57	c cleaning 9975 clauses out of 20007 with flag 485000/485000
492.38/251.43	c cleaning 9996 clauses out of 20033 with flag 495001/495001
495.94/253.36	c cleaning 10008 clauses out of 20037 with flag 505001/505001
498.58/254.82	c cleaning 10000 clauses out of 20029 with flag 515001/515001
501.13/256.26	c cleaning 10009 clauses out of 20029 with flag 525001/525001
503.69/257.66	c cleaning 10004 clauses out of 20019 with flag 535000/535000
506.05/258.93	c cleaning 10000 clauses out of 20015 with flag 545000/545000
508.49/260.31	c cleaning 10000 clauses out of 20016 with flag 555001/555001
510.65/261.55	c cleaning 9997 clauses out of 20015 with flag 565000/565000
513.00/262.85	c cleaning 10001 clauses out of 20018 with flag 575000/575000
515.19/264.05	c cleaning 10003 clauses out of 20018 with flag 585001/585001
517.62/265.43	c cleaning 9998 clauses out of 20015 with flag 595001/595001
519.98/266.77	c cleaning 10001 clauses out of 20017 with flag 605001/605001
522.53/268.10	c cleaning 10000 clauses out of 20016 with flag 615001/615001
524.69/269.34	c cleaning 10001 clauses out of 20015 with flag 625000/625000
527.19/270.77	c cleaning 10002 clauses out of 20015 with flag 635001/635001
529.70/272.11	c cleaning 9993 clauses out of 20012 with flag 645000/645000
532.45/273.66	c cleaning 10003 clauses out of 20019 with flag 655000/655000
536.41/275.72	c cleaning 9998 clauses out of 20014 with flag 665001/665001
539.29/277.33	c cleaning 9999 clauses out of 20016 with flag 675001/675001
542.00/278.89	c cleaning 10004 clauses out of 20017 with flag 685001/685001
545.76/280.83	c cleaning 10002 clauses out of 20014 with flag 695002/695002
549.34/282.72	c cleaning 9999 clauses out of 20010 with flag 705000/705000
551.39/283.97	c cleaning 10004 clauses out of 20008 with flag 715000/715000
553.50/285.19	c cleaning 9994 clauses out of 20004 with flag 725000/725000
557.65/287.35	c cleaning 10000 clauses out of 20011 with flag 735001/735001
562.40/289.87	c cleaning 9984 clauses out of 20008 with flag 745000/745000
566.62/292.10	c cleaning 9957 clauses out of 20024 with flag 755000/755000
584.18/301.01	c cleaning 9976 clauses out of 20067 with flag 765000/765000
602.73/310.46	c cleaning 10006 clauses out of 20096 with flag 775005/775005
621.28/319.89	c cleaning 10039 clauses out of 20085 with flag 785000/785000
623.10/320.91	c cleaning 10018 clauses out of 20044 with flag 795001/795001
624.44/321.80	c cleaning 10010 clauses out of 20026 with flag 805001/805001
626.18/322.74	c cleaning 10007 clauses out of 20016 with flag 815001/815001
628.12/323.89	c cleaning 9991 clauses out of 20009 with flag 825001/825001
630.94/325.42	c cleaning 9997 clauses out of 20017 with flag 835000/835000
633.51/326.82	c cleaning 10002 clauses out of 20022 with flag 845002/845002
636.02/328.28	c cleaning 9972 clauses out of 20017 with flag 855000/855000
638.56/329.65	c cleaning 9999 clauses out of 20045 with flag 865000/865000
641.21/331.19	c cleaning 9995 clauses out of 20046 with flag 875000/875000
643.91/332.65	c cleaning 10003 clauses out of 20052 with flag 885001/885001
646.45/334.03	c cleaning 10001 clauses out of 20049 with flag 895001/895001
648.99/335.46	c cleaning 9995 clauses out of 20047 with flag 905000/905000
687.04/354.60	c cleaning 9979 clauses out of 20054 with flag 915002/915002
723.62/373.07	c cleaning 9987 clauses out of 20073 with flag 925000/925000
757.92/390.39	c cleaning 9993 clauses out of 20086 with flag 935000/935000
796.09/409.53	c cleaning 9999 clauses out of 20093 with flag 945000/945000
822.67/423.04	c cleaning 10023 clauses out of 20094 with flag 955000/955000
831.79/427.74	c cleaning 10002 clauses out of 20071 with flag 965000/965000
859.90/441.90	c cleaning 10021 clauses out of 20069 with flag 975000/975000
868.62/446.50	c cleaning 9985 clauses out of 20045 with flag 985000/985000
875.97/450.36	c cleaning 10023 clauses out of 20060 with flag 995000/995000
878.06/451.55	c cleaning 10009 clauses out of 20037 with flag 1005000/1005000
880.16/452.72	c cleaning 10008 clauses out of 20028 with flag 1015000/1015000
905.95/465.71	c cleaning 9986 clauses out of 20020 with flag 1025000/1025000
932.91/479.46	c cleaning 9982 clauses out of 20034 with flag 1035000/1035000
952.06/489.13	c cleaning 10004 clauses out of 20052 with flag 1045001/1045001
960.54/493.51	c cleaning 9986 clauses out of 20047 with flag 1055000/1055000
965.21/496.07	c cleaning 0 clauses out of 5001 with flag 0/5001
971.44/499.34	c cleaning 9991 clauses out of 20061 with flag 1065000/1065000
982.28/504.80	c cleaning 9990 clauses out of 20070 with flag 1075000/1075000
993.94/510.89	c cleaning 10009 clauses out of 20080 with flag 1085000/1085000
1014.21/521.10	c cleaning 10019 clauses out of 20073 with flag 1095002/1095002
1035.71/532.16	c cleaning 10003 clauses out of 20055 with flag 1105003/1105003
1063.18/546.02	c cleaning 9999 clauses out of 20049 with flag 1115000/1115000
1087.24/558.29	c cleaning 9999 clauses out of 20050 with flag 1125000/1125000
1118.09/573.83	c cleaning 9994 clauses out of 20051 with flag 1135000/1135000
1149.56/589.85	c cleaning 10005 clauses out of 20057 with flag 1145000/1145000
1176.81/603.66	c cleaning 10017 clauses out of 20052 with flag 1155000/1155000
1203.49/617.17	c cleaning 10009 clauses out of 20036 with flag 1165001/1165001
1229.09/630.13	c cleaning 10004 clauses out of 20027 with flag 1175001/1175001
1256.34/644.09	c cleaning 10001 clauses out of 20022 with flag 1185000/1185000
1284.98/658.57	c cleaning 9997 clauses out of 20021 with flag 1195000/1195000
1312.61/672.58	c cleaning 10004 clauses out of 20026 with flag 1205002/1205002
1342.64/687.78	c cleaning 10004 clauses out of 20020 with flag 1215000/1215000
1372.29/702.85	c cleaning 9999 clauses out of 20017 with flag 1225001/1225001
1399.91/716.86	c cleaning 10000 clauses out of 20018 with flag 1235001/1235001
1428.73/731.44	c cleaning 10000 clauses out of 20018 with flag 1245001/1245001
1456.75/745.60	c cleaning 9997 clauses out of 20018 with flag 1255001/1255001
1484.37/759.73	c cleaning 9981 clauses out of 20021 with flag 1265001/1265001
1510.78/773.14	c cleaning 9994 clauses out of 20040 with flag 1275001/1275001
1536.60/786.20	c cleaning 9999 clauses out of 20047 with flag 1285002/1285002
1561.80/799.08	c cleaning 10017 clauses out of 20047 with flag 1295001/1295001
1587.21/812.10	c cleaning 9986 clauses out of 20030 with flag 1305001/1305001
1609.42/823.38	c cleaning 9979 clauses out of 20043 with flag 1315000/1315000
1631.23/834.43	c cleaning 9988 clauses out of 20065 with flag 1325001/1325001
1652.83/845.44	c cleaning 9995 clauses out of 20077 with flag 1335001/1335001
1674.23/856.43	c cleaning 10002 clauses out of 20081 with flag 1345000/1345000
1695.63/867.37	c cleaning 9996 clauses out of 20080 with flag 1355001/1355001
1717.44/878.47	c cleaning 9999 clauses out of 20083 with flag 1365000/1365000
1738.07/888.99	c cleaning 9998 clauses out of 20084 with flag 1375000/1375000
1759.43/899.90	c cleaning 9999 clauses out of 20086 with flag 1385000/1385000
1780.39/910.55	c cleaning 10003 clauses out of 20087 with flag 1395000/1395000
1800.22/920.62	c starts		: 199
1800.22/920.62	c conflicts		: 1404044
1800.22/920.62	c decisions		: 1689143
1800.22/920.62	c propagations		: 40658090
1800.22/920.62	c inspects		: 692553475
1800.22/920.62	c shortcuts		: 0
1800.22/920.62	c learnt literals	: 81
1800.22/920.62	c learnt binary clauses	: 181
1800.22/920.62	c learnt ternary clauses	: 285
1800.22/920.62	c learnt constraints	: 1403963
1800.22/920.62	c ignored constraints	: 0
1800.22/920.62	c root simplifications	: 0
1800.22/920.62	c removed literals (reason simplification)	: 25124451
1800.22/920.62	c reason swapping (by a shorter reason)	: 0
1800.22/920.62	c Calls to reduceDB	: 141
1800.22/920.62	c number of reductions to clauses (during analyze)	: 0
1800.22/920.62	c number of learned constraints concerned by reduction	: 0
1800.22/920.62	c number of learning phase by resolution	: 0
1800.22/920.62	c number of learning phase by cutting planes	: 0
1800.22/920.62	c speed (assignments/second)	: 44217.2564023369
1800.22/920.62	c non guided choices	150583
1800.22/920.64	c learnt constraints type 
1800.22/920.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 181
1800.22/920.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18955
1800.22/920.64	c constraints type 
1800.22/920.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1148
1800.22/920.64	c constraints type 
1800.22/920.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1148
1800.22/920.64	s UNKNOWN
1800.22/920.64	c Total wall clock time (in seconds): 920.532

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

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

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


[startup+0 s]
/proc/loadavg: 3.81 3.96 3.79 3/545 29200
/proc/meminfo: memFree=20158884/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 7583 0 1 0 0 0 0 0 25 0 2 0 830690509 10694979584 7285 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2611079 7298 917 9 0 2602235 0
[pid=29200/tid=29201] ppid=29198 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) R 29198 29200 25956 0 -1 4202560 7959 0 1 0 0 0 0 0 25 0 2 0 830690509 10694979584 8776 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.105301 s]
/proc/loadavg: 3.81 3.96 3.79 3/545 29200
/proc/meminfo: memFree=20158884/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10539708 CPUtime=0.11 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 13071 0 1 0 10 1 0 0 25 0 18 0 830690509 10792660992 12768 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2634927 12769 2104 9 0 2625661 0
[pid=29200/tid=29201] ppid=29198 vsize=10539708 CPUtime=0.09 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) R 29198 29200 25956 0 -1 4202560 11249 0 1 0 8 1 0 0 25 0 18 0 830690509 10792660992 12769 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539708

[startup+0.201197 s]
/proc/loadavg: 3.81 3.96 3.79 3/545 29200
/proc/meminfo: memFree=20158884/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10540944 CPUtime=0.3 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 14964 0 1 0 29 1 0 0 25 0 18 0 830690509 10793926656 14417 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2635236 14417 2189 9 0 2625970 0
[pid=29200/tid=29201] ppid=29198 vsize=10540944 CPUtime=0.18 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) R 29198 29200 25956 0 -1 4202560 12484 0 1 0 17 1 0 0 25 0 18 0 830690509 10793926656 14417 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505536568 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10540944

[startup+0.301181 s]
/proc/loadavg: 3.81 3.96 3.79 3/545 29200
/proc/meminfo: memFree=20158884/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10542392 CPUtime=0.55 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 17802 0 1 0 53 2 0 0 25 0 18 0 830690509 10795409408 17029 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2635598 17029 2204 9 0 2626332 0
[pid=29200/tid=29201] ppid=29198 vsize=10542392 CPUtime=0.28 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) R 29198 29200 25956 0 -1 4202560 14699 0 1 0 27 1 0 0 25 0 18 0 830690509 10795409408 17029 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505357434 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10542392

[startup+0.701109 s]
/proc/loadavg: 3.81 3.96 3.79 3/545 29200
/proc/meminfo: memFree=20158884/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10542392 CPUtime=1.02 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 51393 0 1 0 96 6 0 0 25 0 18 0 830690509 10795409408 50559 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2635598 50559 2204 9 0 2626332 0
[pid=29200/tid=29201] ppid=29198 vsize=10542392 CPUtime=0.68 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) R 29198 29200 25956 0 -1 4202560 48227 0 1 0 63 5 0 0 25 0 18 0 830690509 10795409408 50559 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505583079 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10542392

[startup+1.50096 s]
/proc/loadavg: 3.82 3.96 3.79 4/563 29218
/proc/meminfo: memFree=19828956/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10547736 CPUtime=2.74 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 99060 0 1 0 262 12 0 0 25 0 22 0 830690509 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2636934 94788 2223 9 0 2627668 0
[pid=29200/tid=29201] ppid=29198 vsize=10547736 CPUtime=1.1 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) S 29198 29200 25956 0 -1 4202560 83031 0 1 0 100 10 0 0 25 0 22 0 830690509 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29203] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29203/stat : 29203 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29204] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29204/stat : 29204 (java) S 29198 29200 25956 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830690511 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29205] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29205/stat : 29205 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29206] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29206/stat : 29206 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29207] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29207/stat : 29207 (java) S 29198 29200 25956 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830690511 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29208] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29208/stat : 29208 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29209] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29209/stat : 29209 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29210] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29210/stat : 29210 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29211] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29211/stat : 29211 (java) S 29198 29200 25956 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830690512 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 0 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29212] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29212/stat : 29212 (java) S 29198 29200 25956 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830690512 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29213] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29213/stat : 29213 (java) S 29198 29200 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830690512 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29214] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29214/stat : 29214 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690515 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917554609 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29215] ppid=29198 vsize=10547736 CPUtime=0.45 cores=1,3,5,7
/proc/29200/task/29215/stat : 29215 (java) S 29198 29200 25956 0 -1 4202560 3605 0 0 0 45 0 0 0 17 0 22 0 830690515 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 1 0 0 0
[pid=29200/tid=29216] ppid=29198 vsize=10547736 CPUtime=0.41 cores=1,3,5,7
/proc/29200/task/29216/stat : 29216 (java) S 29198 29200 25956 0 -1 4202560 2818 0 0 0 41 0 0 0 15 0 22 0 830690515 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29217] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29217/stat : 29217 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690515 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29218] ppid=29198 vsize=10547736 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29218/stat : 29218 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830690515 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29219] ppid=29198 vsize=10547736 CPUtime=0.37 cores=1,3,5,7
/proc/29200/task/29219/stat : 29219 (java) R 29198 29200 25956 0 -1 4202560 929 0 0 0 37 0 0 0 19 0 22 0 830690621 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505907801 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29200/tid=29220] ppid=29198 vsize=10547736 CPUtime=0.37 cores=1,3,5,7
/proc/29200/task/29220/stat : 29220 (java) R 29198 29200 25956 0 -1 4202560 7511 0 0 0 36 1 0 0 19 0 22 0 830690621 10800881664 94788 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505903828 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 10547736

[startup+3.10067 s]
/proc/loadavg: 3.82 3.96 3.79 6/567 29222
/proc/meminfo: memFree=19534548/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10548112 CPUtime=6.32 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 259637 0 1 0 603 29 0 0 25 0 22 0 830690509 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2637028 253395 2230 9 0 2627762 0
[pid=29200/tid=29201] ppid=29198 vsize=10548112 CPUtime=1.1 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) S 29198 29200 25956 0 -1 4202560 83031 0 1 0 100 10 0 0 15 0 22 0 830690509 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29203] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29203/stat : 29203 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29204] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29204/stat : 29204 (java) S 29198 29200 25956 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830690511 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29205] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29205/stat : 29205 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29206] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29206/stat : 29206 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29207] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29207/stat : 29207 (java) S 29198 29200 25956 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830690511 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29208] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29208/stat : 29208 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29209] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29209/stat : 29209 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29210] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29210/stat : 29210 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690511 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29211] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29211/stat : 29211 (java) S 29198 29200 25956 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830690512 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 0 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29212] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29212/stat : 29212 (java) S 29198 29200 25956 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830690512 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29213] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29213/stat : 29213 (java) S 29198 29200 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830690512 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29214] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29214/stat : 29214 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690515 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917554609 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29215] ppid=29198 vsize=10548112 CPUtime=0.56 cores=1,3,5,7
/proc/29200/task/29215/stat : 29215 (java) S 29198 29200 25956 0 -1 4202560 4833 0 0 0 56 0 0 0 15 0 22 0 830690515 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 1 0 0 0
[pid=29200/tid=29216] ppid=29198 vsize=10548112 CPUtime=0.69 cores=1,3,5,7
/proc/29200/task/29216/stat : 29216 (java) S 29198 29200 25956 0 -1 4202560 4253 0 0 0 69 0 0 0 15 0 22 0 830690515 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29217] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29217/stat : 29217 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690515 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29218] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29218/stat : 29218 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830690515 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29219] ppid=29198 vsize=10548112 CPUtime=1.97 cores=1,3,5,7
/proc/29200/task/29219/stat : 29219 (java) R 29198 29200 25956 0 -1 4202560 1084 0 0 0 197 0 0 0 22 0 22 0 830690621 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505743944 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29200/tid=29220] ppid=29198 vsize=10548112 CPUtime=1.95 cores=1,3,5,7
/proc/29200/task/29220/stat : 29220 (java) R 29198 29200 25956 0 -1 4202560 165268 0 0 0 178 17 0 0 22 0 22 0 830690621 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505955773 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29200/tid=29221] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29221/stat : 29221 (java) S 29198 29200 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830690637 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29222] ppid=29198 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29222/stat : 29222 (java) S 29198 29200 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830690648 10801266688 253395 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 10548112

[startup+6.30114 s]
/proc/loadavg: 3.82 3.96 3.79 4/567 29222
/proc/meminfo: memFree=18212924/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10548256 CPUtime=12.68 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 538837 0 1 0 1211 57 0 0 25 0 22 0 830690509 10801414144 532572 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2637064 532584 2253 9 0 2627798 0
[pid=29200/tid=29201] ppid=29198 vsize=10548256 CPUtime=1.1 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) S 29198 29200 25956 0 -1 4202560 83031 0 1 0 100 10 0 0 15 0 22 0 830690509 10801414144 532591 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29203] ppid=29198 vsize=10548256 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29203/stat : 29203 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830690511 10801414144 532598 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29204] ppid=29198 vsize=10548256 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29204/stat : 29204 (java) S 29198 29200 25956 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830690511 10801414144 532605 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29205] ppid=29198 vsize=10548256 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29205/stat : 29205 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830690511 10801414144 532612 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29206] ppid=29198 vsize=10548256 CPUtime=0.05 cores=1,3,5,7
/proc/29200/task/29206/stat : 29206 (java) S 29198 29200 25956 0 -1 4202560 4227 0 0 0 5 0 0 0 18 0 22 0 830690511 10801414144 532619 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29207] ppid=29198 vsize=10548256 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29207/stat : 29207 (java) S 29198 29200 25956 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830690511 10801414144 532626 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29208] ppid=29198 vsize=10548256 CPUtime=0.05 cores=1,3,5,7
/proc/29200/task/29208/stat : 29208 (java) S 29198 29200 25956 0 -1 4202560 5146 0 0 0 5 0 0 0 18 0 22 0 830690511 10801414144 532634 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29209] ppid=29198 vsize=10548256 CPUtime=0.02 cores=1,3,5,7
/proc/29200/task/29209/stat : 29209 (java) S 29198 29200 25956 0 -1 4202560 1690 0 0 0 2 0 0 0 18 0 22 0 830690511 10801414144 532641 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 1 0 0 0
[pid=29200/tid=29210] ppid=29198 vsize=10548256 CPUtime=0.05 cores=1,3,5,7
/proc/29200/task/29210/stat : 29210 (java) S 29198 29200 25956 0 -1 4202560 5995 0 0 0 5 0 0 0 18 0 22 0 830690511 10801414144 532650 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29211] ppid=29198 vsize=10548256 CPUtime=0.17 cores=1,3,5,7
/proc/29200/task/29211/stat : 29211 (java) R 29198 29200 25956 0 -1 4202560 14909 0 0 0 17 0 0 0 16 0 22 0 830690512 10801414144 532657 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218905428594 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=29200/tid=29212] ppid=29198 vsize=10548256 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29212/stat : 29212 (java) S 29198 29200 25956 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830690512 10801414144 532664 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=20085312/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10548508 CPUtime=1607.42 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 965892 0 1 0 160637 105 0 0 25 0 22 0 830690509 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2637127 946217 2257 9 0 2627861 0
[pid=29200/tid=29201] ppid=29198 vsize=10548508 CPUtime=1.1 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) S 29198 29200 25956 0 -1 4202560 83034 0 1 0 100 10 0 0 15 0 22 0 830690509 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29203] ppid=29198 vsize=10548508 CPUtime=0.29 cores=1,3,5,7
/proc/29200/task/29203/stat : 29203 (java) S 29198 29200 25956 0 -1 4202560 3166 0 0 0 29 0 0 0 15 0 22 0 830690511 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29204] ppid=29198 vsize=10548508 CPUtime=0.29 cores=1,3,5,7
/proc/29200/task/29204/stat : 29204 (java) S 29198 29200 25956 0 -1 4202560 4282 0 0 0 29 0 0 0 16 0 22 0 830690511 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29205] ppid=29198 vsize=10548508 CPUtime=0.33 cores=1,3,5,7
/proc/29200/task/29205/stat : 29205 (java) S 29198 29200 25956 0 -1 4202560 5886 0 0 0 33 0 0 0 16 0 22 0 830690511 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 1 0 0 0
[pid=29200/tid=29206] ppid=29198 vsize=10548508 CPUtime=0.36 cores=1,3,5,7
/proc/29200/task/29206/stat : 29206 (java) S 29198 29200 25956 0 -1 4202560 11072 0 0 0 35 1 0 0 15 0 22 0 830690511 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29207] ppid=29198 vsize=10548508 CPUtime=0.26 cores=1,3,5,7
/proc/29200/task/29207/stat : 29207 (java) S 29198 29200 25956 0 -1 4202560 2807 0 0 0 26 0 0 0 16 0 22 0 830690511 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29208] ppid=29198 vsize=10548508 CPUtime=0.34 cores=1,3,5,7
/proc/29200/task/29208/stat : 29208 (java) S 29198 29200 25956 0 -1 4202560 6841 0 0 0 34 0 0 0 15 0 22 0 830690511 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29209] ppid=29198 vsize=10548508 CPUtime=0.32 cores=1,3,5,7
/proc/29200/task/29209/stat : 29209 (java) S 29198 29200 25956 0 -1 4202560 5174 0 0 0 31 1 0 0 15 0 22 0 830690511 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 1 0 0 0
[pid=29200/tid=29210] ppid=29198 vsize=10548508 CPUtime=0.33 cores=1,3,5,7
/proc/29200/task/29210/stat : 29210 (java) S 29198 29200 25956 0 -1 4202560 11454 0 0 0 32 1 0 0 16 0 22 0 830690511 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29211] ppid=29198 vsize=10548508 CPUtime=39.05 cores=1,3,5,7
/proc/29200/task/29211/stat : 29211 (java) S 29198 29200 25956 0 -1 4202560 73595 0 0 0 3896 9 0 0 15 0 22 0 830690512 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 0 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29212] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29212/stat : 29212 (java) S 29198 29200 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830690512 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29213] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29213/stat : 29213 (java) S 29198 29200 25956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830690512 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29214] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29214/stat : 29214 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690515 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917554609 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29215] ppid=29198 vsize=10548508 CPUtime=1.33 cores=1,3,5,7
/proc/29200/task/29215/stat : 29215 (java) S 29198 29200 25956 0 -1 4202560 12868 0 0 0 132 1 0 0 15 0 22 0 830690515 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 1 0 0 0
[pid=29200/tid=29216] ppid=29198 vsize=10548508 CPUtime=0.91 cores=1,3,5,7
/proc/29200/task/29216/stat : 29216 (java) S 29198 29200 25956 0 -1 4202560 4293 0 0 0 91 0 0 0 16 0 22 0 830690515 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29217] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29217/stat : 29217 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690515 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29218] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29218/stat : 29218 (java) S 29198 29200 25956 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830690515 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29219] ppid=29198 vsize=10548508 CPUtime=781.21 cores=1,3,5,7
/proc/29200/task/29219/stat : 29219 (java) R 29198 29200 25956 0 -1 4202560 2093 0 0 0 78121 0 0 0 25 0 22 0 830690621 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505658901 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29200/tid=29220] ppid=29198 vsize=10548508 CPUtime=781.14 cores=1,3,5,7
/proc/29200/task/29220/stat : 29220 (java) R 29198 29200 25956 0 -1 4202560 738122 0 0 0 78040 74 0 0 25 0 22 0 830690621 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505772672 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29200/tid=29221] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29221/stat : 29221 (java) S 29198 29200 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830690637 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29222] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29222/stat : 29222 (java) S 29198 29200 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830690648 10801672192 946217 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1607.42
Current children cumulated vsize (KiB) 10548508

[startup+882.321 s]
/proc/loadavg: 2.33 3.36 3.64 3/540 29266
/proc/meminfo: memFree=20079828/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10548508 CPUtime=1724.87 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 967320 0 1 0 172382 105 0 0 25 0 22 0 830690509 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2637127 947631 2257 9 0 2627861 0
[pid=29200/tid=29201] ppid=29198 vsize=10548508 CPUtime=1.1 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) S 29198 29200 25956 0 -1 4202560 83034 0 1 0 100 10 0 0 15 0 22 0 830690509 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29203] ppid=29198 vsize=10548508 CPUtime=0.3 cores=1,3,5,7
/proc/29200/task/29203/stat : 29203 (java) S 29198 29200 25956 0 -1 4202560 3167 0 0 0 30 0 0 0 15 0 22 0 830690511 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29204] ppid=29198 vsize=10548508 CPUtime=0.3 cores=1,3,5,7
/proc/29200/task/29204/stat : 29204 (java) S 29198 29200 25956 0 -1 4202560 4283 0 0 0 30 0 0 0 16 0 22 0 830690511 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29205] ppid=29198 vsize=10548508 CPUtime=0.35 cores=1,3,5,7
/proc/29200/task/29205/stat : 29205 (java) S 29198 29200 25956 0 -1 4202560 5890 0 0 0 35 0 0 0 15 0 22 0 830690511 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29206] ppid=29198 vsize=10548508 CPUtime=0.36 cores=1,3,5,7
/proc/29200/task/29206/stat : 29206 (java) S 29198 29200 25956 0 -1 4202560 11072 0 0 0 35 1 0 0 15 0 22 0 830690511 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29207] ppid=29198 vsize=10548508 CPUtime=0.27 cores=1,3,5,7
/proc/29200/task/29207/stat : 29207 (java) S 29198 29200 25956 0 -1 4202560 2810 0 0 0 27 0 0 0 15 0 22 0 830690511 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29208] ppid=29198 vsize=10548508 CPUtime=0.36 cores=1,3,5,7
/proc/29200/task/29208/stat : 29208 (java) S 29198 29200 25956 0 -1 4202560 6841 0 0 0 36 0 0 0 15 0 22 0 830690511 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29209] ppid=29198 vsize=10548508 CPUtime=0.35 cores=1,3,5,7
/proc/29200/task/29209/stat : 29209 (java) S 29198 29200 25956 0 -1 4202560 5183 0 0 0 34 1 0 0 15 0 22 0 830690511 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 1 0 0 0
[pid=29200/tid=29210] ppid=29198 vsize=10548508 CPUtime=0.34 cores=1,3,5,7
/proc/29200/task/29210/stat : 29210 (java) S 29198 29200 25956 0 -1 4202560 11457 0 0 0 33 1 0 0 15 0 22 0 830690511 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29211] ppid=29198 vsize=10548508 CPUtime=41.69 cores=1,3,5,7
/proc/29200/task/29211/stat : 29211 (java) S 29198 29200 25956 0 -1 4202560 74992 0 0 0 4160 9 0 0 15 0 22 0 830690512 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 0 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29212] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29212/stat : 29212 (java) S 29198 29200 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830690512 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29213] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29213/stat : 29213 (java) S 29198 29200 25956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830690512 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29214] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29214/stat : 29214 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690515 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917554609 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29215] ppid=29198 vsize=10548508 CPUtime=1.33 cores=1,3,5,7
/proc/29200/task/29215/stat : 29215 (java) S 29198 29200 25956 0 -1 4202560 12868 0 0 0 132 1 0 0 15 0 22 0 830690515 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 1 0 0 0
[pid=29200/tid=29216] ppid=29198 vsize=10548508 CPUtime=0.91 cores=1,3,5,7
/proc/29200/task/29216/stat : 29216 (java) S 29198 29200 25956 0 -1 4202560 4293 0 0 0 91 0 0 0 16 0 22 0 830690515 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29217] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29217/stat : 29217 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690515 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29218] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29218/stat : 29218 (java) S 29198 29200 25956 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830690515 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29219] ppid=29198 vsize=10548508 CPUtime=838.56 cores=1,3,5,7
/proc/29200/task/29219/stat : 29219 (java) R 29198 29200 25956 0 -1 4202560 2099 0 0 0 83856 0 0 0 25 0 22 0 830690621 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505745657 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29200/tid=29220] ppid=29198 vsize=10548508 CPUtime=838.49 cores=1,3,5,7
/proc/29200/task/29220/stat : 29220 (java) R 29198 29200 25956 0 -1 4202560 738122 0 0 0 83775 74 0 0 25 0 22 0 830690621 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505900019 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29200/tid=29221] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29221/stat : 29221 (java) S 29198 29200 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830690637 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29222] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29222/stat : 29222 (java) S 29198 29200 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830690648 10801672192 947631 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1724.87
Current children cumulated vsize (KiB) 10548508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.601 s]
/proc/loadavg: 2.16 3.19 3.57 3/540 29267
/proc/meminfo: memFree=20078552/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=10548508 CPUtime=1800.22 cores=1,3,5,7
/proc/29200/stat : 29200 (java) S 29198 29200 25956 0 -1 4202496 967662 0 1 0 179917 105 0 0 25 0 22 0 830690509 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 2637127 947966 2257 9 0 2627861 0
[pid=29200/tid=29201] ppid=29198 vsize=10548508 CPUtime=1.1 cores=1,3,5,7
/proc/29200/task/29201/stat : 29201 (java) S 29198 29200 25956 0 -1 4202560 83034 0 1 0 100 10 0 0 15 0 22 0 830690509 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29203] ppid=29198 vsize=10548508 CPUtime=0.3 cores=1,3,5,7
/proc/29200/task/29203/stat : 29203 (java) S 29198 29200 25956 0 -1 4202560 3167 0 0 0 30 0 0 0 15 0 22 0 830690511 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29204] ppid=29198 vsize=10548508 CPUtime=0.31 cores=1,3,5,7
/proc/29200/task/29204/stat : 29204 (java) S 29198 29200 25956 0 -1 4202560 4283 0 0 0 31 0 0 0 16 0 22 0 830690511 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29205] ppid=29198 vsize=10548508 CPUtime=0.36 cores=1,3,5,7
/proc/29200/task/29205/stat : 29205 (java) S 29198 29200 25956 0 -1 4202560 5890 0 0 0 36 0 0 0 16 0 22 0 830690511 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29206] ppid=29198 vsize=10548508 CPUtime=0.38 cores=1,3,5,7
/proc/29200/task/29206/stat : 29206 (java) S 29198 29200 25956 0 -1 4202560 11072 0 0 0 37 1 0 0 15 0 22 0 830690511 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29207] ppid=29198 vsize=10548508 CPUtime=0.28 cores=1,3,5,7
/proc/29200/task/29207/stat : 29207 (java) S 29198 29200 25956 0 -1 4202560 2810 0 0 0 28 0 0 0 15 0 22 0 830690511 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29208] ppid=29198 vsize=10548508 CPUtime=0.36 cores=1,3,5,7
/proc/29200/task/29208/stat : 29208 (java) S 29198 29200 25956 0 -1 4202560 6845 0 0 0 36 0 0 0 15 0 22 0 830690511 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29209] ppid=29198 vsize=10548508 CPUtime=0.36 cores=1,3,5,7
/proc/29200/task/29209/stat : 29209 (java) S 29198 29200 25956 0 -1 4202560 5183 0 0 0 35 1 0 0 16 0 22 0 830690511 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 1 0 0 0
[pid=29200/tid=29210] ppid=29198 vsize=10548508 CPUtime=0.35 cores=1,3,5,7
/proc/29200/task/29210/stat : 29210 (java) S 29198 29200 25956 0 -1 4202560 11457 0 0 0 34 1 0 0 16 0 22 0 830690511 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29211] ppid=29198 vsize=10548508 CPUtime=42.96 cores=1,3,5,7
/proc/29200/task/29211/stat : 29211 (java) S 29198 29200 25956 0 -1 4202560 75325 0 0 0 4287 9 0 0 15 0 22 0 830690512 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 0 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29212] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29212/stat : 29212 (java) S 29198 29200 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830690512 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29213] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29213/stat : 29213 (java) S 29198 29200 25956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830690512 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29214] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29214/stat : 29214 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690515 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917554609 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29215] ppid=29198 vsize=10548508 CPUtime=1.33 cores=1,3,5,7
/proc/29200/task/29215/stat : 29215 (java) S 29198 29200 25956 0 -1 4202560 12868 0 0 0 132 1 0 0 15 0 22 0 830690515 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 1 0 0 0
[pid=29200/tid=29216] ppid=29198 vsize=10548508 CPUtime=0.91 cores=1,3,5,7
/proc/29200/task/29216/stat : 29216 (java) S 29198 29200 25956 0 -1 4202560 4293 0 0 0 91 0 0 0 16 0 22 0 830690515 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
[pid=29200/tid=29217] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29217/stat : 29217 (java) S 29198 29200 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830690515 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917546905 0 4 0 16800975 18446604456894425152 0 0 -1 7 0 0 0
[pid=29200/tid=29218] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29218/stat : 29218 (java) S 29198 29200 25956 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830690515 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29219] ppid=29198 vsize=10548508 CPUtime=875.58 cores=1,3,5,7
/proc/29200/task/29219/stat : 29219 (java) R 29198 29200 25956 0 -1 4202560 2102 0 0 0 87558 0 0 0 25 0 22 0 830690621 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505745600 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29200/tid=29220] ppid=29198 vsize=10548508 CPUtime=875.5 cores=1,3,5,7
/proc/29200/task/29220/stat : 29220 (java) R 29198 29200 25956 0 -1 4202560 738122 0 0 0 87476 74 0 0 25 0 22 0 830690621 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 46912505772314 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29200/tid=29221] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29221/stat : 29221 (java) S 29198 29200 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830690637 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 3 0 0 0
[pid=29200/tid=29222] ppid=29198 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/29200/task/29222/stat : 29222 (java) S 29198 29200 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830690648 10801672192 947966 33554432000 1073741824 1073778376 140734914066992 18446744073709551615 218917547520 0 4 0 16800975 18446604456894425152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 10548508

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

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

[startup+920.727 s]
/proc/loadavg: 2.16 3.19 3.57 2/521 29270
/proc/meminfo: memFree=21955736/32951124 swapFree=56930356/67111528
[pid=29200] ppid=29198 vsize=0 CPUtime=1800.42 cores=1,3,5,7
/proc/29200/stat : 29200 (java) Z 29198 29200 25956 0 -1 4203548 967703 0 1 0 179928 114 0 0 17 0 2 0 830690509 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29200/statm: 0 0 0 0 0 0 0
[pid=29200/tid=29221] ppid=29198 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/29200/task/29221/stat : 29221 (java) R 29198 29200 25956 0 -1 4203588 7 0 0 0 0 8 0 0 18 0 2 0 830690637 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 920.796
CPU time (s): 1800.48
CPU user time (s): 1799.28
CPU system time (s): 1.19782
CPU usage (%): 195.535
Max. virtual memory (cumulated for all children) (KiB): 10549828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 1.19782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 967703
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= 26501
involuntary context switches= 26430

runsolver used 4.78927 second user time and 11.9942 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-04 14:35:28
IDJOB=3454222
IDBENCH=2406
IDSOLVER=1950
FILE ID=node137/3454222-1307190928
RUNJOBID= node137-1307187972-28517
PBS_JOBID= 13508854
Free space on /tmp= 73712 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-maros.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454222-1307190928/watcher-3454222-1307190928 -o /tmp/evaluation-result-3454222-1307190928/solver-3454222-1307190928 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454222-1307190928.opb

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

MD5SUM BENCH= a4588bb38746a3d57566a2a5df85a941
RANDOM SEED=1153652682

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20159164 kB
Buffers:        286500 kB
Cached:         536816 kB
SwapCached:      12312 kB
Active:       12050016 kB
Inactive:       472992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20159164 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:            5128 kB
Writeback:           0 kB
AnonPages:    11697120 kB
Mapped:          29708 kB
Slab:           117960 kB
PageTables:      81900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172904520 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= 73728 MiB
End job on node137 at 2011-06-04 14:50:51