Trace number 3743486

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-23No Cert. 1159.89 1154.94

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_50null20mast_rapportOE2.0_TMAX120_K67_cod1.opb
MD5SUM6eb3741facf0d504b30be588ac2cd196
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1547
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 16038
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1672374
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1672374
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.09/0.10	--- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.10	c No reason simplification
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3743486-1338780950.opb
0.09/0.10	c reading problem ... 
1.57/0.91	c ... done. Wall clock time 0.81s.
1.57/0.91	c CPU time (experimental) 0.88s.
1.57/0.91	c #vars     40451
1.57/0.91	c #constraints  40947
3.31/2.06	c SATISFIABLE
3.31/2.06	c OPTIMIZING...
3.31/2.06	c Got one! Elapsed wall clock time (in seconds):1.954
3.63/2.34	o -772
5.19/3.86	c Got one! Elapsed wall clock time (in seconds):3.757
5.49/4.13	o -2346
1155.83/1151.26	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1155.83/1151.26		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
1155.83/1151.26		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
1155.83/1151.26		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1155.83/1151.26		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1155.83/1151.26		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1156.03/1151.45		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1156.03/1151.45		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1156.03/1151.45		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1156.03/1151.45		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1156.03/1151.45		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1156.03/1151.45		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
1156.03/1151.45		at org.sat4j.AbstractLauncher.run(Unknown Source)
1156.63/1152.06		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
1157.23/1152.67	c starts		: 16
1157.83/1153.28	c conflicts		: 28434
1157.83/1153.28	c decisions		: 772518
1157.83/1153.28	c propagations		: 14988987
1157.83/1153.28	c inspects		: 37458606
1157.83/1153.28	c learnt literals	: 14
1157.83/1153.28	c learnt binary clauses	: 606
1157.83/1153.28	c learnt ternary clauses	: 138
1157.83/1153.28	c learnt clauses	: 28419
1157.83/1153.28	c root simplifications	: 0
1157.83/1153.28	c removed literals (reason simplification)	: 0
1157.83/1153.28	c reason swapping (by a shorter reason)	: 0
1157.83/1153.28	c Calls to reduceDB	: 0
1157.83/1153.28	c speed (decisions/second)	: 672.4277951236412
1157.83/1153.28	c non guided choices	0
1157.83/1153.28	s SATISFIABLE
1159.23/1154.65	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1159.23/1154.65		at java.lang.Integer.toString(Integer.java:308)
1159.23/1154.65		at java.lang.Integer.toString(Integer.java:118)
1159.23/1154.65		at java.lang.String.valueOf(String.java:2931)
1159.23/1154.65		at java.io.PrintWriter.print(PrintWriter.java:487)
1159.23/1154.65		at org.sat4j.reader.OPBReader2005.decode(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-3743486-1338780950/watcher-3743486-1338780950 -o /tmp/evaluation-result-3743486-1338780950/solver-3743486-1338780950 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743486-1338780950.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 10308
/proc/meminfo: memFree=26663316/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10308/stat : 10308 (java) D 10306 10308 9704 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 344220927 9515008 176 33554432000 1073741824 1073778376 140733416320624 140733416303352 273448518544 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/10308/statm: 2323 176 133 9 0 71 0

[startup+0.0147621 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 10308
/proc/meminfo: memFree=26663316/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 1285 0 0 0 0 0 0 0 20 0 2 0 344220927 98582528 986 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 24067 990 756 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96272

[startup+0.100275 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 10308
/proc/meminfo: memFree=26663316/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 4892 0 1 0 7 2 0 0 20 0 18 0 344220927 3028844544 6606 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 739464 6610 2118 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300274 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 10308
/proc/meminfo: memFree=26663316/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=2957856 CPUtime=0.48 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 6517 0 1 0 46 2 0 0 20 0 18 0 344220927 3028844544 10995 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 739464 10996 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2957856

[startup+0.70028 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 10308
/proc/meminfo: memFree=26663316/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=2957856 CPUtime=1.29 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 9137 0 1 0 123 6 0 0 20 0 18 0 344220927 3028844544 45311 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 739464 45311 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 2957856

[startup+1.50074 s]
/proc/loadavg: 2.00 2.00 2.00 5/210 10326
/proc/meminfo: memFree=26416176/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=3024420 CPUtime=2.71 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 15239 0 1 0 263 8 0 0 20 0 19 0 344220927 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 756105 65615 2279 9 0 746526 0
[pid=10308/tid=10310] ppid=10306 vsize=3024420 CPUtime=1.47 cores=1,3,5,7
/proc/10308/task/10310/stat : 10310 (java) R 10306 10308 9704 0 -1 4202560 3141 0 1 0 141 6 0 0 20 0 19 0 344220928 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292977803608 140292842746706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292961229352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292841793960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292840741160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292839688360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292838636584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292837583784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292836530984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292835478184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10319/stat : 10319 (java) S 10306 10308 9704 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 344220930 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292353149416 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 9704 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 344220931 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292352095480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 344220931 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292351042568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220933 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292349991056 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=3024420 CPUtime=0.62 cores=1,3,5,7
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 9704 0 -1 4202560 5859 0 0 0 61 1 0 0 20 0 19 0 344220933 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292348939192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=3024420 CPUtime=0.59 cores=1,3,5,7
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 9704 0 -1 4202560 5044 0 0 0 57 2 0 0 20 0 19 0 344220933 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292347886392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220933 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292346833784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220933 3097006080 65615 33554432000 1073741824 1073778376 140737108580864 140292345781192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 3024420

[startup+3.10074 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 10327
/proc/meminfo: memFree=26408784/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=3024420 CPUtime=4.49 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 15443 0 1 0 440 9 0 0 20 0 19 0 344220927 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 756105 70739 2282 9 0 746526 0
[pid=10308/tid=10310] ppid=10306 vsize=3024420 CPUtime=3.06 cores=1,3,5,7
/proc/10308/task/10310/stat : 10310 (java) R 10306 10308 9704 0 -1 4202560 3153 0 1 0 300 6 0 0 20 0 19 0 344220928 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292977803880 140292842745993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292961229352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292841793960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292840741160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292839688360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292838636584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292837583784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292836530984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292835478184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10319/stat : 10319 (java) S 10306 10308 9704 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 344220930 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292353149416 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 9704 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 344220931 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292352095480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 344220931 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292351042568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220933 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292349991056 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=3024420 CPUtime=0.67 cores=1,3,5,7
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 9704 0 -1 4202560 5859 0 0 0 66 1 0 0 20 0 19 0 344220933 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292348939192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 9704 0 -1 4202560 5232 0 0 0 69 2 0 0 20 0 19 0 344220933 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292347886392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220933 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292346833784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220933 3097006080 70739 33554432000 1073741824 1073778376 140737108580864 140292345781192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 3024420

[startup+6.30077 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 10329
/proc/meminfo: memFree=26348536/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=3024420 CPUtime=7.69 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 15476 0 1 0 759 10 0 0 20 0 19 0 344220927 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 756105 83983 2283 9 0 746526 0
[pid=10308/tid=10310] ppid=10306 vsize=3024420 CPUtime=6.27 cores=1,3,5,7
/proc/10308/task/10310/stat : 10310 (java) R 10306 10308 9704 0 -1 4202560 3183 0 1 0 619 8 0 0 20 0 19 0 344220928 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292977801632 140292842776161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292961229352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292841793960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292840741160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292839688360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292838636584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292837583784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292836530984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 344220929 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292835478184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10319/stat : 10319 (java) S 10306 10308 9704 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 344220930 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292353149416 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 9704 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 344220931 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292352095480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 344220931 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292351042568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220933 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292349991056 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=3024420 CPUtime=0.67 cores=1,3,5,7
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 9704 0 -1 4202560 5859 0 0 0 66 1 0 0 20 0 19 0 344220933 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292348939192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=3024420 CPUtime=0.72 cores=1,3,5,7
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 9704 0 -1 4202560 5232 0 0 0 70 2 0 0 20 0 19 0 344220933 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292347886392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220933 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292346833784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344220933 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292345781192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10329] ppid=10306 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10329/stat : 10329 (java) S 10306 10308 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 344221370 3097006080 83983 33554432000 1073741824 1073778376 140737108580864 140292343649192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 3024420

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 3/190 10339
/proc/meminfo: memFree=27135864/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=3024420 CPUtime=14.12 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 15518 0 1 0 1399 13 0 0 20 0 19 0 344220927 3097006080 104975 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 9704 0 -1 4202560 311 0 0 0 34 26 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292838636584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=3090984 CPUtime=0.54 cores=1,3,5,7
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 9704 0 -1 4202560 279 0 0 0 31 23 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292837583784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=3090984 CPUtime=0.41 cores=1,3,5,7
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 9704 0 -1 4202560 197 0 0 0 25 16 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292836530984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=3090984 CPUtime=0.42 cores=1,3,5,7
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 9704 0 -1 4202560 205 0 0 0 25 17 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292835478184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=3090984 CPUtime=5.61 cores=1,3,5,7
/proc/10308/task/10319/stat : 10319 (java) R 10306 10308 9704 0 -1 4202560 151 0 0 0 556 5 0 0 20 0 20 0 344220930 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292353149576 140292983929999 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 9704 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 344220931 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292352095480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 9704 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 344220931 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292351042568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292349991056 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=3090984 CPUtime=0.76 cores=1,3,5,7
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 9704 0 -1 4202560 5871 0 0 0 74 2 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292348939192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=3090984 CPUtime=0.77 cores=1,3,5,7
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 9704 0 -1 4202560 5233 0 0 0 75 2 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292347886392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292346833784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 9704 0 -1 4202560 67 0 0 0 15 16 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292345781192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10329] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10329/stat : 10329 (java) S 10306 10308 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 344221370 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292343649192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10402] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10402/stat : 10402 (java) S 10306 10308 9704 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 344336133 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292342595624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1158.13
Current children cumulated vsize (KiB) 3090984

[startup+1154.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10402
/proc/meminfo: memFree=25284972/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=3090984 CPUtime=1158.93 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 17865 0 1 0 115695 198 0 0 20 0 20 0 344220927 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 772746 421782 2302 9 0 763167 0
[pid=10308/tid=10310] ppid=10306 vsize=3090984 CPUtime=1146.7 cores=1,3,5,7
/proc/10308/task/10310/stat : 10310 (java) S 10306 10308 9704 0 -1 4202560 3282 0 1 0 114640 30 0 0 20 0 20 0 344220928 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292977804472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=3090984 CPUtime=0.54 cores=1,3,5,7
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 9704 0 -1 4202560 285 0 0 0 32 22 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292961229352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 9704 0 -1 4202560 247 0 0 0 33 20 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292841793960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 9704 0 -1 4202560 300 0 0 0 31 24 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292840741160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 9704 0 -1 4202560 222 0 0 0 29 17 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292839688360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 9704 0 -1 4202560 311 0 0 0 34 26 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292838636584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=3090984 CPUtime=0.54 cores=1,3,5,7
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 9704 0 -1 4202560 279 0 0 0 31 23 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292837583784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=3090984 CPUtime=0.41 cores=1,3,5,7
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 9704 0 -1 4202560 197 0 0 0 25 16 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292836530984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=3090984 CPUtime=0.42 cores=1,3,5,7
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 9704 0 -1 4202560 205 0 0 0 25 17 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292835478184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=3090984 CPUtime=6.41 cores=1,3,5,7
/proc/10308/task/10319/stat : 10319 (java) R 10306 10308 9704 0 -1 4202560 151 0 0 0 636 5 0 0 20 0 20 0 344220930 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292353149576 140292983929972 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 9704 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 344220931 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292352095480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 9704 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 344220931 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292351042568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292349991056 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=3090984 CPUtime=0.76 cores=1,3,5,7
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 9704 0 -1 4202560 5871 0 0 0 74 2 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292348939192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=3090984 CPUtime=0.77 cores=1,3,5,7
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 9704 0 -1 4202560 5233 0 0 0 75 2 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292347886392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292346833784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 9704 0 -1 4202560 67 0 0 0 15 16 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292345781192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10329] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10329/stat : 10329 (java) S 10306 10308 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 344221370 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292343649192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10402] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10402/stat : 10402 (java) S 10306 10308 9704 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 20 0 344336133 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292342595624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1158.93
Current children cumulated vsize (KiB) 3090984

[startup+1154.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10402
/proc/meminfo: memFree=25284972/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=3090984 CPUtime=1159.33 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 17869 0 1 0 115735 198 0 0 20 0 20 0 344220927 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 772746 421782 2302 9 0 763167 0
[pid=10308/tid=10310] ppid=10306 vsize=3090984 CPUtime=1146.7 cores=1,3,5,7
/proc/10308/task/10310/stat : 10310 (java) S 10306 10308 9704 0 -1 4202560 3282 0 1 0 114640 30 0 0 20 0 20 0 344220928 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292977804472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=3090984 CPUtime=0.54 cores=1,3,5,7
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 9704 0 -1 4202560 285 0 0 0 32 22 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292961229352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 9704 0 -1 4202560 247 0 0 0 33 20 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292841793960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 9704 0 -1 4202560 300 0 0 0 31 24 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292840741160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 9704 0 -1 4202560 222 0 0 0 29 17 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292839688360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 9704 0 -1 4202560 311 0 0 0 34 26 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292838636584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=3090984 CPUtime=0.54 cores=1,3,5,7
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 9704 0 -1 4202560 279 0 0 0 31 23 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292837583784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=3090984 CPUtime=0.41 cores=1,3,5,7
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 9704 0 -1 4202560 197 0 0 0 25 16 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292836530984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=3090984 CPUtime=0.42 cores=1,3,5,7
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 9704 0 -1 4202560 205 0 0 0 25 17 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292835478184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=3090984 CPUtime=6.8 cores=1,3,5,7
/proc/10308/task/10319/stat : 10319 (java) R 10306 10308 9704 0 -1 4202560 151 0 0 0 675 5 0 0 20 0 20 0 344220930 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292353149576 140292984657923 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 9704 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 344220931 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292352095480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 9704 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 344220931 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292351042568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292349991056 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=3090984 CPUtime=0.76 cores=1,3,5,7
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 9704 0 -1 4202560 5871 0 0 0 74 2 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292348939192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=3090984 CPUtime=0.77 cores=1,3,5,7
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 9704 0 -1 4202560 5233 0 0 0 75 2 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292347886392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292346833784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 9704 0 -1 4202560 67 0 0 0 15 16 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292345781192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10329] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10329/stat : 10329 (java) S 10306 10308 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 344221370 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292343649192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10402] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10402/stat : 10402 (java) S 10306 10308 9704 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 20 0 344336133 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292342595080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1159.33
Current children cumulated vsize (KiB) 3090984

[startup+1154.9 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 10402
/proc/meminfo: memFree=25284972/32873852 swapFree=6856/6856
[pid=10308] ppid=10306 vsize=3090984 CPUtime=1159.53 cores=1,3,5,7
/proc/10308/stat : 10308 (java) S 10306 10308 9704 0 -1 4202496 17871 0 1 0 115755 198 0 0 20 0 20 0 344220927 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140737108572000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10308/statm: 772746 421782 2302 9 0 763167 0
[pid=10308/tid=10310] ppid=10306 vsize=3090984 CPUtime=1146.7 cores=1,3,5,7
/proc/10308/task/10310/stat : 10310 (java) S 10306 10308 9704 0 -1 4202560 3282 0 1 0 114640 30 0 0 20 0 20 0 344220928 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292977804472 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=3090984 CPUtime=0.54 cores=1,3,5,7
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 9704 0 -1 4202560 285 0 0 0 32 22 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292961229352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 9704 0 -1 4202560 247 0 0 0 33 20 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292841793960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 9704 0 -1 4202560 300 0 0 0 31 24 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292840741160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 9704 0 -1 4202560 222 0 0 0 29 17 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292839688360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 9704 0 -1 4202560 311 0 0 0 34 26 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292838636584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=3090984 CPUtime=0.54 cores=1,3,5,7
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 9704 0 -1 4202560 279 0 0 0 31 23 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292837583784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=3090984 CPUtime=0.41 cores=1,3,5,7
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 9704 0 -1 4202560 197 0 0 0 25 16 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292836530984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=3090984 CPUtime=0.42 cores=1,3,5,7
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 9704 0 -1 4202560 205 0 0 0 25 17 0 0 20 0 20 0 344220929 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292835478184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=3090984 CPUtime=7.01 cores=1,3,5,7
/proc/10308/task/10319/stat : 10319 (java) R 10306 10308 9704 0 -1 4202560 151 0 0 0 696 5 0 0 20 0 20 0 344220930 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292353149576 140292984311616 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 9704 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 344220931 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292352095480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 9704 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 344220931 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292351042568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292349991056 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=3090984 CPUtime=0.76 cores=1,3,5,7
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 9704 0 -1 4202560 5871 0 0 0 74 2 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292348939192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=3090984 CPUtime=0.77 cores=1,3,5,7
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 9704 0 -1 4202560 5233 0 0 0 75 2 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292347886392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292346833784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 9704 0 -1 4202560 67 0 0 0 15 16 0 0 20 0 20 0 344220933 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292345781192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10308/tid=10329] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10329/stat : 10329 (java) S 10306 10308 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 344221370 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292343649192 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10308/tid=10402] ppid=10306 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/10308/task/10402/stat : 10402 (java) S 10306 10308 9704 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 20 0 344336133 3165167616 421782 33554432000 1073741824 1073778376 140737108580864 140292342594504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1159.53
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 1154.94
CPU time (s): 1159.89
CPU user time (s): 1157.56
CPU system time (s): 2.33265
CPU usage (%): 100.428
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1157.56
system time used= 2.33264
maximum resident set size= 1687132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17876
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24975
involuntary context switches= 11523

runsolver used 4.77227 second user time and 12.1302 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 05:35:50
IDJOB=3743486
IDBENCH=91369
IDSOLVER=2319
FILE ID=node128/3743486-1338780950
RUNJOBID= node128-1338773754-9721
PBS_JOBID= 14636825
Free space on /tmp= 70396 MiB

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

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

MD5SUM BENCH= 6eb3741facf0d504b30be588ac2cd196
RANDOM SEED=321204920

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        26663332 kB
Buffers:          559600 kB
Cached:          3849484 kB
SwapCached:          744 kB
Active:          2943092 kB
Inactive:        2351592 kB
Active(anon):     876464 kB
Inactive(anon):    11420 kB
Active(file):    2066628 kB
Inactive(file):  2340172 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:              6284 kB
Writeback:             0 kB
AnonPages:        912272 kB
Mapped:            22392 kB
Shmem:               200 kB
Slab:             757700 kB
SReclaimable:     199692 kB
SUnreclaim:       558008 kB
KernelStack:        1584 kB
PageTables:         5296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1829008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70416 MiB
End job on node128 at 2012-06-04 05:55:05