Trace number 3454231

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.33 899.878

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-tuff.opb
MD5SUM6c865484f3a48e715bdd95fa7e3b19dc
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 variables17153
Total number of constraints320
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 constraints320
Minimum length of a constraint11
Maximum length of a constraint3360
Number of terms in the objective function 90
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 3221225469
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 6170044790734848
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 1104744513968841438
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454231-1307191011.opb
0.10/0.11	c reading problem ... 
1.49/0.87	c ... done. Wall clock time 0.752s.
1.49/0.87	c #vars     17153
1.49/0.87	c #constraints  5022
1.49/0.87	c constraints type 
1.49/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 567
1.49/0.87	c constraints type 
1.49/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 567
265.97/132.32	c cleaning 2496 clauses out of 4997 with flag 5000/5000
650.06/324.38	c cleaning 4247 clauses out of 8502 with flag 11001/11001
880.48/439.53	c cleaning 5619 clauses out of 11254 with flag 18001/18001
913.41/456.05	c cleaning 6809 clauses out of 13634 with flag 26000/26000
922.33/460.55	c cleaning 7909 clauses out of 15826 with flag 35001/35001
933.58/466.08	c cleaning 8951 clauses out of 17916 with flag 45000/45000
948.83/473.54	c cleaning 9479 clauses out of 18965 with flag 55000/55000
962.95/480.68	c cleaning 9742 clauses out of 19486 with flag 65000/65000
975.82/487.17	c cleaning 9867 clauses out of 19744 with flag 75000/75000
989.93/494.30	c cleaning 9938 clauses out of 19877 with flag 85000/85000
1010.30/504.47	c cleaning 9965 clauses out of 19939 with flag 95000/95000
1024.20/511.51	c cleaning 9983 clauses out of 19974 with flag 105000/105000
1041.65/520.29	c cleaning 9992 clauses out of 19991 with flag 115000/115000
1054.35/526.67	c cleaning 9989 clauses out of 19999 with flag 125000/125000
1065.64/532.33	c cleaning 9996 clauses out of 20011 with flag 135001/135001
1076.76/538.01	c cleaning 10002 clauses out of 20014 with flag 145000/145000
1088.59/543.96	c cleaning 9997 clauses out of 20012 with flag 155000/155000
1100.70/550.10	c cleaning 10002 clauses out of 20015 with flag 165000/165000
1174.37/586.94	c cleaning 10000 clauses out of 20012 with flag 175000/175000
1289.52/644.56	c cleaning 0 clauses out of 5002 with flag 0/5002
1503.80/751.66	c cleaning 10003 clauses out of 20015 with flag 185003/185003
1800.11/899.72	c starts		: 117
1800.11/899.72	c conflicts		: 192109
1800.11/899.72	c decisions		: 224794
1800.11/899.72	c propagations		: 7823691
1800.11/899.72	c inspects		: 127114693
1800.11/899.72	c shortcuts		: 0
1800.11/899.72	c learnt literals	: 5
1800.11/899.72	c learnt binary clauses	: 4
1800.11/899.72	c learnt ternary clauses	: 2
1800.11/899.72	c learnt constraints	: 192103
1800.11/899.72	c ignored constraints	: 0
1800.11/899.72	c root simplifications	: 0
1800.11/899.72	c removed literals (reason simplification)	: 9350393
1800.11/899.72	c reason swapping (by a shorter reason)	: 0
1800.11/899.72	c Calls to reduceDB	: 20
1800.11/899.72	c number of reductions to clauses (during analyze)	: 0
1800.11/899.72	c number of learned constraints concerned by reduction	: 0
1800.11/899.72	c number of learning phase by resolution	: 0
1800.11/899.72	c number of learning phase by cutting planes	: 0
1800.11/899.72	c speed (assignments/second)	: 8704.073186524174
1800.11/899.72	c non guided choices	3450
1800.11/899.73	c learnt constraints type 
1800.11/899.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.11/899.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17114
1800.11/899.73	c constraints type 
1800.11/899.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 567
1800.11/899.73	c constraints type 
1800.11/899.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 567
1800.11/899.73	s UNKNOWN
1800.11/899.73	c Total wall clock time (in seconds): 899.619

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

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

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


[startup+0 s]
/proc/loadavg: 4.00 3.99 3.75 3/485 17228
/proc/meminfo: memFree=26406788/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 1314 0 0 0 0 0 0 0 25 0 2 0 830700935 36646912 1017 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 8947 1017 782 9 0 386 0
[pid=17228/tid=17229] ppid=17226 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) R 17226 17228 13462 0 -1 4202560 2879 0 1 0 0 0 0 0 25 0 2 0 830700936 10694979584 3694 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.028031 s]
/proc/loadavg: 4.00 3.99 3.75 3/485 17228
/proc/meminfo: memFree=26406788/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 10031 0 1 0 0 1 0 0 25 0 10 0 830700935 10703900672 9734 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 2613257 9735 1000 9 0 2604413 0
[pid=17228/tid=17229] ppid=17226 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) R 17226 17228 13462 0 -1 4202560 8911 0 1 0 0 1 0 0 25 0 10 0 830700936 10703900672 9735 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248089359045 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.10102 s]
/proc/loadavg: 4.00 3.99 3.75 3/485 17228
/proc/meminfo: memFree=26406788/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=10540168 CPUtime=0.1 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 13011 0 1 0 8 2 0 0 25 0 18 0 830700935 10793132032 12689 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 2635042 12691 2092 9 0 2625776 0
[pid=17228/tid=17229] ppid=17226 vsize=10540168 CPUtime=0.07 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) R 17226 17228 13462 0 -1 4202560 11084 0 1 0 6 1 0 0 25 0 18 0 830700936 10793132032 12693 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 47170787160069 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540168

[startup+0.466676 s]
/proc/loadavg: 4.00 3.99 3.75 3/485 17228
/proc/meminfo: memFree=26406788/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=10552540 CPUtime=1.1 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 29222 0 1 0 105 5 0 0 25 0 18 0 830700935 10805800960 26361 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 2638135 26364 2203 9 0 2628869 0
[pid=17228/tid=17229] ppid=17226 vsize=10552540 CPUtime=0.45 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) R 17226 17228 13462 0 -1 4202560 18684 0 1 0 42 3 0 0 25 0 18 0 830700936 10805800960 26366 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 10552540

[startup+0.700916 s]
/proc/loadavg: 4.00 3.99 3.75 3/485 17228
/proc/meminfo: memFree=26406788/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=10552540 CPUtime=1.35 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 47995 0 1 0 128 7 0 0 25 0 18 0 830700935 10805800960 45134 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 2638135 45137 2204 9 0 2628869 0
[pid=17228/tid=17229] ppid=17226 vsize=10552540 CPUtime=0.67 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) R 17226 17228 13462 0 -1 4202560 37451 0 1 0 62 5 0 0 25 0 18 0 830700936 10805800960 45138 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912505738286 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 10552540

[startup+1.50078 s]
/proc/loadavg: 4.00 3.99 3.75 5/506 17249
/proc/meminfo: memFree=26172764/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=10556652 CPUtime=3.08 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 64331 0 1 0 299 9 0 0 25 0 22 0 830700935 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 2639163 61348 2219 9 0 2629897 0
[pid=17228/tid=17229] ppid=17226 vsize=10556652 CPUtime=0.85 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) S 17226 17228 13462 0 -1 4202560 50766 0 1 0 78 7 0 0 20 0 22 0 830700936 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17231] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17232] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17226 17228 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17233] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17234] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17235] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17236] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17237] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17238] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17239] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17226 17228 13462 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830700939 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 0 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17240] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17226 17228 13462 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830700939 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17241] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830700939 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17242] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700942 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101521841 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17243] ppid=17226 vsize=10556652 CPUtime=0.54 cores=1,3,5,7
/proc/17228/task/17243/stat : 17243 (java) S 17226 17228 13462 0 -1 4202560 5509 0 0 0 54 0 0 0 18 0 22 0 830700942 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17244] ppid=17226 vsize=10556652 CPUtime=0.48 cores=1,3,5,7
/proc/17228/task/17244/stat : 17244 (java) S 17226 17228 13462 0 -1 4202560 4109 0 0 0 48 0 0 0 15 0 22 0 830700942 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17245] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17245/stat : 17245 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700942 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17246] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17246/stat : 17246 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830700942 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17247] ppid=17226 vsize=10556652 CPUtime=0.62 cores=1,3,5,7
/proc/17228/task/17247/stat : 17247 (java) R 17226 17228 13462 0 -1 4202560 473 0 0 0 62 0 0 0 25 0 22 0 830701022 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912505855583 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17228/tid=17248] ppid=17226 vsize=10556652 CPUtime=0.55 cores=1,3,5,7
/proc/17228/task/17248/stat : 17248 (java) R 17226 17228 13462 0 -1 4202560 2311 0 0 0 55 0 0 0 25 0 22 0 830701022 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912505869363 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17228/tid=17249] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17249/stat : 17249 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830701036 10810011648 61348 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10556652

[startup+3.10149 s]
/proc/loadavg: 4.00 3.99 3.75 5/507 17250
/proc/meminfo: memFree=26045532/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=10556652 CPUtime=6.56 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 216778 0 1 0 630 26 0 0 25 0 22 0 830700935 10810011648 213794 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 2639163 213794 2224 9 0 2629897 0
[pid=17228/tid=17229] ppid=17226 vsize=10556652 CPUtime=0.85 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) S 17226 17228 13462 0 -1 4202560 50766 0 1 0 78 7 0 0 15 0 22 0 830700936 10810011648 213799 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17231] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 213805 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17232] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17226 17228 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 213810 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17233] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 213816 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17234] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 213820 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17235] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 213822 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17236] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 213822 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17237] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 213822 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17238] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 213824 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17239] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17226 17228 13462 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830700939 10810011648 213829 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 0 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17240] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17226 17228 13462 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830700939 10810011648 213835 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17241] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830700939 10810011648 213840 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17242] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700942 10810011648 213846 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101521841 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17243] ppid=17226 vsize=10556652 CPUtime=0.65 cores=1,3,5,7
/proc/17228/task/17243/stat : 17243 (java) S 17226 17228 13462 0 -1 4202560 5524 0 0 0 65 0 0 0 15 0 22 0 830700942 10810011648 213849 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17244] ppid=17226 vsize=10556652 CPUtime=0.65 cores=1,3,5,7
/proc/17228/task/17244/stat : 17244 (java) S 17226 17228 13462 0 -1 4202560 4135 0 0 0 65 0 0 0 16 0 22 0 830700942 10810011648 213850 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17245] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17245/stat : 17245 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700942 10810011648 213850 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17246] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17246/stat : 17246 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830700942 10810011648 213850 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17247] ppid=17226 vsize=10556652 CPUtime=2.22 cores=1,3,5,7
/proc/17228/task/17247/stat : 17247 (java) R 17226 17228 13462 0 -1 4202560 479 0 0 0 222 0 0 0 25 0 22 0 830701022 10810011648 213853 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912505855522 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17228/tid=17248] ppid=17226 vsize=10556652 CPUtime=2.15 cores=1,3,5,7
/proc/17228/task/17248/stat : 17248 (java) R 17226 17228 13462 0 -1 4202560 154772 0 0 0 198 17 0 0 25 0 22 0 830701022 10810011648 213858 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912505540204 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17228/tid=17249] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17249/stat : 17249 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830701036 10810011648 213864 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17250] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17250/stat : 17250 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830701053 10810011648 213869 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 10556652

[startup+6.30093 s]
/proc/loadavg: 4.00 3.99 3.75 5/507 17250
/proc/meminfo: memFree=24321352/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=10556652 CPUtime=13.07 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 634790 0 1 0 1234 73 0 0 25 0 22 0 830700935 10810011648 631732 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 2639163 631733 2227 9 0 2629897 0
[pid=17228/tid=17229] ppid=17226 vsize=10556652 CPUtime=0.85 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) S 17226 17228 13462 0 -1 4202560 50766 0 1 0 78 7 0 0 15 0 22 0 830700936 10810011648 631737 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17231] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 631743 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17232] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17226 17228 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 631748 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17233] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 631754 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17234] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 631759 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17235] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 631764 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17236] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 631768 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17237] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 631770 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17238] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700938 10810011648 631770 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17239] ppid=17226 vsize=10556652 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17226 17228 13462 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 830700939 10810011648 631770 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 0 0 16800975 18446604457759544576 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=24259992/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=10554416 CPUtime=1645.22 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 936293 0 1 0 164415 107 0 0 25 0 22 0 830700935 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 2638604 921538 2256 9 0 2629338 0
[pid=17228/tid=17229] ppid=17226 vsize=10554416 CPUtime=0.85 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) S 17226 17228 13462 0 -1 4202560 50768 0 1 0 78 7 0 0 15 0 22 0 830700936 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17231] ppid=17226 vsize=10554416 CPUtime=0.22 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17226 17228 13462 0 -1 4202560 11005 0 0 0 21 1 0 0 16 0 22 0 830700938 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17232] ppid=17226 vsize=10554416 CPUtime=0.2 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17226 17228 13462 0 -1 4202560 6580 0 0 0 19 1 0 0 15 0 22 0 830700938 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17233] ppid=17226 vsize=10554416 CPUtime=0.18 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17226 17228 13462 0 -1 4202560 6725 0 0 0 18 0 0 0 15 0 22 0 830700938 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17234] ppid=17226 vsize=10554416 CPUtime=0.23 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17226 17228 13462 0 -1 4202560 8340 0 0 0 23 0 0 0 16 0 22 0 830700938 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 5 0 0 0
[pid=17228/tid=17235] ppid=17226 vsize=10554416 CPUtime=0.19 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17226 17228 13462 0 -1 4202560 6274 0 0 0 19 0 0 0 16 0 22 0 830700938 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 5 0 0 0
[pid=17228/tid=17236] ppid=17226 vsize=10554416 CPUtime=0.26 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17226 17228 13462 0 -1 4202560 9717 0 0 0 25 1 0 0 16 0 22 0 830700938 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17237] ppid=17226 vsize=10554416 CPUtime=0.27 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17226 17228 13462 0 -1 4202560 14708 0 0 0 25 2 0 0 16 0 22 0 830700938 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17238] ppid=17226 vsize=10554416 CPUtime=0.21 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17226 17228 13462 0 -1 4202560 9468 0 0 0 20 1 0 0 16 0 22 0 830700938 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17239] ppid=17226 vsize=10554416 CPUtime=2.58 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17226 17228 13462 0 -1 4202560 6296 0 0 0 257 1 0 0 15 0 22 0 830700939 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 0 0 16800975 18446604457759544576 0 0 -1 5 0 0 0
[pid=17228/tid=17240] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17226 17228 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830700939 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17241] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17226 17228 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830700939 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17242] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700942 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101521841 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17243] ppid=17226 vsize=10554416 CPUtime=2.17 cores=1,3,5,7
/proc/17228/task/17243/stat : 17243 (java) S 17226 17228 13462 0 -1 4202560 15925 0 0 0 215 2 0 0 15 0 22 0 830700942 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17244] ppid=17226 vsize=10554416 CPUtime=1.27 cores=1,3,5,7
/proc/17228/task/17244/stat : 17244 (java) S 17226 17228 13462 0 -1 4202560 4697 0 0 0 127 0 0 0 16 0 22 0 830700942 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17245] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17245/stat : 17245 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700942 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17246] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17246/stat : 17246 (java) S 17226 17228 13462 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 830700942 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17247] ppid=17226 vsize=10554416 CPUtime=818.27 cores=1,3,5,7
/proc/17228/task/17247/stat : 17247 (java) R 17226 17228 13462 0 -1 4202560 587 0 0 0 81827 0 0 0 25 0 22 0 830701022 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912506208362 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17228/tid=17248] ppid=17226 vsize=10554416 CPUtime=818.17 cores=1,3,5,7
/proc/17228/task/17248/stat : 17248 (java) R 17226 17228 13462 0 -1 4202560 784001 0 0 0 81733 84 0 0 25 0 22 0 830701022 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912505869284 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17228/tid=17249] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17249/stat : 17249 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830701036 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17250] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17250/stat : 17250 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830701053 10807721984 921538 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1645.22
Current children cumulated vsize (KiB) 10554416

[startup+882.318 s]
/proc/loadavg: 3.96 3.94 3.84 5/507 17465
/proc/meminfo: memFree=24213060/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=10554416 CPUtime=1765.3 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 942429 0 1 0 176422 108 0 0 25 0 22 0 830700935 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 2638604 927359 2256 9 0 2629338 0
[pid=17228/tid=17229] ppid=17226 vsize=10554416 CPUtime=0.85 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) S 17226 17228 13462 0 -1 4202560 50768 0 1 0 78 7 0 0 15 0 22 0 830700936 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17231] ppid=17226 vsize=10554416 CPUtime=0.24 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17226 17228 13462 0 -1 4202560 12271 0 0 0 23 1 0 0 16 0 22 0 830700938 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17232] ppid=17226 vsize=10554416 CPUtime=0.21 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17226 17228 13462 0 -1 4202560 8079 0 0 0 20 1 0 0 16 0 22 0 830700938 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17233] ppid=17226 vsize=10554416 CPUtime=0.2 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17226 17228 13462 0 -1 4202560 7448 0 0 0 19 1 0 0 16 0 22 0 830700938 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17234] ppid=17226 vsize=10554416 CPUtime=0.25 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17226 17228 13462 0 -1 4202560 9706 0 0 0 25 0 0 0 15 0 22 0 830700938 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 5 0 0 0
[pid=17228/tid=17235] ppid=17226 vsize=10554416 CPUtime=0.2 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17226 17228 13462 0 -1 4202560 6656 0 0 0 20 0 0 0 15 0 22 0 830700938 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 5 0 0 0
[pid=17228/tid=17236] ppid=17226 vsize=10554416 CPUtime=0.26 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17226 17228 13462 0 -1 4202560 9717 0 0 0 25 1 0 0 15 0 22 0 830700938 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17237] ppid=17226 vsize=10554416 CPUtime=0.29 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17226 17228 13462 0 -1 4202560 15502 0 0 0 27 2 0 0 16 0 22 0 830700938 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 5 0 0 0
[pid=17228/tid=17238] ppid=17226 vsize=10554416 CPUtime=0.22 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17226 17228 13462 0 -1 4202560 9563 0 0 0 21 1 0 0 16 0 22 0 830700938 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17239] ppid=17226 vsize=10554416 CPUtime=2.58 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17226 17228 13462 0 -1 4202560 6300 0 0 0 257 1 0 0 15 0 22 0 830700939 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 0 0 16800975 18446604457759544576 0 0 -1 5 0 0 0
[pid=17228/tid=17240] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17226 17228 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830700939 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17241] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17226 17228 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830700939 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17242] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700942 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101521841 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17243] ppid=17226 vsize=10554416 CPUtime=2.17 cores=1,3,5,7
/proc/17228/task/17243/stat : 17243 (java) S 17226 17228 13462 0 -1 4202560 15925 0 0 0 215 2 0 0 15 0 22 0 830700942 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17244] ppid=17226 vsize=10554416 CPUtime=1.27 cores=1,3,5,7
/proc/17228/task/17244/stat : 17244 (java) S 17226 17228 13462 0 -1 4202560 4697 0 0 0 127 0 0 0 16 0 22 0 830700942 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17245] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17245/stat : 17245 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700942 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17246] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17246/stat : 17246 (java) S 17226 17228 13462 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830700942 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17247] ppid=17226 vsize=10554416 CPUtime=878.26 cores=1,3,5,7
/proc/17228/task/17247/stat : 17247 (java) R 17226 17228 13462 0 -1 4202560 590 0 0 0 87826 0 0 0 25 0 22 0 830701022 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912505855580 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17228/tid=17248] ppid=17226 vsize=10554416 CPUtime=878.15 cores=1,3,5,7
/proc/17228/task/17248/stat : 17248 (java) R 17226 17228 13462 0 -1 4202560 784001 0 0 0 87731 84 0 0 25 0 22 0 830701022 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912505366113 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17228/tid=17249] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17249/stat : 17249 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830701036 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17250] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17250/stat : 17250 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830701053 10807721984 927359 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1765.3
Current children cumulated vsize (KiB) 10554416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.701 s]
/proc/loadavg: 3.97 3.95 3.84 5/507 17466
/proc/meminfo: memFree=24195680/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=10554416 CPUtime=1800.11 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17226 17228 13462 0 -1 4202496 944376 0 1 0 179903 108 0 0 25 0 22 0 830700935 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 2638604 929270 2256 9 0 2629338 0
[pid=17228/tid=17229] ppid=17226 vsize=10554416 CPUtime=0.85 cores=1,3,5,7
/proc/17228/task/17229/stat : 17229 (java) S 17226 17228 13462 0 -1 4202560 50768 0 1 0 78 7 0 0 15 0 22 0 830700936 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17231] ppid=17226 vsize=10554416 CPUtime=0.24 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17226 17228 13462 0 -1 4202560 12271 0 0 0 23 1 0 0 15 0 22 0 830700938 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17232] ppid=17226 vsize=10554416 CPUtime=0.23 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17226 17228 13462 0 -1 4202560 8430 0 0 0 22 1 0 0 16 0 22 0 830700938 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17233] ppid=17226 vsize=10554416 CPUtime=0.21 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17226 17228 13462 0 -1 4202560 8315 0 0 0 20 1 0 0 16 0 22 0 830700938 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17234] ppid=17226 vsize=10554416 CPUtime=0.26 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17226 17228 13462 0 -1 4202560 10043 0 0 0 26 0 0 0 16 0 22 0 830700938 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17235] ppid=17226 vsize=10554416 CPUtime=0.22 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17226 17228 13462 0 -1 4202560 7044 0 0 0 21 1 0 0 16 0 22 0 830700938 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17236] ppid=17226 vsize=10554416 CPUtime=0.26 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17226 17228 13462 0 -1 4202560 9718 0 0 0 25 1 0 0 15 0 22 0 830700938 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17237] ppid=17226 vsize=10554416 CPUtime=0.29 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17226 17228 13462 0 -1 4202560 15504 0 0 0 27 2 0 0 16 0 22 0 830700938 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17238] ppid=17226 vsize=10554416 CPUtime=0.22 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17226 17228 13462 0 -1 4202560 9563 0 0 0 21 1 0 0 15 0 22 0 830700938 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17239] ppid=17226 vsize=10554416 CPUtime=2.58 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17226 17228 13462 0 -1 4202560 6300 0 0 0 257 1 0 0 15 0 22 0 830700939 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 0 0 16800975 18446604457759544576 0 0 -1 5 0 0 0
[pid=17228/tid=17240] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17226 17228 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830700939 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17241] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17226 17228 13462 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830700939 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17242] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700942 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101521841 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17243] ppid=17226 vsize=10554416 CPUtime=2.17 cores=1,3,5,7
/proc/17228/task/17243/stat : 17243 (java) S 17226 17228 13462 0 -1 4202560 15925 0 0 0 215 2 0 0 15 0 22 0 830700942 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17244] ppid=17226 vsize=10554416 CPUtime=1.27 cores=1,3,5,7
/proc/17228/task/17244/stat : 17244 (java) S 17226 17228 13462 0 -1 4202560 4697 0 0 0 127 0 0 0 16 0 22 0 830700942 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
[pid=17228/tid=17245] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17245/stat : 17245 (java) S 17226 17228 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830700942 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514137 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17246] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17246/stat : 17246 (java) S 17226 17228 13462 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830700942 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 3 0 0 0
[pid=17228/tid=17247] ppid=17226 vsize=10554416 CPUtime=895.64 cores=1,3,5,7
/proc/17228/task/17247/stat : 17247 (java) R 17226 17228 13462 0 -1 4202560 591 0 0 0 89564 0 0 0 25 0 22 0 830701022 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912506208528 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17228/tid=17248] ppid=17226 vsize=10554416 CPUtime=895.54 cores=1,3,5,7
/proc/17228/task/17248/stat : 17248 (java) R 17226 17228 13462 0 -1 4202560 784001 0 0 0 89470 84 0 0 25 0 22 0 830701022 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 46912505869298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17228/tid=17249] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17249/stat : 17249 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830701036 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 1 0 0 0
[pid=17228/tid=17250] ppid=17226 vsize=10554416 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17250/stat : 17250 (java) S 17226 17228 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830701053 10807721984 929270 33554432000 1073741824 1073778376 140737069403760 18446744073709551615 248101514752 0 4 0 16800975 18446604457759544576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10554416

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

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

[startup+899.823 s]
/proc/loadavg: 3.97 3.95 3.84 4/488 17469
/proc/meminfo: memFree=26419080/32950928 swapFree=45617076/67111528
[pid=17228] ppid=17226 vsize=0 CPUtime=1800.28 cores=1,3,5,7
/proc/17228/stat : 17228 (java) Z 17226 17228 13462 0 -1 4203548 944412 0 1 0 179910 118 0 0 17 0 2 0 830700935 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17228/statm: 0 0 0 0 0 0 0
[pid=17228/tid=17468] ppid=17226 vsize=0 CPUtime=0.1 cores=1,3,5,7
/proc/17228/task/17468/stat : 17468 (java) R 17226 17228 13462 0 -1 4203588 11 0 0 0 0 10 0 0 18 0 2 0 830790908 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 899.878
CPU time (s): 1800.33
CPU user time (s): 1799.1
CPU system time (s): 1.22681
CPU usage (%): 200.064
Max. virtual memory (cumulated for all children) (KiB): 10558444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.22681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 944412
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= 24589
involuntary context switches= 11725

runsolver used 4.12837 second user time and 9.8705 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 14:36:51
IDJOB=3454231
IDBENCH=2427
IDSOLVER=1950
FILE ID=node123/3454231-1307191011
RUNJOBID= node123-1307188083-16602
PBS_JOBID= 13508855
Free space on /tmp= 73856 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-tuff.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454231-1307191011/watcher-3454231-1307191011 -o /tmp/evaluation-result-3454231-1307191011/solver-3454231-1307191011 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454231-1307191011.opb

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

MD5SUM BENCH= 6c865484f3a48e715bdd95fa7e3b19dc
RANDOM SEED=1586421755

node123.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.838
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.67
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.838
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.838
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.838
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:      26407068 kB
Buffers:        311588 kB
Cached:         394724 kB
SwapCached:       9456 kB
Active:        5921024 kB
Inactive:       335664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26407068 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:            2440 kB
Writeback:           0 kB
AnonPages:     5548732 kB
Mapped:          31712 kB
Slab:           135276 kB
PageTables:      85088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143747220 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= 73856 MiB
End job on node123 at 2011-06-04 14:51:53