Trace number 3454233

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.39 913.38

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbea.opb
MD5SUMfed9726f7ff3b53e29a48b8849ad3d9b
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 variables155427
Total number of constraints2674
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 constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 11303756896327816
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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@5495fd19
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@ae94e92
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-3454233-1307191029.opb
0.10/0.11	c reading problem ... 
3.91/3.19	c ... done. Wall clock time 3.084s.
3.91/3.19	c #vars     155427
3.91/3.19	c #constraints  52920
3.91/3.19	c constraints type 
3.91/3.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4611
3.91/3.19	c constraints type 
3.91/3.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4611
22.01/11.59	c cleaning 2497 clauses out of 4997 with flag 5000/5000
44.54/23.01	c cleaning 4244 clauses out of 8500 with flag 11000/11000
84.49/43.01	c cleaning 5618 clauses out of 11258 with flag 18002/18002
125.42/63.63	c cleaning 6817 clauses out of 13638 with flag 26001/26001
166.97/84.71	c cleaning 7905 clauses out of 15823 with flag 35003/35003
206.96/104.85	c cleaning 8948 clauses out of 17915 with flag 45000/45000
253.35/128.27	c cleaning 9479 clauses out of 18967 with flag 55000/55000
300.31/151.96	c cleaning 9744 clauses out of 19488 with flag 65000/65000
347.51/175.86	c cleaning 9869 clauses out of 19744 with flag 75000/75000
392.50/198.58	c cleaning 9931 clauses out of 19875 with flag 85000/85000
436.69/220.80	c cleaning 9962 clauses out of 19944 with flag 95000/95000
482.25/243.88	c cleaning 9985 clauses out of 19982 with flag 105000/105000
528.54/267.22	c cleaning 9992 clauses out of 19997 with flag 115000/115000
575.50/290.94	c cleaning 9995 clauses out of 20005 with flag 125000/125000
622.89/314.89	c cleaning 9997 clauses out of 20010 with flag 135000/135000
670.86/339.07	c cleaning 9995 clauses out of 20013 with flag 145000/145000
693.51/350.70	c cleaning 9997 clauses out of 20018 with flag 155000/155000
738.67/373.42	c cleaning 10000 clauses out of 20021 with flag 165000/165000
785.47/397.02	c cleaning 10003 clauses out of 20021 with flag 175000/175000
836.41/422.74	c cleaning 10002 clauses out of 20018 with flag 185000/185000
887.13/448.49	c cleaning 10000 clauses out of 20016 with flag 195000/195000
940.09/475.18	c cleaning 10001 clauses out of 20017 with flag 205001/205001
977.96/494.35	c cleaning 10000 clauses out of 20016 with flag 215001/215001
1031.57/521.33	c cleaning 9997 clauses out of 20015 with flag 225000/225000
1076.84/544.21	c cleaning 9997 clauses out of 20021 with flag 235003/235003
1108.20/560.16	c cleaning 9997 clauses out of 20023 with flag 245002/245002
1138.34/575.43	c cleaning 10005 clauses out of 20033 with flag 255009/255009
1164.49/588.71	c cleaning 10002 clauses out of 20020 with flag 265001/265001
1182.10/597.82	c cleaning 9999 clauses out of 20018 with flag 275001/275001
1202.25/608.12	c cleaning 9997 clauses out of 20019 with flag 285001/285001
1222.19/618.34	c cleaning 9998 clauses out of 20022 with flag 295001/295001
1242.12/628.51	c cleaning 10002 clauses out of 20024 with flag 305001/305001
1266.10/640.89	c cleaning 10003 clauses out of 20022 with flag 315001/315001
1287.83/651.92	c cleaning 10000 clauses out of 20018 with flag 325000/325000
1306.57/661.54	c cleaning 9999 clauses out of 20019 with flag 335001/335001
1326.70/671.88	c cleaning 9999 clauses out of 20020 with flag 345001/345001
1342.82/680.18	c cleaning 9998 clauses out of 20020 with flag 355000/355000
1357.75/687.84	c cleaning 9999 clauses out of 20022 with flag 365000/365000
1373.08/695.74	c cleaning 10000 clauses out of 20024 with flag 375001/375001
1398.05/708.45	c cleaning 10002 clauses out of 20024 with flag 385001/385001
1427.68/723.55	c cleaning 9998 clauses out of 20021 with flag 395000/395000
1462.64/741.23	c cleaning 10006 clauses out of 20024 with flag 405001/405001
1476.96/748.68	c cleaning 9995 clauses out of 20018 with flag 415001/415001
1493.08/756.90	c cleaning 10003 clauses out of 20024 with flag 425002/425002
1517.19/769.32	c cleaning 9990 clauses out of 20019 with flag 435000/435000
1545.51/783.77	c cleaning 9997 clauses out of 20029 with flag 445000/445000
1583.04/802.77	c cleaning 9998 clauses out of 20032 with flag 455000/455000
1628.37/825.69	c cleaning 10005 clauses out of 20034 with flag 465000/465000
1675.11/849.31	c cleaning 10001 clauses out of 20030 with flag 475001/475001
1712.04/868.08	c cleaning 10004 clauses out of 20028 with flag 485000/485000
1740.78/882.67	c cleaning 9998 clauses out of 20024 with flag 495000/495000
1768.67/896.89	c cleaning 10003 clauses out of 20026 with flag 505000/505000
1797.29/911.50	c cleaning 9996 clauses out of 20024 with flag 515001/515001
1800.18/913.22	c starts		: 152
1800.18/913.22	c conflicts		: 516197
1800.18/913.22	c decisions		: 607564
1800.18/913.22	c propagations		: 13885215
1800.18/913.22	c inspects		: 226838599
1800.18/913.22	c shortcuts		: 0
1800.18/913.22	c learnt literals	: 4
1800.18/913.22	c learnt binary clauses	: 2
1800.18/913.22	c learnt ternary clauses	: 0
1800.18/913.22	c learnt constraints	: 516193
1800.18/913.22	c ignored constraints	: 0
1800.18/913.22	c root simplifications	: 0
1800.18/913.22	c removed literals (reason simplification)	: 59983076
1800.18/913.22	c reason swapping (by a shorter reason)	: 0
1800.18/913.22	c Calls to reduceDB	: 53
1800.18/913.22	c number of reductions to clauses (during analyze)	: 0
1800.18/913.22	c number of learned constraints concerned by reduction	: 0
1800.18/913.22	c number of learning phase by resolution	: 0
1800.18/913.22	c number of learning phase by cutting planes	: 0
1800.18/913.22	c speed (assignments/second)	: 15257.985716970083
1800.18/913.22	c non guided choices	6475
1800.18/913.23	c learnt constraints type 
1800.18/913.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.18/913.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11226
1800.18/913.23	c constraints type 
1800.18/913.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4611
1800.18/913.23	c constraints type 
1800.18/913.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4611
1800.18/913.23	s UNKNOWN
1800.18/913.23	c Total wall clock time (in seconds): 913.125

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

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

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


[startup+0 s]
/proc/loadavg: 3.80 3.97 3.76 3/519 20337
/proc/meminfo: memFree=28216576/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 5455 0 1 0 0 0 0 0 21 0 2 0 830702617 10694979584 5156 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2611079 5169 917 9 0 2602235 0
[pid=20337/tid=20338] ppid=20335 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) R 20335 20337 16811 0 -1 4202560 6990 0 1 0 0 0 0 0 23 0 2 0 830702618 10694979584 7807 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210646840379 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0940341 s]
/proc/loadavg: 3.80 3.97 3.76 3/519 20337
/proc/meminfo: memFree=28216576/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10539720 CPUtime=0.09 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 13014 0 1 0 8 1 0 0 21 0 18 0 830702617 10792673280 12708 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2634930 12708 2092 9 0 2625664 0
[pid=20337/tid=20338] ppid=20335 vsize=10539720 CPUtime=0.08 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) R 20335 20337 16811 0 -1 4202560 11073 0 1 0 7 1 0 0 25 0 18 0 830702618 10792673280 12709 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 47593428126214 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539720

[startup+0.101061 s]
/proc/loadavg: 3.80 3.97 3.76 3/519 20337
/proc/meminfo: memFree=28216576/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10539720 CPUtime=0.1 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 13123 0 1 0 9 1 0 0 21 0 18 0 830702617 10792673280 12817 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2634930 12817 2092 9 0 2625664 0
[pid=20337/tid=20338] ppid=20335 vsize=10539720 CPUtime=0.08 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) R 20335 20337 16811 0 -1 4202560 11181 0 1 0 7 1 0 0 25 0 18 0 830702618 10792673280 12817 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 46912496208718 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539720

[startup+0.30103 s]
/proc/loadavg: 3.80 3.97 3.76 3/519 20337
/proc/meminfo: memFree=28216576/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10542340 CPUtime=0.53 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 19595 0 1 0 51 2 0 0 21 0 18 0 830702617 10795356160 18416 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2635585 18417 2199 9 0 2626319 0
[pid=20337/tid=20338] ppid=20335 vsize=10542340 CPUtime=0.28 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) R 20335 20337 16811 0 -1 4202560 15817 0 1 0 27 1 0 0 18 0 18 0 830702618 10795356160 18417 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 47593431763795 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10542340

[startup+0.700933 s]
/proc/loadavg: 3.80 3.97 3.76 3/519 20337
/proc/meminfo: memFree=28216576/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10553188 CPUtime=1.44 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 54929 0 1 0 138 6 0 0 21 0 18 0 830702617 10806464512 51038 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2638297 51045 2211 9 0 2629031 0
[pid=20337/tid=20338] ppid=20335 vsize=10553188 CPUtime=0.68 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) R 20335 20337 16811 0 -1 4202560 44528 0 1 0 64 4 0 0 18 0 18 0 830702618 10806464512 51047 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 46912505644792 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 10553188

[startup+1.50084 s]
/proc/loadavg: 3.80 3.97 3.76 4/537 20355
/proc/meminfo: memFree=27912704/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10553188 CPUtime=2.24 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 126258 0 1 0 210 14 0 0 21 0 18 0 830702617 10806464512 122367 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2638297 122367 2211 9 0 2629031 0
[pid=20337/tid=20338] ppid=20335 vsize=10553188 CPUtime=1.48 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) R 20335 20337 16811 0 -1 4202560 115848 0 1 0 136 12 0 0 19 0 18 0 830702618 10806464512 122367 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 46912505634557 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20337/tid=20340] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20340/stat : 20340 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830702619 10806464512 122367 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20341] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20341/stat : 20341 (java) S 20335 20337 16811 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 122367 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20342] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20342/stat : 20342 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 122367 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20343] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20343/stat : 20343 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 122367 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20344] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20344/stat : 20344 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 122367 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20345] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20345/stat : 20345 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 122367 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20346] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20346/stat : 20346 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 122370 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20347] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20347/stat : 20347 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 122373 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20348] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20348/stat : 20348 (java) S 20335 20337 16811 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830702620 10806464512 122376 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 0 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20349] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20349/stat : 20349 (java) S 20335 20337 16811 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830702621 10806464512 122379 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20350] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20350/stat : 20350 (java) S 20335 20337 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830702621 10806464512 122382 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20351] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20351/stat : 20351 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702623 10806464512 122385 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658970033 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20352] ppid=20335 vsize=10553188 CPUtime=0.39 cores=0,2,4,6
/proc/20337/task/20352/stat : 20352 (java) S 20335 20337 16811 0 -1 4202560 5543 0 0 0 39 0 0 0 25 0 18 0 830702623 10806464512 122388 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20353] ppid=20335 vsize=10553188 CPUtime=0.34 cores=0,2,4,6
/proc/20337/task/20353/stat : 20353 (java) S 20335 20337 16811 0 -1 4202560 3715 0 0 0 34 0 0 0 16 0 18 0 830702623 10806464512 122391 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20354] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20354/stat : 20354 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702623 10806464512 122394 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20355] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20355/stat : 20355 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830702623 10806464512 122397 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10553188

[startup+3.10156 s]
/proc/loadavg: 3.80 3.97 3.76 4/537 20355
/proc/meminfo: memFree=27524716/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10553188 CPUtime=3.91 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 256772 0 1 0 362 29 0 0 21 0 18 0 830702617 10806464512 252881 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2638297 252884 2211 9 0 2629031 0
[pid=20337/tid=20338] ppid=20335 vsize=10553188 CPUtime=3.08 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) R 20335 20337 16811 0 -1 4202560 246322 0 1 0 281 27 0 0 23 0 18 0 830702618 10806464512 252886 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 46912505687798 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20337/tid=20340] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20340/stat : 20340 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830702619 10806464512 252888 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20341] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20341/stat : 20341 (java) S 20335 20337 16811 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 252890 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20342] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20342/stat : 20342 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 252892 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20343] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20343/stat : 20343 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 252894 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20344] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20344/stat : 20344 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 252894 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20345] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20345/stat : 20345 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 252907 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20346] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20346/stat : 20346 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 252913 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20347] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20347/stat : 20347 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702619 10806464512 252919 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20348] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20348/stat : 20348 (java) S 20335 20337 16811 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830702620 10806464512 252927 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 0 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20349] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20349/stat : 20349 (java) S 20335 20337 16811 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830702621 10806464512 252936 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20350] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20350/stat : 20350 (java) S 20335 20337 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830702621 10806464512 252944 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20351] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20351/stat : 20351 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702623 10806464512 252952 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658970033 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20352] ppid=20335 vsize=10553188 CPUtime=0.46 cores=0,2,4,6
/proc/20337/task/20352/stat : 20352 (java) S 20335 20337 16811 0 -1 4202560 5588 0 0 0 46 0 0 0 15 0 18 0 830702623 10806464512 252960 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20353] ppid=20335 vsize=10553188 CPUtime=0.34 cores=0,2,4,6
/proc/20337/task/20353/stat : 20353 (java) S 20335 20337 16811 0 -1 4202560 3715 0 0 0 34 0 0 0 16 0 18 0 830702623 10806464512 252968 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20354] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20354/stat : 20354 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830702623 10806464512 252976 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20355] ppid=20335 vsize=10553188 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20355/stat : 20355 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830702623 10806464512 252984 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 10553188

[startup+6.30096 s]
/proc/loadavg: 3.73 3.96 3.76 5/541 20361
/proc/meminfo: memFree=26225068/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10557300 CPUtime=10.91 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 616529 0 1 0 1023 68 0 0 21 0 22 0 830702617 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2639325 612282 2233 9 0 2630059 0
[pid=20337/tid=20338] ppid=20335 vsize=10557300 CPUtime=3.18 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) S 20335 20337 16811 0 -1 4202560 254126 0 1 0 290 28 0 0 15 0 22 0 830702618 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20340] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20340/stat : 20340 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830702619 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20341] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20341/stat : 20341 (java) S 20335 20337 16811 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830702619 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20342] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20342/stat : 20342 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702619 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20343] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20343/stat : 20343 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702619 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20344] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20344/stat : 20344 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702619 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20345] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20345/stat : 20345 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702619 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20346] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20346/stat : 20346 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702619 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20347] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20347/stat : 20347 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702619 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20348] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20348/stat : 20348 (java) S 20335 20337 16811 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830702620 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 0 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20349] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20349/stat : 20349 (java) S 20335 20337 16811 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830702621 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20350] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20350/stat : 20350 (java) S 20335 20337 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830702621 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20351] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20351/stat : 20351 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702623 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658970033 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20352] ppid=20335 vsize=10557300 CPUtime=0.88 cores=0,2,4,6
/proc/20337/task/20352/stat : 20352 (java) S 20335 20337 16811 0 -1 4202560 5651 0 0 0 88 0 0 0 15 0 22 0 830702623 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20353] ppid=20335 vsize=10557300 CPUtime=0.72 cores=0,2,4,6
/proc/20337/task/20353/stat : 20353 (java) S 20335 20337 16811 0 -1 4202560 4203 0 0 0 71 1 0 0 15 0 22 0 830702623 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20354] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20354/stat : 20354 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702623 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20355] ppid=20335 vsize=10557300 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20355/stat : 20355 (java) S 20335 20337 16811 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830702623 10810675200 612282 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0

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

[startup+822.302 s]
/proc/loadavg: 3.74 3.81 3.80 5/541 20381
/proc/meminfo: memFree=21837056/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10556044 CPUtime=1621.78 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 1071810 0 1 0 162026 152 0 0 21 0 22 0 830702617 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2639011 955494 2262 9 0 2629745 0
[pid=20337/tid=20338] ppid=20335 vsize=10556044 CPUtime=3.18 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) S 20335 20337 16811 0 -1 4202560 254163 0 1 0 290 28 0 0 15 0 22 0 830702618 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20340] ppid=20335 vsize=10556044 CPUtime=0.61 cores=0,2,4,6
/proc/20337/task/20340/stat : 20340 (java) S 20335 20337 16811 0 -1 4202560 3863 0 0 0 54 7 0 0 16 0 22 0 830702619 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20341] ppid=20335 vsize=10556044 CPUtime=0.53 cores=0,2,4,6
/proc/20337/task/20341/stat : 20341 (java) S 20335 20337 16811 0 -1 4202560 22963 0 0 0 50 3 0 0 16 0 22 0 830702619 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20342] ppid=20335 vsize=10556044 CPUtime=0.37 cores=0,2,4,6
/proc/20337/task/20342/stat : 20342 (java) S 20335 20337 16811 0 -1 4202560 7803 0 0 0 36 1 0 0 16 0 22 0 830702619 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20343] ppid=20335 vsize=10556044 CPUtime=0.4 cores=0,2,4,6
/proc/20337/task/20343/stat : 20343 (java) S 20335 20337 16811 0 -1 4202560 2674 0 0 0 40 0 0 0 15 0 22 0 830702619 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20344] ppid=20335 vsize=10556044 CPUtime=0.45 cores=0,2,4,6
/proc/20337/task/20344/stat : 20344 (java) S 20335 20337 16811 0 -1 4202560 10138 0 0 0 44 1 0 0 15 0 22 0 830702619 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20345] ppid=20335 vsize=10556044 CPUtime=0.69 cores=0,2,4,6
/proc/20337/task/20345/stat : 20345 (java) S 20335 20337 16811 0 -1 4202560 35382 0 0 0 65 4 0 0 15 0 22 0 830702619 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20346] ppid=20335 vsize=10556044 CPUtime=0.53 cores=0,2,4,6
/proc/20337/task/20346/stat : 20346 (java) S 20335 20337 16811 0 -1 4202560 12611 0 0 0 51 2 0 0 16 0 22 0 830702619 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20347] ppid=20335 vsize=10556044 CPUtime=0.79 cores=0,2,4,6
/proc/20337/task/20347/stat : 20347 (java) S 20335 20337 16811 0 -1 4202560 42283 0 0 0 75 4 0 0 15 0 22 0 830702619 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20348] ppid=20335 vsize=10556044 CPUtime=23.06 cores=0,2,4,6
/proc/20337/task/20348/stat : 20348 (java) S 20335 20337 16811 0 -1 4202560 216614 0 0 0 2276 30 0 0 15 0 22 0 830702620 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 0 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20349] ppid=20335 vsize=10556044 CPUtime=0.01 cores=0,2,4,6
/proc/20337/task/20349/stat : 20349 (java) S 20335 20337 16811 0 -1 4202560 17 0 0 0 1 0 0 0 18 0 22 0 830702621 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20350] ppid=20335 vsize=10556044 CPUtime=0.02 cores=0,2,4,6
/proc/20337/task/20350/stat : 20350 (java) S 20335 20337 16811 0 -1 4202560 9 0 0 0 2 0 0 0 18 0 22 0 830702621 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20351] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20351/stat : 20351 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702623 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658970033 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20352] ppid=20335 vsize=10556044 CPUtime=1.1 cores=0,2,4,6
/proc/20337/task/20352/stat : 20352 (java) S 20335 20337 16811 0 -1 4202560 5681 0 0 0 110 0 0 0 15 0 22 0 830702623 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20353] ppid=20335 vsize=10556044 CPUtime=1.15 cores=0,2,4,6
/proc/20337/task/20353/stat : 20353 (java) S 20335 20337 16811 0 -1 4202560 4250 0 0 0 114 1 0 0 15 0 22 0 830702623 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20354] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20354/stat : 20354 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702623 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20355] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20355/stat : 20355 (java) S 20335 20337 16811 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830702623 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20356] ppid=20335 vsize=10556044 CPUtime=794.32 cores=0,2,4,6
/proc/20337/task/20356/stat : 20356 (java) R 20335 20337 16811 0 -1 4202560 2591 0 0 0 79419 13 0 0 25 0 22 0 830702937 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 46912506065376 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20337/tid=20357] ppid=20335 vsize=10556044 CPUtime=794.41 cores=0,2,4,6
/proc/20337/task/20357/stat : 20357 (java) R 20335 20337 16811 0 -1 4202560 449588 0 0 0 79389 52 0 0 25 0 22 0 830702937 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 46912506233561 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20337/tid=20358] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20358/stat : 20358 (java) S 20335 20337 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830702986 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20361] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20361/stat : 20361 (java) S 20335 20337 16811 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830703142 10809389056 955494 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1621.78
Current children cumulated vsize (KiB) 10556044

[startup+882.301 s]
/proc/loadavg: 3.83 3.83 3.81 4/541 20383
/proc/meminfo: memFree=21795752/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10556044 CPUtime=1740.17 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 1087108 0 1 0 173861 156 0 0 21 0 22 0 830702617 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2639011 963784 2262 9 0 2629745 0
[pid=20337/tid=20338] ppid=20335 vsize=10556044 CPUtime=3.18 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) S 20335 20337 16811 0 -1 4202560 254166 0 1 0 290 28 0 0 15 0 22 0 830702618 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20340] ppid=20335 vsize=10556044 CPUtime=0.64 cores=0,2,4,6
/proc/20337/task/20340/stat : 20340 (java) S 20335 20337 16811 0 -1 4202560 4034 0 0 0 57 7 0 0 15 0 22 0 830702619 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20341] ppid=20335 vsize=10556044 CPUtime=0.57 cores=0,2,4,6
/proc/20337/task/20341/stat : 20341 (java) S 20335 20337 16811 0 -1 4202560 23449 0 0 0 54 3 0 0 15 0 22 0 830702619 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20342] ppid=20335 vsize=10556044 CPUtime=0.43 cores=0,2,4,6
/proc/20337/task/20342/stat : 20342 (java) S 20335 20337 16811 0 -1 4202560 9323 0 0 0 42 1 0 0 16 0 22 0 830702619 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20343] ppid=20335 vsize=10556044 CPUtime=0.47 cores=0,2,4,6
/proc/20337/task/20343/stat : 20343 (java) S 20335 20337 16811 0 -1 4202560 3665 0 0 0 47 0 0 0 15 0 22 0 830702619 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20344] ppid=20335 vsize=10556044 CPUtime=0.51 cores=0,2,4,6
/proc/20337/task/20344/stat : 20344 (java) S 20335 20337 16811 0 -1 4202560 12378 0 0 0 50 1 0 0 16 0 22 0 830702619 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20345] ppid=20335 vsize=10556044 CPUtime=0.71 cores=0,2,4,6
/proc/20337/task/20345/stat : 20345 (java) S 20335 20337 16811 0 -1 4202560 35472 0 0 0 67 4 0 0 15 0 22 0 830702619 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20346] ppid=20335 vsize=10556044 CPUtime=0.6 cores=0,2,4,6
/proc/20337/task/20346/stat : 20346 (java) S 20335 20337 16811 0 -1 4202560 14677 0 0 0 58 2 0 0 16 0 22 0 830702619 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20347] ppid=20335 vsize=10556044 CPUtime=0.84 cores=0,2,4,6
/proc/20337/task/20347/stat : 20347 (java) S 20335 20337 16811 0 -1 4202560 43079 0 0 0 80 4 0 0 16 0 22 0 830702619 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20348] ppid=20335 vsize=10556044 CPUtime=24.83 cores=0,2,4,6
/proc/20337/task/20348/stat : 20348 (java) S 20335 20337 16811 0 -1 4202560 223536 0 0 0 2451 32 0 0 15 0 22 0 830702620 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 0 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20349] ppid=20335 vsize=10556044 CPUtime=0.01 cores=0,2,4,6
/proc/20337/task/20349/stat : 20349 (java) S 20335 20337 16811 0 -1 4202560 17 0 0 0 1 0 0 0 18 0 22 0 830702621 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20350] ppid=20335 vsize=10556044 CPUtime=0.02 cores=0,2,4,6
/proc/20337/task/20350/stat : 20350 (java) S 20335 20337 16811 0 -1 4202560 9 0 0 0 2 0 0 0 18 0 22 0 830702621 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20351] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20351/stat : 20351 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702623 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658970033 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20352] ppid=20335 vsize=10556044 CPUtime=1.1 cores=0,2,4,6
/proc/20337/task/20352/stat : 20352 (java) S 20335 20337 16811 0 -1 4202560 5681 0 0 0 110 0 0 0 15 0 22 0 830702623 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20353] ppid=20335 vsize=10556044 CPUtime=1.15 cores=0,2,4,6
/proc/20337/task/20353/stat : 20353 (java) S 20335 20337 16811 0 -1 4202560 4250 0 0 0 114 1 0 0 15 0 22 0 830702623 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20354] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20354/stat : 20354 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702623 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20355] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20355/stat : 20355 (java) S 20335 20337 16811 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830702623 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20356] ppid=20335 vsize=10556044 CPUtime=852.43 cores=0,2,4,6
/proc/20337/task/20356/stat : 20356 (java) R 20335 20337 16811 0 -1 4202560 2597 0 0 0 85230 13 0 0 25 0 22 0 830702937 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 46912506386095 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20337/tid=20357] ppid=20335 vsize=10556044 CPUtime=852.52 cores=0,2,4,6
/proc/20337/task/20357/stat : 20357 (java) R 20335 20337 16811 0 -1 4202560 449591 0 0 0 85199 53 0 0 25 0 22 0 830702937 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 46912505645127 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20337/tid=20358] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20358/stat : 20358 (java) S 20335 20337 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830702986 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20361] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20361/stat : 20361 (java) S 20335 20337 16811 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830703142 10809389056 963784 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1740.17
Current children cumulated vsize (KiB) 10556044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.201 s]
/proc/loadavg: 3.83 3.83 3.81 5/541 20385
/proc/meminfo: memFree=21761508/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=10556044 CPUtime=1800.18 cores=0,2,4,6
/proc/20337/stat : 20337 (java) S 20335 20337 16811 0 -1 4202496 1097399 0 1 0 179858 160 0 0 21 0 22 0 830702617 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 2639011 969399 2262 9 0 2629745 0
[pid=20337/tid=20338] ppid=20335 vsize=10556044 CPUtime=3.18 cores=0,2,4,6
/proc/20337/task/20338/stat : 20338 (java) S 20335 20337 16811 0 -1 4202560 254169 0 1 0 290 28 0 0 15 0 22 0 830702618 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20340] ppid=20335 vsize=10556044 CPUtime=0.66 cores=0,2,4,6
/proc/20337/task/20340/stat : 20340 (java) S 20335 20337 16811 0 -1 4202560 4558 0 0 0 59 7 0 0 16 0 22 0 830702619 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20341] ppid=20335 vsize=10556044 CPUtime=0.59 cores=0,2,4,6
/proc/20337/task/20341/stat : 20341 (java) S 20335 20337 16811 0 -1 4202560 25576 0 0 0 56 3 0 0 15 0 22 0 830702619 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20342] ppid=20335 vsize=10556044 CPUtime=0.46 cores=0,2,4,6
/proc/20337/task/20342/stat : 20342 (java) S 20335 20337 16811 0 -1 4202560 9999 0 0 0 45 1 0 0 16 0 22 0 830702619 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20343] ppid=20335 vsize=10556044 CPUtime=0.47 cores=0,2,4,6
/proc/20337/task/20343/stat : 20343 (java) S 20335 20337 16811 0 -1 4202560 3842 0 0 0 47 0 0 0 15 0 22 0 830702619 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20344] ppid=20335 vsize=10556044 CPUtime=0.53 cores=0,2,4,6
/proc/20337/task/20344/stat : 20344 (java) S 20335 20337 16811 0 -1 4202560 12885 0 0 0 51 2 0 0 15 0 22 0 830702619 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20345] ppid=20335 vsize=10556044 CPUtime=0.74 cores=0,2,4,6
/proc/20337/task/20345/stat : 20345 (java) S 20335 20337 16811 0 -1 4202560 36918 0 0 0 70 4 0 0 15 0 22 0 830702619 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20346] ppid=20335 vsize=10556044 CPUtime=0.62 cores=0,2,4,6
/proc/20337/task/20346/stat : 20346 (java) S 20335 20337 16811 0 -1 4202560 14775 0 0 0 60 2 0 0 15 0 22 0 830702619 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20347] ppid=20335 vsize=10556044 CPUtime=0.86 cores=0,2,4,6
/proc/20337/task/20347/stat : 20347 (java) S 20335 20337 16811 0 -1 4202560 43366 0 0 0 82 4 0 0 16 0 22 0 830702619 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20348] ppid=20335 vsize=10556044 CPUtime=26.69 cores=0,2,4,6
/proc/20337/task/20348/stat : 20348 (java) S 20335 20337 16811 0 -1 4202560 227973 0 0 0 2637 32 0 0 15 0 22 0 830702620 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 0 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20349] ppid=20335 vsize=10556044 CPUtime=0.01 cores=0,2,4,6
/proc/20337/task/20349/stat : 20349 (java) S 20335 20337 16811 0 -1 4202560 17 0 0 0 1 0 0 0 18 0 22 0 830702621 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20350] ppid=20335 vsize=10556044 CPUtime=0.02 cores=0,2,4,6
/proc/20337/task/20350/stat : 20350 (java) S 20335 20337 16811 0 -1 4202560 9 0 0 0 2 0 0 0 18 0 22 0 830702621 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20351] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20351/stat : 20351 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702623 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658970033 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20352] ppid=20335 vsize=10556044 CPUtime=1.1 cores=0,2,4,6
/proc/20337/task/20352/stat : 20352 (java) S 20335 20337 16811 0 -1 4202560 5681 0 0 0 110 0 0 0 15 0 22 0 830702623 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 6 0 0 0
[pid=20337/tid=20353] ppid=20335 vsize=10556044 CPUtime=1.15 cores=0,2,4,6
/proc/20337/task/20353/stat : 20353 (java) S 20335 20337 16811 0 -1 4202560 4250 0 0 0 114 1 0 0 15 0 22 0 830702623 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
[pid=20337/tid=20354] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20354/stat : 20354 (java) S 20335 20337 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830702623 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962329 0 4 0 16800975 18446604443967574080 0 0 -1 2 0 0 0
[pid=20337/tid=20355] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20355/stat : 20355 (java) S 20335 20337 16811 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830702623 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20356] ppid=20335 vsize=10556044 CPUtime=881.42 cores=0,2,4,6
/proc/20337/task/20356/stat : 20356 (java) R 20335 20337 16811 0 -1 4202560 2602 0 0 0 88129 13 0 0 22 0 22 0 830702937 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 46912505919535 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20337/tid=20357] ppid=20335 vsize=10556044 CPUtime=881.51 cores=0,2,4,6
/proc/20337/task/20357/stat : 20357 (java) R 20335 20337 16811 0 -1 4202560 449593 0 0 0 88097 54 0 0 22 0 22 0 830702937 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 46912506034427 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20337/tid=20358] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20358/stat : 20358 (java) S 20335 20337 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830702986 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 0 0 0 0
[pid=20337/tid=20361] ppid=20335 vsize=10556044 CPUtime=0 cores=0,2,4,6
/proc/20337/task/20361/stat : 20361 (java) S 20335 20337 16811 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830703142 10809389056 969399 33554432000 1073741824 1073778376 140733544592080 18446744073709551615 210658962944 0 4 0 16800975 18446604443967574080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10556044

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

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

[startup+913.325 s]
/proc/loadavg: 3.83 3.83 3.81 5/541 20385
/proc/meminfo: memFree=21761508/32951132 swapFree=57925096/67111528
[pid=20337] ppid=20335 vsize=0 CPUtime=1800.33 cores=0,2,4,6
/proc/20337/stat : 20337 (java) Z 20335 20337 16811 0 -1 4203548 1097432 0 1 0 179864 169 0 0 17 0 2 0 830702617 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20337/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 913.38
CPU time (s): 1800.39
CPU user time (s): 1798.64
CPU system time (s): 1.74473
CPU usage (%): 197.113
Max. virtual memory (cumulated for all children) (KiB): 10572676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.74473
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1097432
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= 26799
involuntary context switches= 19543

runsolver used 5.01724 second user time and 10.7854 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-04 14:37:10
IDJOB=3454233
IDBENCH=2438
IDSOLVER=1950
FILE ID=node129/3454233-1307191029
RUNJOBID= node129-1307188121-19671
PBS_JOBID= 13508828
Free space on /tmp= 73864 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-greenbea.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454233-1307191029/watcher-3454233-1307191029 -o /tmp/evaluation-result-3454233-1307191029/solver-3454233-1307191029 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454233-1307191029.opb

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

MD5SUM BENCH= fed9726f7ff3b53e29a48b8849ad3d9b
RANDOM SEED=2033882946

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28216732 kB
Buffers:        322220 kB
Cached:        2155212 kB
SwapCached:      49348 kB
Active:        1278584 kB
Inactive:      3171632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28216732 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:           16204 kB
Writeback:           8 kB
AnonPages:     1934340 kB
Mapped:          23188 kB
Slab:           155288 kB
PageTables:      60848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 157685476 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73864 MiB
End job on node129 at 2011-06-04 14:52:25