Trace number 3500817

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 626.955 625.857

General information on the benchmark

Namegmus/nadel/
edn_9789_10.cnf_0.68000000.unsat.gcnf
MD5SUMd853096633779866ae1ae2f1f70e2328
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.87541
Satisfiable
(Un)Satisfiability was proved
Number of variables647262
Number of clauses1881862
Sum of the clauses size4368986
Maximum clause length3
Minimum clause length1
Number of clauses of size 11656
Number of clauses of size 21273288
Number of clauses of size 3606918
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups3327
Number of clauses in the kernel (group 0)1829224
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 18

Solver Data

0.02/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.35	c See www.sat4j.org for details.
0.02/0.36	c version 2.3.0.v20110206
0.02/0.36	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.36	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.36	c java.vm.version	19.1-b02
0.02/0.36	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.36	c sun.arch.data.model	64
0.02/0.36	c java.version		1.6.0_24
0.02/0.36	c os.name		Linux
0.02/0.36	c os.version		2.6.18-164.el5
0.02/0.36	c os.arch		amd64
0.02/0.36	c Free memory 		5997854704
0.02/0.36	c Max memory 		6029312000
0.02/0.36	c Total memory 		6029312000
0.02/0.36	c Number of processors 	8
0.02/0.39	c High Level Explanation (MUS) enabled solver
0.02/0.39	c Deletion based minimization strategy
0.02/0.39	c --- Begin Solver configuration ---
0.02/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1d73831b
0.02/0.39	c Learn all clauses as in MiniSAT
0.02/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.39	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.39	c Expensive reason simplification
0.02/0.39	c Armin Biere (Picosat) restarts strategy
0.02/0.39	c Glucose learned constraints deletion strategy
0.02/0.39	c timeout=2147483647s
0.02/0.39	c DB Simplification allowed=true
0.02/0.39	c --- End Solver configuration ---
0.02/0.39	c solving HOME/instance-3500817-1308036326.gcnf
0.02/0.39	c reading problem ... 
3.36/3.55	c ... done. Wall clock time 3.16s.
3.36/3.55	c #vars     650589
3.36/3.55	c #constraints  1881860
3.36/3.55	c constraints type 
3.36/3.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 658060
3.36/3.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1223637
5.38/5.14	c Unsat detection wall clock time (in seconds) : 4.753
5.38/5.14	c Size of initial high level unsat subformula: 13
5.38/5.14	c Computing high level MUS ...
5.38/5.14	c initial unsat core 3224 3223 3222 3220 3200 3199 3198 3197 3196 3195 3194 2147 1523 
5.38/5.14	c checking 3224 ...
143.43/143.08	c cleaning 2125 clauses out of 4861 with flag 5000/5103
215.60/214.72	c mandatory.
215.60/214.72	c checking 3223 ...
312.56/311.60	c cleaning 3813 clauses out of 8130 with flag 4000/10872
415.62/414.65	c mandatory.
415.62/414.65	c checking 3222 ...
471.61/470.66	c cleaning 3839 clauses out of 9838 with flag 3000/16696
622.26/621.26	c mandatory.
622.26/621.26	c checking 3220 ...
623.06/622.03	c mandatory.
623.06/622.03	c checking 3200 ...
623.57/622.51	c mandatory.
623.57/622.51	c checking 3199 ...
623.96/622.97	c mandatory.
623.96/622.97	c checking 3198 ...
624.46/623.42	c mandatory.
624.46/623.42	c checking 3197 ...
624.86/623.88	c mandatory.
624.86/623.88	c checking 3196 ...
625.36/624.33	c mandatory.
625.36/624.33	c checking 3195 ...
625.77/624.79	c mandatory.
625.77/624.79	c checking 3194 ...
626.26/625.25	c mandatory.
626.26/625.25	c checking 2147 ...
626.36/625.32	c not needed.
626.36/625.32	c checking 1523 ...
626.79/625.76	c mandatory.
626.79/625.76	c starts		: 41
626.79/625.76	c conflicts		: 20403
626.79/625.76	c decisions		: 23931570
626.79/625.76	c propagations		: 991913409
626.79/625.76	c inspects		: 2197770938
626.79/625.76	c shortcuts		: 0
626.79/625.76	c learnt literals	: 1152
626.79/625.76	c learnt binary clauses	: 4156
626.79/625.76	c learnt ternary clauses	: 7271
626.79/625.76	c learnt constraints	: 19250
626.79/625.76	c ignored constraints	: 0
626.79/625.76	c root simplifications	: 0
626.79/625.76	c removed literals (reason simplification)	: 7038
626.79/625.76	c reason swapping (by a shorter reason)	: 0
626.79/625.76	c Calls to reduceDB	: 3
626.79/625.76	c speed (assignments/second)	: 2.2441479841628957E9
626.79/625.76	c non guided choices	18103051
626.79/625.77	c learnt constraints type 
626.79/625.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4156
626.79/625.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5317
626.79/625.77	c Size of the high level MUS: 12
626.79/625.77	c Unsat core  computation wall clock time (in seconds) : 620.629
626.79/625.77	c starts		: 41
626.79/625.77	c conflicts		: 20403
626.79/625.77	c decisions		: 23931570
626.79/625.77	c propagations		: 991913409
626.79/625.77	c inspects		: 2197770938
626.79/625.77	c shortcuts		: 0
626.79/625.77	c learnt literals	: 1152
626.79/625.77	c learnt binary clauses	: 4156
626.79/625.77	c learnt ternary clauses	: 7271
626.79/625.77	c learnt constraints	: 19250
626.79/625.77	c ignored constraints	: 0
626.79/625.77	c root simplifications	: 0
626.79/625.77	c removed literals (reason simplification)	: 7038
626.79/625.77	c reason swapping (by a shorter reason)	: 0
626.79/625.77	c Calls to reduceDB	: 3
626.79/625.77	c speed (assignments/second)	: 2.209161267260579E9
626.79/625.77	c non guided choices	18103051
626.90/625.80	c learnt constraints type 
626.90/625.80	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4156
626.90/625.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5317
626.90/625.80	c constraints type 
626.90/625.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 658060
626.90/625.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1223637
626.90/625.80	s UNSATISFIABLE
626.90/625.80	v 1523 3194 3195 3196 3197 3198 3199 3200 3220 3222 3223 3224 0
626.90/625.80	c Total wall clock time (in seconds) : 625.382

Verifier Data

OK	12

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

running on 2 cores: 0,2

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.10 0.34 0.12 2/175 15919
/proc/meminfo: memFree=16607988/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=11804 CPUtime=0 cores=0,2
/proc/15919/stat : 15919 (runsolver) S 15917 15919 14728 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 896049166 12087296 50 33554432000 4194304 5436572 140736853611888 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 2 0 0 0
/proc/15919/statm: 2951 50 31 304 0 2643 0

[startup+0.0624521 s]
/proc/loadavg: 1.10 0.34 0.12 2/175 15919
/proc/meminfo: memFree=16607988/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=252 CPUtime=0 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4194304 77 0 0 0 0 0 0 0 17 0 1 0 896049166 258048 31 33554432000 1073741824 1073778376 140736497900224 18446744073709551615 212034731655 0 2147483391 4096 0 18446744071699199166 0 0 17 0 0 0 0
/proc/15919/statm: 63 31 24 9 0 22 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 252

[startup+0.100435 s]
/proc/loadavg: 1.10 0.34 0.12 2/175 15919
/proc/meminfo: memFree=16607988/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=252 CPUtime=0 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4194304 77 0 0 0 0 0 0 0 17 0 1 0 896049166 258048 31 33554432000 1073741824 1073778376 140736497900224 18446744073709551615 212034731655 0 2147483391 4096 0 18446744071699199166 0 0 17 0 0 0 0
/proc/15919/statm: 63 31 24 9 0 22 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 252

[startup+0.304358 s]
/proc/loadavg: 1.10 0.34 0.12 2/175 15919
/proc/meminfo: memFree=16607988/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=6356088 CPUtime=0.02 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4202496 7626 0 1 0 1 1 0 0 15 0 11 0 896049166 6508634112 7325 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/15919/statm: 1589022 7326 1600 9 0 1579770 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6356088

[startup+0.700242 s]
/proc/loadavg: 1.10 0.34 0.12 2/175 15919
/proc/meminfo: memFree=16607988/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=6431104 CPUtime=0.52 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4202496 21583 0 1 0 48 4 0 0 15 0 18 0 896049166 6585450496 20700 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15919/statm: 1607776 20700 2201 9 0 1598514 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 6431104

[startup+1.50116 s]
/proc/loadavg: 1.49 0.43 0.15 3/214 15964
/proc/meminfo: memFree=16310180/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=6431104 CPUtime=1.32 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4202496 58070 0 1 0 124 8 0 0 15 0 18 0 896049166 6585450496 57186 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15919/statm: 1607776 57188 2202 9 0 1598514 0
[pid=15919/tid=15921] ppid=15917 vsize=6431104 CPUtime=1.15 cores=0,2
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 14728 0 -1 4202560 54726 0 1 0 108 7 0 0 19 0 18 0 896049188 6585450496 57189 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 46912505524472 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=15919/tid=15922] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 896049195 6585450496 57191 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15923] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 57192 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15924] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 57194 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15925] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 57195 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 57196 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 57198 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 14728 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 57199 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15929] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 57200 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 14728 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 896049196 6585450496 57201 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 0 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 14728 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 896049197 6585450496 57202 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15932] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 14728 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 896049197 6585450496 57204 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15933] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15933/stat : 15933 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 896049200 6585450496 57205 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051478961 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15934] ppid=15917 vsize=6431104 CPUtime=0.02 cores=0,2
/proc/15919/task/15934/stat : 15934 (java) S 15917 15919 14728 0 -1 4202560 440 0 0 0 2 0 0 0 18 0 18 0 896049200 6585450496 57205 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15935] ppid=15917 vsize=6431104 CPUtime=0.13 cores=0,2
/proc/15919/task/15935/stat : 15935 (java) S 15917 15919 14728 0 -1 4202560 1754 0 0 0 13 0 0 0 16 0 18 0 896049200 6585450496 57207 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15936] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15936/stat : 15936 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 896049200 6585450496 57208 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15937] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15937/stat : 15937 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 896049200 6585450496 57209 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6431104

[startup+3.10078 s]
/proc/loadavg: 1.49 0.43 0.15 3/218 15974
/proc/meminfo: memFree=15872952/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=6431104 CPUtime=2.92 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4202496 128901 0 1 0 273 19 0 0 15 0 18 0 896049166 6585450496 128017 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15919/statm: 1607776 128019 2202 9 0 1598514 0
[pid=15919/tid=15921] ppid=15917 vsize=6431104 CPUtime=2.74 cores=0,2
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 14728 0 -1 4202560 125557 0 1 0 257 17 0 0 23 0 18 0 896049188 6585450496 128020 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 46912505539674 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=15919/tid=15922] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 896049195 6585450496 128021 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15923] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 128023 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15924] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 128024 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15925] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 128025 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 128026 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 128027 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 14728 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 128028 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15929] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896049195 6585450496 128029 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 14728 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 896049196 6585450496 128030 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 0 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 14728 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 896049197 6585450496 128031 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15932] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 14728 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 896049197 6585450496 128032 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15933] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15933/stat : 15933 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 896049200 6585450496 128033 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051478961 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15934] ppid=15917 vsize=6431104 CPUtime=0.02 cores=0,2
/proc/15919/task/15934/stat : 15934 (java) S 15917 15919 14728 0 -1 4202560 440 0 0 0 2 0 0 0 18 0 18 0 896049200 6585450496 128034 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15935] ppid=15917 vsize=6431104 CPUtime=0.13 cores=0,2
/proc/15919/task/15935/stat : 15935 (java) S 15917 15919 14728 0 -1 4202560 1754 0 0 0 13 0 0 0 16 0 18 0 896049200 6585450496 128035 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15936] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15936/stat : 15936 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 896049200 6585450496 128036 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15937] ppid=15917 vsize=6431104 CPUtime=0 cores=0,2
/proc/15919/task/15937/stat : 15937 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 896049200 6585450496 128037 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 6431104

[startup+6.30127 s]
/proc/loadavg: 1.49 0.43 0.15 7/260 16027
/proc/meminfo: memFree=14240800/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=6436860 CPUtime=6.67 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4202496 171781 0 1 0 643 24 0 0 15 0 19 0 896049166 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15919/statm: 1609215 168188 2233 9 0 1599953 0
[pid=15919/tid=15921] ppid=15917 vsize=6436860 CPUtime=5.76 cores=0,2
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 14728 0 -1 4202560 164299 0 1 0 553 23 0 0 25 0 19 0 896049188 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 46912505664040 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=15919/tid=15922] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 896049195 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15923] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896049195 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15924] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896049195 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15925] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896049195 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896049195 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896049195 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 14728 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 896049195 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15929] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 896049195 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 14728 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 896049196 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 0 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 14728 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 896049197 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15932] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 14728 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 896049197 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15933] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15933/stat : 15933 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896049200 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051478961 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15934] ppid=15917 vsize=6436860 CPUtime=0.42 cores=0,2
/proc/15919/task/15934/stat : 15934 (java) S 15917 15919 14728 0 -1 4202560 2891 0 0 0 42 0 0 0 15 0 19 0 896049200 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15935] ppid=15917 vsize=6436860 CPUtime=0.46 cores=0,2
/proc/15919/task/15935/stat : 15935 (java) S 15917 15919 14728 0 -1 4202560 3426 0 0 0 46 0 0 0 15 0 19 0 896049200 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15936] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15936/stat : 15936 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896049200 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15937] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15937/stat : 15937 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049200 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=16027] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/16027/stat : 16027 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896049691 6591344640 168188 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 6436860

[startup+12.7011 s]
/proc/loadavg: 2.19 0.62 0.21 5/262 16140
/proc/meminfo: memFree=15581020/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=6436860 CPUtime=13.07 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4202496 171850 0 1 0 1283 24 0 0 15 0 19 0 896049166 6591344640 168257 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0

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

/proc/15919/statm: 1609215 321380 2259 9 0 1599953 0
[pid=15919/tid=15921] ppid=15917 vsize=6436860 CPUtime=621.14 cores=0,2
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 14728 0 -1 4202560 164632 0 1 0 62091 23 0 0 25 0 19 0 896049188 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 46912505750629 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=15919/tid=15922] ppid=15917 vsize=6436860 CPUtime=0.47 cores=0,2
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 14728 0 -1 4202560 29340 0 0 0 44 3 0 0 15 0 19 0 896049195 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15923] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15924] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15925] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=6436860 CPUtime=0.09 cores=0,2
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 14728 0 -1 4202560 3 0 0 0 9 0 0 0 15 0 19 0 896049195 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=6436860 CPUtime=0.04 cores=0,2
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 4 0 0 0 16 0 19 0 896049195 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=6436860 CPUtime=0.04 cores=0,2
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 14728 0 -1 4202560 6 0 0 0 4 0 0 0 15 0 19 0 896049195 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15929] ppid=15917 vsize=6436860 CPUtime=0.46 cores=0,2
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 14728 0 -1 4202560 37767 0 0 0 42 4 0 0 15 0 19 0 896049195 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=6436860 CPUtime=2.35 cores=0,2
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 14728 0 -1 4202560 85803 0 0 0 227 8 0 0 16 0 19 0 896049196 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 0 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 14728 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 896049197 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15932] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 14728 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 896049197 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15933] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15933/stat : 15933 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896049200 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051478961 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15934] ppid=15917 vsize=6436860 CPUtime=0.47 cores=0,2
/proc/15919/task/15934/stat : 15934 (java) S 15917 15919 14728 0 -1 4202560 2905 0 0 0 47 0 0 0 15 0 19 0 896049200 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15935] ppid=15917 vsize=6436860 CPUtime=0.63 cores=0,2
/proc/15919/task/15935/stat : 15935 (java) S 15917 15919 14728 0 -1 4202560 4374 0 0 0 63 0 0 0 15 0 19 0 896049200 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15936] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15936/stat : 15936 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896049200 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15937] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15937/stat : 15937 (java) S 15917 15919 14728 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 896049200 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=30072] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/30072/stat : 30072 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 896111605 6591344640 321380 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 625.77
Current children cumulated vsize (KiB) 6436860

[startup+625.501 s]
/proc/loadavg: 4.17 3.72 2.10 7/261 30076
/proc/meminfo: memFree=8529144/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=6436860 CPUtime=626.59 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4202496 326364 0 1 0 62617 42 0 0 15 0 19 0 896049166 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15919/statm: 1609215 321540 2259 9 0 1599953 0
[pid=15919/tid=15921] ppid=15917 vsize=6436860 CPUtime=621.93 cores=0,2
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 14728 0 -1 4202560 164634 0 1 0 62170 23 0 0 25 0 19 0 896049188 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 46912505579397 0 4 0 16800975 0 0 0 -1 2 0 0 2
[pid=15919/tid=15922] ppid=15917 vsize=6436860 CPUtime=0.47 cores=0,2
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 14728 0 -1 4202560 29340 0 0 0 44 3 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15923] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15924] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15925] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=6436860 CPUtime=0.09 cores=0,2
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 14728 0 -1 4202560 3 0 0 0 9 0 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=6436860 CPUtime=0.04 cores=0,2
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 4 0 0 0 16 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=6436860 CPUtime=0.04 cores=0,2
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 14728 0 -1 4202560 6 0 0 0 4 0 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15929] ppid=15917 vsize=6436860 CPUtime=0.46 cores=0,2
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 14728 0 -1 4202560 37767 0 0 0 42 4 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=6436860 CPUtime=2.35 cores=0,2
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 14728 0 -1 4202560 85803 0 0 0 227 8 0 0 16 0 19 0 896049196 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 0 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 14728 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 896049197 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15932] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 14728 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 896049197 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15933] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15933/stat : 15933 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896049200 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051478961 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15934] ppid=15917 vsize=6436860 CPUtime=0.47 cores=0,2
/proc/15919/task/15934/stat : 15934 (java) S 15917 15919 14728 0 -1 4202560 2905 0 0 0 47 0 0 0 15 0 19 0 896049200 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15935] ppid=15917 vsize=6436860 CPUtime=0.67 cores=0,2
/proc/15919/task/15935/stat : 15935 (java) S 15917 15919 14728 0 -1 4202560 4696 0 0 0 66 1 0 0 16 0 19 0 896049200 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15936] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15936/stat : 15936 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896049200 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15937] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15937/stat : 15937 (java) S 15917 15919 14728 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 896049200 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 626.59
Current children cumulated vsize (KiB) 6436860

[startup+625.701 s]
/proc/loadavg: 4.17 3.72 2.10 7/261 30076
/proc/meminfo: memFree=8529144/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=6436860 CPUtime=626.79 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4202496 326364 0 1 0 62637 42 0 0 15 0 19 0 896049166 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15919/statm: 1609215 321540 2259 9 0 1599953 0
[pid=15919/tid=15921] ppid=15917 vsize=6436860 CPUtime=622.13 cores=0,2
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 14728 0 -1 4202560 164634 0 1 0 62190 23 0 0 25 0 19 0 896049188 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 46912505767375 0 4 0 16800975 0 0 0 -1 2 0 0 2
[pid=15919/tid=15922] ppid=15917 vsize=6436860 CPUtime=0.47 cores=0,2
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 14728 0 -1 4202560 29340 0 0 0 44 3 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15923] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15924] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15925] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=6436860 CPUtime=0.09 cores=0,2
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 14728 0 -1 4202560 3 0 0 0 9 0 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=6436860 CPUtime=0.04 cores=0,2
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 4 0 0 0 16 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=6436860 CPUtime=0.04 cores=0,2
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 14728 0 -1 4202560 6 0 0 0 4 0 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15929] ppid=15917 vsize=6436860 CPUtime=0.46 cores=0,2
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 14728 0 -1 4202560 37767 0 0 0 42 4 0 0 15 0 19 0 896049195 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=6436860 CPUtime=2.35 cores=0,2
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 14728 0 -1 4202560 85803 0 0 0 227 8 0 0 16 0 19 0 896049196 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 0 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 14728 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 896049197 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15932] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 14728 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 896049197 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15933] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15933/stat : 15933 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896049200 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051478961 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15934] ppid=15917 vsize=6436860 CPUtime=0.47 cores=0,2
/proc/15919/task/15934/stat : 15934 (java) S 15917 15919 14728 0 -1 4202560 2905 0 0 0 47 0 0 0 15 0 19 0 896049200 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15935] ppid=15917 vsize=6436860 CPUtime=0.67 cores=0,2
/proc/15919/task/15935/stat : 15935 (java) S 15917 15919 14728 0 -1 4202560 4696 0 0 0 66 1 0 0 16 0 19 0 896049200 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15936] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15936/stat : 15936 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896049200 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15937] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15937/stat : 15937 (java) S 15917 15919 14728 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 896049200 6591344640 321540 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 626.79
Current children cumulated vsize (KiB) 6436860

[startup+625.801 s]
/proc/loadavg: 4.15 3.73 2.11 5/262 30099
/proc/meminfo: memFree=8528268/32951124 swapFree=67050916/67111528
[pid=15919] ppid=15917 vsize=6436860 CPUtime=626.9 cores=0,2
/proc/15919/stat : 15919 (java) S 15917 15919 14728 0 -1 4202496 326370 0 1 0 62648 42 0 0 15 0 19 0 896049166 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15919/statm: 1609215 321545 2260 9 0 1599953 0
[pid=15919/tid=15921] ppid=15917 vsize=6436860 CPUtime=622.2 cores=0,2
/proc/15919/task/15921/stat : 15921 (java) S 15917 15919 14728 0 -1 4202560 164637 0 1 0 62197 23 0 0 19 0 19 0 896049188 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 2
[pid=15919/tid=15922] ppid=15917 vsize=6436860 CPUtime=0.47 cores=0,2
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 14728 0 -1 4202560 29340 0 0 0 44 3 0 0 15 0 19 0 896049195 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15923] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15924] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15925] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 896049195 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=6436860 CPUtime=0.09 cores=0,2
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 14728 0 -1 4202560 3 0 0 0 9 0 0 0 15 0 19 0 896049195 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=6436860 CPUtime=0.04 cores=0,2
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 4 0 0 0 16 0 19 0 896049195 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=6436860 CPUtime=0.04 cores=0,2
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 14728 0 -1 4202560 6 0 0 0 4 0 0 0 15 0 19 0 896049195 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15929] ppid=15917 vsize=6436860 CPUtime=0.46 cores=0,2
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 14728 0 -1 4202560 37767 0 0 0 42 4 0 0 15 0 19 0 896049195 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=6436860 CPUtime=2.35 cores=0,2
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 14728 0 -1 4202560 85803 0 0 0 227 8 0 0 16 0 19 0 896049196 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 0 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 14728 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 896049197 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15932] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 14728 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 896049197 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15933] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15933/stat : 15933 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 896049200 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051478961 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15934] ppid=15917 vsize=6436860 CPUtime=0.49 cores=0,2
/proc/15919/task/15934/stat : 15934 (java) S 15917 15919 14728 0 -1 4202560 2907 0 0 0 49 0 0 0 15 0 19 0 896049200 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=15935] ppid=15917 vsize=6436860 CPUtime=0.68 cores=0,2
/proc/15919/task/15935/stat : 15935 (java) S 15917 15919 14728 0 -1 4202560 4696 0 0 0 67 1 0 0 15 0 19 0 896049200 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15936] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15936/stat : 15936 (java) S 15917 15919 14728 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 896049200 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471257 0 4 0 16800975 18446604453985935808 0 0 -1 0 0 0 0
[pid=15919/tid=15937] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/15937/stat : 15937 (java) S 15917 15919 14728 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 896049200 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 212051471872 0 4 0 16800975 18446604453985935808 0 0 -1 2 0 0 0
[pid=15919/tid=30099] ppid=15917 vsize=6436860 CPUtime=0 cores=0,2
/proc/15919/task/30099/stat : 30099 (java) R 15917 15919 14728 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 896111743 6591344640 321545 33554432000 1073741824 1073778376 140736045567280 18446744073709551615 46912505175280 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 626.9
Current children cumulated vsize (KiB) 6436860

Child status: 20
Real time (s): 625.857
CPU time (s): 626.955
CPU user time (s): 626.482
CPU system time (s): 0.472928
CPU usage (%): 100.175
Max. virtual memory (cumulated for all children) (KiB): 6437984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 626.482
system time used= 0.472928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326370
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= 13439
involuntary context switches= 5798

runsolver used 1.08783 second user time and 2.33764 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-14 09:25:29
IDJOB=3500817
IDBENCH=89954
IDSOLVER=1997
FILE ID=node146/3500817-1308036326
RUNJOBID= node146-1308036326-15901
PBS_JOBID= 13563890
Free space on /tmp= 6468 MiB

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

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

MD5SUM BENCH= d853096633779866ae1ae2f1f70e2328
RANDOM SEED=435555289

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16612660 kB
Buffers:        157544 kB
Cached:       15557556 kB
SwapCached:      13448 kB
Active:         738408 kB
Inactive:     14994964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16612660 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           96172 kB
Writeback:           0 kB
AnonPages:       16708 kB
Mapped:           8636 kB
Slab:           541436 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190564 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= 6484 MiB
End job on node146 at 2011-06-14 09:35:55