Trace number 3454246

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.29 934.468

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc04.opb
MD5SUMbb1646c210ed722ee76932cafe9701aa
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 variables146276
Total number of constraints1699
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints1689
Minimum length of a constraint3
Maximum length of a constraint5071
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 43188899594881920000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 133861748414790079675
Number of bits of the biggest sum of numbers67
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.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454246-1307191360.opb
0.10/0.11	c reading problem ... 
2.53/1.78	c ... done. Wall clock time 1.674s.
2.53/1.78	c #vars     146276
2.53/1.78	c #constraints  6675
2.53/1.78	c constraints type 
2.53/1.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
2.53/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1998
2.53/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.53/1.78	c constraints type 
2.53/1.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
2.53/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2000
12.29/6.26	c cleaning 2499 clauses out of 5001 with flag 5001/5001
23.63/11.97	c cleaning 4252 clauses out of 8505 with flag 11004/11004
37.20/18.85	c cleaning 5622 clauses out of 11249 with flag 18000/18000
52.45/26.59	c cleaning 6812 clauses out of 13628 with flag 26001/26001
70.34/35.67	c cleaning 7909 clauses out of 15817 with flag 35002/35002
90.29/45.78	c cleaning 8953 clauses out of 17906 with flag 45000/45000
112.03/56.70	c cleaning 9476 clauses out of 18955 with flag 55002/55002
134.54/68.12	c cleaning 9739 clauses out of 19477 with flag 65000/65000
157.52/79.81	c cleaning 9870 clauses out of 19740 with flag 75002/75002
180.01/91.30	c cleaning 9929 clauses out of 19868 with flag 85000/85000
201.94/102.38	c cleaning 9969 clauses out of 19939 with flag 95000/95000
224.35/113.74	c cleaning 9984 clauses out of 19971 with flag 105001/105001
246.45/125.00	c cleaning 9994 clauses out of 19987 with flag 115001/115001
269.70/136.80	c cleaning 9994 clauses out of 19992 with flag 125000/125000
291.53/148.00	c cleaning 9995 clauses out of 19999 with flag 135001/135001
313.14/158.96	c cleaning 10000 clauses out of 20004 with flag 145001/145001
334.19/169.74	c cleaning 10002 clauses out of 20003 with flag 155000/155000
353.98/179.87	c cleaning 9999 clauses out of 20002 with flag 165001/165001
375.37/190.75	c cleaning 9998 clauses out of 20004 with flag 175002/175002
398.38/202.42	c cleaning 10000 clauses out of 20005 with flag 185001/185001
417.57/212.37	c cleaning 10002 clauses out of 20006 with flag 195002/195002
437.69/222.62	c cleaning 10000 clauses out of 20003 with flag 205001/205001
457.85/232.94	c cleaning 9999 clauses out of 20003 with flag 215001/215001
477.60/243.10	c cleaning 9987 clauses out of 20003 with flag 225000/225000
492.57/250.87	c cleaning 10005 clauses out of 20016 with flag 235000/235000
507.87/258.74	c cleaning 9998 clauses out of 20012 with flag 245001/245001
522.82/266.46	c cleaning 10000 clauses out of 20013 with flag 255000/255000
538.36/274.45	c cleaning 9997 clauses out of 20014 with flag 265001/265001
553.68/282.48	c cleaning 9998 clauses out of 20016 with flag 275000/275000
568.81/290.28	c cleaning 10008 clauses out of 20019 with flag 285001/285001
583.74/298.00	c cleaning 9994 clauses out of 20011 with flag 295001/295001
598.65/305.70	c cleaning 9998 clauses out of 20016 with flag 305000/305000
613.95/313.62	c cleaning 10005 clauses out of 20018 with flag 315000/315000
628.70/321.29	c cleaning 10004 clauses out of 20013 with flag 325000/325000
643.75/329.05	c cleaning 9994 clauses out of 20009 with flag 335000/335000
659.04/336.99	c cleaning 10001 clauses out of 20015 with flag 345000/345000
674.12/344.86	c cleaning 10001 clauses out of 20014 with flag 355000/355000
689.20/352.65	c cleaning 9996 clauses out of 20013 with flag 365000/365000
704.46/360.54	c cleaning 10003 clauses out of 20017 with flag 375000/375000
719.97/368.53	c cleaning 9997 clauses out of 20014 with flag 385000/385000
735.46/376.61	c cleaning 10005 clauses out of 20018 with flag 395001/395001
750.51/384.49	c cleaning 9999 clauses out of 20012 with flag 405000/405000
765.96/392.43	c cleaning 9995 clauses out of 20013 with flag 415000/415000
781.20/400.32	c cleaning 9998 clauses out of 20018 with flag 425000/425000
795.96/408.04	c cleaning 10008 clauses out of 20020 with flag 435000/435000
810.79/415.81	c cleaning 9993 clauses out of 20012 with flag 445000/445000
826.00/423.65	c cleaning 10006 clauses out of 20020 with flag 455001/455001
840.83/431.37	c cleaning 9989 clauses out of 20013 with flag 465000/465000
856.16/439.31	c cleaning 10002 clauses out of 20024 with flag 475000/475000
872.00/447.59	c cleaning 10004 clauses out of 20022 with flag 485000/485000
888.42/456.02	c cleaning 10006 clauses out of 20019 with flag 495001/495001
904.41/464.34	c cleaning 9999 clauses out of 20012 with flag 505000/505000
920.31/472.67	c cleaning 10007 clauses out of 20013 with flag 515000/515000
936.49/481.04	c cleaning 9997 clauses out of 20006 with flag 525000/525000
953.06/489.67	c cleaning 9999 clauses out of 20010 with flag 535001/535001
969.22/498.02	c cleaning 10000 clauses out of 20011 with flag 545001/545001
985.52/506.51	c cleaning 9995 clauses out of 20010 with flag 555000/555000
987.46/507.89	c cleaning 0 clauses out of 5000 with flag 0/5000
1002.97/515.80	c cleaning 9996 clauses out of 20015 with flag 565000/565000
1019.60/524.16	c cleaning 9995 clauses out of 20019 with flag 575000/575000
1035.64/532.60	c cleaning 10004 clauses out of 20025 with flag 585001/585001
1052.00/541.00	c cleaning 10005 clauses out of 20020 with flag 595000/595000
1068.33/549.58	c cleaning 9995 clauses out of 20015 with flag 605000/605000
1084.46/557.95	c cleaning 9999 clauses out of 20021 with flag 615001/615001
1100.50/566.32	c cleaning 9999 clauses out of 20021 with flag 625000/625000
1116.42/574.65	c cleaning 10005 clauses out of 20022 with flag 635000/635000
1132.73/583.12	c cleaning 9996 clauses out of 20017 with flag 645000/645000
1148.64/591.47	c cleaning 9999 clauses out of 20021 with flag 655000/655000
1164.83/599.99	c cleaning 10000 clauses out of 20022 with flag 665000/665000
1181.13/608.42	c cleaning 10002 clauses out of 20022 with flag 675000/675000
1197.22/616.85	c cleaning 10000 clauses out of 20020 with flag 685000/685000
1213.32/625.26	c cleaning 10003 clauses out of 20020 with flag 695000/695000
1229.50/633.71	c cleaning 10005 clauses out of 20017 with flag 705000/705000
1245.59/642.11	c cleaning 9988 clauses out of 20012 with flag 715000/715000
1261.67/650.56	c cleaning 10002 clauses out of 20024 with flag 725000/725000
1277.78/658.96	c cleaning 10007 clauses out of 20023 with flag 735001/735001
1294.07/667.51	c cleaning 9995 clauses out of 20015 with flag 745000/745000
1309.94/675.89	c cleaning 10003 clauses out of 20020 with flag 755000/755000
1325.82/684.13	c cleaning 9999 clauses out of 20017 with flag 765000/765000
1341.67/692.42	c cleaning 10000 clauses out of 20019 with flag 775001/775001
1357.02/700.61	c cleaning 10001 clauses out of 20018 with flag 785000/785000
1372.47/708.64	c cleaning 10003 clauses out of 20017 with flag 795000/795000
1387.32/716.44	c cleaning 9995 clauses out of 20014 with flag 805000/805000
1402.56/724.45	c cleaning 10008 clauses out of 20019 with flag 815000/815000
1418.10/732.70	c cleaning 9989 clauses out of 20011 with flag 825000/825000
1433.31/740.68	c cleaning 10004 clauses out of 20023 with flag 835001/835001
1448.92/748.87	c cleaning 9993 clauses out of 20018 with flag 845000/845000
1464.20/756.82	c cleaning 10010 clauses out of 20025 with flag 855000/855000
1479.65/765.01	c cleaning 9990 clauses out of 20015 with flag 865000/865000
1495.07/773.18	c cleaning 10005 clauses out of 20026 with flag 875001/875001
1511.27/781.61	c cleaning 9999 clauses out of 20020 with flag 885000/885000
1527.27/790.08	c cleaning 10002 clauses out of 20022 with flag 895001/895001
1543.13/798.51	c cleaning 10001 clauses out of 20020 with flag 905001/905001
1558.90/806.73	c cleaning 9995 clauses out of 20018 with flag 915000/915000
1574.93/815.14	c cleaning 10002 clauses out of 20023 with flag 925000/925000
1590.67/823.46	c cleaning 9999 clauses out of 20021 with flag 935000/935000
1606.31/831.73	c cleaning 10006 clauses out of 20023 with flag 945001/945001
1621.88/839.94	c cleaning 10000 clauses out of 20017 with flag 955001/955001
1637.64/848.25	c cleaning 9991 clauses out of 20016 with flag 965000/965000
1653.20/856.47	c cleaning 10007 clauses out of 20025 with flag 975000/975000
1669.01/864.81	c cleaning 10003 clauses out of 20018 with flag 985000/985000
1684.57/873.10	c cleaning 9998 clauses out of 20016 with flag 995001/995001
1700.32/881.38	c cleaning 9999 clauses out of 20017 with flag 1005000/1005000
1716.26/889.75	c cleaning 10003 clauses out of 20018 with flag 1015000/1015000
1732.27/898.29	c cleaning 10000 clauses out of 20015 with flag 1025000/1025000
1748.20/906.60	c cleaning 10002 clauses out of 20016 with flag 1035001/1035001
1763.73/914.86	c cleaning 9995 clauses out of 20013 with flag 1045000/1045000
1779.64/923.21	c cleaning 9997 clauses out of 20018 with flag 1055000/1055000
1795.14/931.47	c cleaning 10007 clauses out of 20021 with flag 1065000/1065000
1800.06/934.33	c starts		: 188
1800.06/934.33	c conflicts		: 1067753
1800.06/934.33	c decisions		: 1152238
1800.06/934.33	c propagations		: 8874831
1800.06/934.33	c inspects		: 556406834
1800.06/934.33	c shortcuts		: 0
1800.06/934.33	c learnt literals	: 0
1800.06/934.33	c learnt binary clauses	: 0
1800.06/934.33	c learnt ternary clauses	: 0
1800.06/934.33	c learnt constraints	: 1067752
1800.06/934.33	c ignored constraints	: 0
1800.06/934.33	c root simplifications	: 0
1800.06/934.33	c removed literals (reason simplification)	: 187717180
1800.06/934.33	c reason swapping (by a shorter reason)	: 0
1800.06/934.33	c Calls to reduceDB	: 108
1800.06/934.33	c number of reductions to clauses (during analyze)	: 0
1800.06/934.33	c number of learned constraints concerned by reduction	: 0
1800.06/934.33	c number of learning phase by resolution	: 0
1800.06/934.33	c number of learning phase by cutting planes	: 0
1800.06/934.33	c speed (assignments/second)	: 9516.806195532003
1800.06/934.33	c non guided choices	340
1800.06/934.34	c learnt constraints type 
1800.06/934.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12785
1800.06/934.34	c constraints type 
1800.06/934.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1800.06/934.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1998
1800.06/934.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/934.34	c constraints type 
1800.06/934.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
1800.06/934.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2000
1800.06/934.34	s UNKNOWN
1800.06/934.34	c Total wall clock time (in seconds): 934.232

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-3454246-1307191360/watcher-3454246-1307191360 -o /tmp/evaluation-result-3454246-1307191360/solver-3454246-1307191360 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454246-1307191360.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.06 3.76 3.75 3/571 1499
/proc/meminfo: memFree=20587864/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/1499/stat : 1499 (java) R 1497 1499 29102 0 -1 4202496 946 0 0 0 0 0 0 0 22 0 1 0 830736434 23580672 691 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253635937712 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1499/statm: 5757 692 509 9 0 124 0
[pid=1499/tid=1500] ppid=1497 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) R 1497 1499 29102 0 -1 4202560 8629 0 1 0 0 0 0 0 25 0 2 0 830736435 10694979584 9445 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.053746 s]
/proc/loadavg: 3.06 3.76 3.75 3/571 1499
/proc/meminfo: memFree=20587864/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=10467828 CPUtime=0.04 cores=1,3,5,7
/proc/1499/stat : 1499 (java) S 1497 1499 29102 0 -1 4202496 11501 0 1 0 3 1 0 0 22 0 13 0 830736434 10719055872 11199 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652662245 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 2616957 11201 1685 9 0 2607705 0
[pid=1499/tid=1500] ppid=1497 vsize=10467828 CPUtime=0.03 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) R 1497 1499 29102 0 -1 4202560 10357 0 1 0 3 0 0 0 25 0 13 0 830736435 10719055872 11202 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253640520389 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467828

[startup+0.100728 s]
/proc/loadavg: 3.06 3.76 3.75 3/571 1499
/proc/meminfo: memFree=20587864/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=10540608 CPUtime=0.1 cores=1,3,5,7
/proc/1499/stat : 1499 (java) S 1497 1499 29102 0 -1 4202496 13124 0 1 0 9 1 0 0 22 0 18 0 830736434 10793582592 12822 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 2635152 12822 2092 9 0 2625886 0
[pid=1499/tid=1500] ppid=1497 vsize=10540608 CPUtime=0.09 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) R 1497 1499 29102 0 -1 4202560 11209 0 1 0 8 1 0 0 18 0 18 0 830736435 10793582592 12824 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 47045724334931 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540608

[startup+0.300659 s]
/proc/loadavg: 3.06 3.76 3.75 3/571 1499
/proc/meminfo: memFree=20587864/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=10566996 CPUtime=0.62 cores=1,3,5,7
/proc/1499/stat : 1499 (java) S 1497 1499 29102 0 -1 4202496 27761 0 1 0 59 3 0 0 22 0 18 0 830736434 10820603904 23336 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 2641749 23336 2188 9 0 2632483 0
[pid=1499/tid=1500] ppid=1497 vsize=10566996 CPUtime=0.28 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) R 1497 1499 29102 0 -1 4202560 14701 0 1 0 27 1 0 0 18 0 18 0 830736435 10820603904 23336 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 47045719856019 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 10566996

[startup+0.700631 s]
/proc/loadavg: 3.06 3.76 3.75 3/571 1499
/proc/meminfo: memFree=20587864/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=10570100 CPUtime=1.52 cores=1,3,5,7
/proc/1499/stat : 1499 (java) S 1497 1499 29102 0 -1 4202496 53154 0 1 0 145 7 0 0 22 0 18 0 830736434 10823782400 48556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 2642525 48564 2205 9 0 2633259 0
[pid=1499/tid=1500] ppid=1497 vsize=10570100 CPUtime=0.69 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) R 1497 1499 29102 0 -1 4202560 38360 0 1 0 63 6 0 0 18 0 18 0 830736435 10823782400 48566 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 10570100

[startup+1.50149 s]
/proc/loadavg: 3.06 3.76 3.75 5/589 1517
/proc/meminfo: memFree=19880804/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=10570100 CPUtime=2.33 cores=1,3,5,7
/proc/1499/stat : 1499 (java) S 1497 1499 29102 0 -1 4202496 123638 0 1 0 216 17 0 0 22 0 18 0 830736434 10823782400 119039 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 2642525 119043 2205 9 0 2633259 0
[pid=1499/tid=1500] ppid=1497 vsize=10570100 CPUtime=1.48 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) R 1497 1499 29102 0 -1 4202560 108839 0 1 0 133 15 0 0 19 0 18 0 830736435 10823782400 119045 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 46912505538794 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1499/tid=1502] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1502/stat : 1502 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830736436 10823782400 119047 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1503] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1503/stat : 1503 (java) S 1497 1499 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830736436 10823782400 119049 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1504] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1504/stat : 1504 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830736436 10823782400 119052 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1505] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1505/stat : 1505 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830736436 10823782400 119055 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1506] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1506/stat : 1506 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830736436 10823782400 119057 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1507] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1507/stat : 1507 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830736436 10823782400 119059 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1508] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1508/stat : 1508 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830736436 10823782400 119061 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1509] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1509/stat : 1509 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830736436 10823782400 119064 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1510] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1510/stat : 1510 (java) S 1497 1499 29102 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830736437 10823782400 119066 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 0 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1511] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1511/stat : 1511 (java) S 1497 1499 29102 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830736438 10823782400 119069 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1512] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1512/stat : 1512 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830736438 10823782400 119071 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1513] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1513/stat : 1513 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830736440 10823782400 119074 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652683185 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1514] ppid=1497 vsize=10570100 CPUtime=0.48 cores=1,3,5,7
/proc/1499/task/1514/stat : 1514 (java) S 1497 1499 29102 0 -1 4202560 8202 0 0 0 48 0 0 0 19 0 18 0 830736440 10823782400 119079 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1515] ppid=1497 vsize=10570100 CPUtime=0.34 cores=1,3,5,7
/proc/1499/task/1515/stat : 1515 (java) S 1497 1499 29102 0 -1 4202560 5453 0 0 0 34 0 0 0 25 0 18 0 830736440 10823782400 119079 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1516] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1516/stat : 1516 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830736440 10823782400 119079 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1517] ppid=1497 vsize=10570100 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1517/stat : 1517 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830736440 10823782400 119091 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 10570100

[startup+3.10118 s]
/proc/loadavg: 3.06 3.75 3.74 4/590 1521
/proc/meminfo: memFree=19508424/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=10574212 CPUtime=5.98 cores=1,3,5,7
/proc/1499/stat : 1499 (java) S 1497 1499 29102 0 -1 4202496 248850 0 1 0 567 31 0 0 22 0 22 0 830736434 10827993088 241739 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 2643553 241740 2227 9 0 2634287 0
[pid=1499/tid=1500] ppid=1497 vsize=10574212 CPUtime=1.76 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) S 1497 1499 29102 0 -1 4202560 130321 0 1 0 158 18 0 0 15 0 22 0 830736435 10827993088 241741 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1502] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1502/stat : 1502 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 241741 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1503] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1503/stat : 1503 (java) S 1497 1499 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 241741 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1504] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1504/stat : 1504 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 241741 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1505] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1505/stat : 1505 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 241741 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1506] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1506/stat : 1506 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 241741 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1507] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1507/stat : 1507 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 241741 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1508] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1508/stat : 1508 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 241741 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1509] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1509/stat : 1509 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 241741 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1510] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1510/stat : 1510 (java) S 1497 1499 29102 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830736437 10827993088 241741 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 0 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1511] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1511/stat : 1511 (java) S 1497 1499 29102 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830736438 10827993088 241742 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1512] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1512/stat : 1512 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830736438 10827993088 241742 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1513] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1513/stat : 1513 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736440 10827993088 241742 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652683185 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1514] ppid=1497 vsize=10574212 CPUtime=0.87 cores=1,3,5,7
/proc/1499/task/1514/stat : 1514 (java) S 1497 1499 29102 0 -1 4202560 8271 0 0 0 86 1 0 0 15 0 22 0 830736440 10827993088 241742 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1515] ppid=1497 vsize=10574212 CPUtime=0.7 cores=1,3,5,7
/proc/1499/task/1515/stat : 1515 (java) S 1497 1499 29102 0 -1 4202560 8217 0 0 0 70 0 0 0 15 0 22 0 830736440 10827993088 241742 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1516] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1516/stat : 1516 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736440 10827993088 241742 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1517] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1517/stat : 1517 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830736440 10827993088 241742 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1518] ppid=1497 vsize=10574212 CPUtime=1.3 cores=1,3,5,7
/proc/1499/task/1518/stat : 1518 (java) R 1497 1499 29102 0 -1 4202560 3426 0 0 0 130 0 0 0 25 0 22 0 830736613 10827993088 241742 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 47045724334931 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1499/tid=1519] ppid=1497 vsize=10574212 CPUtime=1.3 cores=1,3,5,7
/proc/1499/task/1519/stat : 1519 (java) R 1497 1499 29102 0 -1 4202560 97452 0 0 0 121 9 0 0 25 0 22 0 830736613 10827993088 241742 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 46912505872812 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1499/tid=1520] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1520/stat : 1520 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830736624 10827993088 241743 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1521] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1521/stat : 1521 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830736632 10827993088 241743 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 10574212

[startup+6.30157 s]
/proc/loadavg: 3.06 3.75 3.74 6/593 1527
/proc/meminfo: memFree=18021168/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=10574212 CPUtime=12.59 cores=1,3,5,7
/proc/1499/stat : 1499 (java) S 1497 1499 29102 0 -1 4202496 539509 0 1 0 1196 63 0 0 22 0 22 0 830736434 10827993088 531972 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 2643553 531979 2243 9 0 2634287 0
[pid=1499/tid=1500] ppid=1497 vsize=10574212 CPUtime=1.76 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) S 1497 1499 29102 0 -1 4202560 130321 0 1 0 158 18 0 0 15 0 22 0 830736435 10827993088 531982 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1502] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1502/stat : 1502 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 531988 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1503] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1503/stat : 1503 (java) S 1497 1499 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 531993 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1504] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1504/stat : 1504 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736436 10827993088 531999 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1505] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1505/stat : 1505 (java) R 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830736436 10827993088 532002 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1499/tid=1506] ppid=1497 vsize=10574212 CPUtime=0.02 cores=1,3,5,7
/proc/1499/task/1506/stat : 1506 (java) R 1497 1499 29102 0 -1 4202560 4214 0 0 0 2 0 0 0 18 0 22 0 830736436 10827993088 532007 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 47045719041737 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1499/tid=1507] ppid=1497 vsize=10574212 CPUtime=0.02 cores=1,3,5,7
/proc/1499/task/1507/stat : 1507 (java) R 1497 1499 29102 0 -1 4202560 2927 0 0 0 2 0 0 0 18 0 22 0 830736436 10827993088 532012 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 47045719041721 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1499/tid=1508] ppid=1497 vsize=10574212 CPUtime=0.02 cores=1,3,5,7
/proc/1499/task/1508/stat : 1508 (java) R 1497 1499 29102 0 -1 4202560 4837 0 0 0 2 0 0 0 18 0 22 0 830736436 10827993088 532017 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 47045719041737 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1499/tid=1509] ppid=1497 vsize=10574212 CPUtime=0.03 cores=1,3,5,7
/proc/1499/task/1509/stat : 1509 (java) R 1497 1499 29102 0 -1 4202560 2701 0 0 0 3 0 0 0 18 0 22 0 830736436 10827993088 532022 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 47045720746159 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1499/tid=1510] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1510/stat : 1510 (java) S 1497 1499 29102 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 830736437 10827993088 532027 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 0 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1511] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1511/stat : 1511 (java) S 1497 1499 29102 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830736438 10827993088 532030 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1512] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1512/stat : 1512 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830736438 10827993088 532036 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1513] ppid=1497 vsize=10574212 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1513/stat : 1513 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736440 10827993088 532040 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652683185 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=13868464/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=10576164 CPUtime=1588.47 cores=1,3,5,7
/proc/1499/stat : 1499 (java) S 1497 1499 29102 0 -1 4202496 856526 0 1 0 158747 100 0 0 22 0 22 0 830736434 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 2644041 847638 2257 9 0 2634775 0
[pid=1499/tid=1500] ppid=1497 vsize=10576164 CPUtime=1.77 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) S 1497 1499 29102 0 -1 4202560 130369 0 1 0 159 18 0 0 15 0 22 0 830736435 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1502] ppid=1497 vsize=10576164 CPUtime=0.51 cores=1,3,5,7
/proc/1499/task/1502/stat : 1502 (java) S 1497 1499 29102 0 -1 4202560 182 0 0 0 51 0 0 0 15 0 22 0 830736436 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1503] ppid=1497 vsize=10576164 CPUtime=0.53 cores=1,3,5,7
/proc/1499/task/1503/stat : 1503 (java) S 1497 1499 29102 0 -1 4202560 3831 0 0 0 53 0 0 0 16 0 22 0 830736436 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1504] ppid=1497 vsize=10576164 CPUtime=0.43 cores=1,3,5,7
/proc/1499/task/1504/stat : 1504 (java) S 1497 1499 29102 0 -1 4202560 1605 0 0 0 43 0 0 0 16 0 22 0 830736436 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1505] ppid=1497 vsize=10576164 CPUtime=0.42 cores=1,3,5,7
/proc/1499/task/1505/stat : 1505 (java) S 1497 1499 29102 0 -1 4202560 1254 0 0 0 42 0 0 0 16 0 22 0 830736436 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1506] ppid=1497 vsize=10576164 CPUtime=0.6 cores=1,3,5,7
/proc/1499/task/1506/stat : 1506 (java) S 1497 1499 29102 0 -1 4202560 10606 0 0 0 58 2 0 0 15 0 22 0 830736436 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1507] ppid=1497 vsize=10576164 CPUtime=0.48 cores=1,3,5,7
/proc/1499/task/1507/stat : 1507 (java) S 1497 1499 29102 0 -1 4202560 8708 0 0 0 47 1 0 0 16 0 22 0 830736436 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1508] ppid=1497 vsize=10576164 CPUtime=0.57 cores=1,3,5,7
/proc/1499/task/1508/stat : 1508 (java) S 1497 1499 29102 0 -1 4202560 9458 0 0 0 56 1 0 0 15 0 22 0 830736436 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1509] ppid=1497 vsize=10576164 CPUtime=0.58 cores=1,3,5,7
/proc/1499/task/1509/stat : 1509 (java) S 1497 1499 29102 0 -1 4202560 10125 0 0 0 57 1 0 0 16 0 22 0 830736436 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1510] ppid=1497 vsize=10576164 CPUtime=58.99 cores=1,3,5,7
/proc/1499/task/1510/stat : 1510 (java) S 1497 1499 29102 0 -1 4202560 138946 0 0 0 5886 13 0 0 15 0 22 0 830736437 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 0 0 16800975 18446604455110149312 0 0 -1 3 0 0 0
[pid=1499/tid=1511] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1511/stat : 1511 (java) S 1497 1499 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830736438 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1512] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1512/stat : 1512 (java) S 1497 1499 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830736438 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1513] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1513/stat : 1513 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736440 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652683185 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1514] ppid=1497 vsize=10576164 CPUtime=1.91 cores=1,3,5,7
/proc/1499/task/1514/stat : 1514 (java) S 1497 1499 29102 0 -1 4202560 9600 0 0 0 190 1 0 0 16 0 22 0 830736440 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1515] ppid=1497 vsize=10576164 CPUtime=1.05 cores=1,3,5,7
/proc/1499/task/1515/stat : 1515 (java) S 1497 1499 29102 0 -1 4202560 9781 0 0 0 105 0 0 0 15 0 22 0 830736440 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1516] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1516/stat : 1516 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736440 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1517] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1517/stat : 1517 (java) S 1497 1499 29102 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830736440 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1518] ppid=1497 vsize=10576164 CPUtime=760.24 cores=1,3,5,7
/proc/1499/task/1518/stat : 1518 (java) R 1497 1499 29102 0 -1 4202560 7553 0 0 0 76023 1 0 0 25 0 22 0 830736613 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 46912505979565 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1499/tid=1519] ppid=1497 vsize=10576164 CPUtime=760.24 cores=1,3,5,7
/proc/1499/task/1519/stat : 1519 (java) R 1497 1499 29102 0 -1 4202560 513303 0 0 0 75969 55 0 0 25 0 22 0 830736613 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 46912506011759 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1499/tid=1520] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1520/stat : 1520 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830736624 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1521] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1521/stat : 1521 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830736632 10829991936 847638 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1588.47
Current children cumulated vsize (KiB) 10576164

[startup+882.301 s]
/proc/loadavg: 3.91 3.94 3.84 4/593 1603
/proc/meminfo: memFree=13856832/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=10576164 CPUtime=1701.46 cores=1,3,5,7
/proc/1499/stat : 1499 (java) S 1497 1499 29102 0 -1 4202496 860460 0 1 0 170046 100 0 0 22 0 22 0 830736434 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 2644041 851556 2257 9 0 2634775 0
[pid=1499/tid=1500] ppid=1497 vsize=10576164 CPUtime=1.77 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) S 1497 1499 29102 0 -1 4202560 130369 0 1 0 159 18 0 0 15 0 22 0 830736435 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1502] ppid=1497 vsize=10576164 CPUtime=0.56 cores=1,3,5,7
/proc/1499/task/1502/stat : 1502 (java) S 1497 1499 29102 0 -1 4202560 182 0 0 0 56 0 0 0 15 0 22 0 830736436 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1503] ppid=1497 vsize=10576164 CPUtime=0.56 cores=1,3,5,7
/proc/1499/task/1503/stat : 1503 (java) S 1497 1499 29102 0 -1 4202560 3831 0 0 0 56 0 0 0 15 0 22 0 830736436 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1504] ppid=1497 vsize=10576164 CPUtime=0.47 cores=1,3,5,7
/proc/1499/task/1504/stat : 1504 (java) S 1497 1499 29102 0 -1 4202560 1606 0 0 0 47 0 0 0 15 0 22 0 830736436 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1505] ppid=1497 vsize=10576164 CPUtime=0.48 cores=1,3,5,7
/proc/1499/task/1505/stat : 1505 (java) S 1497 1499 29102 0 -1 4202560 1257 0 0 0 48 0 0 0 16 0 22 0 830736436 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1506] ppid=1497 vsize=10576164 CPUtime=0.66 cores=1,3,5,7
/proc/1499/task/1506/stat : 1506 (java) S 1497 1499 29102 0 -1 4202560 10606 0 0 0 64 2 0 0 16 0 22 0 830736436 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1507] ppid=1497 vsize=10576164 CPUtime=0.51 cores=1,3,5,7
/proc/1499/task/1507/stat : 1507 (java) S 1497 1499 29102 0 -1 4202560 8709 0 0 0 50 1 0 0 16 0 22 0 830736436 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1508] ppid=1497 vsize=10576164 CPUtime=0.64 cores=1,3,5,7
/proc/1499/task/1508/stat : 1508 (java) S 1497 1499 29102 0 -1 4202560 9460 0 0 0 63 1 0 0 16 0 22 0 830736436 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1509] ppid=1497 vsize=10576164 CPUtime=0.67 cores=1,3,5,7
/proc/1499/task/1509/stat : 1509 (java) S 1497 1499 29102 0 -1 4202560 10125 0 0 0 66 1 0 0 16 0 22 0 830736436 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1510] ppid=1497 vsize=10576164 CPUtime=66.17 cores=1,3,5,7
/proc/1499/task/1510/stat : 1510 (java) S 1497 1499 29102 0 -1 4202560 142861 0 0 0 6603 14 0 0 16 0 22 0 830736437 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 0 0 16800975 18446604455110149312 0 0 -1 3 0 0 0
[pid=1499/tid=1511] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1511/stat : 1511 (java) S 1497 1499 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830736438 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1512] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1512/stat : 1512 (java) S 1497 1499 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830736438 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1513] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1513/stat : 1513 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736440 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652683185 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1514] ppid=1497 vsize=10576164 CPUtime=1.91 cores=1,3,5,7
/proc/1499/task/1514/stat : 1514 (java) S 1497 1499 29102 0 -1 4202560 9600 0 0 0 190 1 0 0 16 0 22 0 830736440 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1515] ppid=1497 vsize=10576164 CPUtime=1.05 cores=1,3,5,7
/proc/1499/task/1515/stat : 1515 (java) S 1497 1499 29102 0 -1 4202560 9781 0 0 0 105 0 0 0 15 0 22 0 830736440 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1516] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1516/stat : 1516 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736440 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1517] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1517/stat : 1517 (java) S 1497 1499 29102 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830736440 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1518] ppid=1497 vsize=10576164 CPUtime=812.94 cores=1,3,5,7
/proc/1499/task/1518/stat : 1518 (java) R 1497 1499 29102 0 -1 4202560 7561 0 0 0 81293 1 0 0 18 0 22 0 830736613 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 46912505979608 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1499/tid=1519] ppid=1497 vsize=10576164 CPUtime=812.94 cores=1,3,5,7
/proc/1499/task/1519/stat : 1519 (java) R 1497 1499 29102 0 -1 4202560 513303 0 0 0 81239 55 0 0 18 0 22 0 830736613 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 46912505944915 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1499/tid=1520] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1520/stat : 1520 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830736624 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1521] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1521/stat : 1521 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830736632 10829991936 851556 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1701.46
Current children cumulated vsize (KiB) 10576164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.301 s]
/proc/loadavg: 3.95 3.96 3.85 5/593 1604
/proc/meminfo: memFree=13831756/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=10576164 CPUtime=1800.06 cores=1,3,5,7
/proc/1499/stat : 1499 (java) S 1497 1499 29102 0 -1 4202496 863328 0 1 0 179906 100 0 0 22 0 22 0 830736434 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 2644041 854410 2257 9 0 2634775 0
[pid=1499/tid=1500] ppid=1497 vsize=10576164 CPUtime=1.77 cores=1,3,5,7
/proc/1499/task/1500/stat : 1500 (java) S 1497 1499 29102 0 -1 4202560 130373 0 1 0 159 18 0 0 15 0 22 0 830736435 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1502] ppid=1497 vsize=10576164 CPUtime=0.59 cores=1,3,5,7
/proc/1499/task/1502/stat : 1502 (java) S 1497 1499 29102 0 -1 4202560 182 0 0 0 59 0 0 0 15 0 22 0 830736436 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1503] ppid=1497 vsize=10576164 CPUtime=0.61 cores=1,3,5,7
/proc/1499/task/1503/stat : 1503 (java) S 1497 1499 29102 0 -1 4202560 3831 0 0 0 61 0 0 0 15 0 22 0 830736436 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 3 0 0 0
[pid=1499/tid=1504] ppid=1497 vsize=10576164 CPUtime=0.52 cores=1,3,5,7
/proc/1499/task/1504/stat : 1504 (java) S 1497 1499 29102 0 -1 4202560 1606 0 0 0 52 0 0 0 16 0 22 0 830736436 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1505] ppid=1497 vsize=10576164 CPUtime=0.51 cores=1,3,5,7
/proc/1499/task/1505/stat : 1505 (java) S 1497 1499 29102 0 -1 4202560 1259 0 0 0 51 0 0 0 16 0 22 0 830736436 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 3 0 0 0
[pid=1499/tid=1506] ppid=1497 vsize=10576164 CPUtime=0.71 cores=1,3,5,7
/proc/1499/task/1506/stat : 1506 (java) S 1497 1499 29102 0 -1 4202560 10606 0 0 0 69 2 0 0 16 0 22 0 830736436 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 7 0 0 0
[pid=1499/tid=1507] ppid=1497 vsize=10576164 CPUtime=0.56 cores=1,3,5,7
/proc/1499/task/1507/stat : 1507 (java) S 1497 1499 29102 0 -1 4202560 8710 0 0 0 55 1 0 0 16 0 22 0 830736436 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 3 0 0 0
[pid=1499/tid=1508] ppid=1497 vsize=10576164 CPUtime=0.67 cores=1,3,5,7
/proc/1499/task/1508/stat : 1508 (java) S 1497 1499 29102 0 -1 4202560 9460 0 0 0 66 1 0 0 15 0 22 0 830736436 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 3 0 0 0
[pid=1499/tid=1509] ppid=1497 vsize=10576164 CPUtime=0.7 cores=1,3,5,7
/proc/1499/task/1509/stat : 1509 (java) S 1497 1499 29102 0 -1 4202560 10125 0 0 0 69 1 0 0 16 0 22 0 830736436 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1510] ppid=1497 vsize=10576164 CPUtime=71.72 cores=1,3,5,7
/proc/1499/task/1510/stat : 1510 (java) S 1497 1499 29102 0 -1 4202560 145716 0 0 0 7158 14 0 0 15 0 22 0 830736437 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 0 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1511] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1511/stat : 1511 (java) S 1497 1499 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830736438 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1512] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1512/stat : 1512 (java) S 1497 1499 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830736438 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1513] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1513/stat : 1513 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736440 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652683185 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1514] ppid=1497 vsize=10576164 CPUtime=1.91 cores=1,3,5,7
/proc/1499/task/1514/stat : 1514 (java) S 1497 1499 29102 0 -1 4202560 9600 0 0 0 190 1 0 0 16 0 22 0 830736440 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1515] ppid=1497 vsize=10576164 CPUtime=1.05 cores=1,3,5,7
/proc/1499/task/1515/stat : 1515 (java) S 1497 1499 29102 0 -1 4202560 9781 0 0 0 105 0 0 0 15 0 22 0 830736440 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1516] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1516/stat : 1516 (java) S 1497 1499 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830736440 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652675481 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1517] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1517/stat : 1517 (java) S 1497 1499 29102 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 830736440 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 1 0 0 0
[pid=1499/tid=1518] ppid=1497 vsize=10576164 CPUtime=859.32 cores=1,3,5,7
/proc/1499/task/1518/stat : 1518 (java) R 1497 1499 29102 0 -1 4202560 7563 0 0 0 85931 1 0 0 20 0 22 0 830736613 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 46912505979524 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1499/tid=1519] ppid=1497 vsize=10576164 CPUtime=859.32 cores=1,3,5,7
/proc/1499/task/1519/stat : 1519 (java) R 1497 1499 29102 0 -1 4202560 513303 0 0 0 85877 55 0 0 20 0 22 0 830736613 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 46912505944563 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1499/tid=1520] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1520/stat : 1520 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830736624 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 5 0 0 0
[pid=1499/tid=1521] ppid=1497 vsize=10576164 CPUtime=0 cores=1,3,5,7
/proc/1499/task/1521/stat : 1521 (java) S 1497 1499 29102 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830736632 10829991936 854410 33554432000 1073741824 1073778376 140735000557776 18446744073709551615 253652676096 0 4 0 16800975 18446604455110149312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10576164

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

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

[startup+934.428 s]
/proc/loadavg: 3.95 3.96 3.85 5/593 1604
/proc/meminfo: memFree=13831756/32951124 swapFree=53733252/67111528
[pid=1499] ppid=1497 vsize=0 CPUtime=1800.24 cores=1,3,5,7
/proc/1499/stat : 1499 (java) Z 1497 1499 29102 0 -1 4203548 863361 0 1 0 179915 109 0 0 17 0 2 0 830736434 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1499/statm: 0 0 0 0 0 0 0
[pid=1499/tid=1520] ppid=1497 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/1499/task/1520/stat : 1520 (java) R 1497 1499 29102 0 -1 4203588 7 0 0 0 0 8 0 0 18 0 2 0 830736624 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 934.468
CPU time (s): 1800.29
CPU user time (s): 1799.15
CPU system time (s): 1.13283
CPU usage (%): 192.654
Max. virtual memory (cumulated for all children) (KiB): 10576164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.13283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 863361
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= 24585
involuntary context switches= 7637

runsolver used 5.2852 second user time and 12.5611 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 14:42:40
IDJOB=3454246
IDBENCH=2486
IDSOLVER=1950
FILE ID=node106/3454246-1307191360
RUNJOBID= node106-1307191359-1404
PBS_JOBID= 13508822
Free space on /tmp= 73752 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc04.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454246-1307191360/watcher-3454246-1307191360 -o /tmp/evaluation-result-3454246-1307191360/solver-3454246-1307191360 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454246-1307191360.opb

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

MD5SUM BENCH= bb1646c210ed722ee76932cafe9701aa
RANDOM SEED=1530759608

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20589012 kB
Buffers:        400008 kB
Cached:        6021964 kB
SwapCached:      22744 kB
Active:        6453164 kB
Inactive:      5566444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20589012 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:            7908 kB
Writeback:           4 kB
AnonPages:     5593908 kB
Mapped:          34392 kB
Slab:           192964 kB
PageTables:      78888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 177916052 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= 73744 MiB
End job on node106 at 2011-06-04 14:58:17