Trace number 3500820

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 NameAnswerCPU timeWall clock time
SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06UNSAT 99.5699 98.7572

General information on the benchmark

Namegmus/nadel/
edn_25208_6.cnf_0.20000000.unsat.gcnf
MD5SUMabd4989e8a82bcd6da6a997d7de50cd4
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.05269
Satisfiable
(Un)Satisfiability was proved
Number of variables328645
Number of clauses951813
Sum of the clauses size2209031
Maximum clause length3
Minimum clause length1
Number of clauses of size 11643
Number of clauses of size 2643122
Number of clauses of size 3307048
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups3417
Number of clauses in the kernel (group 0)924840
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 10

Solver Data

0.03/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.12	c See www.sat4j.org for details.
0.03/0.12	c version 2.3.0.v20110206
0.03/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.12	c java.vm.version	19.1-b02
0.03/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.12	c sun.arch.data.model	64
0.03/0.12	c java.version		1.6.0_24
0.03/0.12	c os.name		Linux
0.03/0.12	c os.version		2.6.18-164.el5
0.03/0.12	c os.arch		amd64
0.03/0.12	c Free memory 		5997854704
0.03/0.12	c Max memory 		6029312000
0.03/0.12	c Total memory 		6029312000
0.03/0.12	c Number of processors 	8
0.03/0.15	c High Level Explanation (MUS) enabled solver
0.03/0.15	c Deletion based minimization strategy
0.03/0.15	c --- Begin Solver configuration ---
0.03/0.15	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1d73831b
0.03/0.15	c Learn all clauses as in MiniSAT
0.03/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.15	c Expensive reason simplification
0.03/0.15	c Armin Biere (Picosat) restarts strategy
0.03/0.15	c Glucose learned constraints deletion strategy
0.03/0.15	c timeout=2147483647s
0.03/0.15	c DB Simplification allowed=true
0.03/0.15	c --- End Solver configuration ---
0.03/0.15	c solving /varHOME/instance-3500820-1308036330.gcnf
0.03/0.15	c reading problem ... 
1.82/1.76	c ... done. Wall clock time 1.614s.
1.82/1.76	c #vars     332062
1.82/1.76	c #constraints  951811
1.82/1.76	c constraints type 
1.82/1.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 332468
1.82/1.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 619250
2.19/1.99	c Unsat detection wall clock time (in seconds) : 1.838
2.19/1.99	c Size of initial high level unsat subformula: 19
2.19/1.99	c Computing high level MUS ...
2.19/1.99	c initial unsat core 2803 1241 1234 1227 1220 1213 1206 1199 1192 1185 1178 1171 1164 1157 1150 1143 1136 1129 1122 
2.19/1.99	c checking 2803 ...
48.98/48.32	c mandatory.
48.98/48.32	c checking 1241 ...
75.72/75.11	c cleaning 2376 clauses out of 4964 with flag 2000/5252
94.23/93.46	c mandatory.
94.23/93.46	c checking 1234 ...
94.83/94.02	c mandatory.
94.83/94.02	c checking 1227 ...
95.13/94.30	c mandatory.
95.13/94.30	c checking 1220 ...
95.32/94.50	c mandatory.
95.32/94.50	c checking 1213 ...
95.62/94.81	c mandatory.
95.62/94.81	c checking 1206 ...
95.82/95.00	c mandatory.
95.82/95.00	c checking 1199 ...
96.02/95.28	c mandatory.
96.02/95.28	c checking 1192 ...
96.32/95.56	c mandatory.
96.32/95.56	c checking 1185 ...
96.62/95.85	c mandatory.
96.62/95.85	c checking 1178 ...
96.92/96.13	c mandatory.
96.92/96.13	c checking 1171 ...
97.32/96.53	c mandatory.
97.32/96.53	c checking 1164 ...
97.62/96.82	c mandatory.
97.62/96.82	c checking 1157 ...
98.01/97.20	c mandatory.
98.01/97.20	c checking 1150 ...
98.21/97.49	c mandatory.
98.21/97.49	c checking 1143 ...
98.51/97.80	c mandatory.
98.51/97.80	c checking 1136 ...
98.80/98.08	c mandatory.
98.80/98.08	c checking 1129 ...
99.10/98.37	c mandatory.
99.10/98.37	c checking 1122 ...
99.50/98.72	c mandatory.
99.50/98.72	c starts		: 26
99.50/98.72	c conflicts		: 6038
99.50/98.72	c decisions		: 4181410
99.50/98.72	c propagations		: 160036169
99.50/98.72	c inspects		: 349704483
99.50/98.72	c shortcuts		: 0
99.50/98.72	c learnt literals	: 348
99.50/98.72	c learnt binary clauses	: 1251
99.50/98.72	c learnt ternary clauses	: 2019
99.50/98.72	c learnt constraints	: 5690
99.50/98.72	c ignored constraints	: 0
99.50/98.72	c root simplifications	: 0
99.50/98.72	c removed literals (reason simplification)	: 1826
99.50/98.72	c reason swapping (by a shorter reason)	: 0
99.50/98.72	c Calls to reduceDB	: 1
99.50/98.72	c speed (assignments/second)	: 4.546482073863637E8
99.50/98.72	c non guided choices	3076623
99.50/98.72	c learnt constraints type 
99.50/98.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1251
99.50/98.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2063
99.50/98.72	c Size of the high level MUS: 19
99.50/98.72	c Unsat core  computation wall clock time (in seconds) : 96.736
99.50/98.72	c starts		: 26
99.50/98.72	c conflicts		: 6038
99.50/98.72	c decisions		: 4181410
99.50/98.72	c propagations		: 160036169
99.50/98.72	c inspects		: 349704483
99.50/98.72	c shortcuts		: 0
99.50/98.72	c learnt literals	: 348
99.50/98.72	c learnt binary clauses	: 1251
99.50/98.72	c learnt ternary clauses	: 2019
99.50/98.72	c learnt constraints	: 5690
99.50/98.72	c ignored constraints	: 0
99.50/98.72	c root simplifications	: 0
99.50/98.72	c removed literals (reason simplification)	: 1826
99.50/98.72	c reason swapping (by a shorter reason)	: 0
99.50/98.72	c Calls to reduceDB	: 1
99.50/98.72	c speed (assignments/second)	: 4.5080610985915494E8
99.50/98.72	c non guided choices	3076623
99.50/98.72	c learnt constraints type 
99.50/98.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1251
99.50/98.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2063
99.50/98.72	c constraints type 
99.50/98.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 332468
99.50/98.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 619250
99.50/98.72	s UNSATISFIABLE
99.50/98.72	v 1122 1129 1136 1143 1150 1157 1164 1171 1178 1185 1192 1199 1206 1213 1220 1227 1234 1241 2803 0
99.50/98.72	c Total wall clock time (in seconds) : 98.575

Verifier Data

OK	19

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3500820-1308036330/watcher-3500820-1308036330 -o /var/tmp/evaluation-result-3500820-1308036330/solver-3500820-1308036330 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar /varHOME/instance-3500820-1308036330.gcnf 

running on 2 cores: 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): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.24 0.36 0.12 3/218 2824
/proc/meminfo: memFree=2569256/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=11804 CPUtime=0 cores=5,7
/proc/2824/stat : 2824 (runsolver) S 2822 2824 1667 0 -1 4202560 45 0 0 0 0 0 0 0 22 0 1 0 915230079 12087296 56 33554432000 4194304 5436572 140735138661520 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 5 0 0 0
/proc/2824/statm: 2951 56 36 304 0 2643 0

[startup+0.0765631 s]
/proc/loadavg: 1.24 0.36 0.12 3/218 2824
/proc/meminfo: memFree=2569256/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6358492 CPUtime=0.02 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 7790 0 1 0 1 1 0 0 22 0 13 0 915230079 6511095808 7486 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1589623 7486 1653 9 0 1580371 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6358492

[startup+0.100556 s]
/proc/loadavg: 1.24 0.36 0.12 3/218 2824
/proc/meminfo: memFree=2569256/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6358492 CPUtime=0.03 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 8154 0 1 0 2 1 0 0 22 0 13 0 915230079 6511095808 7850 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1589623 7850 1685 9 0 1580371 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6358492

[startup+0.300519 s]
/proc/loadavg: 1.24 0.36 0.12 3/218 2824
/proc/meminfo: memFree=2569256/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6434328 CPUtime=0.35 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 14309 0 1 0 33 2 0 0 22 0 18 0 915230079 6588751872 13954 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1608582 13954 2196 9 0 1599320 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 6434328

[startup+0.700443 s]
/proc/loadavg: 1.24 0.36 0.12 3/218 2824
/proc/meminfo: memFree=2569256/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6434328 CPUtime=0.83 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 31912 0 1 0 77 6 0 0 22 0 18 0 915230079 6588751872 31556 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1608582 31556 2202 9 0 1599320 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 6434328

[startup+1.50135 s]
/proc/loadavg: 1.24 0.36 0.12 5/238 2855
/proc/meminfo: memFree=1958804/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6434328 CPUtime=1.62 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 68293 0 1 0 151 11 0 0 22 0 18 0 915230079 6588751872 67936 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1608582 67938 2203 9 0 1599320 0
[pid=2824/tid=2826] ppid=2822 vsize=6434328 CPUtime=1.41 cores=5,7
/proc/2824/task/2826/stat : 2826 (java) R 2822 2824 1667 0 -1 4202560 65508 0 1 0 131 10 0 0 18 0 18 0 915230082 6588751872 67939 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 46912505531759 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2824/tid=2835] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2835/stat : 2835 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 915230085 6588751872 67940 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2836] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2836/stat : 2836 (java) S 2822 2824 1667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 915230085 6588751872 67941 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2837] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2837/stat : 2837 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230085 6588751872 67942 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2838] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2838/stat : 2838 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230085 6588751872 67943 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2839] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2839/stat : 2839 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230085 6588751872 67944 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2840] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2840/stat : 2840 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230085 6588751872 67945 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2841] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2841/stat : 2841 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230085 6588751872 67946 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2842] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2842/stat : 2842 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230085 6588751872 67947 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2843] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2843/stat : 2843 (java) S 2822 2824 1667 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 915230086 6588751872 67948 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 0 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2844] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2844/stat : 2844 (java) S 2822 2824 1667 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 915230086 6588751872 67949 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2845] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2845/stat : 2845 (java) S 2822 2824 1667 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 915230086 6588751872 67950 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2846] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2846/stat : 2846 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230089 6588751872 67951 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488518577 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2848] ppid=2822 vsize=6434328 CPUtime=0.12 cores=5,7
/proc/2824/task/2848/stat : 2848 (java) S 2822 2824 1667 0 -1 4202560 862 0 0 0 12 0 0 0 25 0 18 0 915230089 6588751872 67953 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2849] ppid=2822 vsize=6434328 CPUtime=0.07 cores=5,7
/proc/2824/task/2849/stat : 2849 (java) S 2822 2824 1667 0 -1 4202560 773 0 0 0 7 0 0 0 25 0 18 0 915230089 6588751872 67954 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2850] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2850/stat : 2850 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230089 6588751872 67955 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2851] ppid=2822 vsize=6434328 CPUtime=0 cores=5,7
/proc/2824/task/2851/stat : 2851 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 915230089 6588751872 67956 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 6434328

[startup+3.10098 s]
/proc/loadavg: 1.24 0.36 0.12 7/260 2884
/proc/meminfo: memFree=1402668/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6441500 CPUtime=3.78 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 91170 0 1 0 364 14 0 0 22 0 19 0 915230079 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1610375 90262 2229 9 0 1601113 0
[pid=2824/tid=2826] ppid=2822 vsize=6441500 CPUtime=3 cores=5,7
/proc/2824/task/2826/stat : 2826 (java) R 2822 2824 1667 0 -1 4202560 86208 0 1 0 287 13 0 0 22 0 19 0 915230082 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 46912505818992 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2824/tid=2835] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2835/stat : 2835 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 915230085 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2836] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2836/stat : 2836 (java) S 2822 2824 1667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2837] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2837/stat : 2837 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2838] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2838/stat : 2838 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2839] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2839/stat : 2839 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2840] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2840/stat : 2840 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2841] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2841/stat : 2841 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2842] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2842/stat : 2842 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2843] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2843/stat : 2843 (java) S 2822 2824 1667 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 915230086 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 0 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2844] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2844/stat : 2844 (java) S 2822 2824 1667 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 915230086 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2845] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2845/stat : 2845 (java) S 2822 2824 1667 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 915230086 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2846] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2846/stat : 2846 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230089 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488518577 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2848] ppid=2822 vsize=6441500 CPUtime=0.34 cores=5,7
/proc/2824/task/2848/stat : 2848 (java) S 2822 2824 1667 0 -1 4202560 1090 0 0 0 34 0 0 0 16 0 19 0 915230089 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2849] ppid=2822 vsize=6441500 CPUtime=0.41 cores=5,7
/proc/2824/task/2849/stat : 2849 (java) S 2822 2824 1667 0 -1 4202560 2710 0 0 0 41 0 0 0 15 0 19 0 915230089 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2850] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2850/stat : 2850 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230089 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2851] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2851/stat : 2851 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 915230089 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2884] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2884/stat : 2884 (java) S 2822 2824 1667 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 915230282 6596096000 90262 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 6441500

[startup+6.30143 s]
/proc/loadavg: 1.78 0.49 0.16 4/240 2969
/proc/meminfo: memFree=2207064/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6441500 CPUtime=6.98 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 91210 0 1 0 684 14 0 0 22 0 19 0 915230079 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1610375 90299 2233 9 0 1601113 0
[pid=2824/tid=2826] ppid=2822 vsize=6441500 CPUtime=6.15 cores=5,7
/proc/2824/task/2826/stat : 2826 (java) R 2822 2824 1667 0 -1 4202560 86243 0 1 0 602 13 0 0 25 0 19 0 915230082 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2824/tid=2835] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2835/stat : 2835 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 915230085 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2836] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2836/stat : 2836 (java) S 2822 2824 1667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2837] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2837/stat : 2837 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2838] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2838/stat : 2838 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2839] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2839/stat : 2839 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2840] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2840/stat : 2840 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2841] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2841/stat : 2841 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2842] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2842/stat : 2842 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230085 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2843] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2843/stat : 2843 (java) S 2822 2824 1667 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 915230086 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 0 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2844] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2844/stat : 2844 (java) S 2822 2824 1667 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 915230086 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2845] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2845/stat : 2845 (java) S 2822 2824 1667 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 915230086 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2846] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2846/stat : 2846 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230089 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488518577 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2848] ppid=2822 vsize=6441500 CPUtime=0.34 cores=5,7
/proc/2824/task/2848/stat : 2848 (java) S 2822 2824 1667 0 -1 4202560 1090 0 0 0 34 0 0 0 16 0 19 0 915230089 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2849] ppid=2822 vsize=6441500 CPUtime=0.46 cores=5,7
/proc/2824/task/2849/stat : 2849 (java) S 2822 2824 1667 0 -1 4202560 2714 0 0 0 46 0 0 0 15 0 19 0 915230089 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2850] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2850/stat : 2850 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230089 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2851] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2851/stat : 2851 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 915230089 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2884] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2884/stat : 2884 (java) S 2822 2824 1667 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 915230282 6596096000 90299 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 6441500

[startup+12.7012 s]
/proc/loadavg: 1.96 0.55 0.18 5/262 3002
/proc/meminfo: memFree=2063572/32950928 swapFree=67053956/67111528

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

/proc/loadavg: 3.70 1.46 0.54 6/262 4827
/proc/meminfo: memFree=94976/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6441500 CPUtime=96.72 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 172051 0 1 0 9647 25 0 0 22 0 19 0 915230079 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1610375 171050 2261 9 0 1601113 0
[pid=2824/tid=2826] ppid=2822 vsize=6441500 CPUtime=94.74 cores=5,7
/proc/2824/task/2826/stat : 2826 (java) R 2822 2824 1667 0 -1 4202560 90328 0 1 0 9460 14 0 0 25 0 19 0 915230082 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 46912505562743 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2824/tid=2835] ppid=2822 vsize=6441500 CPUtime=0.21 cores=5,7
/proc/2824/task/2835/stat : 2835 (java) S 2822 2824 1667 0 -1 4202560 14218 0 0 0 20 1 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2836] ppid=2822 vsize=6441500 CPUtime=0.11 cores=5,7
/proc/2824/task/2836/stat : 2836 (java) S 2822 2824 1667 0 -1 4202560 11899 0 0 0 10 1 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2837] ppid=2822 vsize=6441500 CPUtime=0.09 cores=5,7
/proc/2824/task/2837/stat : 2837 (java) S 2822 2824 1667 0 -1 4202560 6120 0 0 0 9 0 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2838] ppid=2822 vsize=6441500 CPUtime=0.02 cores=5,7
/proc/2824/task/2838/stat : 2838 (java) S 2822 2824 1667 0 -1 4202560 1666 0 0 0 2 0 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2839] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2839/stat : 2839 (java) S 2822 2824 1667 0 -1 4202560 644 0 0 0 0 0 0 0 17 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2840] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2840/stat : 2840 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2841] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2841/stat : 2841 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2842] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2842/stat : 2842 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2843] ppid=2822 vsize=6441500 CPUtime=0.5 cores=5,7
/proc/2824/task/2843/stat : 2843 (java) S 2822 2824 1667 0 -1 4202560 42176 0 0 0 45 5 0 0 16 0 19 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 0 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2844] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2844/stat : 2844 (java) S 2822 2824 1667 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2845] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2845/stat : 2845 (java) S 2822 2824 1667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2846] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2846/stat : 2846 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488518577 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2848] ppid=2822 vsize=6441500 CPUtime=0.35 cores=5,7
/proc/2824/task/2848/stat : 2848 (java) S 2822 2824 1667 0 -1 4202560 1090 0 0 0 35 0 0 0 15 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2849] ppid=2822 vsize=6441500 CPUtime=0.61 cores=5,7
/proc/2824/task/2849/stat : 2849 (java) S 2822 2824 1667 0 -1 4202560 2736 0 0 0 61 0 0 0 15 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2850] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2850/stat : 2850 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2851] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2851/stat : 2851 (java) S 2822 2824 1667 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 96.72
Current children cumulated vsize (KiB) 6441500

[startup+97.5008 s]
/proc/loadavg: 3.70 1.46 0.54 8/262 4859
/proc/meminfo: memFree=98436/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6441500 CPUtime=98.31 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 172060 0 1 0 9806 25 0 0 22 0 18 0 915230079 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1610375 171050 2261 9 0 1601113 0
[pid=2824/tid=2826] ppid=2822 vsize=6441500 CPUtime=96.33 cores=5,7
/proc/2824/task/2826/stat : 2826 (java) R 2822 2824 1667 0 -1 4202560 90331 0 1 0 9619 14 0 0 18 0 18 0 915230082 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 46912505665582 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2824/tid=2835] ppid=2822 vsize=6441500 CPUtime=0.21 cores=5,7
/proc/2824/task/2835/stat : 2835 (java) S 2822 2824 1667 0 -1 4202560 14218 0 0 0 20 1 0 0 18 0 18 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2836] ppid=2822 vsize=6441500 CPUtime=0.11 cores=5,7
/proc/2824/task/2836/stat : 2836 (java) S 2822 2824 1667 0 -1 4202560 11899 0 0 0 10 1 0 0 18 0 18 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2837] ppid=2822 vsize=6441500 CPUtime=0.09 cores=5,7
/proc/2824/task/2837/stat : 2837 (java) S 2822 2824 1667 0 -1 4202560 6120 0 0 0 9 0 0 0 18 0 18 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2838] ppid=2822 vsize=6441500 CPUtime=0.02 cores=5,7
/proc/2824/task/2838/stat : 2838 (java) S 2822 2824 1667 0 -1 4202560 1666 0 0 0 2 0 0 0 18 0 18 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2839] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2839/stat : 2839 (java) S 2822 2824 1667 0 -1 4202560 644 0 0 0 0 0 0 0 17 0 18 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2840] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2840/stat : 2840 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2841] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2841/stat : 2841 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2842] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2842/stat : 2842 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2843] ppid=2822 vsize=6441500 CPUtime=0.5 cores=5,7
/proc/2824/task/2843/stat : 2843 (java) S 2822 2824 1667 0 -1 4202560 42176 0 0 0 45 5 0 0 16 0 18 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 0 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2844] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2844/stat : 2844 (java) S 2822 2824 1667 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 18 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2845] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2845/stat : 2845 (java) S 2822 2824 1667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2846] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2846/stat : 2846 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488518577 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2848] ppid=2822 vsize=6441500 CPUtime=0.35 cores=5,7
/proc/2824/task/2848/stat : 2848 (java) S 2822 2824 1667 0 -1 4202560 1090 0 0 0 35 0 0 0 15 0 18 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2849] ppid=2822 vsize=6441500 CPUtime=0.61 cores=5,7
/proc/2824/task/2849/stat : 2849 (java) S 2822 2824 1667 0 -1 4202560 2736 0 0 0 61 0 0 0 15 0 18 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2850] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2850/stat : 2850 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2851] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2851/stat : 2851 (java) S 2822 2824 1667 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 98.31
Current children cumulated vsize (KiB) 6441500

[startup+98.3007 s]
/proc/loadavg: 3.72 1.50 0.55 8/261 4891
/proc/meminfo: memFree=98448/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6441500 CPUtime=99.1 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 172065 0 1 0 9885 25 0 0 22 0 19 0 915230079 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1610375 171050 2261 9 0 1601113 0
[pid=2824/tid=2826] ppid=2822 vsize=6441500 CPUtime=97.12 cores=5,7
/proc/2824/task/2826/stat : 2826 (java) R 2822 2824 1667 0 -1 4202560 90331 0 1 0 9698 14 0 0 18 0 19 0 915230082 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 46912505880810 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2824/tid=2835] ppid=2822 vsize=6441500 CPUtime=0.21 cores=5,7
/proc/2824/task/2835/stat : 2835 (java) S 2822 2824 1667 0 -1 4202560 14218 0 0 0 20 1 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2836] ppid=2822 vsize=6441500 CPUtime=0.11 cores=5,7
/proc/2824/task/2836/stat : 2836 (java) S 2822 2824 1667 0 -1 4202560 11899 0 0 0 10 1 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2837] ppid=2822 vsize=6441500 CPUtime=0.09 cores=5,7
/proc/2824/task/2837/stat : 2837 (java) S 2822 2824 1667 0 -1 4202560 6120 0 0 0 9 0 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2838] ppid=2822 vsize=6441500 CPUtime=0.02 cores=5,7
/proc/2824/task/2838/stat : 2838 (java) S 2822 2824 1667 0 -1 4202560 1666 0 0 0 2 0 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2839] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2839/stat : 2839 (java) S 2822 2824 1667 0 -1 4202560 644 0 0 0 0 0 0 0 17 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2840] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2840/stat : 2840 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2841] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2841/stat : 2841 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2842] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2842/stat : 2842 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2843] ppid=2822 vsize=6441500 CPUtime=0.5 cores=5,7
/proc/2824/task/2843/stat : 2843 (java) S 2822 2824 1667 0 -1 4202560 42176 0 0 0 45 5 0 0 16 0 19 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 0 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2844] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2844/stat : 2844 (java) S 2822 2824 1667 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2845] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2845/stat : 2845 (java) S 2822 2824 1667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2846] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2846/stat : 2846 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488518577 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2848] ppid=2822 vsize=6441500 CPUtime=0.35 cores=5,7
/proc/2824/task/2848/stat : 2848 (java) S 2822 2824 1667 0 -1 4202560 1090 0 0 0 35 0 0 0 15 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2849] ppid=2822 vsize=6441500 CPUtime=0.61 cores=5,7
/proc/2824/task/2849/stat : 2849 (java) S 2822 2824 1667 0 -1 4202560 2736 0 0 0 61 0 0 0 15 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2850] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2850/stat : 2850 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2851] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2851/stat : 2851 (java) S 2822 2824 1667 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.1
Current children cumulated vsize (KiB) 6441500

[startup+98.7006 s]
/proc/loadavg: 3.72 1.50 0.55 8/261 4891
/proc/meminfo: memFree=98448/32950928 swapFree=67053956/67111528
[pid=2824] ppid=2822 vsize=6441500 CPUtime=99.5 cores=5,7
/proc/2824/stat : 2824 (java) S 2822 2824 1667 0 -1 4202496 172067 0 1 0 9925 25 0 0 22 0 19 0 915230079 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2824/statm: 1610375 171050 2261 9 0 1601113 0
[pid=2824/tid=2826] ppid=2822 vsize=6441500 CPUtime=97.52 cores=5,7
/proc/2824/task/2826/stat : 2826 (java) R 2822 2824 1667 0 -1 4202560 90331 0 1 0 9738 14 0 0 18 0 19 0 915230082 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 46912505683333 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2824/tid=2835] ppid=2822 vsize=6441500 CPUtime=0.21 cores=5,7
/proc/2824/task/2835/stat : 2835 (java) S 2822 2824 1667 0 -1 4202560 14218 0 0 0 20 1 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2836] ppid=2822 vsize=6441500 CPUtime=0.11 cores=5,7
/proc/2824/task/2836/stat : 2836 (java) S 2822 2824 1667 0 -1 4202560 11899 0 0 0 10 1 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2837] ppid=2822 vsize=6441500 CPUtime=0.09 cores=5,7
/proc/2824/task/2837/stat : 2837 (java) S 2822 2824 1667 0 -1 4202560 6120 0 0 0 9 0 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2838] ppid=2822 vsize=6441500 CPUtime=0.02 cores=5,7
/proc/2824/task/2838/stat : 2838 (java) S 2822 2824 1667 0 -1 4202560 1666 0 0 0 2 0 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2839] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2839/stat : 2839 (java) S 2822 2824 1667 0 -1 4202560 644 0 0 0 0 0 0 0 17 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2840] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2840/stat : 2840 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2841] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2841/stat : 2841 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2842] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2842/stat : 2842 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915230085 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2843] ppid=2822 vsize=6441500 CPUtime=0.5 cores=5,7
/proc/2824/task/2843/stat : 2843 (java) S 2822 2824 1667 0 -1 4202560 42176 0 0 0 45 5 0 0 16 0 19 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 0 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2844] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2844/stat : 2844 (java) S 2822 2824 1667 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2845] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2845/stat : 2845 (java) S 2822 2824 1667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 915230086 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2846] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2846/stat : 2846 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488518577 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2848] ppid=2822 vsize=6441500 CPUtime=0.35 cores=5,7
/proc/2824/task/2848/stat : 2848 (java) S 2822 2824 1667 0 -1 4202560 1090 0 0 0 35 0 0 0 15 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2849] ppid=2822 vsize=6441500 CPUtime=0.61 cores=5,7
/proc/2824/task/2849/stat : 2849 (java) S 2822 2824 1667 0 -1 4202560 2736 0 0 0 61 0 0 0 15 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
[pid=2824/tid=2850] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2850/stat : 2850 (java) S 2822 2824 1667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488510873 0 4 0 16800975 18446604471146707072 0 0 -1 7 0 0 0
[pid=2824/tid=2851] ppid=2822 vsize=6441500 CPUtime=0 cores=5,7
/proc/2824/task/2851/stat : 2851 (java) S 2822 2824 1667 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 915230089 6596096000 171050 33554432000 1073741824 1073778376 140737364238304 18446744073709551615 239488511488 0 4 0 16800975 18446604471146707072 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.5
Current children cumulated vsize (KiB) 6441500

Child status: 20
Real time (s): 98.7572
CPU time (s): 99.5699
CPU user time (s): 99.2849
CPU system time (s): 0.284956
CPU usage (%): 100.823
Max. virtual memory (cumulated for all children) (KiB): 6441500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.2849
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172078
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= 2523
involuntary context switches= 3912

runsolver used 0.164974 second user time and 0.378942 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-14 09:25:30
IDJOB=3500820
IDBENCH=89957
IDSOLVER=1997
FILE ID=node148/3500820-1308036330
RUNJOBID= node148-1308036326-2748
PBS_JOBID= 13563888
Free space on /var/tmp= 2816 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/gmus/nadel/edn_25208_6.cnf_0.20000000.unsat.gcnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3500820-1308036330/watcher-3500820-1308036330 -o /var/tmp/evaluation-result-3500820-1308036330/solver-3500820-1308036330 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar /varHOME/instance-3500820-1308036330.gcnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= abd4989e8a82bcd6da6a997d7de50cd4
RANDOM SEED=1671465068

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2575380 kB
Buffers:        138684 kB
Cached:       28779116 kB
SwapCached:      10736 kB
Active:       13530148 kB
Inactive:     15932912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2575380 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           87624 kB
Writeback:           0 kB
AnonPages:      542528 kB
Mapped:          21220 kB
Slab:           847384 kB
PageTables:       6380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 12678912 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 /var/tmp at the end= 2856 MiB
End job on node148 at 2011-06-14 09:27:09