Trace number 3454226

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.35 901.794

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-degen2.opb
MD5SUM64532e211df845746fb0c67de55e4b15
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 variables16020
Total number of constraints444
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints444
Minimum length of a constraint60
Maximum length of a constraint2550
Number of terms in the objective function 14100
Biggest coefficient in the objective function 2553894928384
Number of bits for the biggest coefficient in the objective function 42
Sum of the numbers in the objective function 401268056673330
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 2553894928384
Number of bits of the biggest number in a constraint 42
Biggest sum of numbers in a constraint 401268056673330
Number of bits of the biggest sum of numbers49
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.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454226-1307190978.opb
0.11/0.11	c reading problem ... 
1.45/0.78	c ... done. Wall clock time 0.67s.
1.45/0.78	c #vars     16020
1.45/0.78	c #constraints  9614
1.45/0.78	c constraints type 
1.45/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 665
1.45/0.78	c constraints type 
1.45/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 665
49.44/24.16	c cleaning 2491 clauses out of 5000 with flag 5000/5000
87.64/43.11	c cleaning 4251 clauses out of 8509 with flag 11000/11000
130.18/64.46	c cleaning 5626 clauses out of 11258 with flag 18000/18000
175.12/86.96	c cleaning 6816 clauses out of 13632 with flag 26000/26000
235.02/116.97	c cleaning 7904 clauses out of 15816 with flag 35000/35000
295.94/147.52	c cleaning 8952 clauses out of 17912 with flag 45000/45000
359.61/179.35	c cleaning 9475 clauses out of 18962 with flag 55002/55002
421.50/210.40	c cleaning 9739 clauses out of 19486 with flag 65001/65001
504.53/251.96	c cleaning 9863 clauses out of 19746 with flag 75000/75000
573.79/286.65	c cleaning 9935 clauses out of 19883 with flag 85000/85000
646.25/322.99	c cleaning 9971 clauses out of 19949 with flag 95001/95001
709.92/354.84	c cleaning 9981 clauses out of 19977 with flag 105000/105000
777.48/388.77	c cleaning 9998 clauses out of 19998 with flag 115002/115002
851.58/425.86	c cleaning 9991 clauses out of 19998 with flag 125000/125000
924.01/462.20	c cleaning 9997 clauses out of 20008 with flag 135001/135001
990.58/495.51	c cleaning 9995 clauses out of 20010 with flag 145000/145000
1076.51/538.64	c cleaning 9995 clauses out of 20015 with flag 155000/155000
1148.54/574.71	c cleaning 10002 clauses out of 20021 with flag 165001/165001
1231.59/616.31	c cleaning 10000 clauses out of 20020 with flag 175002/175002
1299.82/650.57	c cleaning 9995 clauses out of 20018 with flag 185000/185000
1360.59/681.03	c cleaning 10003 clauses out of 20023 with flag 195000/195000
1420.57/711.12	c cleaning 9998 clauses out of 20020 with flag 205000/205000
1482.80/742.34	c cleaning 10002 clauses out of 20022 with flag 215000/215000
1537.03/769.58	c cleaning 9998 clauses out of 20020 with flag 225000/225000
1596.54/799.40	c cleaning 10004 clauses out of 20023 with flag 235001/235001
1654.98/828.70	c cleaning 10002 clauses out of 20018 with flag 245000/245000
1714.61/858.61	c cleaning 9993 clauses out of 20016 with flag 255000/255000
1775.05/888.93	c cleaning 10005 clauses out of 20023 with flag 265000/265000
1800.09/901.63	c starts		: 130
1800.09/901.63	c conflicts		: 269242
1800.09/901.63	c decisions		: 339767
1800.09/901.63	c propagations		: 29454480
1800.09/901.63	c inspects		: 252411987
1800.09/901.63	c shortcuts		: 0
1800.09/901.63	c learnt literals	: 0
1800.09/901.63	c learnt binary clauses	: 0
1800.09/901.63	c learnt ternary clauses	: 1
1800.09/901.63	c learnt constraints	: 269242
1800.09/901.63	c ignored constraints	: 0
1800.09/901.63	c root simplifications	: 0
1800.09/901.63	c removed literals (reason simplification)	: 5312752
1800.09/901.63	c reason swapping (by a shorter reason)	: 0
1800.09/901.63	c Calls to reduceDB	: 28
1800.09/901.63	c number of reductions to clauses (during analyze)	: 0
1800.09/901.63	c number of learned constraints concerned by reduction	: 0
1800.09/901.63	c number of learning phase by resolution	: 0
1800.09/901.63	c number of learning phase by cutting planes	: 0
1800.09/901.63	c speed (assignments/second)	: 32696.361987414093
1800.09/901.63	c non guided choices	71
1800.09/901.64	c learnt constraints type 
1800.09/901.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14264
1800.09/901.64	c constraints type 
1800.09/901.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 665
1800.09/901.64	c constraints type 
1800.09/901.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 665
1800.09/901.64	s UNKNOWN
1800.09/901.64	c Total wall clock time (in seconds): 901.532

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454226-1307190978/watcher-3454226-1307190978 -o /tmp/evaluation-result-3454226-1307190978/solver-3454226-1307190978 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454226-1307190978.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.33 2.67 3.28 3/596 1861
/proc/meminfo: memFree=23011708/32951124 swapFree=58940260/67111528
[pid=1861] ppid=1859 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/1861/stat : 1861 (java) R 1859 1861 30921 0 -1 4202496 950 0 0 0 0 0 0 0 25 0 1 0 830695559 23580672 693 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212682712552 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1861/statm: 5757 693 509 9 0 124 0
[pid=1861/tid=1862] ppid=1859 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/1861/task/1862/stat : 1862 (java) R 1859 1861 30921 0 -1 4202560 8833 0 1 0 0 1 0 0 25 0 10 0 830695559 10703900672 9658 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 47508111513216 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=1861/tid=1863] ppid=1859 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1863/stat : 1863 (java) R 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830695561 10703900672 9658 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=1861/tid=1864] ppid=1859 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1864/stat : 1864 (java) R 1859 1861 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 10 0 830695561 10703900672 9662 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=1861/tid=1865] ppid=1859 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1865/stat : 1865 (java) R 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830695561 10703900672 9663 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=1861/tid=1866] ppid=1859 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1866/stat : 1866 (java) R 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830695561 10703900672 9664 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=1861/tid=1867] ppid=1859 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1867/stat : 1867 (java) R 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830695561 10703900672 9669 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=1861/tid=1868] ppid=1859 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1868/stat : 1868 (java) R 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830695561 10703900672 9673 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=1861/tid=1869] ppid=1859 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1869/stat : 1869 (java) R 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830695561 10703900672 9674 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=1861/tid=1870] ppid=1859 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1870/stat : 1870 (java) R 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830695561 10703900672 9679 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.104721 s]
/proc/loadavg: 2.33 2.67 3.28 3/596 1861
/proc/meminfo: memFree=23011708/32951124 swapFree=58940260/67111528
[pid=1861] ppid=1859 vsize=10540152 CPUtime=0.11 cores=0,2,4,6
/proc/1861/stat : 1861 (java) S 1859 1861 30921 0 -1 4202496 13158 0 1 0 9 2 0 0 25 0 18 0 830695559 10793115648 12854 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1861/statm: 2635038 12857 2101 9 0 2625772 0
[pid=1861/tid=1862] ppid=1859 vsize=10540152 CPUtime=0.09 cores=0,2,4,6
/proc/1861/task/1862/stat : 1862 (java) R 1859 1861 30921 0 -1 4202560 11240 0 1 0 8 1 0 0 18 0 18 0 830695559 10793115648 12858 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699502027 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1861/tid=1863] ppid=1859 vsize=10540152 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1863/stat : 1863 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10793115648 12859 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1864] ppid=1859 vsize=10540152 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1864/stat : 1864 (java) S 1859 1861 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830695561 10793115648 12861 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1865] ppid=1859 vsize=10540152 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1865/stat : 1865 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10793115648 12864 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1866] ppid=1859 vsize=10540152 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1866/stat : 1866 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10793115648 12864 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1867] ppid=1859 vsize=10540152 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1867/stat : 1867 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10793115648 12865 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1868] ppid=1859 vsize=10540152 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1868/stat : 1868 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10793115648 12865 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1869] ppid=1859 vsize=10540152 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1869/stat : 1869 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10793115648 12865 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1870] ppid=1859 vsize=10540152 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1870/stat : 1870 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10793115648 12865 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540152

[startup+0.200688 s]
/proc/loadavg: 2.33 2.67 3.28 3/596 1861
/proc/meminfo: memFree=23011708/32951124 swapFree=58940260/67111528
[pid=1861] ppid=1859 vsize=10541496 CPUtime=0.3 cores=0,2,4,6
/proc/1861/stat : 1861 (java) S 1859 1861 30921 0 -1 4202496 14637 0 1 0 28 2 0 0 25 0 18 0 830695559 10794491904 14240 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1861/statm: 2635374 14241 2191 9 0 2626108 0
[pid=1861/tid=1862] ppid=1859 vsize=10541496 CPUtime=0.18 cores=0,2,4,6
/proc/1861/task/1862/stat : 1862 (java) R 1859 1861 30921 0 -1 4202560 12205 0 1 0 17 1 0 0 18 0 18 0 830695559 10794491904 14242 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 47508111735604 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1861/tid=1863] ppid=1859 vsize=10541496 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1863/stat : 1863 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10794491904 14242 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1864] ppid=1859 vsize=10541496 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1864/stat : 1864 (java) S 1859 1861 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830695561 10794491904 14242 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1865] ppid=1859 vsize=10541496 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1865/stat : 1865 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10794491904 14242 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1866] ppid=1859 vsize=10541496 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1866/stat : 1866 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10794491904 14243 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1867] ppid=1859 vsize=10541496 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1867/stat : 1867 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10794491904 14243 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1868] ppid=1859 vsize=10541496 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1868/stat : 1868 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10794491904 14243 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1869] ppid=1859 vsize=10541496 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1869/stat : 1869 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10794491904 14244 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1870] ppid=1859 vsize=10541496 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1870/stat : 1870 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10794491904 14244 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10541496

[startup+0.300647 s]
/proc/loadavg: 2.33 2.67 3.28 3/596 1861
/proc/meminfo: memFree=23011708/32951124 swapFree=58940260/67111528
[pid=1861] ppid=1859 vsize=10544640 CPUtime=0.56 cores=0,2,4,6
/proc/1861/stat : 1861 (java) S 1859 1861 30921 0 -1 4202496 20233 0 1 0 53 3 0 0 25 0 18 0 830695559 10797711360 18505 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1861/statm: 2636160 18511 2203 9 0 2626894 0
[pid=1861/tid=1862] ppid=1859 vsize=10544640 CPUtime=0.29 cores=0,2,4,6
/proc/1861/task/1862/stat : 1862 (java) R 1859 1861 30921 0 -1 4202560 14635 0 1 0 27 2 0 0 18 0 18 0 830695559 10797711360 18516 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 46912505592821 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1861/tid=1863] ppid=1859 vsize=10544640 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1863/stat : 1863 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10797711360 18519 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1864] ppid=1859 vsize=10544640 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1864/stat : 1864 (java) S 1859 1861 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830695561 10797711360 18533 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1865] ppid=1859 vsize=10544800 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1865/stat : 1865 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10797875200 18553 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1866] ppid=1859 vsize=10544800 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1866/stat : 1866 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10797875200 18561 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1867] ppid=1859 vsize=10544800 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1867/stat : 1867 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10797875200 18564 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1868] ppid=1859 vsize=10544800 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1868/stat : 1868 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10797875200 18568 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1869] ppid=1859 vsize=10544800 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1869/stat : 1869 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10797875200 18570 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1870] ppid=1859 vsize=10544800 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1870/stat : 1870 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10797875200 18573 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10544640

[startup+0.700606 s]
/proc/loadavg: 2.33 2.67 3.28 3/596 1861
/proc/meminfo: memFree=23011708/32951124 swapFree=58940260/67111528
[pid=1861] ppid=1859 vsize=10561956 CPUtime=1.45 cores=0,2,4,6
/proc/1861/stat : 1861 (java) S 1859 1861 30921 0 -1 4202496 48940 0 1 0 139 6 0 0 25 0 18 0 830695559 10815442944 44867 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1861/statm: 2640489 44870 2205 9 0 2631223 0
[pid=1861/tid=1862] ppid=1859 vsize=10561956 CPUtime=0.68 cores=0,2,4,6
/proc/1861/task/1862/stat : 1862 (java) R 1859 1861 30921 0 -1 4202560 36180 0 1 0 64 4 0 0 18 0 18 0 830695559 10815442944 44872 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 46912505586571 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1861/tid=1863] ppid=1859 vsize=10561956 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1863/stat : 1863 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10815442944 44874 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1864] ppid=1859 vsize=10561956 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1864/stat : 1864 (java) S 1859 1861 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830695561 10815442944 44877 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1865] ppid=1859 vsize=10561956 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1865/stat : 1865 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10815442944 44878 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1866] ppid=1859 vsize=10561956 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1866/stat : 1866 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10815442944 44883 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1867] ppid=1859 vsize=10561956 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1867/stat : 1867 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10815442944 44883 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1868] ppid=1859 vsize=10561956 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1868/stat : 1868 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10815442944 44886 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1869] ppid=1859 vsize=10561956 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1869/stat : 1869 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10815442944 44886 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1870] ppid=1859 vsize=10561956 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1870/stat : 1870 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830695561 10815442944 44888 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 10561956

[startup+1.5014 s]
/proc/loadavg: 2.33 2.67 3.28 6/618 1883
/proc/meminfo: memFree=22723164/32951124 swapFree=58940260/67111528
[pid=1861] ppid=1859 vsize=10566068 CPUtime=3.52 cores=0,2,4,6
/proc/1861/stat : 1861 (java) S 1859 1861 30921 0 -1 4202496 61669 0 1 0 344 8 0 0 25 0 22 0 830695559 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1861/statm: 2641517 57524 2225 9 0 2632251 0
[pid=1861/tid=1862] ppid=1859 vsize=10566068 CPUtime=0.77 cores=0,2,4,6
/proc/1861/task/1862/stat : 1862 (java) S 1859 1861 30921 0 -1 4202560 41814 0 1 0 72 5 0 0 15 0 22 0 830695559 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1863] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1863/stat : 1863 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695561 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1864] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1864/stat : 1864 (java) S 1859 1861 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830695561 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1865] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1865/stat : 1865 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695561 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1866] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1866/stat : 1866 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695561 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1867] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1867/stat : 1867 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695561 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1868] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1868/stat : 1868 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695561 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1869] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1869/stat : 1869 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695561 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1870] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1870/stat : 1870 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695561 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1872] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1872/stat : 1872 (java) S 1859 1861 30921 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830695562 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 0 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1873] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1873/stat : 1873 (java) S 1859 1861 30921 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830695562 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1874] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1874/stat : 1874 (java) S 1859 1861 30921 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830695562 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1875] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1875/stat : 1875 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695565 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699498929 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1876] ppid=1859 vsize=10566068 CPUtime=0.72 cores=0,2,4,6
/proc/1861/task/1876/stat : 1876 (java) R 1859 1861 30921 0 -1 4202560 7864 0 0 0 71 1 0 0 15 0 22 0 830695565 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 47508108089024 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1861/tid=1877] ppid=1859 vsize=10566068 CPUtime=0.57 cores=0,2,4,6
/proc/1861/task/1877/stat : 1877 (java) R 1859 1861 30921 0 -1 4202560 3905 0 0 0 57 0 0 0 15 0 22 0 830695565 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 47508110958114 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1861/tid=1878] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1878/stat : 1878 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695565 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1879] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1879/stat : 1879 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830695565 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1880] ppid=1859 vsize=10566068 CPUtime=0.71 cores=0,2,4,6
/proc/1861/task/1880/stat : 1880 (java) R 1859 1861 30921 0 -1 4202560 626 0 0 0 71 0 0 0 22 0 22 0 830695637 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 46912505850980 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1861/tid=1881] ppid=1859 vsize=10566068 CPUtime=0.7 cores=0,2,4,6
/proc/1861/task/1881/stat : 1881 (java) R 1859 1861 30921 0 -1 4202560 6292 0 0 0 70 0 0 0 24 0 22 0 830695637 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 46912505898623 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1861/tid=1882] ppid=1859 vsize=10566068 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1882/stat : 1882 (java) S 1859 1861 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830695645 10819653632 57524 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0

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

[startup+822.302 s]
/proc/loadavg: 4.04 3.91 3.69 5/618 1905
/proc/meminfo: memFree=18025912/32951124 swapFree=58940260/67111528
[pid=1861] ppid=1859 vsize=10560300 CPUtime=1642.17 cores=0,2,4,6
/proc/1861/stat : 1861 (java) S 1859 1861 30921 0 -1 4202496 918701 0 1 0 164102 115 0 0 25 0 22 0 830695559 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1861/statm: 2640075 908771 2257 9 0 2630809 0
[pid=1861/tid=1862] ppid=1859 vsize=10560300 CPUtime=0.77 cores=0,2,4,6
/proc/1861/task/1862/stat : 1862 (java) S 1859 1861 30921 0 -1 4202560 41820 0 1 0 72 5 0 0 15 0 22 0 830695559 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1863] ppid=1859 vsize=10560300 CPUtime=0.26 cores=0,2,4,6
/proc/1861/task/1863/stat : 1863 (java) S 1859 1861 30921 0 -1 4202560 7601 0 0 0 26 0 0 0 15 0 22 0 830695561 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1864] ppid=1859 vsize=10560300 CPUtime=0.18 cores=0,2,4,6
/proc/1861/task/1864/stat : 1864 (java) S 1859 1861 30921 0 -1 4202560 4464 0 0 0 18 0 0 0 15 0 22 0 830695561 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1865] ppid=1859 vsize=10560300 CPUtime=0.24 cores=0,2,4,6
/proc/1861/task/1865/stat : 1865 (java) S 1859 1861 30921 0 -1 4202560 8524 0 0 0 23 1 0 0 16 0 22 0 830695561 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1866] ppid=1859 vsize=10560300 CPUtime=0.19 cores=0,2,4,6
/proc/1861/task/1866/stat : 1866 (java) S 1859 1861 30921 0 -1 4202560 3553 0 0 0 19 0 0 0 16 0 22 0 830695561 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1867] ppid=1859 vsize=10560300 CPUtime=0.3 cores=0,2,4,6
/proc/1861/task/1867/stat : 1867 (java) S 1859 1861 30921 0 -1 4202560 8755 0 0 0 29 1 0 0 16 0 22 0 830695561 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1868] ppid=1859 vsize=10560300 CPUtime=0.26 cores=0,2,4,6
/proc/1861/task/1868/stat : 1868 (java) S 1859 1861 30921 0 -1 4202560 10832 0 0 0 25 1 0 0 15 0 22 0 830695561 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1869] ppid=1859 vsize=10560300 CPUtime=0.25 cores=0,2,4,6
/proc/1861/task/1869/stat : 1869 (java) S 1859 1861 30921 0 -1 4202560 6829 0 0 0 24 1 0 0 15 0 22 0 830695561 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1870] ppid=1859 vsize=10560300 CPUtime=0.23 cores=0,2,4,6
/proc/1861/task/1870/stat : 1870 (java) S 1859 1861 30921 0 -1 4202560 4981 0 0 0 22 1 0 0 16 0 22 0 830695561 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1872] ppid=1859 vsize=10560300 CPUtime=4.51 cores=0,2,4,6
/proc/1861/task/1872/stat : 1872 (java) S 1859 1861 30921 0 -1 4202560 20451 0 0 0 447 4 0 0 16 0 22 0 830695562 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 0 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1873] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1873/stat : 1873 (java) S 1859 1861 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830695562 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1874] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1874/stat : 1874 (java) S 1859 1861 30921 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830695562 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1875] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1875/stat : 1875 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695565 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699498929 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1876] ppid=1859 vsize=10560300 CPUtime=1.28 cores=0,2,4,6
/proc/1861/task/1876/stat : 1876 (java) S 1859 1861 30921 0 -1 4202560 7964 0 0 0 127 1 0 0 15 0 22 0 830695565 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1877] ppid=1859 vsize=10560300 CPUtime=1.06 cores=0,2,4,6
/proc/1861/task/1877/stat : 1877 (java) S 1859 1861 30921 0 -1 4202560 7581 0 0 0 105 1 0 0 15 0 22 0 830695565 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1878] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1878/stat : 1878 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695565 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1879] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1879/stat : 1879 (java) S 1859 1861 30921 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 830695565 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1880] ppid=1859 vsize=10560300 CPUtime=816.27 cores=0,2,4,6
/proc/1861/task/1880/stat : 1880 (java) R 1859 1861 30921 0 -1 4202560 821 0 0 0 81627 0 0 0 25 0 22 0 830695637 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 46912505850934 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1861/tid=1881] ppid=1859 vsize=10560300 CPUtime=816.23 cores=0,2,4,6
/proc/1861/task/1881/stat : 1881 (java) R 1859 1861 30921 0 -1 4202560 783321 0 0 0 81531 92 0 0 25 0 22 0 830695637 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 46912505999409 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1861/tid=1882] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1882/stat : 1882 (java) S 1859 1861 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830695645 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1883] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1883/stat : 1883 (java) S 1859 1861 30921 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830695652 10813747200 908771 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1642.17
Current children cumulated vsize (KiB) 10560300

[startup+882.323 s]
/proc/loadavg: 3.93 3.91 3.70 5/618 1906
/proc/meminfo: memFree=17995624/32951124 swapFree=58940260/67111528
[pid=1861] ppid=1859 vsize=10560300 CPUtime=1761.85 cores=0,2,4,6
/proc/1861/stat : 1861 (java) S 1859 1861 30921 0 -1 4202496 922783 0 1 0 176069 116 0 0 25 0 22 0 830695559 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1861/statm: 2640075 912733 2257 9 0 2630809 0
[pid=1861/tid=1862] ppid=1859 vsize=10560300 CPUtime=0.77 cores=0,2,4,6
/proc/1861/task/1862/stat : 1862 (java) S 1859 1861 30921 0 -1 4202560 41820 0 1 0 72 5 0 0 15 0 22 0 830695559 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1863] ppid=1859 vsize=10560300 CPUtime=0.31 cores=0,2,4,6
/proc/1861/task/1863/stat : 1863 (java) S 1859 1861 30921 0 -1 4202560 8167 0 0 0 30 1 0 0 15 0 22 0 830695561 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1864] ppid=1859 vsize=10560300 CPUtime=0.21 cores=0,2,4,6
/proc/1861/task/1864/stat : 1864 (java) S 1859 1861 30921 0 -1 4202560 4788 0 0 0 21 0 0 0 16 0 22 0 830695561 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1865] ppid=1859 vsize=10560300 CPUtime=0.27 cores=0,2,4,6
/proc/1861/task/1865/stat : 1865 (java) S 1859 1861 30921 0 -1 4202560 9089 0 0 0 26 1 0 0 15 0 22 0 830695561 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1866] ppid=1859 vsize=10560300 CPUtime=0.23 cores=0,2,4,6
/proc/1861/task/1866/stat : 1866 (java) S 1859 1861 30921 0 -1 4202560 4040 0 0 0 23 0 0 0 16 0 22 0 830695561 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1867] ppid=1859 vsize=10560300 CPUtime=0.31 cores=0,2,4,6
/proc/1861/task/1867/stat : 1867 (java) S 1859 1861 30921 0 -1 4202560 8998 0 0 0 30 1 0 0 16 0 22 0 830695561 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1868] ppid=1859 vsize=10560300 CPUtime=0.29 cores=0,2,4,6
/proc/1861/task/1868/stat : 1868 (java) S 1859 1861 30921 0 -1 4202560 11278 0 0 0 28 1 0 0 15 0 22 0 830695561 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1869] ppid=1859 vsize=10560300 CPUtime=0.28 cores=0,2,4,6
/proc/1861/task/1869/stat : 1869 (java) S 1859 1861 30921 0 -1 4202560 7322 0 0 0 27 1 0 0 16 0 22 0 830695561 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1870] ppid=1859 vsize=10560300 CPUtime=0.27 cores=0,2,4,6
/proc/1861/task/1870/stat : 1870 (java) S 1859 1861 30921 0 -1 4202560 5675 0 0 0 26 1 0 0 15 0 22 0 830695561 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1872] ppid=1859 vsize=10560300 CPUtime=4.95 cores=0,2,4,6
/proc/1861/task/1872/stat : 1872 (java) S 1859 1861 30921 0 -1 4202560 20698 0 0 0 491 4 0 0 16 0 22 0 830695562 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 0 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1873] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1873/stat : 1873 (java) S 1859 1861 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830695562 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1874] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1874/stat : 1874 (java) S 1859 1861 30921 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830695562 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1875] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1875/stat : 1875 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695565 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699498929 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1876] ppid=1859 vsize=10560300 CPUtime=1.28 cores=0,2,4,6
/proc/1861/task/1876/stat : 1876 (java) S 1859 1861 30921 0 -1 4202560 7964 0 0 0 127 1 0 0 15 0 22 0 830695565 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1877] ppid=1859 vsize=10560300 CPUtime=1.06 cores=0,2,4,6
/proc/1861/task/1877/stat : 1877 (java) S 1859 1861 30921 0 -1 4202560 7581 0 0 0 105 1 0 0 15 0 22 0 830695565 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1878] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1878/stat : 1878 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695565 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1879] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1879/stat : 1879 (java) S 1859 1861 30921 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830695565 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1880] ppid=1859 vsize=10560300 CPUtime=875.76 cores=0,2,4,6
/proc/1861/task/1880/stat : 1880 (java) R 1859 1861 30921 0 -1 4202560 833 0 0 0 87576 0 0 0 25 0 22 0 830695637 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 46912505674084 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1861/tid=1881] ppid=1859 vsize=10560300 CPUtime=875.72 cores=0,2,4,6
/proc/1861/task/1881/stat : 1881 (java) R 1859 1861 30921 0 -1 4202560 783323 0 0 0 87480 92 0 0 25 0 22 0 830695637 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 46912505600365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1861/tid=1882] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1882/stat : 1882 (java) S 1859 1861 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830695645 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1883] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1883/stat : 1883 (java) S 1859 1861 30921 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830695652 10813747200 912733 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1761.85
Current children cumulated vsize (KiB) 10560300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.601 s]
/proc/loadavg: 3.95 3.91 3.71 5/618 1907
/proc/meminfo: memFree=17989156/32951124 swapFree=58940260/67111528
[pid=1861] ppid=1859 vsize=10560300 CPUtime=1800.09 cores=0,2,4,6
/proc/1861/stat : 1861 (java) S 1859 1861 30921 0 -1 4202496 924028 0 1 0 179893 116 0 0 25 0 22 0 830695559 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1861/statm: 2640075 913947 2257 9 0 2630809 0
[pid=1861/tid=1862] ppid=1859 vsize=10560300 CPUtime=0.77 cores=0,2,4,6
/proc/1861/task/1862/stat : 1862 (java) S 1859 1861 30921 0 -1 4202560 41820 0 1 0 72 5 0 0 15 0 22 0 830695559 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1863] ppid=1859 vsize=10560300 CPUtime=0.32 cores=0,2,4,6
/proc/1861/task/1863/stat : 1863 (java) S 1859 1861 30921 0 -1 4202560 8542 0 0 0 31 1 0 0 15 0 22 0 830695561 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1864] ppid=1859 vsize=10560300 CPUtime=0.21 cores=0,2,4,6
/proc/1861/task/1864/stat : 1864 (java) S 1859 1861 30921 0 -1 4202560 4879 0 0 0 21 0 0 0 15 0 22 0 830695561 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1865] ppid=1859 vsize=10560300 CPUtime=0.27 cores=0,2,4,6
/proc/1861/task/1865/stat : 1865 (java) S 1859 1861 30921 0 -1 4202560 9089 0 0 0 26 1 0 0 16 0 22 0 830695561 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1866] ppid=1859 vsize=10560300 CPUtime=0.23 cores=0,2,4,6
/proc/1861/task/1866/stat : 1866 (java) S 1859 1861 30921 0 -1 4202560 4270 0 0 0 23 0 0 0 15 0 22 0 830695561 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1867] ppid=1859 vsize=10560300 CPUtime=0.32 cores=0,2,4,6
/proc/1861/task/1867/stat : 1867 (java) S 1859 1861 30921 0 -1 4202560 9340 0 0 0 31 1 0 0 16 0 22 0 830695561 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1868] ppid=1859 vsize=10560300 CPUtime=0.29 cores=0,2,4,6
/proc/1861/task/1868/stat : 1868 (java) S 1859 1861 30921 0 -1 4202560 11345 0 0 0 28 1 0 0 15 0 22 0 830695561 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1869] ppid=1859 vsize=10560300 CPUtime=0.28 cores=0,2,4,6
/proc/1861/task/1869/stat : 1869 (java) S 1859 1861 30921 0 -1 4202560 7322 0 0 0 27 1 0 0 16 0 22 0 830695561 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1870] ppid=1859 vsize=10560300 CPUtime=0.28 cores=0,2,4,6
/proc/1861/task/1870/stat : 1870 (java) S 1859 1861 30921 0 -1 4202560 5812 0 0 0 27 1 0 0 16 0 22 0 830695561 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1872] ppid=1859 vsize=10560300 CPUtime=5.28 cores=0,2,4,6
/proc/1861/task/1872/stat : 1872 (java) S 1859 1861 30921 0 -1 4202560 20698 0 0 0 524 4 0 0 15 0 22 0 830695562 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 0 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1873] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1873/stat : 1873 (java) S 1859 1861 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830695562 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1874] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1874/stat : 1874 (java) S 1859 1861 30921 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830695562 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1875] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1875/stat : 1875 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695565 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699498929 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1876] ppid=1859 vsize=10560300 CPUtime=1.28 cores=0,2,4,6
/proc/1861/task/1876/stat : 1876 (java) S 1859 1861 30921 0 -1 4202560 7964 0 0 0 127 1 0 0 15 0 22 0 830695565 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1877] ppid=1859 vsize=10560300 CPUtime=1.06 cores=0,2,4,6
/proc/1861/task/1877/stat : 1877 (java) S 1859 1861 30921 0 -1 4202560 7581 0 0 0 105 1 0 0 15 0 22 0 830695565 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 2 0 0 0
[pid=1861/tid=1878] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1878/stat : 1878 (java) S 1859 1861 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830695565 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491225 0 4 0 16800975 18446604444089504960 0 0 -1 6 0 0 0
[pid=1861/tid=1879] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1879/stat : 1879 (java) S 1859 1861 30921 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830695565 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
[pid=1861/tid=1880] ppid=1859 vsize=10560300 CPUtime=894.71 cores=0,2,4,6
/proc/1861/task/1880/stat : 1880 (java) R 1859 1861 30921 0 -1 4202560 836 0 0 0 89471 0 0 0 25 0 22 0 830695637 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 46912505850980 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1861/tid=1881] ppid=1859 vsize=10560300 CPUtime=894.67 cores=0,2,4,6
/proc/1861/task/1881/stat : 1881 (java) R 1859 1861 30921 0 -1 4202560 783323 0 0 0 89375 92 0 0 25 0 22 0 830695637 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 46912505898536 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1861/tid=1882] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1882/stat : 1882 (java) S 1859 1861 30921 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830695645 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 4 0 0 0
[pid=1861/tid=1883] ppid=1859 vsize=10560300 CPUtime=0 cores=0,2,4,6
/proc/1861/task/1883/stat : 1883 (java) S 1859 1861 30921 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830695652 10813747200 913947 33554432000 1073741824 1073778376 140734899557056 18446744073709551615 212699491840 0 4 0 16800975 18446604444089504960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10560300

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

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

[startup+901.728 s]
/proc/loadavg: 3.95 3.91 3.71 5/618 1907
/proc/meminfo: memFree=17989156/32951124 swapFree=58940260/67111528
[pid=1861] ppid=1859 vsize=0 CPUtime=1800.27 cores=0,2,4,6
/proc/1861/stat : 1861 (java) Z 1859 1861 30921 0 -1 4203548 924061 0 1 0 179902 125 0 0 17 0 2 0 830695559 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1861/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 901.794
CPU time (s): 1800.35
CPU user time (s): 1799.03
CPU system time (s): 1.3198
CPU usage (%): 199.641
Max. virtual memory (cumulated for all children) (KiB): 10566068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.3198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 924061
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= 25243
involuntary context switches= 25964

runsolver used 5.71313 second user time and 11.8092 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-04 14:36:18
IDJOB=3454226
IDBENCH=2420
IDSOLVER=1950
FILE ID=node139/3454226-1307190978
RUNJOBID= node139-1307190976-1725
PBS_JOBID= 13508863
Free space on /tmp= 73468 MiB

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

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

MD5SUM BENCH= 64532e211df845746fb0c67de55e4b15
RANDOM SEED=2027493963

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23013104 kB
Buffers:        282380 kB
Cached:         620640 kB
SwapCached:       3628 kB
Active:        9118608 kB
Inactive:       514976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23013104 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:            2548 kB
Writeback:           0 kB
AnonPages:     8728956 kB
Mapped:          41088 kB
Slab:           153720 kB
PageTables:      79804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 181261416 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= 73468 MiB
End job on node139 at 2011-06-04 14:51:22