Trace number 3743111

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 1580.06 1568.09

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_50null0mast_rapportOE1.0_TMAX300_K67_cod2.opb
MD5SUMb363732a49ff55c5c06709720571fcad
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-439
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 829
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 12582
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1599470296
0.03/0.08	c Max memory 1607860224
0.03/0.08	c Total memory 1607860224
0.03/0.08	c Number of processors 8
0.08/0.10	--- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.10	c No reason simplification
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3743111-1338775923.opb
0.08/0.10	c reading problem ... 
1.38/0.81	c ... done. Wall clock time 0.706s.
1.38/0.81	c CPU time (experimental) 0.78s.
1.38/0.81	c #vars     40937
1.38/0.81	c #constraints  41433
2.21/1.23	c SATISFIABLE
2.21/1.23	c OPTIMIZING...
2.21/1.23	c Got one! Elapsed wall clock time (in seconds):1.126
2.21/1.24	o 0
2.68/1.60	c Got one! Elapsed wall clock time (in seconds):1.493
2.68/1.60	o -14
2.90/1.84	c Got one! Elapsed wall clock time (in seconds):1.733
2.90/1.84	o -15
3.21/2.11	c Got one! Elapsed wall clock time (in seconds):2.004
3.21/2.19	o -36
4.20/3.19	c Got one! Elapsed wall clock time (in seconds):3.091
4.20/3.20	o -282
259.44/256.80	c Got one! Elapsed wall clock time (in seconds):256.698
259.44/256.81	o -283
265.84/263.27	c Got one! Elapsed wall clock time (in seconds):263.165
265.84/263.27	o -284
268.66/265.88	c Got one! Elapsed wall clock time (in seconds):265.779
268.66/265.89	o -306
654.43/649.31	c Got one! Elapsed wall clock time (in seconds):649.209
654.43/649.32	o -307
672.42/667.26	c Got one! Elapsed wall clock time (in seconds):667.152
672.42/667.26	o -308
684.17/678.71	c Got one! Elapsed wall clock time (in seconds):678.611
684.17/678.72	o -309
948.22/941.84	c cleaning 547711 clauses out of 1095526 for limit 1.0226779157063747E10
1566.30/1554.83	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1573.20/1561.75		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)

Verifier Data

ERROR: no interpretation found !

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-3743111-1338775923/watcher-3743111-1338775923 -o /tmp/evaluation-result-3743111-1338775923/solver-3743111-1338775923 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743111-1338775923.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 13909
/proc/meminfo: memFree=26101752/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13909/stat : 13909 (java) D 13907 13909 11123 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 343719715 9515008 184 33554432000 1073741824 1073778376 140735824398720 140735824389944 219513777591 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 2323 184 142 9 0 71 0

[startup+0.056553 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 13909
/proc/meminfo: memFree=26101752/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=2623916 CPUtime=0.03 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 3950 0 1 0 2 1 0 0 20 0 13 0 343719715 2686889984 5158 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 655979 5158 1708 9 0 646680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.100276 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 13909
/proc/meminfo: memFree=26101752/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 4872 0 1 0 7 1 0 0 20 0 18 0 343719715 3028844544 6581 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 739464 6581 2099 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 13909
/proc/meminfo: memFree=26101752/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=2957856 CPUtime=0.45 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 6174 0 1 0 44 1 0 0 20 0 18 0 343719715 3028844544 9969 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 739464 9969 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2957856

[startup+0.700222 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 13909
/proc/meminfo: memFree=26101752/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=2957856 CPUtime=1.28 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 8562 0 1 0 124 4 0 0 20 0 18 0 343719715 3028844544 45500 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 739464 45500 2250 9 0 729885 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 2957856

[startup+1.50068 s]
/proc/loadavg: 2.08 2.02 2.01 4/213 13928
/proc/meminfo: memFree=25882976/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=3024420 CPUtime=2.57 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 9063 0 1 0 252 5 0 0 20 0 19 0 343719715 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 756105 57337 2273 9 0 746526 0
[pid=13909/tid=13911] ppid=13907 vsize=3024420 CPUtime=1.47 cores=0,2,4,6
/proc/13909/task/13911/stat : 13911 (java) R 13907 13909 11123 0 -1 4202560 3130 0 1 0 142 5 0 0 20 0 19 0 343719716 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795863626344 139795700177047 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13912] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13912/stat : 13912 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795847051688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13913] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13913/stat : 13913 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795845999144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13914] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13914/stat : 13914 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795844946088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13915] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13915/stat : 13915 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795843893544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13916] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13916/stat : 13916 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795842841512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13917] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13917/stat : 13917 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795841788968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13918] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13918/stat : 13918 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795840735912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13919] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13919/stat : 13919 (java) S 13907 13909 11123 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795839683368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13920] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13920/stat : 13920 (java) S 13907 13909 11123 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 343719718 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795827272040 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13921] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13921/stat : 13921 (java) S 13907 13909 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 343719718 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795826218360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13922] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13922/stat : 13922 (java) S 13907 13909 11123 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343719719 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795825165192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13923] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13923/stat : 13923 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795824113936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13924] ppid=13907 vsize=3024420 CPUtime=0.58 cores=0,2,4,6
/proc/13909/task/13924/stat : 13924 (java) R 13907 13909 11123 0 -1 4202560 2631 0 0 0 58 0 0 0 20 0 19 0 343719721 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795823061816 219513631437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13925] ppid=13907 vsize=3024420 CPUtime=0.49 cores=0,2,4,6
/proc/13909/task/13925/stat : 13925 (java) S 13907 13909 11123 0 -1 4202560 2104 0 0 0 49 0 0 0 20 0 19 0 343719721 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795822009272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13926] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13926/stat : 13926 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795820956408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13927] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13927/stat : 13927 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 57337 33554432000 1073741824 1073778376 140736641370320 139795819904072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 3024420

[startup+3.10068 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 13931
/proc/meminfo: memFree=25873892/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=3024420 CPUtime=4.2 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 9086 0 1 0 414 6 0 0 20 0 19 0 343719715 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 756105 65018 2273 9 0 746526 0
[pid=13909/tid=13911] ppid=13907 vsize=3024420 CPUtime=3.06 cores=0,2,4,6
/proc/13909/task/13911/stat : 13911 (java) R 13907 13909 11123 0 -1 4202560 3146 0 1 0 301 5 0 0 20 0 19 0 343719716 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795863625776 139795700176857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13912] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13912/stat : 13912 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795847051688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13913] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13913/stat : 13913 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795845999144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13914] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13914/stat : 13914 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795844946088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13915] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13915/stat : 13915 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795843893544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13916] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13916/stat : 13916 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795842841512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13917] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13917/stat : 13917 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795841788968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13918] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13918/stat : 13918 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795840735912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13919] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13919/stat : 13919 (java) S 13907 13909 11123 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795839683368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13920] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13920/stat : 13920 (java) S 13907 13909 11123 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 343719718 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795827272040 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13921] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13921/stat : 13921 (java) S 13907 13909 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 343719718 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795826218360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13922] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13922/stat : 13922 (java) S 13907 13909 11123 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343719719 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795825165192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13923] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13923/stat : 13923 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795824113936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13924] ppid=13907 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/13909/task/13924/stat : 13924 (java) S 13907 13909 11123 0 -1 4202560 2631 0 0 0 61 0 0 0 20 0 19 0 343719721 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795823061816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13925] ppid=13907 vsize=3024420 CPUtime=0.49 cores=0,2,4,6
/proc/13909/task/13925/stat : 13925 (java) S 13907 13909 11123 0 -1 4202560 2104 0 0 0 49 0 0 0 20 0 19 0 343719721 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795822009272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13926] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13926/stat : 13926 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795820956408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13927] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13927/stat : 13927 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 65018 33554432000 1073741824 1073778376 140736641370320 139795819904072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 3024420

[startup+6.3007 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 13933
/proc/meminfo: memFree=25781480/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=3024420 CPUtime=7.41 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 9110 0 1 0 735 6 0 0 20 0 19 0 343719715 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 756105 75090 2273 9 0 746526 0
[pid=13909/tid=13911] ppid=13907 vsize=3024420 CPUtime=6.27 cores=0,2,4,6
/proc/13909/task/13911/stat : 13911 (java) R 13907 13909 11123 0 -1 4202560 3168 0 1 0 621 6 0 0 20 0 19 0 343719716 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795863626152 139795699944626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13912] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13912/stat : 13912 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795847051688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13913] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13913/stat : 13913 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795845999144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13914] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13914/stat : 13914 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795844946088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13915] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13915/stat : 13915 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795843893544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13916] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13916/stat : 13916 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795842841512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13917] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13917/stat : 13917 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795841788968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13918] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13918/stat : 13918 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795840735912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13919] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13919/stat : 13919 (java) S 13907 13909 11123 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 343719717 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795839683368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13920] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13920/stat : 13920 (java) S 13907 13909 11123 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 343719718 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795827272040 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13921] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13921/stat : 13921 (java) S 13907 13909 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 343719718 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795826218360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13922] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13922/stat : 13922 (java) S 13907 13909 11123 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343719719 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795825165192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13923] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13923/stat : 13923 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795824113936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13924] ppid=13907 vsize=3024420 CPUtime=0.62 cores=0,2,4,6
/proc/13909/task/13924/stat : 13924 (java) S 13907 13909 11123 0 -1 4202560 2631 0 0 0 62 0 0 0 20 0 19 0 343719721 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795823061816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13925] ppid=13907 vsize=3024420 CPUtime=0.49 cores=0,2,4,6
/proc/13909/task/13925/stat : 13925 (java) S 13907 13909 11123 0 -1 4202560 2104 0 0 0 49 0 0 0 20 0 19 0 343719721 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795822009272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13926] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13926/stat : 13926 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795820956408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13927] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13927/stat : 13927 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795819904072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13933] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13933/stat : 13933 (java) S 13907 13909 11123 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 343720036 3097006080 75090 33554432000 1073741824 1073778376 140736641370320 139795699328680 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 3024420

[startup+12.7006 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 13933
/proc/meminfo: memFree=25703232/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=3024420 CPUtime=13.88 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 9424 0 1 0 1381 7 0 0 20 0 19 0 343719715 3097006080 93699 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/13909/task/13912/stat : 13912 (java) S 13907 13909 11123 0 -1 4202560 529 0 0 0 174 18 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795847051688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13913] ppid=13907 vsize=3024420 CPUtime=1.76 cores=0,2,4,6
/proc/13909/task/13913/stat : 13913 (java) S 13907 13909 11123 0 -1 4202560 469 0 0 0 163 13 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795845999144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13914] ppid=13907 vsize=3024420 CPUtime=1.75 cores=0,2,4,6
/proc/13909/task/13914/stat : 13914 (java) S 13907 13909 11123 0 -1 4202560 561 0 0 0 160 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795844946088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13915] ppid=13907 vsize=3024420 CPUtime=1.74 cores=0,2,4,6
/proc/13909/task/13915/stat : 13915 (java) S 13907 13909 11123 0 -1 4202560 531 0 0 0 159 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795843893544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13916] ppid=13907 vsize=3024420 CPUtime=1.86 cores=0,2,4,6
/proc/13909/task/13916/stat : 13916 (java) S 13907 13909 11123 0 -1 4202560 565 0 0 0 166 20 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795842841512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13917] ppid=13907 vsize=3024420 CPUtime=1.63 cores=0,2,4,6
/proc/13909/task/13917/stat : 13917 (java) S 13907 13909 11123 0 -1 4202560 435 0 0 0 147 16 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795841788968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13918] ppid=13907 vsize=3024420 CPUtime=1.65 cores=0,2,4,6
/proc/13909/task/13918/stat : 13918 (java) S 13907 13909 11123 0 -1 4202560 474 0 0 0 149 16 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795840735912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13919] ppid=13907 vsize=3024420 CPUtime=1.72 cores=0,2,4,6
/proc/13909/task/13919/stat : 13919 (java) S 13907 13909 11123 0 -1 4202560 531 0 0 0 157 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795839683368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13920] ppid=13907 vsize=3024420 CPUtime=31.47 cores=0,2,4,6
/proc/13909/task/13920/stat : 13920 (java) R 13907 13909 11123 0 -1 4202560 861 0 0 0 3144 3 0 0 20 0 19 0 343719718 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795827272200 139795869752463 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13921] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13921/stat : 13921 (java) S 13907 13909 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343719718 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795826218360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13922] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13922/stat : 13922 (java) S 13907 13909 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 343719719 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795825165192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13923] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13923/stat : 13923 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795824113936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13924] ppid=13907 vsize=3024420 CPUtime=0.72 cores=0,2,4,6
/proc/13909/task/13924/stat : 13924 (java) S 13907 13909 11123 0 -1 4202560 2664 0 0 0 72 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795823061816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13925] ppid=13907 vsize=3024420 CPUtime=0.54 cores=0,2,4,6
/proc/13909/task/13925/stat : 13925 (java) S 13907 13909 11123 0 -1 4202560 2366 0 0 0 54 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795822009272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13926] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13926/stat : 13926 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795820956408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13927] ppid=13907 vsize=3024420 CPUtime=0.51 cores=0,2,4,6
/proc/13909/task/13927/stat : 13927 (java) S 13907 13909 11123 0 -1 4202560 89 0 0 0 25 26 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795819904072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13948] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13948/stat : 13948 (java) S 13907 13909 11123 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 343787588 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795699327912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1578.6
Current children cumulated vsize (KiB) 3024420

[startup+1567.51 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 14014
/proc/meminfo: memFree=24706352/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=3024420 CPUtime=1579 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 14673 0 1 0 157744 156 0 0 20 0 19 0 343719715 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 756105 419420 2303 9 0 746526 0
[pid=13909/tid=13911] ppid=13907 vsize=3024420 CPUtime=1531.56 cores=0,2,4,6
/proc/13909/task/13911/stat : 13911 (java) S 13907 13909 11123 0 -1 4202560 3379 0 1 0 153123 33 0 0 20 0 19 0 343719716 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795863626616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13912] ppid=13907 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/13909/task/13912/stat : 13912 (java) S 13907 13909 11123 0 -1 4202560 529 0 0 0 174 18 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795847051688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13913] ppid=13907 vsize=3024420 CPUtime=1.76 cores=0,2,4,6
/proc/13909/task/13913/stat : 13913 (java) S 13907 13909 11123 0 -1 4202560 469 0 0 0 163 13 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795845999144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13914] ppid=13907 vsize=3024420 CPUtime=1.75 cores=0,2,4,6
/proc/13909/task/13914/stat : 13914 (java) S 13907 13909 11123 0 -1 4202560 561 0 0 0 160 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795844946088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13915] ppid=13907 vsize=3024420 CPUtime=1.74 cores=0,2,4,6
/proc/13909/task/13915/stat : 13915 (java) S 13907 13909 11123 0 -1 4202560 531 0 0 0 159 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795843893544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13916] ppid=13907 vsize=3024420 CPUtime=1.86 cores=0,2,4,6
/proc/13909/task/13916/stat : 13916 (java) S 13907 13909 11123 0 -1 4202560 565 0 0 0 166 20 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795842841512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13917] ppid=13907 vsize=3024420 CPUtime=1.63 cores=0,2,4,6
/proc/13909/task/13917/stat : 13917 (java) S 13907 13909 11123 0 -1 4202560 435 0 0 0 147 16 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795841788968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13918] ppid=13907 vsize=3024420 CPUtime=1.65 cores=0,2,4,6
/proc/13909/task/13918/stat : 13918 (java) S 13907 13909 11123 0 -1 4202560 474 0 0 0 149 16 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795840735912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13919] ppid=13907 vsize=3024420 CPUtime=1.72 cores=0,2,4,6
/proc/13909/task/13919/stat : 13919 (java) S 13907 13909 11123 0 -1 4202560 531 0 0 0 157 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795839683368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13920] ppid=13907 vsize=3024420 CPUtime=31.88 cores=0,2,4,6
/proc/13909/task/13920/stat : 13920 (java) R 13907 13909 11123 0 -1 4202560 861 0 0 0 3185 3 0 0 20 0 19 0 343719718 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795827272200 139795870134344 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13921] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13921/stat : 13921 (java) S 13907 13909 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343719718 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795826218360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13922] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13922/stat : 13922 (java) S 13907 13909 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 343719719 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795825165192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13923] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13923/stat : 13923 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795824113936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13924] ppid=13907 vsize=3024420 CPUtime=0.72 cores=0,2,4,6
/proc/13909/task/13924/stat : 13924 (java) S 13907 13909 11123 0 -1 4202560 2664 0 0 0 72 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795823061816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13925] ppid=13907 vsize=3024420 CPUtime=0.54 cores=0,2,4,6
/proc/13909/task/13925/stat : 13925 (java) S 13907 13909 11123 0 -1 4202560 2366 0 0 0 54 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795822009272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13926] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13926/stat : 13926 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795820956408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13927] ppid=13907 vsize=3024420 CPUtime=0.51 cores=0,2,4,6
/proc/13909/task/13927/stat : 13927 (java) S 13907 13909 11123 0 -1 4202560 89 0 0 0 25 26 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795819904072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13948] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13948/stat : 13948 (java) S 13907 13909 11123 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 343787588 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795699327912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1579
Current children cumulated vsize (KiB) 3024420

[startup+1567.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 14014
/proc/meminfo: memFree=24706352/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=3024420 CPUtime=1579.4 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 14674 0 1 0 157784 156 0 0 20 0 19 0 343719715 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 756105 419420 2303 9 0 746526 0
[pid=13909/tid=13911] ppid=13907 vsize=3024420 CPUtime=1531.56 cores=0,2,4,6
/proc/13909/task/13911/stat : 13911 (java) S 13907 13909 11123 0 -1 4202560 3380 0 1 0 153123 33 0 0 20 0 19 0 343719716 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795863626632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13912] ppid=13907 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/13909/task/13912/stat : 13912 (java) S 13907 13909 11123 0 -1 4202560 529 0 0 0 174 18 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795847051688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13913] ppid=13907 vsize=3024420 CPUtime=1.76 cores=0,2,4,6
/proc/13909/task/13913/stat : 13913 (java) S 13907 13909 11123 0 -1 4202560 469 0 0 0 163 13 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795845999144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13914] ppid=13907 vsize=3024420 CPUtime=1.75 cores=0,2,4,6
/proc/13909/task/13914/stat : 13914 (java) S 13907 13909 11123 0 -1 4202560 561 0 0 0 160 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795844946088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13915] ppid=13907 vsize=3024420 CPUtime=1.74 cores=0,2,4,6
/proc/13909/task/13915/stat : 13915 (java) S 13907 13909 11123 0 -1 4202560 531 0 0 0 159 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795843893544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13916] ppid=13907 vsize=3024420 CPUtime=1.86 cores=0,2,4,6
/proc/13909/task/13916/stat : 13916 (java) S 13907 13909 11123 0 -1 4202560 565 0 0 0 166 20 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795842841512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13917] ppid=13907 vsize=3024420 CPUtime=1.63 cores=0,2,4,6
/proc/13909/task/13917/stat : 13917 (java) S 13907 13909 11123 0 -1 4202560 435 0 0 0 147 16 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795841788968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13918] ppid=13907 vsize=3024420 CPUtime=1.65 cores=0,2,4,6
/proc/13909/task/13918/stat : 13918 (java) S 13907 13909 11123 0 -1 4202560 474 0 0 0 149 16 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795840735912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13919] ppid=13907 vsize=3024420 CPUtime=1.72 cores=0,2,4,6
/proc/13909/task/13919/stat : 13919 (java) S 13907 13909 11123 0 -1 4202560 531 0 0 0 157 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795839683368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13920] ppid=13907 vsize=3024420 CPUtime=32.27 cores=0,2,4,6
/proc/13909/task/13920/stat : 13920 (java) R 13907 13909 11123 0 -1 4202560 861 0 0 0 3224 3 0 0 20 0 19 0 343719718 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795827272200 139795870134344 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13921] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13921/stat : 13921 (java) S 13907 13909 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343719718 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795826218360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13922] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13922/stat : 13922 (java) S 13907 13909 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 343719719 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795825165192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13923] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13923/stat : 13923 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795824113936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13924] ppid=13907 vsize=3024420 CPUtime=0.72 cores=0,2,4,6
/proc/13909/task/13924/stat : 13924 (java) S 13907 13909 11123 0 -1 4202560 2664 0 0 0 72 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795823061816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13925] ppid=13907 vsize=3024420 CPUtime=0.54 cores=0,2,4,6
/proc/13909/task/13925/stat : 13925 (java) S 13907 13909 11123 0 -1 4202560 2366 0 0 0 54 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795822009272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13926] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13926/stat : 13926 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795820956408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13927] ppid=13907 vsize=3024420 CPUtime=0.51 cores=0,2,4,6
/proc/13909/task/13927/stat : 13927 (java) S 13907 13909 11123 0 -1 4202560 89 0 0 0 25 26 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795819904072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13948] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13948/stat : 13948 (java) S 13907 13909 11123 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 343787588 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795699327912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1579.4
Current children cumulated vsize (KiB) 3024420

[startup+1568 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 14014
/proc/meminfo: memFree=24706352/32873648 swapFree=7120/7120
[pid=13909] ppid=13907 vsize=3024420 CPUtime=1579.5 cores=0,2,4,6
/proc/13909/stat : 13909 (java) S 13907 13909 11123 0 -1 4202496 14674 0 1 0 157794 156 0 0 20 0 19 0 343719715 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 140736641361456 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13909/statm: 756105 419420 2303 9 0 746526 0
[pid=13909/tid=13911] ppid=13907 vsize=3024420 CPUtime=1531.56 cores=0,2,4,6
/proc/13909/task/13911/stat : 13911 (java) S 13907 13909 11123 0 -1 4202560 3380 0 1 0 153123 33 0 0 20 0 19 0 343719716 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795863626632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13912] ppid=13907 vsize=3024420 CPUtime=1.92 cores=0,2,4,6
/proc/13909/task/13912/stat : 13912 (java) S 13907 13909 11123 0 -1 4202560 529 0 0 0 174 18 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795847051688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13913] ppid=13907 vsize=3024420 CPUtime=1.76 cores=0,2,4,6
/proc/13909/task/13913/stat : 13913 (java) S 13907 13909 11123 0 -1 4202560 469 0 0 0 163 13 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795845999144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13914] ppid=13907 vsize=3024420 CPUtime=1.75 cores=0,2,4,6
/proc/13909/task/13914/stat : 13914 (java) S 13907 13909 11123 0 -1 4202560 561 0 0 0 160 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795844946088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13915] ppid=13907 vsize=3024420 CPUtime=1.74 cores=0,2,4,6
/proc/13909/task/13915/stat : 13915 (java) S 13907 13909 11123 0 -1 4202560 531 0 0 0 159 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795843893544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13916] ppid=13907 vsize=3024420 CPUtime=1.86 cores=0,2,4,6
/proc/13909/task/13916/stat : 13916 (java) S 13907 13909 11123 0 -1 4202560 565 0 0 0 166 20 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795842841512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13917] ppid=13907 vsize=3024420 CPUtime=1.63 cores=0,2,4,6
/proc/13909/task/13917/stat : 13917 (java) S 13907 13909 11123 0 -1 4202560 435 0 0 0 147 16 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795841788968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13918] ppid=13907 vsize=3024420 CPUtime=1.65 cores=0,2,4,6
/proc/13909/task/13918/stat : 13918 (java) S 13907 13909 11123 0 -1 4202560 474 0 0 0 149 16 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795840735912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13919] ppid=13907 vsize=3024420 CPUtime=1.72 cores=0,2,4,6
/proc/13909/task/13919/stat : 13919 (java) S 13907 13909 11123 0 -1 4202560 531 0 0 0 157 15 0 0 20 0 19 0 343719717 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795839683368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13920] ppid=13907 vsize=3024420 CPUtime=32.37 cores=0,2,4,6
/proc/13909/task/13920/stat : 13920 (java) R 13907 13909 11123 0 -1 4202560 861 0 0 0 3234 3 0 0 20 0 19 0 343719718 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795827272200 139795870134304 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13921] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13921/stat : 13921 (java) S 13907 13909 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343719718 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795826218360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13922] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13922/stat : 13922 (java) S 13907 13909 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 343719719 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795825165192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13909/tid=13923] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13923/stat : 13923 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795824113936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13924] ppid=13907 vsize=3024420 CPUtime=0.72 cores=0,2,4,6
/proc/13909/task/13924/stat : 13924 (java) S 13907 13909 11123 0 -1 4202560 2664 0 0 0 72 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795823061816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13909/tid=13925] ppid=13907 vsize=3024420 CPUtime=0.54 cores=0,2,4,6
/proc/13909/task/13925/stat : 13925 (java) S 13907 13909 11123 0 -1 4202560 2366 0 0 0 54 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795822009272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13926] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13926/stat : 13926 (java) S 13907 13909 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795820956408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13909/tid=13927] ppid=13907 vsize=3024420 CPUtime=0.51 cores=0,2,4,6
/proc/13909/task/13927/stat : 13927 (java) S 13907 13909 11123 0 -1 4202560 89 0 0 0 25 26 0 0 20 0 19 0 343719721 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795819904072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13909/tid=13948] ppid=13907 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13909/task/13948/stat : 13948 (java) S 13907 13909 11123 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 343787588 3097006080 419420 33554432000 1073741824 1073778376 140736641370320 139795699327912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1579.5
Current children cumulated vsize (KiB) 3024420

Child status: 1
Real time (s): 1568.09
CPU time (s): 1580.06
CPU user time (s): 1578.03
CPU system time (s): 2.03369
CPU usage (%): 100.764
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1578.03
system time used= 2.03369
maximum resident set size= 1680508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14678
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46313
involuntary context switches= 28284

runsolver used 5.9151 second user time and 16.5615 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-04 04:12:04
IDJOB=3743111
IDBENCH=90820
IDSOLVER=2319
FILE ID=node114/3743111-1338775923
RUNJOBID= node114-1338749374-11139
PBS_JOBID= 14636799
Free space on /tmp= 70132 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_50null0mast_rapportOE1.0_TMAX300_K67_cod2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743111-1338775923/watcher-3743111-1338775923 -o /tmp/evaluation-result-3743111-1338775923/solver-3743111-1338775923 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743111-1338775923.opb           

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

MD5SUM BENCH= b363732a49ff55c5c06709720571fcad
RANDOM SEED=470999651

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26102016 kB
Buffers:         1067368 kB
Cached:          3734460 kB
SwapCached:         2244 kB
Active:          3886028 kB
Inactive:        1876560 kB
Active(anon):     947408 kB
Inactive(anon):     8360 kB
Active(file):    2938620 kB
Inactive(file):  1868200 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:              5820 kB
Writeback:             0 kB
AnonPages:        962856 kB
Mapped:            19108 kB
Shmem:               100 kB
Slab:             865684 kB
SReclaimable:     309456 kB
SUnreclaim:       556228 kB
KernelStack:        1608 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1828928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    925696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70104 MiB
End job on node114 at 2012-06-04 04:38:12