Trace number 3454465

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=60-sizeP=31-sizeQ=60-472296155-max.opb
MD5SUM1a0de5b084bb5d3f897350b954f11e59
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -5
Optimality of the best value was proved NO
Number of variables1951
Total number of constraints5581
Number of constraints which are clauses5580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1860
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 618970019642690137449562112
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 2475880077443495339516213980
Number of bits of the biggest sum of numbers91
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/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@67ee3914
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@1c691f36
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-3454465-1307193232.opb
0.10/0.11	c reading problem ... 
0.76/0.46	c ... done. Wall clock time 0.349s.
0.76/0.46	c #vars     1951
0.76/0.46	c #constraints  6202
0.76/0.46	c constraints type 
0.76/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
0.76/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
0.76/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.76/0.46	c constraints type 
0.76/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3720
0.76/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1860
0.76/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
17.24/7.96	c cleaning 2502 clauses out of 5008 with flag 5008/5008
37.89/18.05	c cleaning 4250 clauses out of 8499 with flag 11001/11001
58.72/28.46	c cleaning 5619 clauses out of 11249 with flag 18001/18001
84.53/41.39	c cleaning 6809 clauses out of 13630 with flag 26001/26001
115.34/56.70	c cleaning 7909 clauses out of 15820 with flag 35000/35000
138.55/68.40	c cleaning 8954 clauses out of 17912 with flag 45001/45001
169.10/83.62	c cleaning 9475 clauses out of 18957 with flag 55000/55000
204.04/101.14	c cleaning 9739 clauses out of 19483 with flag 65001/65001
230.14/114.22	c cleaning 9869 clauses out of 19744 with flag 75001/75001
259.49/128.98	c cleaning 9928 clauses out of 19876 with flag 85002/85002
290.45/144.46	c cleaning 9967 clauses out of 19947 with flag 95001/95001
324.78/161.70	c cleaning 9984 clauses out of 19979 with flag 105000/105000
355.48/177.03	c cleaning 9995 clauses out of 19996 with flag 115001/115001
390.01/194.36	c cleaning 9996 clauses out of 20001 with flag 125001/125001
419.73/209.25	c cleaning 9993 clauses out of 20004 with flag 135000/135000
453.25/226.03	c cleaning 10002 clauses out of 20011 with flag 145000/145000
481.91/240.47	c cleaning 10001 clauses out of 20009 with flag 155000/155000
513.88/256.47	c cleaning 9994 clauses out of 20008 with flag 165000/165000
546.77/272.97	c cleaning 9999 clauses out of 20014 with flag 175000/175000
579.82/289.57	c cleaning 10004 clauses out of 20017 with flag 185002/185002
606.44/302.91	c cleaning 10003 clauses out of 20011 with flag 195000/195000
634.72/317.14	c cleaning 9996 clauses out of 20008 with flag 205000/205000
660.81/330.21	c cleaning 9998 clauses out of 20013 with flag 215001/215001
694.70/347.24	c cleaning 10003 clauses out of 20014 with flag 225000/225000
730.31/365.14	c cleaning 10000 clauses out of 20012 with flag 235001/235001
759.01/379.54	c cleaning 9997 clauses out of 20011 with flag 245000/245000
789.46/394.83	c cleaning 9999 clauses out of 20016 with flag 255002/255002
817.13/408.77	c cleaning 9998 clauses out of 20015 with flag 265000/265000
855.93/428.22	c cleaning 10007 clauses out of 20019 with flag 275002/275002
885.79/443.30	c cleaning 10002 clauses out of 20011 with flag 285001/285001
925.25/463.06	c cleaning 10000 clauses out of 20010 with flag 295002/295002
958.12/479.57	c cleaning 9999 clauses out of 20009 with flag 305001/305001
986.71/493.96	c cleaning 10003 clauses out of 20009 with flag 315000/315000
1014.16/507.70	c cleaning 10001 clauses out of 20008 with flag 325002/325002
1039.01/520.31	c cleaning 9997 clauses out of 20008 with flag 335003/335003
1064.25/532.98	c cleaning 9996 clauses out of 20009 with flag 345001/345001
1101.01/551.41	c cleaning 9999 clauses out of 20012 with flag 355000/355000
1146.86/574.45	c cleaning 9999 clauses out of 20013 with flag 365000/365000
1189.10/595.63	c cleaning 9996 clauses out of 20014 with flag 375000/375000
1228.94/615.66	c cleaning 10006 clauses out of 20019 with flag 385001/385001
1261.29/631.99	c cleaning 10005 clauses out of 20013 with flag 395001/395001
1289.51/646.15	c cleaning 9999 clauses out of 20007 with flag 405000/405000
1322.75/662.89	c cleaning 9996 clauses out of 20008 with flag 415000/415000
1346.77/674.90	c cleaning 10005 clauses out of 20016 with flag 425004/425004
1371.11/687.26	c cleaning 9998 clauses out of 20007 with flag 435000/435000
1399.93/701.80	c cleaning 9999 clauses out of 20010 with flag 445001/445001
1435.55/719.66	c cleaning 10000 clauses out of 20012 with flag 455002/455002
1477.04/740.47	c cleaning 10000 clauses out of 20010 with flag 465000/465000
1515.52/759.89	c cleaning 9993 clauses out of 20010 with flag 475000/475000
1544.32/774.35	c cleaning 9990 clauses out of 20017 with flag 485000/485000
1572.54/788.53	c cleaning 10011 clauses out of 20029 with flag 495002/495002
1599.17/802.01	c cleaning 9999 clauses out of 20016 with flag 505000/505000
1623.86/814.42	c cleaning 10000 clauses out of 20018 with flag 515001/515001
1652.07/828.68	c cleaning 10000 clauses out of 20018 with flag 525001/525001
1688.07/846.70	c cleaning 10005 clauses out of 20019 with flag 535002/535002
1721.87/863.77	c cleaning 9993 clauses out of 20012 with flag 545000/545000
1756.99/881.44	c cleaning 9997 clauses out of 20019 with flag 555000/555000
1791.66/898.89	c cleaning 9997 clauses out of 20022 with flag 565000/565000
1800.07/903.15	c starts		: 153
1800.07/903.15	c conflicts		: 567609
1800.07/903.15	c decisions		: 696154
1800.07/903.15	c propagations		: 35222934
1800.07/903.15	c inspects		: 645682564
1800.07/903.15	c shortcuts		: 0
1800.07/903.15	c learnt literals	: 0
1800.07/903.15	c learnt binary clauses	: 109
1800.07/903.15	c learnt ternary clauses	: 307
1800.07/903.15	c learnt constraints	: 567609
1800.07/903.15	c ignored constraints	: 0
1800.07/903.15	c root simplifications	: 0
1800.07/903.15	c removed literals (reason simplification)	: 216111581
1800.07/903.15	c reason swapping (by a shorter reason)	: 0
1800.07/903.15	c Calls to reduceDB	: 58
1800.07/903.15	c number of reductions to clauses (during analyze)	: 0
1800.07/903.15	c number of learned constraints concerned by reduction	: 0
1800.07/903.15	c number of learning phase by resolution	: 0
1800.07/903.15	c number of learning phase by cutting planes	: 0
1800.07/903.15	c speed (assignments/second)	: 39019.97363435952
1800.07/903.15	c non guided choices	27
1800.07/903.16	c learnt constraints type 
1800.07/903.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 109
1800.07/903.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12530
1800.07/903.16	c constraints type 
1800.07/903.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
1800.07/903.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
1800.07/903.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/903.16	c constraints type 
1800.07/903.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3720
1800.07/903.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1860
1800.07/903.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/903.16	s UNKNOWN
1800.07/903.16	c Total wall clock time (in seconds): 903.049

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-3454465-1307193232/watcher-3454465-1307193232 -o /tmp/evaluation-result-3454465-1307193232/solver-3454465-1307193232 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454465-1307193232.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.18 3.26 3.29 3/582 7127
/proc/meminfo: memFree=29341208/32950928 swapFree=41528364/67111528
[pid=7127] ppid=7125 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/7127/stat : 7127 (java) S 7125 7127 3716 0 -1 4202496 2073 0 1 0 0 0 0 0 25 0 2 0 830921864 10681323520 1775 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/7127/statm: 2607745 1788 906 9 0 2598901 0
[pid=7127/tid=7128] ppid=7125 vsize=10449752 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7128/stat : 7128 (java) R 7125 7127 3716 0 -1 4202560 8740 0 1 0 0 0 0 0 25 0 6 0 830921864 10700546048 9561 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251814296561 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=7127/tid=7129] ppid=7125 vsize=10450780 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7129/stat : 7129 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 830921866 10701598720 9565 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16784584 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7130] ppid=7125 vsize=10451808 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7130/stat : 7130 (java) S 7125 7127 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 830921866 10702651392 9570 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16784584 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7131] ppid=7125 vsize=10452836 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7131/stat : 7131 (java) R 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830921866 10703704064 9574 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=7127/tid=7132] ppid=7125 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7132/stat : 7132 (java) R 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830921866 10703900672 9579 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=7127/tid=7133] ppid=7125 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7133/stat : 7133 (java) R 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830921866 10703900672 9594 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=7127/tid=7134] ppid=7125 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7134/stat : 7134 (java) R 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830921866 10703900672 9610 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=7127/tid=7135] ppid=7125 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7135/stat : 7135 (java) R 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830921866 10703900672 9622 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=7127/tid=7136] ppid=7125 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7136/stat : 7136 (java) R 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830921866 10703900672 9632 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.101131 s]
/proc/loadavg: 3.18 3.26 3.29 3/582 7127
/proc/meminfo: memFree=29341208/32950928 swapFree=41528364/67111528
[pid=7127] ppid=7125 vsize=10539812 CPUtime=0.1 cores=1,3,5,7
/proc/7127/stat : 7127 (java) S 7125 7127 3716 0 -1 4202496 13099 0 1 0 9 1 0 0 25 0 18 0 830921864 10792767488 12796 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7127/statm: 2634953 12796 2092 9 0 2625687 0
[pid=7127/tid=7128] ppid=7125 vsize=10539812 CPUtime=0.09 cores=1,3,5,7
/proc/7127/task/7128/stat : 7128 (java) R 7125 7127 3716 0 -1 4202560 11190 0 1 0 8 1 0 0 25 0 18 0 830921864 10792767488 12796 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 47967649890309 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7127/tid=7129] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7129/stat : 7129 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 12796 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7130] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7130/stat : 7130 (java) S 7125 7127 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 12796 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7131] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7131/stat : 7131 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 12796 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7132] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7132/stat : 7132 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 12796 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7133] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7133/stat : 7133 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 12796 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7134] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7134/stat : 7134 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 12796 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7135] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7135/stat : 7135 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 12796 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7136] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7136/stat : 7136 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 12796 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539812

[startup+0.201115 s]
/proc/loadavg: 3.18 3.26 3.29 3/582 7127
/proc/meminfo: memFree=29341208/32950928 swapFree=41528364/67111528
[pid=7127] ppid=7125 vsize=10539812 CPUtime=0.25 cores=1,3,5,7
/proc/7127/stat : 7127 (java) S 7125 7127 3716 0 -1 4202496 14028 0 1 0 24 1 0 0 25 0 18 0 830921864 10792767488 13684 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7127/statm: 2634953 13684 2181 9 0 2625687 0
[pid=7127/tid=7128] ppid=7125 vsize=10539812 CPUtime=0.19 cores=1,3,5,7
/proc/7127/task/7128/stat : 7128 (java) R 7125 7127 3716 0 -1 4202560 11853 0 1 0 18 1 0 0 25 0 18 0 830921864 10792767488 13684 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7127/tid=7129] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7129/stat : 7129 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 13684 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7130] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7130/stat : 7130 (java) S 7125 7127 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 13684 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7131] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7131/stat : 7131 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 13685 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7132] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7132/stat : 7132 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 13685 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7133] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7133/stat : 7133 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 13685 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7134] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7134/stat : 7134 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 13685 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7135] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7135/stat : 7135 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 13685 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7136] ppid=7125 vsize=10539812 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7136/stat : 7136 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10792767488 13685 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10539812

[startup+0.30112 s]
/proc/loadavg: 3.18 3.26 3.29 3/582 7127
/proc/meminfo: memFree=29341208/32950928 swapFree=41528364/67111528
[pid=7127] ppid=7125 vsize=10540804 CPUtime=0.49 cores=1,3,5,7
/proc/7127/stat : 7127 (java) S 7125 7127 3716 0 -1 4202496 15943 0 1 0 47 2 0 0 25 0 18 0 830921864 10793783296 15335 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7127/statm: 2635201 15336 2200 9 0 2625935 0
[pid=7127/tid=7128] ppid=7125 vsize=10540804 CPUtime=0.28 cores=1,3,5,7
/proc/7127/task/7128/stat : 7128 (java) R 7125 7127 3716 0 -1 4202560 13020 0 1 0 27 1 0 0 25 0 18 0 830921864 10793783296 15336 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7127/tid=7129] ppid=7125 vsize=10540804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7129/stat : 7129 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10793783296 15337 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7130] ppid=7125 vsize=10540804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7130/stat : 7130 (java) S 7125 7127 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830921866 10793783296 15337 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7131] ppid=7125 vsize=10540804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7131/stat : 7131 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10793783296 15338 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7132] ppid=7125 vsize=10540804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7132/stat : 7132 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10793783296 15338 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7133] ppid=7125 vsize=10540804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7133/stat : 7133 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10793783296 15339 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7134] ppid=7125 vsize=10540804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7134/stat : 7134 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10793783296 15340 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7135] ppid=7125 vsize=10540804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7135/stat : 7135 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10793783296 15340 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7136] ppid=7125 vsize=10540804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7136/stat : 7136 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830921866 10793783296 15341 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10540804

[startup+0.701032 s]
/proc/loadavg: 3.18 3.26 3.29 3/582 7127
/proc/meminfo: memFree=29341208/32950928 swapFree=41528364/67111528
[pid=7127] ppid=7125 vsize=10561804 CPUtime=1.86 cores=1,3,5,7
/proc/7127/stat : 7127 (java) S 7125 7127 3716 0 -1 4202496 30951 0 1 0 183 3 0 0 25 0 22 0 830921864 10815287296 26099 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7127/statm: 2640451 26099 2234 9 0 2631185 0
[pid=7127/tid=7128] ppid=7125 vsize=10561804 CPUtime=0.44 cores=1,3,5,7
/proc/7127/task/7128/stat : 7128 (java) S 7125 7127 3716 0 -1 4202560 15301 0 1 0 43 1 0 0 25 0 22 0 830921864 10815287296 26099 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7129] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7129/stat : 7129 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 26099 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7130] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7130/stat : 7130 (java) S 7125 7127 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 26099 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7131] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7131/stat : 7131 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 26099 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7132] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7132/stat : 7132 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 26099 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7133] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7133/stat : 7133 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 26099 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7134] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7134/stat : 7134 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 26099 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7135] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7135/stat : 7135 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 26099 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7136] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7136/stat : 7136 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 26099 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10561804

[startup+1.5009 s]
/proc/loadavg: 3.18 3.26 3.29 6/604 7149
/proc/meminfo: memFree=29106744/32950928 swapFree=41528364/67111528
[pid=7127] ppid=7125 vsize=10561804 CPUtime=3.98 cores=1,3,5,7
/proc/7127/stat : 7127 (java) S 7125 7127 3716 0 -1 4202496 113263 0 1 0 383 15 0 0 25 0 22 0 830921864 10815287296 105961 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7127/statm: 2640451 105968 2236 9 0 2631185 0
[pid=7127/tid=7128] ppid=7125 vsize=10561804 CPUtime=0.44 cores=1,3,5,7
/proc/7127/task/7128/stat : 7128 (java) S 7125 7127 3716 0 -1 4202560 15301 0 1 0 43 1 0 0 15 0 22 0 830921864 10815287296 105973 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7129] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7129/stat : 7129 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 105979 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7130] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7130/stat : 7130 (java) S 7125 7127 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 105979 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7131] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7131/stat : 7131 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 105980 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7132] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7132/stat : 7132 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 105986 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7133] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7133/stat : 7133 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 105991 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7134] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7134/stat : 7134 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 105997 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7135] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7135/stat : 7135 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 105997 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7136] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7136/stat : 7136 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921866 10815287296 105998 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7138] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7138/stat : 7138 (java) S 7125 7127 3716 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 830921867 10815287296 106003 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 0 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7139] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7139/stat : 7139 (java) S 7125 7127 3716 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830921868 10815287296 106009 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7140] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7140/stat : 7140 (java) S 7125 7127 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830921868 10815287296 106015 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7141] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7141/stat : 7141 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921870 10815287296 106015 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826063793 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7142] ppid=7125 vsize=10561804 CPUtime=0.71 cores=1,3,5,7
/proc/7127/task/7142/stat : 7142 (java) S 7125 7127 3716 0 -1 4202560 7448 0 0 0 70 1 0 0 15 0 22 0 830921870 10815287296 106016 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 3 0 0 0
[pid=7127/tid=7143] ppid=7125 vsize=10561804 CPUtime=0.75 cores=1,3,5,7
/proc/7127/task/7143/stat : 7143 (java) S 7125 7127 3716 0 -1 4202560 8051 0 0 0 74 1 0 0 15 0 22 0 830921870 10815287296 106022 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7144] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7144/stat : 7144 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921870 10815287296 106027 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7145] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7145/stat : 7145 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830921870 10815287296 106032 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7146] ppid=7125 vsize=10561804 CPUtime=1.02 cores=1,3,5,7
/proc/7127/task/7146/stat : 7146 (java) R 7125 7127 3716 0 -1 4202560 1904 0 0 0 102 0 0 0 25 0 22 0 830921910 10815287296 106033 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 46912505834176 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7127/tid=7147] ppid=7125 vsize=10561804 CPUtime=1 cores=1,3,5,7
/proc/7127/task/7147/stat : 7147 (java) R 7125 7127 3716 0 -1 4202560 79464 0 0 0 90 10 0 0 25 0 22 0 830921910 10815287296 106034 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 46912505718133 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7127/tid=7148] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7148/stat : 7148 (java) S 7125 7127 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830921911 10815287296 106039 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.70 5/604 7222
/proc/meminfo: memFree=22644908/32950928 swapFree=41528364/67111528
[pid=7127] ppid=7125 vsize=10561804 CPUtime=1639.47 cores=1,3,5,7
/proc/7127/stat : 7127 (java) S 7125 7127 3716 0 -1 4202496 936712 0 1 0 163842 105 0 0 25 0 22 0 830921864 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7127/statm: 2640451 919680 2268 9 0 2631185 0
[pid=7127/tid=7128] ppid=7125 vsize=10561804 CPUtime=0.44 cores=1,3,5,7
/proc/7127/task/7128/stat : 7128 (java) S 7125 7127 3716 0 -1 4202560 15305 0 1 0 43 1 0 0 15 0 22 0 830921864 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7129] ppid=7125 vsize=10561804 CPUtime=0.31 cores=1,3,5,7
/proc/7127/task/7129/stat : 7129 (java) S 7125 7127 3716 0 -1 4202560 5968 0 0 0 31 0 0 0 15 0 22 0 830921866 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7130] ppid=7125 vsize=10561804 CPUtime=0.27 cores=1,3,5,7
/proc/7127/task/7130/stat : 7130 (java) S 7125 7127 3716 0 -1 4202560 6451 0 0 0 27 0 0 0 15 0 22 0 830921866 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7131] ppid=7125 vsize=10561804 CPUtime=0.27 cores=1,3,5,7
/proc/7127/task/7131/stat : 7131 (java) S 7125 7127 3716 0 -1 4202560 5848 0 0 0 27 0 0 0 16 0 22 0 830921866 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7132] ppid=7125 vsize=10561804 CPUtime=0.27 cores=1,3,5,7
/proc/7127/task/7132/stat : 7132 (java) S 7125 7127 3716 0 -1 4202560 6776 0 0 0 26 1 0 0 15 0 22 0 830921866 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7133] ppid=7125 vsize=10561804 CPUtime=0.27 cores=1,3,5,7
/proc/7127/task/7133/stat : 7133 (java) S 7125 7127 3716 0 -1 4202560 10465 0 0 0 26 1 0 0 16 0 22 0 830921866 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 3 0 0 0
[pid=7127/tid=7134] ppid=7125 vsize=10561804 CPUtime=0.29 cores=1,3,5,7
/proc/7127/task/7134/stat : 7134 (java) S 7125 7127 3716 0 -1 4202560 3964 0 0 0 29 0 0 0 16 0 22 0 830921866 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7135] ppid=7125 vsize=10561804 CPUtime=0.27 cores=1,3,5,7
/proc/7127/task/7135/stat : 7135 (java) S 7125 7127 3716 0 -1 4202560 12770 0 0 0 26 1 0 0 16 0 22 0 830921866 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7136] ppid=7125 vsize=10561804 CPUtime=0.29 cores=1,3,5,7
/proc/7127/task/7136/stat : 7136 (java) S 7125 7127 3716 0 -1 4202560 9332 0 0 0 28 1 0 0 15 0 22 0 830921866 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7138] ppid=7125 vsize=10561804 CPUtime=8.05 cores=1,3,5,7
/proc/7127/task/7138/stat : 7138 (java) S 7125 7127 3716 0 -1 4202560 12035 0 0 0 804 1 0 0 15 0 22 0 830921867 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 0 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7139] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7139/stat : 7139 (java) S 7125 7127 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830921868 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7140] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7140/stat : 7140 (java) S 7125 7127 3716 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830921868 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7141] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7141/stat : 7141 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921870 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826063793 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7142] ppid=7125 vsize=10561804 CPUtime=1.02 cores=1,3,5,7
/proc/7127/task/7142/stat : 7142 (java) S 7125 7127 3716 0 -1 4202560 7497 0 0 0 101 1 0 0 16 0 22 0 830921870 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 3 0 0 0
[pid=7127/tid=7143] ppid=7125 vsize=10561804 CPUtime=1.56 cores=1,3,5,7
/proc/7127/task/7143/stat : 7143 (java) S 7125 7127 3716 0 -1 4202560 15064 0 0 0 154 2 0 0 15 0 22 0 830921870 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7144] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7144/stat : 7144 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921870 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7145] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7145/stat : 7145 (java) S 7125 7127 3716 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 830921870 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7146] ppid=7125 vsize=10561804 CPUtime=813.01 cores=1,3,5,7
/proc/7127/task/7146/stat : 7146 (java) R 7125 7127 3716 0 -1 4202560 16309 0 0 0 81299 2 0 0 25 0 22 0 830921910 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 46912505884534 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7127/tid=7147] ppid=7125 vsize=10561804 CPUtime=813.02 cores=1,3,5,7
/proc/7127/task/7147/stat : 7147 (java) R 7125 7127 3716 0 -1 4202560 807725 0 0 0 81215 87 0 0 25 0 22 0 830921910 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 46912505770017 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7127/tid=7148] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7148/stat : 7148 (java) S 7125 7127 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830921911 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7149] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7149/stat : 7149 (java) S 7125 7127 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830921911 10815287296 919680 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1639.47
Current children cumulated vsize (KiB) 10561804

[startup+882.322 s]
/proc/loadavg: 4.00 3.97 3.71 5/604 7223
/proc/meminfo: memFree=22625416/32950928 swapFree=41528364/67111528
[pid=7127] ppid=7125 vsize=10561804 CPUtime=1758.64 cores=1,3,5,7
/proc/7127/stat : 7127 (java) S 7125 7127 3716 0 -1 4202496 937594 0 1 0 175758 106 0 0 25 0 22 0 830921864 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7127/statm: 2640451 920517 2269 9 0 2631185 0
[pid=7127/tid=7128] ppid=7125 vsize=10561804 CPUtime=0.44 cores=1,3,5,7
/proc/7127/task/7128/stat : 7128 (java) S 7125 7127 3716 0 -1 4202560 15306 0 1 0 43 1 0 0 15 0 22 0 830921864 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7129] ppid=7125 vsize=10561804 CPUtime=0.34 cores=1,3,5,7
/proc/7127/task/7129/stat : 7129 (java) S 7125 7127 3716 0 -1 4202560 6068 0 0 0 34 0 0 0 15 0 22 0 830921866 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7130] ppid=7125 vsize=10561804 CPUtime=0.27 cores=1,3,5,7
/proc/7127/task/7130/stat : 7130 (java) S 7125 7127 3716 0 -1 4202560 6451 0 0 0 27 0 0 0 15 0 22 0 830921866 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7131] ppid=7125 vsize=10561804 CPUtime=0.29 cores=1,3,5,7
/proc/7127/task/7131/stat : 7131 (java) S 7125 7127 3716 0 -1 4202560 5848 0 0 0 29 0 0 0 15 0 22 0 830921866 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7132] ppid=7125 vsize=10561804 CPUtime=0.28 cores=1,3,5,7
/proc/7127/task/7132/stat : 7132 (java) S 7125 7127 3716 0 -1 4202560 6837 0 0 0 27 1 0 0 16 0 22 0 830921866 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7133] ppid=7125 vsize=10561804 CPUtime=0.28 cores=1,3,5,7
/proc/7127/task/7133/stat : 7133 (java) S 7125 7127 3716 0 -1 4202560 10504 0 0 0 27 1 0 0 15 0 22 0 830921866 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 3 0 0 0
[pid=7127/tid=7134] ppid=7125 vsize=10561804 CPUtime=0.31 cores=1,3,5,7
/proc/7127/task/7134/stat : 7134 (java) S 7125 7127 3716 0 -1 4202560 3964 0 0 0 31 0 0 0 15 0 22 0 830921866 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7135] ppid=7125 vsize=10561804 CPUtime=0.29 cores=1,3,5,7
/proc/7127/task/7135/stat : 7135 (java) S 7125 7127 3716 0 -1 4202560 12770 0 0 0 28 1 0 0 15 0 22 0 830921866 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 3 0 0 0
[pid=7127/tid=7136] ppid=7125 vsize=10561804 CPUtime=0.33 cores=1,3,5,7
/proc/7127/task/7136/stat : 7136 (java) S 7125 7127 3716 0 -1 4202560 9432 0 0 0 32 1 0 0 16 0 22 0 830921866 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7138] ppid=7125 vsize=10561804 CPUtime=8.99 cores=1,3,5,7
/proc/7127/task/7138/stat : 7138 (java) S 7125 7127 3716 0 -1 4202560 12606 0 0 0 898 1 0 0 16 0 22 0 830921867 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 0 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7139] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7139/stat : 7139 (java) S 7125 7127 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830921868 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7140] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7140/stat : 7140 (java) S 7125 7127 3716 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830921868 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7141] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7141/stat : 7141 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921870 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826063793 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7142] ppid=7125 vsize=10561804 CPUtime=1.02 cores=1,3,5,7
/proc/7127/task/7142/stat : 7142 (java) S 7125 7127 3716 0 -1 4202560 7497 0 0 0 101 1 0 0 16 0 22 0 830921870 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 3 0 0 0
[pid=7127/tid=7143] ppid=7125 vsize=10561804 CPUtime=1.58 cores=1,3,5,7
/proc/7127/task/7143/stat : 7143 (java) S 7125 7127 3716 0 -1 4202560 15066 0 0 0 156 2 0 0 15 0 22 0 830921870 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7144] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7144/stat : 7144 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921870 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7145] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7145/stat : 7145 (java) S 7125 7127 3716 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830921870 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 3 0 0 0
[pid=7127/tid=7146] ppid=7125 vsize=10561804 CPUtime=872.04 cores=1,3,5,7
/proc/7127/task/7146/stat : 7146 (java) R 7125 7127 3716 0 -1 4202560 16312 0 0 0 87202 2 0 0 25 0 22 0 830921910 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 46912505639551 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7127/tid=7147] ppid=7125 vsize=10561804 CPUtime=872.04 cores=1,3,5,7
/proc/7127/task/7147/stat : 7147 (java) R 7125 7127 3716 0 -1 4202560 807726 0 0 0 87117 87 0 0 25 0 22 0 830921910 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 46912505773247 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7127/tid=7148] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7148/stat : 7148 (java) S 7125 7127 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830921911 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7149] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7149/stat : 7149 (java) S 7125 7127 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830921911 10815287296 920517 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1758.64
Current children cumulated vsize (KiB) 10561804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.102 s]
/proc/loadavg: 4.00 3.97 3.72 6/604 7224
/proc/meminfo: memFree=22617960/32950928 swapFree=41528364/67111528
[pid=7127] ppid=7125 vsize=10561804 CPUtime=1800.07 cores=1,3,5,7
/proc/7127/stat : 7127 (java) S 7125 7127 3716 0 -1 4202496 939361 0 1 0 179901 106 0 0 25 0 22 0 830921864 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7127/statm: 2640451 922180 2269 9 0 2631185 0
[pid=7127/tid=7128] ppid=7125 vsize=10561804 CPUtime=0.44 cores=1,3,5,7
/proc/7127/task/7128/stat : 7128 (java) S 7125 7127 3716 0 -1 4202560 15306 0 1 0 43 1 0 0 15 0 22 0 830921864 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7129] ppid=7125 vsize=10561804 CPUtime=0.34 cores=1,3,5,7
/proc/7127/task/7129/stat : 7129 (java) S 7125 7127 3716 0 -1 4202560 6068 0 0 0 34 0 0 0 15 0 22 0 830921866 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7130] ppid=7125 vsize=10561804 CPUtime=0.28 cores=1,3,5,7
/proc/7127/task/7130/stat : 7130 (java) S 7125 7127 3716 0 -1 4202560 6451 0 0 0 28 0 0 0 15 0 22 0 830921866 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7131] ppid=7125 vsize=10561804 CPUtime=0.3 cores=1,3,5,7
/proc/7127/task/7131/stat : 7131 (java) S 7125 7127 3716 0 -1 4202560 5848 0 0 0 30 0 0 0 15 0 22 0 830921866 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7132] ppid=7125 vsize=10561804 CPUtime=0.29 cores=1,3,5,7
/proc/7127/task/7132/stat : 7132 (java) S 7125 7127 3716 0 -1 4202560 7078 0 0 0 28 1 0 0 15 0 22 0 830921866 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7133] ppid=7125 vsize=10561804 CPUtime=0.3 cores=1,3,5,7
/proc/7127/task/7133/stat : 7133 (java) S 7125 7127 3716 0 -1 4202560 11070 0 0 0 29 1 0 0 16 0 22 0 830921866 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 3 0 0 0
[pid=7127/tid=7134] ppid=7125 vsize=10561804 CPUtime=0.32 cores=1,3,5,7
/proc/7127/task/7134/stat : 7134 (java) S 7125 7127 3716 0 -1 4202560 4457 0 0 0 32 0 0 0 15 0 22 0 830921866 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7135] ppid=7125 vsize=10561804 CPUtime=0.29 cores=1,3,5,7
/proc/7127/task/7135/stat : 7135 (java) S 7125 7127 3716 0 -1 4202560 13179 0 0 0 28 1 0 0 16 0 22 0 830921866 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7136] ppid=7125 vsize=10561804 CPUtime=0.33 cores=1,3,5,7
/proc/7127/task/7136/stat : 7136 (java) S 7125 7127 3716 0 -1 4202560 9432 0 0 0 32 1 0 0 15 0 22 0 830921866 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
[pid=7127/tid=7138] ppid=7125 vsize=10561804 CPUtime=9.21 cores=1,3,5,7
/proc/7127/task/7138/stat : 7138 (java) S 7125 7127 3716 0 -1 4202560 12660 0 0 0 920 1 0 0 15 0 22 0 830921867 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 0 0 16800975 18446604454816816064 0 0 -1 5 0 0 0
[pid=7127/tid=7139] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7139/stat : 7139 (java) S 7125 7127 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830921868 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7140] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7140/stat : 7140 (java) S 7125 7127 3716 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830921868 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7141] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7141/stat : 7141 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921870 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826063793 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7142] ppid=7125 vsize=10561804 CPUtime=1.02 cores=1,3,5,7
/proc/7127/task/7142/stat : 7142 (java) S 7125 7127 3716 0 -1 4202560 7497 0 0 0 101 1 0 0 16 0 22 0 830921870 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 3 0 0 0
[pid=7127/tid=7143] ppid=7125 vsize=10561804 CPUtime=1.58 cores=1,3,5,7
/proc/7127/task/7143/stat : 7143 (java) S 7125 7127 3716 0 -1 4202560 15066 0 0 0 156 2 0 0 15 0 22 0 830921870 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7144] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7144/stat : 7144 (java) S 7125 7127 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830921870 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056089 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7145] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7145/stat : 7145 (java) S 7125 7127 3716 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830921870 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 3 0 0 0
[pid=7127/tid=7146] ppid=7125 vsize=10561804 CPUtime=892.62 cores=1,3,5,7
/proc/7127/task/7146/stat : 7146 (java) R 7125 7127 3716 0 -1 4202560 16313 0 0 0 89260 2 0 0 25 0 22 0 830921910 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 46912505639532 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7127/tid=7147] ppid=7125 vsize=10561804 CPUtime=892.63 cores=1,3,5,7
/proc/7127/task/7147/stat : 7147 (java) R 7125 7127 3716 0 -1 4202560 807727 0 0 0 89176 87 0 0 25 0 22 0 830921910 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 46912505771344 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7127/tid=7148] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7148/stat : 7148 (java) S 7125 7127 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830921911 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 1 0 0 0
[pid=7127/tid=7149] ppid=7125 vsize=10561804 CPUtime=0 cores=1,3,5,7
/proc/7127/task/7149/stat : 7149 (java) S 7125 7127 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830921911 10815287296 922180 33554432000 1073741824 1073778376 140735119197152 18446744073709551615 251826056704 0 4 0 16800975 18446604454816816064 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10561804

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

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

[startup+903.249 s]
/proc/loadavg: 4.00 3.97 3.72 6/604 7224
/proc/meminfo: memFree=22617960/32950928 swapFree=41528364/67111528
[pid=7127] ppid=7125 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/7127/stat : 7127 (java) Z 7125 7127 3716 0 -1 4203548 939389 0 1 0 179908 115 0 0 17 0 2 0 830921864 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7127/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 903.297
CPU time (s): 1800.28
CPU user time (s): 1799.08
CPU system time (s): 1.19982
CPU usage (%): 199.301
Max. virtual memory (cumulated for all children) (KiB): 10561804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.19982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 939389
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= 23212
involuntary context switches= 14813

runsolver used 5.03423 second user time and 12.3111 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-04 15:13:52
IDJOB=3454465
IDBENCH=3031
IDSOLVER=1950
FILE ID=node126/3454465-1307193232
RUNJOBID= node126-1307192129-6850
PBS_JOBID= 13508841
Free space on /tmp= 73800 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=60-sizeP=31-sizeQ=60-472296155-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454465-1307193232/watcher-3454465-1307193232 -o /tmp/evaluation-result-3454465-1307193232/solver-3454465-1307193232 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454465-1307193232.opb

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

MD5SUM BENCH= 1a0de5b084bb5d3f897350b954f11e59
RANDOM SEED=1939133994

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29341472 kB
Buffers:        317224 kB
Cached:         492504 kB
SwapCached:      15388 kB
Active:        2838828 kB
Inactive:       450136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29341472 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:             272 kB
Writeback:           0 kB
AnonPages:     2476676 kB
Mapped:          31992 kB
Slab:           148644 kB
PageTables:     101680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186756576 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= 73788 MiB
End job on node126 at 2011-06-04 15:28:57