Trace number 3744674

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 860.283 853.925

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb10-0.20-13.opb
MD5SUM92dacc02fa8334dc3926759bb21cc2d7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark96022
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables215039
Total number of constraints3681544
Number of constraints which are clauses3681544
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.01/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1599470296
0.01/0.08	c Max memory 1607860224
0.01/0.08	c Total memory 1607860224
0.01/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@18e2b22
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-3744674-1338806600.opb
0.09/0.10	c reading problem ... 
17.65/14.51	c ... done. Wall clock time 14.401s.
17.65/14.51	c CPU time (experimental) 13.52s.
17.65/14.51	c #vars     215039
17.65/14.51	c #constraints  1340075
20.45/16.80	c SATISFIABLE
20.45/16.80	c OPTIMIZING...
20.45/16.80	c Got one! Elapsed wall clock time (in seconds):16.7
22.08/18.43	o 988473
24.81/21.07	c Got one! Elapsed wall clock time (in seconds):20.97
26.52/22.75	o 644522
31.08/27.18	c Got one! Elapsed wall clock time (in seconds):27.08
32.77/28.88	o 472014
36.37/32.49	c Got one! Elapsed wall clock time (in seconds):32.386
38.08/34.19	o 420308
43.18/39.24	c Got one! Elapsed wall clock time (in seconds):39.135
44.88/40.94	o 401737
54.50/50.52	c Got one! Elapsed wall clock time (in seconds):50.417
56.19/52.24	o 320963
842.39/836.37	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
842.39/836.37		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
845.09/839.08		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
848.09/842.03		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
848.09/842.03		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
848.09/842.03		at org.sat4j.minisat.core.Solver.search(Unknown Source)
850.79/844.74		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
850.79/844.74		at org.sat4j.minisat.core.Solver.isSatisfiable(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-3744674-1338806600/watcher-3744674-1338806600 -o /tmp/evaluation-result-3744674-1338806600/solver-3744674-1338806600 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744674-1338806600.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: 1.92 1.99 1.99 3/192 12870
/proc/meminfo: memFree=25866720/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12870/stat : 12870 (java) R 12868 12870 9704 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 346786268 9515008 175 33554432000 1073741824 1073778376 140734846069600 140734846052328 273448518544 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12870/statm: 2323 175 133 9 0 71 0

[startup+0.02951 s]
/proc/loadavg: 1.92 1.99 1.99 3/192 12870
/proc/meminfo: memFree=25866720/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=2413132 CPUtime=0.01 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 3080 0 1 0 0 1 0 0 20 0 10 0 346786268 2471047168 3272 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 603283 3272 1033 9 0 594392 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2413132

[startup+0.10032 s]
/proc/loadavg: 1.92 1.99 1.99 3/192 12870
/proc/meminfo: memFree=25866720/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 4860 0 1 0 7 2 0 0 20 0 18 0 346786268 3028844544 6555 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 739464 6559 2098 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300295 s]
/proc/loadavg: 1.92 1.99 1.99 3/192 12870
/proc/meminfo: memFree=25866720/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=2957856 CPUtime=0.45 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 6052 0 1 0 43 2 0 0 20 0 18 0 346786268 3028844544 12228 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 739464 12228 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2957856

[startup+0.70032 s]
/proc/loadavg: 1.92 1.99 1.99 3/192 12870
/proc/meminfo: memFree=25866720/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=2957856 CPUtime=1.1 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 9009 0 1 0 104 6 0 0 20 0 18 0 346786268 3028844544 49771 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 739464 49771 2250 9 0 729885 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2957856

[startup+1.50079 s]
/proc/loadavg: 1.92 1.99 1.99 3/210 12888
/proc/meminfo: memFree=25528216/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=2957856 CPUtime=2.02 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 9204 0 1 0 188 14 0 0 20 0 18 0 346786268 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 739464 117381 2266 9 0 729885 0
[pid=12870/tid=12872] ppid=12868 vsize=2957856 CPUtime=1.42 cores=1,3,5,7
/proc/12870/task/12872/stat : 12872 (java) R 12868 12870 9704 0 -1 4202560 3213 0 1 0 132 10 0 0 20 0 18 0 346786269 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674509069960 273451902221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12873] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12873/stat : 12873 (java) S 12868 12870 9704 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 346786271 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674492496168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12874] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12874/stat : 12874 (java) S 12868 12870 9704 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 346786271 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674491443368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12875] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12875/stat : 12875 (java) S 12868 12870 9704 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 346786271 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674490391080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12876] ppid=12868 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/12870/task/12876/stat : 12876 (java) S 12868 12870 9704 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 346786271 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674489338280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12877] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12877/stat : 12877 (java) S 12868 12870 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346786271 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674488285992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12878] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12878/stat : 12878 (java) S 12868 12870 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346786271 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674487233192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12879] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12879/stat : 12879 (java) S 12868 12870 9704 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 346786271 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674486180904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12880] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12880/stat : 12880 (java) S 12868 12870 9704 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346786271 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674485128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12881] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12881/stat : 12881 (java) S 12868 12870 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346786272 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674354632936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12882] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12882/stat : 12882 (java) S 12868 12870 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346786272 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674353579000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12883] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12883/stat : 12883 (java) S 12868 12870 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346786272 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674352526600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12884] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12884/stat : 12884 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346786275 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674351475088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12885] ppid=12868 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/12870/task/12885/stat : 12885 (java) S 12868 12870 9704 0 -1 4202560 1599 0 0 0 20 0 0 0 20 0 18 0 346786275 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674350422712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12886] ppid=12868 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/12870/task/12886/stat : 12886 (java) S 12868 12870 9704 0 -1 4202560 3138 0 0 0 20 0 0 0 20 0 18 0 346786275 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674349369912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12887] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12887/stat : 12887 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346786275 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674348317816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12888] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12888/stat : 12888 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346786275 3028844544 117381 33554432000 1073741824 1073778376 140735211061920 140674347265224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 2957856

[startup+3.10079 s]
/proc/loadavg: 1.92 1.99 1.99 3/210 12888
/proc/meminfo: memFree=25365556/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=2957856 CPUtime=3.89 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 9320 0 1 0 369 20 0 0 20 0 18 0 346786268 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 739464 130205 2266 9 0 729885 0
[pid=12870/tid=12872] ppid=12868 vsize=2957856 CPUtime=2.93 cores=1,3,5,7
/proc/12870/task/12872/stat : 12872 (java) R 12868 12870 9704 0 -1 4202560 3215 0 1 0 282 11 0 0 20 0 18 0 346786269 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674509062256 273451902221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12873] ppid=12868 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/12870/task/12873/stat : 12873 (java) S 12868 12870 9704 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 18 0 346786271 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674492496168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12874] ppid=12868 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/12870/task/12874/stat : 12874 (java) S 12868 12870 9704 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 346786271 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674491443368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12875] ppid=12868 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/12870/task/12875/stat : 12875 (java) S 12868 12870 9704 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 346786271 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674490391080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12876] ppid=12868 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/12870/task/12876/stat : 12876 (java) S 12868 12870 9704 0 -1 4202560 37 0 0 0 6 1 0 0 20 0 18 0 346786271 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674489338280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12877] ppid=12868 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/12870/task/12877/stat : 12877 (java) S 12868 12870 9704 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 346786271 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674488285992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12878] ppid=12868 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/12870/task/12878/stat : 12878 (java) S 12868 12870 9704 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 18 0 346786271 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674487233192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12879] ppid=12868 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/12870/task/12879/stat : 12879 (java) S 12868 12870 9704 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 18 0 346786271 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674486180904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12880] ppid=12868 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/12870/task/12880/stat : 12880 (java) S 12868 12870 9704 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 18 0 346786271 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674485128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12881] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12881/stat : 12881 (java) S 12868 12870 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346786272 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674354632936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12882] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12882/stat : 12882 (java) S 12868 12870 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346786272 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674353579000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12883] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12883/stat : 12883 (java) S 12868 12870 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346786272 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674352526600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12884] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12884/stat : 12884 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346786275 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674351475088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12885] ppid=12868 vsize=2957856 CPUtime=0.21 cores=1,3,5,7
/proc/12870/task/12885/stat : 12885 (java) S 12868 12870 9704 0 -1 4202560 1599 0 0 0 21 0 0 0 20 0 18 0 346786275 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674350422712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12886] ppid=12868 vsize=2957856 CPUtime=0.21 cores=1,3,5,7
/proc/12870/task/12886/stat : 12886 (java) S 12868 12870 9704 0 -1 4202560 3138 0 0 0 21 0 0 0 20 0 18 0 346786275 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674349369912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12887] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12887/stat : 12887 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346786275 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674348317816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12888] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12888/stat : 12888 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346786275 3028844544 130205 33554432000 1073741824 1073778376 140735211061920 140674347265224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 2957856

[startup+6.30079 s]
/proc/loadavg: 1.92 1.99 1.99 3/210 12888
/proc/meminfo: memFree=25297476/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=2957856 CPUtime=7.84 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 9566 0 1 0 748 36 0 0 20 0 18 0 346786268 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 739464 150240 2266 9 0 729885 0
[pid=12870/tid=12872] ppid=12868 vsize=2957856 CPUtime=5.87 cores=1,3,5,7
/proc/12870/task/12872/stat : 12872 (java) R 12868 12870 9704 0 -1 4202560 3220 0 1 0 573 14 0 0 20 0 18 0 346786269 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674509062704 273451902221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12873] ppid=12868 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/12870/task/12873/stat : 12873 (java) S 12868 12870 9704 0 -1 4202560 51 0 0 0 13 2 0 0 20 0 18 0 346786271 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674492496168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12874] ppid=12868 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/12870/task/12874/stat : 12874 (java) S 12868 12870 9704 0 -1 4202560 40 0 0 0 13 2 0 0 20 0 18 0 346786271 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674491443368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12875] ppid=12868 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/12870/task/12875/stat : 12875 (java) S 12868 12870 9704 0 -1 4202560 55 0 0 0 17 3 0 0 20 0 18 0 346786271 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674490391080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12876] ppid=12868 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/12870/task/12876/stat : 12876 (java) S 12868 12870 9704 0 -1 4202560 63 0 0 0 17 3 0 0 20 0 18 0 346786271 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674489338280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12877] ppid=12868 vsize=2957856 CPUtime=0.16 cores=1,3,5,7
/proc/12870/task/12877/stat : 12877 (java) S 12868 12870 9704 0 -1 4202560 45 0 0 0 13 3 0 0 20 0 18 0 346786271 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674488285992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12878] ppid=12868 vsize=2957856 CPUtime=0.19 cores=1,3,5,7
/proc/12870/task/12878/stat : 12878 (java) S 12868 12870 9704 0 -1 4202560 57 0 0 0 16 3 0 0 20 0 18 0 346786271 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674487233192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12879] ppid=12868 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/12870/task/12879/stat : 12879 (java) S 12868 12870 9704 0 -1 4202560 44 0 0 0 12 3 0 0 20 0 18 0 346786271 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674486180904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12880] ppid=12868 vsize=2957856 CPUtime=0.19 cores=1,3,5,7
/proc/12870/task/12880/stat : 12880 (java) S 12868 12870 9704 0 -1 4202560 64 0 0 0 15 4 0 0 20 0 18 0 346786271 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674485128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12881] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12881/stat : 12881 (java) S 12868 12870 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346786272 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674354632936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12882] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12882/stat : 12882 (java) S 12868 12870 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346786272 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674353579000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12883] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12883/stat : 12883 (java) S 12868 12870 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346786272 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674352526600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12884] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12884/stat : 12884 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346786275 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674351475088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12885] ppid=12868 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/12870/task/12885/stat : 12885 (java) S 12868 12870 9704 0 -1 4202560 1607 0 0 0 23 0 0 0 20 0 18 0 346786275 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674350422712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12886] ppid=12868 vsize=2957856 CPUtime=0.21 cores=1,3,5,7
/proc/12870/task/12886/stat : 12886 (java) S 12868 12870 9704 0 -1 4202560 3138 0 0 0 21 0 0 0 20 0 18 0 346786275 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674349369912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12887] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12887/stat : 12887 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346786275 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674348317816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12888] ppid=12868 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12888/stat : 12888 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346786275 3028844544 150240 33554432000 1073741824 1073778376 140735211061920 140674347265224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 2.23 2.05 2.02 3/210 12888
/proc/meminfo: memFree=25167244/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=2957856 CPUtime=15.5 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 10881 0 1 0 1500 50 0 0 20 0 18 0 346786268 3028844544 175783 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 739464 175783 2266 9 0 729885 0
[pid=12870/tid=12872] ppid=12868 vsize=2957856 CPUtime=11.83 cores=1,3,5,7

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

/proc/12870/task/12874/stat : 12874 (java) S 12868 12870 9704 0 -1 4202560 462 0 0 0 64 17 0 0 20 0 19 0 346786271 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674491443368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12875] ppid=12868 vsize=3024420 CPUtime=0.92 cores=1,3,5,7
/proc/12870/task/12875/stat : 12875 (java) S 12868 12870 9704 0 -1 4202560 536 0 0 0 70 22 0 0 20 0 19 0 346786271 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674490391080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12876] ppid=12868 vsize=3024420 CPUtime=0.73 cores=1,3,5,7
/proc/12870/task/12876/stat : 12876 (java) S 12868 12870 9704 0 -1 4202560 320 0 0 0 58 15 0 0 20 0 19 0 346786271 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674489338280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12877] ppid=12868 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/12870/task/12877/stat : 12877 (java) S 12868 12870 9704 0 -1 4202560 405 0 0 0 56 15 0 0 20 0 19 0 346786271 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674488285992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12878] ppid=12868 vsize=3024420 CPUtime=0.89 cores=1,3,5,7
/proc/12870/task/12878/stat : 12878 (java) S 12868 12870 9704 0 -1 4202560 540 0 0 0 67 22 0 0 20 0 19 0 346786271 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674487233192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12879] ppid=12868 vsize=3024420 CPUtime=0.83 cores=1,3,5,7
/proc/12870/task/12879/stat : 12879 (java) S 12868 12870 9704 0 -1 4202560 377 0 0 0 60 23 0 0 20 0 19 0 346786271 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674486180904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12880] ppid=12868 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/12870/task/12880/stat : 12880 (java) S 12868 12870 9704 0 -1 4202560 406 0 0 0 54 17 0 0 20 0 19 0 346786271 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674485128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12881] ppid=12868 vsize=3024420 CPUtime=38.01 cores=1,3,5,7
/proc/12870/task/12881/stat : 12881 (java) R 12868 12870 9704 0 -1 4202560 99 0 0 0 3798 3 0 0 20 0 19 0 346786272 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674354633096 140674515926292 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12882] ppid=12868 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12882/stat : 12882 (java) S 12868 12870 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346786272 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674353579000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12883] ppid=12868 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12883/stat : 12883 (java) S 12868 12870 9704 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 346786272 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674352526600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12884] ppid=12868 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12884/stat : 12884 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346786275 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674351475088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12885] ppid=12868 vsize=3024420 CPUtime=0.76 cores=1,3,5,7
/proc/12870/task/12885/stat : 12885 (java) S 12868 12870 9704 0 -1 4202560 3646 0 0 0 75 1 0 0 20 0 19 0 346786275 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674350422712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12886] ppid=12868 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/12870/task/12886/stat : 12886 (java) S 12868 12870 9704 0 -1 4202560 3470 0 0 0 56 0 0 0 20 0 19 0 346786275 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674349369912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12887] ppid=12868 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12887/stat : 12887 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346786275 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674348317816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12888] ppid=12868 vsize=3024420 CPUtime=0.19 cores=1,3,5,7
/proc/12870/task/12888/stat : 12888 (java) S 12868 12870 9704 0 -1 4202560 49 0 0 0 8 11 0 0 20 0 19 0 346786275 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674347265224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12895] ppid=12868 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12895/stat : 12895 (java) S 12868 12870 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346791666 3097006080 419316 33554432000 1073741824 1073778376 140735211061920 140674345133736 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 857.19
Current children cumulated vsize (KiB) 3024420

[startup+852.701 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 12902
/proc/meminfo: memFree=23983064/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=3090984 CPUtime=858.79 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 15186 0 1 0 85700 179 0 0 20 0 20 0 346786268 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 772746 419319 2305 9 0 763167 0
[pid=12870/tid=12872] ppid=12868 vsize=3090984 CPUtime=811.29 cores=1,3,5,7
/proc/12870/task/12872/stat : 12872 (java) S 12868 12870 9704 0 -1 4202560 3311 0 1 0 81098 31 0 0 20 0 20 0 346786269 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674509071240 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12873] ppid=12868 vsize=3090984 CPUtime=0.81 cores=1,3,5,7
/proc/12870/task/12873/stat : 12873 (java) S 12868 12870 9704 0 -1 4202560 353 0 0 0 62 19 0 0 20 0 20 0 346786271 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674492496168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12874] ppid=12868 vsize=3090984 CPUtime=0.81 cores=1,3,5,7
/proc/12870/task/12874/stat : 12874 (java) S 12868 12870 9704 0 -1 4202560 462 0 0 0 64 17 0 0 20 0 20 0 346786271 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674491443368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12875] ppid=12868 vsize=3090984 CPUtime=0.92 cores=1,3,5,7
/proc/12870/task/12875/stat : 12875 (java) S 12868 12870 9704 0 -1 4202560 536 0 0 0 70 22 0 0 20 0 20 0 346786271 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674490391080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12876] ppid=12868 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/12870/task/12876/stat : 12876 (java) S 12868 12870 9704 0 -1 4202560 320 0 0 0 58 15 0 0 20 0 20 0 346786271 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674489338280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12877] ppid=12868 vsize=3090984 CPUtime=0.71 cores=1,3,5,7
/proc/12870/task/12877/stat : 12877 (java) S 12868 12870 9704 0 -1 4202560 405 0 0 0 56 15 0 0 20 0 20 0 346786271 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674488285992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12878] ppid=12868 vsize=3090984 CPUtime=0.89 cores=1,3,5,7
/proc/12870/task/12878/stat : 12878 (java) S 12868 12870 9704 0 -1 4202560 540 0 0 0 67 22 0 0 20 0 20 0 346786271 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674487233192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12879] ppid=12868 vsize=3090984 CPUtime=0.83 cores=1,3,5,7
/proc/12870/task/12879/stat : 12879 (java) S 12868 12870 9704 0 -1 4202560 377 0 0 0 60 23 0 0 20 0 20 0 346786271 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674486180904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12880] ppid=12868 vsize=3090984 CPUtime=0.71 cores=1,3,5,7
/proc/12870/task/12880/stat : 12880 (java) S 12868 12870 9704 0 -1 4202560 406 0 0 0 54 17 0 0 20 0 20 0 346786271 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674485128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12881] ppid=12868 vsize=3090984 CPUtime=39.6 cores=1,3,5,7
/proc/12870/task/12881/stat : 12881 (java) R 12868 12870 9704 0 -1 4202560 99 0 0 0 3957 3 0 0 20 0 20 0 346786272 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674354633096 140674515195281 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12882] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12882/stat : 12882 (java) S 12868 12870 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346786272 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674353579000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12883] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12883/stat : 12883 (java) S 12868 12870 9704 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 346786272 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674352526600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12884] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12884/stat : 12884 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346786275 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674351475088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12885] ppid=12868 vsize=3090984 CPUtime=0.76 cores=1,3,5,7
/proc/12870/task/12885/stat : 12885 (java) S 12868 12870 9704 0 -1 4202560 3646 0 0 0 75 1 0 0 20 0 20 0 346786275 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674350422712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12886] ppid=12868 vsize=3090984 CPUtime=0.56 cores=1,3,5,7
/proc/12870/task/12886/stat : 12886 (java) S 12868 12870 9704 0 -1 4202560 3470 0 0 0 56 0 0 0 20 0 20 0 346786275 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674349369912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12887] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12887/stat : 12887 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346786275 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674348317816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12888] ppid=12868 vsize=3090984 CPUtime=0.19 cores=1,3,5,7
/proc/12870/task/12888/stat : 12888 (java) S 12868 12870 9704 0 -1 4202560 49 0 0 0 8 11 0 0 20 0 20 0 346786275 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674347265224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12895] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12895/stat : 12895 (java) S 12868 12870 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346791666 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674345133736 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12902] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12902/stat : 12902 (java) S 12868 12870 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 346871472 3165167616 419319 33554432000 1073741824 1073778376 140735211061920 140674344082376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 858.79
Current children cumulated vsize (KiB) 3090984

[startup+853.501 s]
/proc/loadavg: 2.01 2.01 2.00 3/211 12902
/proc/meminfo: memFree=23983064/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=3090984 CPUtime=859.67 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 15199 0 1 0 85783 184 0 0 20 0 19 0 346786268 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 772746 419331 2305 9 0 763167 0
[pid=12870/tid=12872] ppid=12868 vsize=3090984 CPUtime=811.29 cores=1,3,5,7
/proc/12870/task/12872/stat : 12872 (java) S 12868 12870 9704 0 -1 4202560 3312 0 1 0 81098 31 0 0 20 0 19 0 346786269 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674509072840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12873] ppid=12868 vsize=3090984 CPUtime=0.81 cores=1,3,5,7
/proc/12870/task/12873/stat : 12873 (java) S 12868 12870 9704 0 -1 4202560 353 0 0 0 62 19 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674492496168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12874] ppid=12868 vsize=3090984 CPUtime=0.81 cores=1,3,5,7
/proc/12870/task/12874/stat : 12874 (java) S 12868 12870 9704 0 -1 4202560 462 0 0 0 64 17 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674491443368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12875] ppid=12868 vsize=3090984 CPUtime=0.92 cores=1,3,5,7
/proc/12870/task/12875/stat : 12875 (java) S 12868 12870 9704 0 -1 4202560 536 0 0 0 70 22 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674490391080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12876] ppid=12868 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/12870/task/12876/stat : 12876 (java) S 12868 12870 9704 0 -1 4202560 320 0 0 0 58 15 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674489338280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12877] ppid=12868 vsize=3090984 CPUtime=0.71 cores=1,3,5,7
/proc/12870/task/12877/stat : 12877 (java) S 12868 12870 9704 0 -1 4202560 405 0 0 0 56 15 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674488285992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12878] ppid=12868 vsize=3090984 CPUtime=0.89 cores=1,3,5,7
/proc/12870/task/12878/stat : 12878 (java) S 12868 12870 9704 0 -1 4202560 540 0 0 0 67 22 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674487233192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12879] ppid=12868 vsize=3090984 CPUtime=0.83 cores=1,3,5,7
/proc/12870/task/12879/stat : 12879 (java) S 12868 12870 9704 0 -1 4202560 377 0 0 0 60 23 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674486180904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12880] ppid=12868 vsize=3090984 CPUtime=0.71 cores=1,3,5,7
/proc/12870/task/12880/stat : 12880 (java) S 12868 12870 9704 0 -1 4202560 406 0 0 0 54 17 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674485128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12881] ppid=12868 vsize=3090984 CPUtime=40.41 cores=1,3,5,7
/proc/12870/task/12881/stat : 12881 (java) R 12868 12870 9704 0 -1 4202560 99 0 0 0 4038 3 0 0 20 0 19 0 346786272 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674354632752 140674515926408 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12882] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12882/stat : 12882 (java) S 12868 12870 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346786272 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674353579000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12883] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12883/stat : 12883 (java) S 12868 12870 9704 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 346786272 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674352526600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12884] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12884/stat : 12884 (java) S 12868 12870 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346786275 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674351474664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12885] ppid=12868 vsize=3090984 CPUtime=0.76 cores=1,3,5,7
/proc/12870/task/12885/stat : 12885 (java) S 12868 12870 9704 0 -1 4202560 3646 0 0 0 75 1 0 0 20 0 19 0 346786275 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674350422712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12886] ppid=12868 vsize=3090984 CPUtime=0.56 cores=1,3,5,7
/proc/12870/task/12886/stat : 12886 (java) S 12868 12870 9704 0 -1 4202560 3470 0 0 0 56 0 0 0 20 0 19 0 346786275 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674349369912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12887] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12887/stat : 12887 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346786275 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674348317816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12895] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12895/stat : 12895 (java) S 12868 12870 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346791666 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674345133736 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12902] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12902/stat : 12902 (java) S 12868 12870 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346871472 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674344080360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 859.67
Current children cumulated vsize (KiB) 3090984

[startup+853.901 s]
/proc/loadavg: 2.01 2.01 2.00 3/211 12902
/proc/meminfo: memFree=23983064/32873852 swapFree=6856/6856
[pid=12870] ppid=12868 vsize=3090984 CPUtime=860.07 cores=1,3,5,7
/proc/12870/stat : 12870 (java) S 12868 12870 9704 0 -1 4202496 15199 0 1 0 85823 184 0 0 20 0 19 0 346786268 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140735211053056 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12870/statm: 772746 419331 2305 9 0 763167 0
[pid=12870/tid=12872] ppid=12868 vsize=3090984 CPUtime=811.29 cores=1,3,5,7
/proc/12870/task/12872/stat : 12872 (java) S 12868 12870 9704 0 -1 4202560 3312 0 1 0 81098 31 0 0 20 0 19 0 346786269 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674509072840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12873] ppid=12868 vsize=3090984 CPUtime=0.81 cores=1,3,5,7
/proc/12870/task/12873/stat : 12873 (java) S 12868 12870 9704 0 -1 4202560 353 0 0 0 62 19 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674492496168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12874] ppid=12868 vsize=3090984 CPUtime=0.81 cores=1,3,5,7
/proc/12870/task/12874/stat : 12874 (java) S 12868 12870 9704 0 -1 4202560 462 0 0 0 64 17 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674491443368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12875] ppid=12868 vsize=3090984 CPUtime=0.92 cores=1,3,5,7
/proc/12870/task/12875/stat : 12875 (java) S 12868 12870 9704 0 -1 4202560 536 0 0 0 70 22 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674490391080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12876] ppid=12868 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/12870/task/12876/stat : 12876 (java) S 12868 12870 9704 0 -1 4202560 320 0 0 0 58 15 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674489338280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12877] ppid=12868 vsize=3090984 CPUtime=0.71 cores=1,3,5,7
/proc/12870/task/12877/stat : 12877 (java) S 12868 12870 9704 0 -1 4202560 405 0 0 0 56 15 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674488285992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12878] ppid=12868 vsize=3090984 CPUtime=0.89 cores=1,3,5,7
/proc/12870/task/12878/stat : 12878 (java) S 12868 12870 9704 0 -1 4202560 540 0 0 0 67 22 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674487233192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12879] ppid=12868 vsize=3090984 CPUtime=0.83 cores=1,3,5,7
/proc/12870/task/12879/stat : 12879 (java) S 12868 12870 9704 0 -1 4202560 377 0 0 0 60 23 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674486180904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12880] ppid=12868 vsize=3090984 CPUtime=0.71 cores=1,3,5,7
/proc/12870/task/12880/stat : 12880 (java) S 12868 12870 9704 0 -1 4202560 406 0 0 0 54 17 0 0 20 0 19 0 346786271 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674485128104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12870/tid=12881] ppid=12868 vsize=3090984 CPUtime=40.8 cores=1,3,5,7
/proc/12870/task/12881/stat : 12881 (java) R 12868 12870 9704 0 -1 4202560 99 0 0 0 4077 3 0 0 20 0 19 0 346786272 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674354632752 140674515195284 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12870/tid=12882] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12882/stat : 12882 (java) S 12868 12870 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346786272 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674353579000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12883] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12883/stat : 12883 (java) S 12868 12870 9704 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 346786272 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674352526600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12884] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12884/stat : 12884 (java) S 12868 12870 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346786275 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674351474664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12885] ppid=12868 vsize=3090984 CPUtime=0.76 cores=1,3,5,7
/proc/12870/task/12885/stat : 12885 (java) S 12868 12870 9704 0 -1 4202560 3646 0 0 0 75 1 0 0 20 0 19 0 346786275 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674350422712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12886] ppid=12868 vsize=3090984 CPUtime=0.56 cores=1,3,5,7
/proc/12870/task/12886/stat : 12886 (java) S 12868 12870 9704 0 -1 4202560 3470 0 0 0 56 0 0 0 20 0 19 0 346786275 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674349369912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12887] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12887/stat : 12887 (java) S 12868 12870 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346786275 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674348317816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12870/tid=12895] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12895/stat : 12895 (java) S 12868 12870 9704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346791666 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674345133736 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12870/tid=12902] ppid=12868 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/12870/task/12902/stat : 12902 (java) S 12868 12870 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346871472 3165167616 419331 33554432000 1073741824 1073778376 140735211061920 140674344080360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 860.07
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 853.925
CPU time (s): 860.283
CPU user time (s): 858.192
CPU system time (s): 2.09168
CPU usage (%): 100.745
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 858.192
system time used= 2.09168
maximum resident set size= 1677324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15202
page faults= 1
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19194
involuntary context switches= 10276

runsolver used 3.73043 second user time and 8.48771 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 12:43:24
IDJOB=3744674
IDBENCH=92800
IDSOLVER=2319
FILE ID=node128/3744674-1338806600
RUNJOBID= node128-1338773754-9721
PBS_JOBID= 14636825
Free space on /tmp= 70300 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb10-0.20-13.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744674-1338806600/watcher-3744674-1338806600 -o /tmp/evaluation-result-3744674-1338806600/solver-3744674-1338806600 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744674-1338806600.opb           

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

MD5SUM BENCH= 92dacc02fa8334dc3926759bb21cc2d7
RANDOM SEED=1316337908

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:        25866596 kB
Buffers:          564412 kB
Cached:          4033512 kB
SwapCached:          744 kB
Active:          3667160 kB
Inactive:        2411824 kB
Active(anon):    1471908 kB
Inactive(anon):    11420 kB
Active(file):    2195252 kB
Inactive(file):  2400404 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:            118576 kB
Writeback:             0 kB
AnonPages:       1513928 kB
Mapped:            22396 kB
Shmem:               200 kB
Slab:             759920 kB
SReclaimable:     201048 kB
SUnreclaim:       558872 kB
KernelStack:        1576 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1827040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1435648 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= 70296 MiB
End job on node128 at 2012-06-04 12:57:38