Trace number 3744717

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
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 651.964 646.278

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb5-0.10-8.opb
MD5SUM61ae703de849e85b95a00c2895381aa5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark58780
Best CPU time to get the best result obtained on this benchmark1800.38
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables212735
Total number of constraints2699248
Number of constraints which are clauses2699248
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.1.1.v20090612
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1299577560
0.00/0.07	c Max memory 1306394624
0.00/0.07	c Total memory 1306394624
0.00/0.07	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3744717-1338813318.opb
0.10/0.10	c reading problem ... 
11.48/9.22	c ... done. Wall clock time 9.128s.
11.48/9.22	c #vars     212735
11.48/9.22	c #constraints  1089070
11.48/9.22	c constraints type 
11.48/9.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 706859
11.48/9.23	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 259938
16.19/13.14	c SATISFIABLE
16.19/13.14	c OPTIMIZING...
16.19/13.14	c Got one! Elapsed wall clock time (in seconds):13.046
16.19/13.14	o 1009399
19.62/16.15	c Got one! Elapsed wall clock time (in seconds):16.057
19.62/16.15	o 887963
22.44/18.98	c Got one! Elapsed wall clock time (in seconds):18.88
22.44/18.98	o 603833
25.57/22.02	c Got one! Elapsed wall clock time (in seconds):21.919
25.57/22.02	o 512656
29.56/26.05	c Got one! Elapsed wall clock time (in seconds):25.957
29.56/26.05	o 469661
32.37/28.85	c Got one! Elapsed wall clock time (in seconds):28.751
32.37/28.85	o 448153
35.77/32.20	c Got one! Elapsed wall clock time (in seconds):32.102
35.77/32.20	o 447007
38.87/35.30	c Got one! Elapsed wall clock time (in seconds):35.207
38.87/35.30	o 424893
43.59/39.97	c Got one! Elapsed wall clock time (in seconds):39.876
43.59/39.97	o 401681
50.68/47.09	c Got one! Elapsed wall clock time (in seconds):46.996
50.68/47.09	o 392389
56.35/52.68	c Got one! Elapsed wall clock time (in seconds):52.581
56.35/52.68	o 347630
62.16/58.43	c Got one! Elapsed wall clock time (in seconds):58.33
62.16/58.43	o 326739
634.73/629.39	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
634.73/629.39		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
636.03/630.64		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
636.03/630.64		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
638.13/632.71		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
638.13/632.71		at org.sat4j.minisat.core.Solver.search(Unknown Source)
638.13/632.71		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
640.14/634.78		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
640.14/634.78		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
640.14/634.78		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
642.23/636.86		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
642.23/636.86		at org.sat4j.AbstractLauncher.run(Unknown Source)
642.23/636.86		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
647.13/641.76	c starts		: 72
647.13/641.76	c conflicts		: 302912
647.13/641.76	c decisions		: 6744446
647.13/641.76	c propagations		: 268940264
647.13/641.76	c inspects		: 337797475
647.13/641.76	c learnt literals	: 28
647.13/641.76	c learnt binary clauses	: 287
647.13/641.76	c learnt ternary clauses	: 514
647.13/641.76	c learnt clauses	: 302883
647.13/641.76	c ignored clauses	: 0
647.13/641.76	c root simplifications	: 0
647.13/641.76	c removed literals (reason simplification)	: 208535
647.13/641.76	c reason swapping (by a shorter reason)	: 0
647.13/641.76	c Calls to reduceDB	: 0
647.13/641.76	c speed (assignments/second)	: 461050.9908797915
647.13/641.76	c non guided choices	780039
650.23/644.87	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
650.23/644.87		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:315)
650.23/644.87		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:310)
650.23/644.87		at java.util.jar.Manifest.read(Manifest.java:178)

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-3744717-1338813318/watcher-3744717-1338813318 -o /tmp/evaluation-result-3744717-1338813318/solver-3744717-1338813318 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744717-1338813318.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.09 1.98 1.97 3/193 7665
/proc/meminfo: memFree=30871236/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/7665/stat : 7665 (java) R 7663 7665 4984 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 347460651 23793664 716 33554432000 1073741824 1073778376 140735786591760 140735786580824 247055037800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 5809 716 530 9 0 128 0

[startup+0.0203201 s]
/proc/loadavg: 2.09 1.98 1.97 3/193 7665
/proc/meminfo: memFree=30871236/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2106772 CPUtime=0 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 3140 0 1 0 0 0 0 0 20 0 10 0 347460651 2157334528 3839 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 526693 3839 1291 9 0 517394 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2106772

[startup+0.10021 s]
/proc/loadavg: 2.09 1.98 1.97 3/193 7665
/proc/meminfo: memFree=30871236/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 4709 0 1 0 9 1 0 0 20 0 18 0 347460651 2712133632 6938 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 662142 6938 2124 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300191 s]
/proc/loadavg: 2.09 1.98 1.97 3/193 7665
/proc/meminfo: memFree=30871236/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2648568 CPUtime=0.5 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 5910 0 1 0 48 2 0 0 20 0 18 0 347460651 2712133632 12032 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 662142 12032 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2648568

[startup+0.700197 s]
/proc/loadavg: 2.09 1.98 1.97 3/193 7665
/proc/meminfo: memFree=30871236/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2648568 CPUtime=1.05 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 8557 0 1 0 100 5 0 0 20 0 18 0 347460651 2712133632 50352 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 662142 50352 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 2648568

[startup+1.50079 s]
/proc/loadavg: 2.09 1.98 1.97 3/211 7683
/proc/meminfo: memFree=30528300/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2648568 CPUtime=1.97 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 8713 0 1 0 186 11 0 0 20 0 18 0 347460651 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 662142 97487 2246 9 0 652835 0
[pid=7665/tid=7667] ppid=7663 vsize=2648568 CPUtime=1.44 cores=1,3,5,7
/proc/7665/task/7667/stat : 7667 (java) R 7663 7665 4984 0 -1 4202560 2910 0 1 0 137 7 0 0 20 0 18 0 347460652 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109850456144 140109702115688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7668] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7668/stat : 7668 (java) S 7663 7665 4984 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 347460652 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109834914728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7669] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7669/stat : 7669 (java) S 7663 7665 4984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347460652 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109833862184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7670] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7670/stat : 7670 (java) S 7663 7665 4984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347460652 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109832809128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7671] ppid=7663 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/7665/task/7671/stat : 7671 (java) S 7663 7665 4984 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 347460652 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109831756584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7672] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7672/stat : 7672 (java) S 7663 7665 4984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347460652 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109830703528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7673] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7673/stat : 7673 (java) S 7663 7665 4984 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347460653 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109829650984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7674] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7674/stat : 7674 (java) S 7663 7665 4984 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 347460653 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109828597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7675] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7675/stat : 7675 (java) S 7663 7665 4984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347460653 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109827545384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7676] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7676/stat : 7676 (java) S 7663 7665 4984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347460654 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109697493864 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7677] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7677/stat : 7677 (java) S 7663 7665 4984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347460654 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109696440184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7678] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7678/stat : 7678 (java) S 7663 7665 4984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347460654 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109695387016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7679] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7679/stat : 7679 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347460656 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109694335760 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7680] ppid=7663 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/7665/task/7680/stat : 7680 (java) S 7663 7665 4984 0 -1 4202560 2404 0 0 0 17 0 0 0 20 0 18 0 347460656 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109693282616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7681] ppid=7663 vsize=2648568 CPUtime=0.18 cores=1,3,5,7
/proc/7665/task/7681/stat : 7681 (java) S 7663 7665 4984 0 -1 4202560 2147 0 0 0 18 0 0 0 20 0 18 0 347460656 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109692230072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7682] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7682/stat : 7682 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347460656 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109691177208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7683] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7683/stat : 7683 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347460656 2712133632 97487 33554432000 1073741824 1073778376 140735786591760 140109690124872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 2648568

[startup+3.10085 s]
/proc/loadavg: 2.09 1.98 1.97 3/211 7683
/proc/meminfo: memFree=30394188/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2648568 CPUtime=3.82 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 8829 0 1 0 366 16 0 0 20 0 18 0 347460651 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 662142 108281 2248 9 0 652835 0
[pid=7665/tid=7667] ppid=7663 vsize=2648568 CPUtime=2.94 cores=1,3,5,7
/proc/7665/task/7667/stat : 7667 (java) R 7663 7665 4984 0 -1 4202560 2912 0 1 0 287 7 0 0 20 0 18 0 347460652 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109850463848 247067632909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7668] ppid=7663 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/7665/task/7668/stat : 7668 (java) S 7663 7665 4984 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 347460652 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109834914728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7669] ppid=7663 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/7665/task/7669/stat : 7669 (java) S 7663 7665 4984 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 347460652 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109833862184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7670] ppid=7663 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/7665/task/7670/stat : 7670 (java) S 7663 7665 4984 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 18 0 347460652 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109832809128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7671] ppid=7663 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/7665/task/7671/stat : 7671 (java) S 7663 7665 4984 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 18 0 347460652 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109831756584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7672] ppid=7663 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/7665/task/7672/stat : 7672 (java) S 7663 7665 4984 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 18 0 347460652 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109830703528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7673] ppid=7663 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/7665/task/7673/stat : 7673 (java) S 7663 7665 4984 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 347460653 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109829650984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7674] ppid=7663 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/7665/task/7674/stat : 7674 (java) S 7663 7665 4984 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 347460653 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109828597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7675] ppid=7663 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/7665/task/7675/stat : 7675 (java) S 7663 7665 4984 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 18 0 347460653 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109827545384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7676] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7676/stat : 7676 (java) S 7663 7665 4984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347460654 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109697493864 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7677] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7677/stat : 7677 (java) S 7663 7665 4984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347460654 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109696440184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7678] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7678/stat : 7678 (java) S 7663 7665 4984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347460654 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109695387016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7679] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7679/stat : 7679 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347460656 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109694335760 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7680] ppid=7663 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/7665/task/7680/stat : 7680 (java) S 7663 7665 4984 0 -1 4202560 2404 0 0 0 17 0 0 0 20 0 18 0 347460656 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109693282616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7681] ppid=7663 vsize=2648568 CPUtime=0.18 cores=1,3,5,7
/proc/7665/task/7681/stat : 7681 (java) S 7663 7665 4984 0 -1 4202560 2149 0 0 0 18 0 0 0 20 0 18 0 347460656 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109692230072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7682] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7682/stat : 7682 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347460656 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109691177208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7683] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7683/stat : 7683 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347460656 2712133632 108281 33554432000 1073741824 1073778376 140735786591760 140109690124872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 2648568

[startup+6.30083 s]
/proc/loadavg: 2.08 1.98 1.97 3/212 7684
/proc/meminfo: memFree=30339948/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2648568 CPUtime=7.97 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 9585 0 1 0 768 29 0 0 20 0 18 0 347460651 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 662142 129595 2248 9 0 652835 0
[pid=7665/tid=7667] ppid=7663 vsize=2648568 CPUtime=5.82 cores=1,3,5,7
/proc/7665/task/7667/stat : 7667 (java) R 7663 7665 4984 0 -1 4202560 2918 0 1 0 574 8 0 0 20 0 18 0 347460652 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109850463864 140109702160309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7668] ppid=7663 vsize=2648568 CPUtime=0.28 cores=1,3,5,7
/proc/7665/task/7668/stat : 7668 (java) S 7663 7665 4984 0 -1 4202560 83 0 0 0 25 3 0 0 20 0 18 0 347460652 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109834914728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7669] ppid=7663 vsize=2648568 CPUtime=0.21 cores=1,3,5,7
/proc/7665/task/7669/stat : 7669 (java) S 7663 7665 4984 0 -1 4202560 225 0 0 0 19 2 0 0 20 0 18 0 347460652 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109833862184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7670] ppid=7663 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/7665/task/7670/stat : 7670 (java) S 7663 7665 4984 0 -1 4202560 44 0 0 0 14 2 0 0 20 0 18 0 347460652 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109832809128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7671] ppid=7663 vsize=2648568 CPUtime=0.22 cores=1,3,5,7
/proc/7665/task/7671/stat : 7671 (java) S 7663 7665 4984 0 -1 4202560 67 0 0 0 19 3 0 0 20 0 18 0 347460652 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109831756584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7672] ppid=7663 vsize=2648568 CPUtime=0.21 cores=1,3,5,7
/proc/7665/task/7672/stat : 7672 (java) S 7663 7665 4984 0 -1 4202560 54 0 0 0 18 3 0 0 20 0 18 0 347460652 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109830703528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7673] ppid=7663 vsize=2648568 CPUtime=0.19 cores=1,3,5,7
/proc/7665/task/7673/stat : 7673 (java) S 7663 7665 4984 0 -1 4202560 365 0 0 0 17 2 0 0 20 0 18 0 347460653 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109829650984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7674] ppid=7663 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/7665/task/7674/stat : 7674 (java) S 7663 7665 4984 0 -1 4202560 39 0 0 0 13 2 0 0 20 0 18 0 347460653 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109828597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7675] ppid=7663 vsize=2648568 CPUtime=0.18 cores=1,3,5,7
/proc/7665/task/7675/stat : 7675 (java) S 7663 7665 4984 0 -1 4202560 53 0 0 0 16 2 0 0 20 0 18 0 347460653 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109827545384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7676] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7676/stat : 7676 (java) S 7663 7665 4984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347460654 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109697493864 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7677] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7677/stat : 7677 (java) S 7663 7665 4984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347460654 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109696440184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7678] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7678/stat : 7678 (java) S 7663 7665 4984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347460654 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109695387016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7679] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7679/stat : 7679 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347460656 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109694335760 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7680] ppid=7663 vsize=2648568 CPUtime=0.19 cores=1,3,5,7
/proc/7665/task/7680/stat : 7680 (java) S 7663 7665 4984 0 -1 4202560 2405 0 0 0 19 0 0 0 20 0 18 0 347460656 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109693282616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7681] ppid=7663 vsize=2648568 CPUtime=0.18 cores=1,3,5,7
/proc/7665/task/7681/stat : 7681 (java) S 7663 7665 4984 0 -1 4202560 2149 0 0 0 18 0 0 0 20 0 18 0 347460656 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109692230072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7682] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7682/stat : 7682 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347460656 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109691177208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7683] ppid=7663 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7683/stat : 7683 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347460656 2712133632 129595 33554432000 1073741824 1073778376 140735786591760 140109690124872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 2.07 1.98 1.97 3/213 7685
/proc/meminfo: memFree=30228108/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2715132 CPUtime=15.77 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 14377 0 1 0 1539 38 0 0 20 0 19 0 347460651 2780295168 145976 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 678783 145976 2270 9 0 669476 0
[pid=7665/tid=7667] ppid=7663 vsize=2715132 CPUtime=11.94 cores=1,3,5,7

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

/proc/7665/task/7672/stat : 7672 (java) S 7663 7665 4984 0 -1 4202560 340 0 0 0 49 12 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109830703528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7673] ppid=7663 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/7665/task/7673/stat : 7673 (java) S 7663 7665 4984 0 -1 4202560 685 0 0 0 64 29 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109829650984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7674] ppid=7663 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/7665/task/7674/stat : 7674 (java) S 7663 7665 4984 0 -1 4202560 295 0 0 0 32 8 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109828597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7675] ppid=7663 vsize=2781696 CPUtime=0.49 cores=1,3,5,7
/proc/7665/task/7675/stat : 7675 (java) S 7663 7665 4984 0 -1 4202560 312 0 0 0 36 13 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109827545384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7676] ppid=7663 vsize=2781696 CPUtime=24.64 cores=1,3,5,7
/proc/7665/task/7676/stat : 7676 (java) R 7663 7665 4984 0 -1 4202560 115 0 0 0 2460 4 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109697494024 140109854601565 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7677] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7677/stat : 7677 (java) S 7663 7665 4984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109696440184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7678] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7678/stat : 7678 (java) S 7663 7665 4984 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109695387016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7679] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7679/stat : 7679 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109694335760 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7680] ppid=7663 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/7665/task/7680/stat : 7680 (java) S 7663 7665 4984 0 -1 4202560 9324 0 0 0 90 3 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109693282616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7681] ppid=7663 vsize=2781696 CPUtime=0.75 cores=1,3,5,7
/proc/7665/task/7681/stat : 7681 (java) S 7663 7665 4984 0 -1 4202560 4918 0 0 0 73 2 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109692230072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7682] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7682/stat : 7682 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109691177208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7683] ppid=7663 vsize=2781696 CPUtime=0.24 cores=1,3,5,7
/proc/7665/task/7683/stat : 7683 (java) S 7663 7665 4984 0 -1 4202560 37 0 0 0 10 14 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109690124872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7685] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7685/stat : 7685 (java) S 7663 7665 4984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347461602 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109689071144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7715] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7715/stat : 7715 (java) S 7663 7665 4984 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 347524688 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109688016728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 650.93
Current children cumulated vsize (KiB) 2781696

[startup+645.901 s]
/proc/loadavg: 1.16 1.62 1.84 2/191 7716
/proc/meminfo: memFree=29907548/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2781696 CPUtime=651.33 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 21808 0 1 0 64983 150 0 0 20 0 20 0 347460651 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 695424 343586 2277 9 0 686117 0
[pid=7665/tid=7667] ppid=7663 vsize=2781696 CPUtime=619.37 cores=1,3,5,7
/proc/7665/task/7667/stat : 7667 (java) S 7663 7665 4984 0 -1 4202560 2976 0 1 0 61918 19 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109850465464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7668] ppid=7663 vsize=2781696 CPUtime=0.8 cores=1,3,5,7
/proc/7665/task/7668/stat : 7668 (java) S 7663 7665 4984 0 -1 4202560 431 0 0 0 59 21 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109834914728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7669] ppid=7663 vsize=2781696 CPUtime=0.54 cores=1,3,5,7
/proc/7665/task/7669/stat : 7669 (java) S 7663 7665 4984 0 -1 4202560 381 0 0 0 45 9 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109833862184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7670] ppid=7663 vsize=2781696 CPUtime=0.64 cores=1,3,5,7
/proc/7665/task/7670/stat : 7670 (java) S 7663 7665 4984 0 -1 4202560 505 0 0 0 44 20 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109832809128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7671] ppid=7663 vsize=2781696 CPUtime=0.59 cores=1,3,5,7
/proc/7665/task/7671/stat : 7671 (java) S 7663 7665 4984 0 -1 4202560 286 0 0 0 47 12 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109831756584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7672] ppid=7663 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/7665/task/7672/stat : 7672 (java) S 7663 7665 4984 0 -1 4202560 340 0 0 0 49 12 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109830703528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7673] ppid=7663 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/7665/task/7673/stat : 7673 (java) S 7663 7665 4984 0 -1 4202560 685 0 0 0 64 29 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109829650984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7674] ppid=7663 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/7665/task/7674/stat : 7674 (java) S 7663 7665 4984 0 -1 4202560 295 0 0 0 32 8 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109828597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7675] ppid=7663 vsize=2781696 CPUtime=0.49 cores=1,3,5,7
/proc/7665/task/7675/stat : 7675 (java) S 7663 7665 4984 0 -1 4202560 312 0 0 0 36 13 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109827545384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7676] ppid=7663 vsize=2781696 CPUtime=25.04 cores=1,3,5,7
/proc/7665/task/7676/stat : 7676 (java) R 7663 7665 4984 0 -1 4202560 115 0 0 0 2500 4 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109697494024 140109856972853 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7677] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7677/stat : 7677 (java) S 7663 7665 4984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109696440184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7678] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7678/stat : 7678 (java) S 7663 7665 4984 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109695387016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7679] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7679/stat : 7679 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109694335760 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7680] ppid=7663 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/7665/task/7680/stat : 7680 (java) S 7663 7665 4984 0 -1 4202560 9324 0 0 0 90 3 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109693282616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7681] ppid=7663 vsize=2781696 CPUtime=0.75 cores=1,3,5,7
/proc/7665/task/7681/stat : 7681 (java) S 7663 7665 4984 0 -1 4202560 4918 0 0 0 73 2 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109692230072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7682] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7682/stat : 7682 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109691177208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7683] ppid=7663 vsize=2781696 CPUtime=0.24 cores=1,3,5,7
/proc/7665/task/7683/stat : 7683 (java) S 7663 7665 4984 0 -1 4202560 37 0 0 0 10 14 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109690124872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7685] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7685/stat : 7685 (java) S 7663 7665 4984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347461602 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109689071144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7715] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7715/stat : 7715 (java) S 7663 7665 4984 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 347524688 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109688016728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 651.33
Current children cumulated vsize (KiB) 2781696

[startup+646.101 s]
/proc/loadavg: 1.16 1.62 1.84 2/191 7716
/proc/meminfo: memFree=29907548/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2781696 CPUtime=651.53 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 21808 0 1 0 65003 150 0 0 20 0 20 0 347460651 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 695424 343586 2277 9 0 686117 0
[pid=7665/tid=7667] ppid=7663 vsize=2781696 CPUtime=619.37 cores=1,3,5,7
/proc/7665/task/7667/stat : 7667 (java) S 7663 7665 4984 0 -1 4202560 2976 0 1 0 61918 19 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109850465464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7668] ppid=7663 vsize=2781696 CPUtime=0.8 cores=1,3,5,7
/proc/7665/task/7668/stat : 7668 (java) S 7663 7665 4984 0 -1 4202560 431 0 0 0 59 21 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109834914728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7669] ppid=7663 vsize=2781696 CPUtime=0.54 cores=1,3,5,7
/proc/7665/task/7669/stat : 7669 (java) S 7663 7665 4984 0 -1 4202560 381 0 0 0 45 9 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109833862184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7670] ppid=7663 vsize=2781696 CPUtime=0.64 cores=1,3,5,7
/proc/7665/task/7670/stat : 7670 (java) S 7663 7665 4984 0 -1 4202560 505 0 0 0 44 20 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109832809128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7671] ppid=7663 vsize=2781696 CPUtime=0.59 cores=1,3,5,7
/proc/7665/task/7671/stat : 7671 (java) S 7663 7665 4984 0 -1 4202560 286 0 0 0 47 12 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109831756584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7672] ppid=7663 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/7665/task/7672/stat : 7672 (java) S 7663 7665 4984 0 -1 4202560 340 0 0 0 49 12 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109830703528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7673] ppid=7663 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/7665/task/7673/stat : 7673 (java) S 7663 7665 4984 0 -1 4202560 685 0 0 0 64 29 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109829650984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7674] ppid=7663 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/7665/task/7674/stat : 7674 (java) S 7663 7665 4984 0 -1 4202560 295 0 0 0 32 8 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109828597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7675] ppid=7663 vsize=2781696 CPUtime=0.49 cores=1,3,5,7
/proc/7665/task/7675/stat : 7675 (java) S 7663 7665 4984 0 -1 4202560 312 0 0 0 36 13 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109827545384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7676] ppid=7663 vsize=2781696 CPUtime=25.24 cores=1,3,5,7
/proc/7665/task/7676/stat : 7676 (java) R 7663 7665 4984 0 -1 4202560 115 0 0 0 2520 4 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109697494024 247063920916 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7677] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7677/stat : 7677 (java) S 7663 7665 4984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109696440184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7678] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7678/stat : 7678 (java) S 7663 7665 4984 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109695387016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7679] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7679/stat : 7679 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109694335760 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7680] ppid=7663 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/7665/task/7680/stat : 7680 (java) S 7663 7665 4984 0 -1 4202560 9324 0 0 0 90 3 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109693282616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7681] ppid=7663 vsize=2781696 CPUtime=0.75 cores=1,3,5,7
/proc/7665/task/7681/stat : 7681 (java) S 7663 7665 4984 0 -1 4202560 4918 0 0 0 73 2 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109692230072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7682] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7682/stat : 7682 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109691177208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7683] ppid=7663 vsize=2781696 CPUtime=0.24 cores=1,3,5,7
/proc/7665/task/7683/stat : 7683 (java) S 7663 7665 4984 0 -1 4202560 37 0 0 0 10 14 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109690124872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7685] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7685/stat : 7685 (java) S 7663 7665 4984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347461602 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109689071144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7715] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7715/stat : 7715 (java) S 7663 7665 4984 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 347524688 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109688016728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 651.53
Current children cumulated vsize (KiB) 2781696

[startup+646.201 s]
/proc/loadavg: 1.16 1.62 1.84 2/191 7716
/proc/meminfo: memFree=29907548/32873844 swapFree=7116/7116
[pid=7665] ppid=7663 vsize=2781696 CPUtime=651.63 cores=1,3,5,7
/proc/7665/stat : 7665 (java) S 7663 7665 4984 0 -1 4202496 21808 0 1 0 65013 150 0 0 20 0 20 0 347460651 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140735786582896 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 695424 343586 2277 9 0 686117 0
[pid=7665/tid=7667] ppid=7663 vsize=2781696 CPUtime=619.37 cores=1,3,5,7
/proc/7665/task/7667/stat : 7667 (java) S 7663 7665 4984 0 -1 4202560 2976 0 1 0 61918 19 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109850465464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7668] ppid=7663 vsize=2781696 CPUtime=0.8 cores=1,3,5,7
/proc/7665/task/7668/stat : 7668 (java) S 7663 7665 4984 0 -1 4202560 431 0 0 0 59 21 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109834914728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7669] ppid=7663 vsize=2781696 CPUtime=0.54 cores=1,3,5,7
/proc/7665/task/7669/stat : 7669 (java) S 7663 7665 4984 0 -1 4202560 381 0 0 0 45 9 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109833862184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7665/tid=7670] ppid=7663 vsize=2781696 CPUtime=0.64 cores=1,3,5,7
/proc/7665/task/7670/stat : 7670 (java) S 7663 7665 4984 0 -1 4202560 505 0 0 0 44 20 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109832809128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7671] ppid=7663 vsize=2781696 CPUtime=0.59 cores=1,3,5,7
/proc/7665/task/7671/stat : 7671 (java) S 7663 7665 4984 0 -1 4202560 286 0 0 0 47 12 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109831756584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7672] ppid=7663 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/7665/task/7672/stat : 7672 (java) S 7663 7665 4984 0 -1 4202560 340 0 0 0 49 12 0 0 20 0 20 0 347460652 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109830703528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7673] ppid=7663 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/7665/task/7673/stat : 7673 (java) S 7663 7665 4984 0 -1 4202560 685 0 0 0 64 29 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109829650984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7674] ppid=7663 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/7665/task/7674/stat : 7674 (java) S 7663 7665 4984 0 -1 4202560 295 0 0 0 32 8 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109828597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7675] ppid=7663 vsize=2781696 CPUtime=0.49 cores=1,3,5,7
/proc/7665/task/7675/stat : 7675 (java) S 7663 7665 4984 0 -1 4202560 312 0 0 0 36 13 0 0 20 0 20 0 347460653 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109827545384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7676] ppid=7663 vsize=2781696 CPUtime=25.34 cores=1,3,5,7
/proc/7665/task/7676/stat : 7676 (java) R 7663 7665 4984 0 -1 4202560 115 0 0 0 2530 4 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109697494024 247063920965 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7677] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7677/stat : 7677 (java) S 7663 7665 4984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109696440184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7678] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7678/stat : 7678 (java) S 7663 7665 4984 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 347460654 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109695387016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7679] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7679/stat : 7679 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109694335760 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7680] ppid=7663 vsize=2781696 CPUtime=0.93 cores=1,3,5,7
/proc/7665/task/7680/stat : 7680 (java) S 7663 7665 4984 0 -1 4202560 9324 0 0 0 90 3 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109693282616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7665/tid=7681] ppid=7663 vsize=2781696 CPUtime=0.75 cores=1,3,5,7
/proc/7665/task/7681/stat : 7681 (java) S 7663 7665 4984 0 -1 4202560 4918 0 0 0 73 2 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109692230072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7682] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7682/stat : 7682 (java) S 7663 7665 4984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109691177208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7683] ppid=7663 vsize=2781696 CPUtime=0.24 cores=1,3,5,7
/proc/7665/task/7683/stat : 7683 (java) S 7663 7665 4984 0 -1 4202560 37 0 0 0 10 14 0 0 20 0 20 0 347460656 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109690124872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7665/tid=7685] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7685/stat : 7685 (java) S 7663 7665 4984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347461602 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109689071144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7665/tid=7715] ppid=7663 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/7665/task/7715/stat : 7715 (java) S 7663 7665 4984 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 347524688 2848456704 343586 33554432000 1073741824 1073778376 140735786591760 140109688016728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 651.63
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 646.278
CPU time (s): 651.964
CPU user time (s): 650.162
CPU system time (s): 1.80173
CPU usage (%): 100.88
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 650.162
system time used= 1.80173
maximum resident set size= 1374352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21814
page faults= 1
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14567
involuntary context switches= 11429

runsolver used 3.86141 second user time and 6.05908 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-04 14:35:21
IDJOB=3744717
IDBENCH=92813
IDSOLVER=2322
FILE ID=node103/3744717-1338813318
RUNJOBID= node103-1338813318-7621
PBS_JOBID= 14636845
Free space on /tmp= 71016 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb5-0.10-8.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744717-1338813318/watcher-3744717-1338813318 -o /tmp/evaluation-result-3744717-1338813318/solver-3744717-1338813318 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744717-1338813318.opb

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

MD5SUM BENCH= 61ae703de849e85b95a00c2895381aa5
RANDOM SEED=1546270428

node103.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.189
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.37
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.189
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.189
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	: 5331.92
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        30871500 kB
Buffers:          215836 kB
Cached:           630232 kB
SwapCached:         5648 kB
Active:           655692 kB
Inactive:         547848 kB
Active(anon):     355040 kB
Inactive(anon):     4740 kB
Active(file):     300652 kB
Inactive(file):   543108 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:            114380 kB
Writeback:             4 kB
AnonPages:        390988 kB
Mapped:            16768 kB
Shmem:                 0 kB
Slab:             637080 kB
SReclaimable:      76468 kB
SUnreclaim:       560612 kB
KernelStack:        1584 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1513116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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= 71044 MiB
End job on node103 at 2012-06-04 14:46:07