Trace number 3744825

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) 631.01 627.2

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.G.recomb10-0.10-10.opb
MD5SUM6542e3f188ae9e459d3fe5f14c3a51d5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22950
Best CPU time to get the best result obtained on this benchmark1800.73
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82301
Total number of constraints900565
Number of constraints which are clauses900565
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 constraint339
Number of terms in the objective function 10460
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 3451260
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 3451260
Number of bits of the biggest sum of numbers22
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.07/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@28df8ff1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3744825-1338813528.opb
0.08/0.12	c reading problem ... 
4.25/3.58	c ... done. Wall clock time 3.462s.
4.25/3.58	c #vars     82301
4.25/3.58	c #constraints  395267
4.25/3.58	c constraints type 
4.25/3.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255468
4.25/3.58	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 95657
6.11/4.70	c SATISFIABLE
6.11/4.70	c OPTIMIZING...
6.11/4.70	c Got one! Elapsed wall clock time (in seconds):4.585
6.11/4.70	o 353420
6.98/5.43	c Got one! Elapsed wall clock time (in seconds):5.309
6.98/5.43	o 275360
7.63/6.06	c Got one! Elapsed wall clock time (in seconds):5.937
7.63/6.06	o 203384
8.46/6.87	c Got one! Elapsed wall clock time (in seconds):6.752
8.46/6.87	o 185315
9.47/7.87	c Got one! Elapsed wall clock time (in seconds):7.753
9.47/7.87	o 158037
10.08/8.48	c Got one! Elapsed wall clock time (in seconds):8.36
10.08/8.48	o 104819
11.28/9.63	c Got one! Elapsed wall clock time (in seconds):9.51
11.28/9.63	o 91527
615.65/611.75	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
626.66/622.71	c starts		: 40
626.66/622.71	c conflicts		: 595647
626.66/622.71	c decisions		: 2248768
626.66/622.71	c propagations		: 449380568
626.66/622.71	c inspects		: 447804936
626.66/622.71	c learnt literals	: 14
626.66/622.71	c learnt binary clauses	: 193
626.66/622.71	c learnt ternary clauses	: 307
626.66/622.71	c learnt clauses	: 595632
626.66/622.71	c ignored clauses	: 0
626.66/622.71	c root simplifications	: 0
626.66/622.71	c removed literals (reason simplification)	: 86814
626.66/622.71	c reason swapping (by a shorter reason)	: 0
626.66/622.71	c Calls to reduceDB	: 0
626.66/622.71	c speed (assignments/second)	: 732989.660386345
626.66/622.71	c non guided choices	148780
628.64/624.73	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
628.64/624.73		at sun.net.www.ParseUtil.encodePath(ParseUtil.java:125)
628.64/624.73		at sun.misc.URLClassPath$JarLoader.checkResource(URLClassPath.java:674)
628.64/624.73		at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:759)
628.64/624.73		at sun.misc.URLClassPath.getResource(URLClassPath.java:169)
630.51/626.70		at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
630.61/626.70		at java.security.AccessController.doPrivileged(Native Method)
630.61/626.70		at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
630.61/626.70		at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
630.61/626.70		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)

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-3744825-1338813528/watcher-3744825-1338813528 -o /tmp/evaluation-result-3744825-1338813528/solver-3744825-1338813528 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744825-1338813528.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.98 1.99 3/194 12221
/proc/meminfo: memFree=26720768/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12221/stat : 12221 (java6) D 12219 12221 10873 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 347477232 9515008 182 33554432000 1073741824 1073778376 140735835594704 140735835585736 239237676725 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/12221/statm: 2323 182 140 9 0 71 0

[startup+0.095399 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 12221
/proc/meminfo: memFree=26720768/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 3896 0 1 0 6 1 0 0 20 0 18 0 347477232 2712133632 5615 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12221/statm: 662142 5615 1773 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.100171 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 12221
/proc/meminfo: memFree=26720768/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 4311 0 1 0 7 1 0 0 20 0 18 0 347477232 2712133632 6029 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12221/statm: 662142 6039 2056 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300237 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 12221
/proc/meminfo: memFree=26720768/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2648568 CPUtime=0.46 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 5843 0 1 0 45 1 0 0 20 0 18 0 347477232 2712133632 10503 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12221/statm: 662142 10503 2216 9 0 652835 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2648568

[startup+0.700255 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 12221
/proc/meminfo: memFree=26720768/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2648568 CPUtime=1.04 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 8822 0 1 0 100 4 0 0 20 0 18 0 347477232 2712133632 47362 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12221/statm: 662142 47362 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 2648568

[startup+1.50074 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 12239
/proc/meminfo: memFree=26413052/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2648568 CPUtime=1.93 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 8972 0 1 0 182 11 0 0 20 0 18 0 347477232 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12221/statm: 662142 95012 2246 9 0 652835 0
[pid=12221/tid=12223] ppid=12219 vsize=2648568 CPUtime=1.43 cores=1,3,5,7
/proc/12221/task/12223/stat : 12223 (java) R 12219 12221 10873 0 -1 4202560 2940 0 1 0 135 8 0 0 20 0 18 0 347477233 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529790402640 140529662925479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12224] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12224/stat : 12224 (java) S 12219 12221 10873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347477235 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529657059752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12225] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12225/stat : 12225 (java) S 12219 12221 10873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 347477235 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529656007208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12226] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12226/stat : 12226 (java) S 12219 12221 10873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347477235 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529654954152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12227] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12227/stat : 12227 (java) S 12219 12221 10873 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 347477235 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529653901608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12228] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12228/stat : 12228 (java) S 12219 12221 10873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 347477235 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529450871720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12229] ppid=12219 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/12221/task/12229/stat : 12229 (java) S 12219 12221 10873 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 347477235 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529449819176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12230] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12230/stat : 12230 (java) S 12219 12221 10873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347477235 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529448766120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12231] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12231/stat : 12231 (java) S 12219 12221 10873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 347477235 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529447713576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12232] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12232/stat : 12232 (java) S 12219 12221 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347477236 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529435515240 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12233] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12233/stat : 12233 (java) S 12219 12221 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347477237 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529434461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12234] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12234/stat : 12234 (java) S 12219 12221 10873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347477237 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529433408392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12235] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12235/stat : 12235 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347477239 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529432357136 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12236] ppid=12219 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/12221/task/12236/stat : 12236 (java) S 12219 12221 10873 0 -1 4202560 1761 0 0 0 16 0 0 0 20 0 18 0 347477239 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529431305016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12237] ppid=12219 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/12221/task/12237/stat : 12237 (java) S 12219 12221 10873 0 -1 4202560 3036 0 0 0 20 0 0 0 20 0 18 0 347477239 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529430252472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12238] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12238/stat : 12238 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347477239 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529429199608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12239] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12239/stat : 12239 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347477239 2712133632 95012 33554432000 1073741824 1073778376 140735008090656 140529428147272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 2648568

[startup+3.10076 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 12239
/proc/meminfo: memFree=26323996/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2648568 CPUtime=3.74 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 9076 0 1 0 357 17 0 0 20 0 18 0 347477232 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12221/statm: 662142 105275 2248 9 0 652835 0
[pid=12221/tid=12223] ppid=12219 vsize=2648568 CPUtime=2.95 cores=1,3,5,7
/proc/12221/task/12223/stat : 12223 (java) R 12219 12221 10873 0 -1 4202560 2942 0 1 0 287 8 0 0 20 0 18 0 347477233 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529790410456 140529662869544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12224] ppid=12219 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/12221/task/12224/stat : 12224 (java) S 12219 12221 10873 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 347477235 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529657059752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12225] ppid=12219 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/12221/task/12225/stat : 12225 (java) S 12219 12221 10873 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 347477235 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529656007208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12226] ppid=12219 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/12221/task/12226/stat : 12226 (java) S 12219 12221 10873 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 347477235 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529654954152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12227] ppid=12219 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/12221/task/12227/stat : 12227 (java) S 12219 12221 10873 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 347477235 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529653901608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12228] ppid=12219 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/12221/task/12228/stat : 12228 (java) S 12219 12221 10873 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 347477235 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529450871720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12229] ppid=12219 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/12221/task/12229/stat : 12229 (java) S 12219 12221 10873 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 347477235 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529449819176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12230] ppid=12219 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/12221/task/12230/stat : 12230 (java) S 12219 12221 10873 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 18 0 347477235 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529448766120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12231] ppid=12219 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/12221/task/12231/stat : 12231 (java) S 12219 12221 10873 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 18 0 347477235 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529447713576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12232] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12232/stat : 12232 (java) S 12219 12221 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347477236 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529435515240 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12233] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12233/stat : 12233 (java) S 12219 12221 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347477237 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529434461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12234] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12234/stat : 12234 (java) S 12219 12221 10873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347477237 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529433408392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12235] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12235/stat : 12235 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347477239 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529432357136 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12236] ppid=12219 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/12221/task/12236/stat : 12236 (java) S 12219 12221 10873 0 -1 4202560 1761 0 0 0 16 0 0 0 20 0 18 0 347477239 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529431305016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12237] ppid=12219 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/12221/task/12237/stat : 12237 (java) S 12219 12221 10873 0 -1 4202560 3038 0 0 0 20 0 0 0 20 0 18 0 347477239 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529430252472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12238] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12238/stat : 12238 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347477239 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529429199608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12239] ppid=12219 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12239/stat : 12239 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347477239 2712133632 105275 33554432000 1073741824 1073778376 140735008090656 140529428147272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 2648568

[startup+6.30077 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 12240
/proc/meminfo: memFree=26292276/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2715132 CPUtime=7.95 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 13561 0 1 0 776 19 0 0 20 0 19 0 347477232 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12221/statm: 678783 108876 2269 9 0 669476 0
[pid=12221/tid=12223] ppid=12219 vsize=2715132 CPUtime=6.09 cores=1,3,5,7
/proc/12221/task/12223/stat : 12223 (java) R 12219 12221 10873 0 -1 4202560 2957 0 1 0 601 8 0 0 20 0 19 0 347477233 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529790409296 140529663078016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12224] ppid=12219 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/12221/task/12224/stat : 12224 (java) S 12219 12221 10873 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 19 0 347477235 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529657059752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12225] ppid=12219 vsize=2715132 CPUtime=0.09 cores=1,3,5,7
/proc/12221/task/12225/stat : 12225 (java) S 12219 12221 10873 0 -1 4202560 30 0 0 0 7 2 0 0 20 0 19 0 347477235 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529656007208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12226] ppid=12219 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/12221/task/12226/stat : 12226 (java) S 12219 12221 10873 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 347477235 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529654954152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12227] ppid=12219 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/12221/task/12227/stat : 12227 (java) S 12219 12221 10873 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 347477235 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529653901608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12228] ppid=12219 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/12221/task/12228/stat : 12228 (java) S 12219 12221 10873 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 347477235 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529450871720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12229] ppid=12219 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/12221/task/12229/stat : 12229 (java) S 12219 12221 10873 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 347477235 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529449819176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12230] ppid=12219 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/12221/task/12230/stat : 12230 (java) S 12219 12221 10873 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 347477235 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529448766120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12231] ppid=12219 vsize=2715132 CPUtime=0.11 cores=1,3,5,7
/proc/12221/task/12231/stat : 12231 (java) S 12219 12221 10873 0 -1 4202560 39 0 0 0 9 2 0 0 20 0 19 0 347477235 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529447713576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12232] ppid=12219 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12232/stat : 12232 (java) S 12219 12221 10873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347477236 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529435515240 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12233] ppid=12219 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12233/stat : 12233 (java) S 12219 12221 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347477237 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529434461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12234] ppid=12219 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12234/stat : 12234 (java) S 12219 12221 10873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347477237 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529433408392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12235] ppid=12219 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12235/stat : 12235 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347477239 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529432357136 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12236] ppid=12219 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/12221/task/12236/stat : 12236 (java) S 12219 12221 10873 0 -1 4202560 3989 0 0 0 58 0 0 0 20 0 19 0 347477239 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529431305016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12237] ppid=12219 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/12221/task/12237/stat : 12237 (java) S 12219 12221 10873 0 -1 4202560 5227 0 0 0 68 0 0 0 20 0 19 0 347477239 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529430252472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12238] ppid=12219 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12238/stat : 12238 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347477239 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529429199608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12239] ppid=12219 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12239/stat : 12239 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347477239 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529428147272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12240] ppid=12219 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12240/stat : 12240 (java) S 12219 12221 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347477609 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140529427092520 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 12240
/proc/meminfo: memFree=26292424/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2715132 CPUtime=14.38 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 13561 0 1 0 1418 20 0 0 20 0 19 0 347477232 2780295168 108876 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

/proc/12221/task/12235/stat : 12235 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529432357136 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12236] ppid=12219 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/12221/task/12236/stat : 12236 (java) S 12219 12221 10873 0 -1 4202560 3992 0 0 0 60 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529431305016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12237] ppid=12219 vsize=2781696 CPUtime=0.72 cores=1,3,5,7
/proc/12221/task/12237/stat : 12237 (java) S 12219 12221 10873 0 -1 4202560 5228 0 0 0 72 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529430252472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12238] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12238/stat : 12238 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529429199608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12239] ppid=12219 vsize=2781696 CPUtime=0.18 cores=1,3,5,7
/proc/12221/task/12239/stat : 12239 (java) S 12219 12221 10873 0 -1 4202560 37 0 0 0 10 8 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529428147272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12240] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12240/stat : 12240 (java) S 12219 12221 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347477609 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529427092520 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12273] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12273/stat : 12273 (java) S 12219 12221 10873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 347539276 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529426038664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 5 0 0
Current children cumulated CPU time (s) 629.41
Current children cumulated vsize (KiB) 2781696

[startup+626.301 s]
/proc/loadavg: 1.12 1.47 1.77 2/190 12273
/proc/meminfo: memFree=26735216/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2781696 CPUtime=630.21 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 15369 0 1 0 62878 143 0 0 20 0 20 0 347477232 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12221/statm: 695424 341038 2277 9 0 686117 0
[pid=12221/tid=12223] ppid=12219 vsize=2781696 CPUtime=597.64 cores=1,3,5,7
/proc/12221/task/12223/stat : 12223 (java) S 12219 12221 10873 0 -1 4202560 2990 0 1 0 59746 18 0 0 20 0 20 0 347477233 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529790411960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12224] ppid=12219 vsize=2781696 CPUtime=0.34 cores=1,3,5,7
/proc/12221/task/12224/stat : 12224 (java) S 12219 12221 10873 0 -1 4202560 185 0 0 0 21 13 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529657059752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12225] ppid=12219 vsize=2781696 CPUtime=0.58 cores=1,3,5,7
/proc/12221/task/12225/stat : 12225 (java) S 12219 12221 10873 0 -1 4202560 285 0 0 0 35 23 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529656007208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12226] ppid=12219 vsize=2781696 CPUtime=0.34 cores=1,3,5,7
/proc/12221/task/12226/stat : 12226 (java) S 12219 12221 10873 0 -1 4202560 169 0 0 0 22 12 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529654954152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12227] ppid=12219 vsize=2781696 CPUtime=0.38 cores=1,3,5,7
/proc/12221/task/12227/stat : 12227 (java) S 12219 12221 10873 0 -1 4202560 207 0 0 0 26 12 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529653901608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12228] ppid=12219 vsize=2781696 CPUtime=0.49 cores=1,3,5,7
/proc/12221/task/12228/stat : 12228 (java) S 12219 12221 10873 0 -1 4202560 223 0 0 0 32 17 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529450871720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12229] ppid=12219 vsize=2781696 CPUtime=0.43 cores=1,3,5,7
/proc/12221/task/12229/stat : 12229 (java) S 12219 12221 10873 0 -1 4202560 233 0 0 0 30 13 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529449819176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12230] ppid=12219 vsize=2781696 CPUtime=0.33 cores=1,3,5,7
/proc/12221/task/12230/stat : 12230 (java) S 12219 12221 10873 0 -1 4202560 165 0 0 0 21 12 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529448766120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12231] ppid=12219 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/12221/task/12231/stat : 12231 (java) S 12219 12221 10873 0 -1 4202560 308 0 0 0 35 21 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529447713576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12232] ppid=12219 vsize=2781696 CPUtime=25.89 cores=1,3,5,7
/proc/12221/task/12232/stat : 12232 (java) R 12219 12221 10873 0 -1 4202560 141 0 0 0 2586 3 0 0 20 0 20 0 347477236 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529435515240 140529796537473 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12233] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12233/stat : 12233 (java) S 12219 12221 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347477237 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529434461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12234] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12234/stat : 12234 (java) S 12219 12221 10873 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347477237 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529433408392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12235] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12235/stat : 12235 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529432357136 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12236] ppid=12219 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/12221/task/12236/stat : 12236 (java) S 12219 12221 10873 0 -1 4202560 3992 0 0 0 60 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529431305016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12237] ppid=12219 vsize=2781696 CPUtime=0.72 cores=1,3,5,7
/proc/12221/task/12237/stat : 12237 (java) S 12219 12221 10873 0 -1 4202560 5228 0 0 0 72 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529430252472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12238] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12238/stat : 12238 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529429199608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12239] ppid=12219 vsize=2781696 CPUtime=0.18 cores=1,3,5,7
/proc/12221/task/12239/stat : 12239 (java) S 12219 12221 10873 0 -1 4202560 37 0 0 0 10 8 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529428147272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12240] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12240/stat : 12240 (java) S 12219 12221 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347477609 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529427092520 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12273] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12273/stat : 12273 (java) S 12219 12221 10873 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 20 0 347539276 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529426038040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 5 0 0
Current children cumulated CPU time (s) 630.21
Current children cumulated vsize (KiB) 2781696

[startup+626.701 s]
/proc/loadavg: 1.12 1.47 1.77 2/190 12273
/proc/meminfo: memFree=26735216/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2781696 CPUtime=630.61 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 15369 0 1 0 62918 143 0 0 20 0 20 0 347477232 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12221/statm: 695424 341038 2277 9 0 686117 0
[pid=12221/tid=12223] ppid=12219 vsize=2781696 CPUtime=597.64 cores=1,3,5,7
/proc/12221/task/12223/stat : 12223 (java) S 12219 12221 10873 0 -1 4202560 2990 0 1 0 59746 18 0 0 20 0 20 0 347477233 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529790411960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12224] ppid=12219 vsize=2781696 CPUtime=0.34 cores=1,3,5,7
/proc/12221/task/12224/stat : 12224 (java) S 12219 12221 10873 0 -1 4202560 185 0 0 0 21 13 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529657059752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12225] ppid=12219 vsize=2781696 CPUtime=0.58 cores=1,3,5,7
/proc/12221/task/12225/stat : 12225 (java) S 12219 12221 10873 0 -1 4202560 285 0 0 0 35 23 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529656007208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12226] ppid=12219 vsize=2781696 CPUtime=0.34 cores=1,3,5,7
/proc/12221/task/12226/stat : 12226 (java) S 12219 12221 10873 0 -1 4202560 169 0 0 0 22 12 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529654954152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12227] ppid=12219 vsize=2781696 CPUtime=0.38 cores=1,3,5,7
/proc/12221/task/12227/stat : 12227 (java) S 12219 12221 10873 0 -1 4202560 207 0 0 0 26 12 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529653901608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12228] ppid=12219 vsize=2781696 CPUtime=0.49 cores=1,3,5,7
/proc/12221/task/12228/stat : 12228 (java) S 12219 12221 10873 0 -1 4202560 223 0 0 0 32 17 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529450871720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12229] ppid=12219 vsize=2781696 CPUtime=0.43 cores=1,3,5,7
/proc/12221/task/12229/stat : 12229 (java) S 12219 12221 10873 0 -1 4202560 233 0 0 0 30 13 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529449819176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12230] ppid=12219 vsize=2781696 CPUtime=0.33 cores=1,3,5,7
/proc/12221/task/12230/stat : 12230 (java) S 12219 12221 10873 0 -1 4202560 165 0 0 0 21 12 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529448766120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12231] ppid=12219 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/12221/task/12231/stat : 12231 (java) S 12219 12221 10873 0 -1 4202560 308 0 0 0 35 21 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529447713576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12232] ppid=12219 vsize=2781696 CPUtime=26.29 cores=1,3,5,7
/proc/12221/task/12232/stat : 12232 (java) R 12219 12221 10873 0 -1 4202560 141 0 0 0 2626 3 0 0 20 0 20 0 347477236 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529435515400 140529792980800 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12233] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12233/stat : 12233 (java) S 12219 12221 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347477237 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529434461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12234] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12234/stat : 12234 (java) S 12219 12221 10873 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347477237 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529433408392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12235] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12235/stat : 12235 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529432357136 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12236] ppid=12219 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/12221/task/12236/stat : 12236 (java) S 12219 12221 10873 0 -1 4202560 3992 0 0 0 60 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529431305016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12237] ppid=12219 vsize=2781696 CPUtime=0.72 cores=1,3,5,7
/proc/12221/task/12237/stat : 12237 (java) S 12219 12221 10873 0 -1 4202560 5228 0 0 0 72 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529430252472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12238] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12238/stat : 12238 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529429199608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12239] ppid=12219 vsize=2781696 CPUtime=0.18 cores=1,3,5,7
/proc/12221/task/12239/stat : 12239 (java) S 12219 12221 10873 0 -1 4202560 37 0 0 0 10 8 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529428147272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12240] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12240/stat : 12240 (java) S 12219 12221 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347477609 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529427092520 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12273] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12273/stat : 12273 (java) R 12219 12221 10873 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 20 0 347539276 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529426038040 140529662731360 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0
Current children cumulated CPU time (s) 630.61
Current children cumulated vsize (KiB) 2781696

[startup+627.101 s]
/proc/loadavg: 1.12 1.47 1.77 2/190 12273
/proc/meminfo: memFree=26735216/32873844 swapFree=7644/7644
[pid=12221] ppid=12219 vsize=2781696 CPUtime=631.01 cores=1,3,5,7
/proc/12221/stat : 12221 (java) S 12219 12221 10873 0 -1 4202496 15370 0 1 0 62958 143 0 0 20 0 20 0 347477232 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140735008081792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12221/statm: 695424 341038 2277 9 0 686117 0
[pid=12221/tid=12223] ppid=12219 vsize=2781696 CPUtime=597.64 cores=1,3,5,7
/proc/12221/task/12223/stat : 12223 (java) S 12219 12221 10873 0 -1 4202560 2990 0 1 0 59746 18 0 0 20 0 20 0 347477233 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529790411960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12224] ppid=12219 vsize=2781696 CPUtime=0.34 cores=1,3,5,7
/proc/12221/task/12224/stat : 12224 (java) S 12219 12221 10873 0 -1 4202560 185 0 0 0 21 13 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529657059752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12225] ppid=12219 vsize=2781696 CPUtime=0.58 cores=1,3,5,7
/proc/12221/task/12225/stat : 12225 (java) S 12219 12221 10873 0 -1 4202560 285 0 0 0 35 23 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529656007208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12226] ppid=12219 vsize=2781696 CPUtime=0.34 cores=1,3,5,7
/proc/12221/task/12226/stat : 12226 (java) S 12219 12221 10873 0 -1 4202560 169 0 0 0 22 12 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529654954152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12227] ppid=12219 vsize=2781696 CPUtime=0.38 cores=1,3,5,7
/proc/12221/task/12227/stat : 12227 (java) S 12219 12221 10873 0 -1 4202560 207 0 0 0 26 12 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529653901608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12228] ppid=12219 vsize=2781696 CPUtime=0.49 cores=1,3,5,7
/proc/12221/task/12228/stat : 12228 (java) S 12219 12221 10873 0 -1 4202560 223 0 0 0 32 17 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529450871720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12229] ppid=12219 vsize=2781696 CPUtime=0.43 cores=1,3,5,7
/proc/12221/task/12229/stat : 12229 (java) S 12219 12221 10873 0 -1 4202560 233 0 0 0 30 13 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529449819176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12230] ppid=12219 vsize=2781696 CPUtime=0.33 cores=1,3,5,7
/proc/12221/task/12230/stat : 12230 (java) S 12219 12221 10873 0 -1 4202560 165 0 0 0 21 12 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529448766120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12231] ppid=12219 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/12221/task/12231/stat : 12231 (java) S 12219 12221 10873 0 -1 4202560 308 0 0 0 35 21 0 0 20 0 20 0 347477235 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529447713576 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12232] ppid=12219 vsize=2781696 CPUtime=26.69 cores=1,3,5,7
/proc/12221/task/12232/stat : 12232 (java) R 12219 12221 10873 0 -1 4202560 141 0 0 0 2666 3 0 0 20 0 20 0 347477236 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529435515240 140529796919328 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12233] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12233/stat : 12233 (java) S 12219 12221 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347477237 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529434461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12234] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12234/stat : 12234 (java) S 12219 12221 10873 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347477237 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529433408392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12235] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12235/stat : 12235 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529432357136 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12236] ppid=12219 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/12221/task/12236/stat : 12236 (java) S 12219 12221 10873 0 -1 4202560 3992 0 0 0 60 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529431305016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12221/tid=12237] ppid=12219 vsize=2781696 CPUtime=0.72 cores=1,3,5,7
/proc/12221/task/12237/stat : 12237 (java) S 12219 12221 10873 0 -1 4202560 5228 0 0 0 72 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529430252472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12238] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12238/stat : 12238 (java) S 12219 12221 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529429199608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12221/tid=12239] ppid=12219 vsize=2781696 CPUtime=0.18 cores=1,3,5,7
/proc/12221/task/12239/stat : 12239 (java) S 12219 12221 10873 0 -1 4202560 37 0 0 0 10 8 0 0 20 0 20 0 347477239 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529428147272 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12221/tid=12240] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12240/stat : 12240 (java) S 12219 12221 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347477609 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529427092520 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12221/tid=12273] ppid=12219 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/12221/task/12273/stat : 12273 (java) S 12219 12221 10873 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 20 0 347539276 2848456704 341038 33554432000 1073741824 1073778376 140735008090656 140529426038856 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 5 0 0
Current children cumulated CPU time (s) 631.01
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12221 and gives
#  childrusage.ru_utime.tv_sec=627
#  childrusage.ru_utime.tv_usec=975533
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=661747
# CPU time returned by wait4() is 629.637
# while last known CPU time is 631.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 627.2
CPU time (s): 631.01
CPU user time (s): 629.58
CPU system time (s): 1.43
CPU usage (%): 100.607
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 627.976
system time used= 1.66175
maximum resident set size= 1364172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15380
page faults= 1
swaps= 0
block input operations= 8
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13834
involuntary context switches= 9177

runsolver used 2.5976 second user time and 6.609 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-04 14:38:48
IDJOB=3744825
IDBENCH=92865
IDSOLVER=2322
FILE ID=node147/3744825-1338813528
RUNJOBID= node147-1338797580-10890
PBS_JOBID= 14636862
Free space on /tmp= 70760 MiB

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

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

MD5SUM BENCH= 6542e3f188ae9e459d3fe5f14c3a51d5
RANDOM SEED=136196367

node147.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.951
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	: 5333.90
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.951
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.951
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.87
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.951
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.951
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.951
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.951
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.951
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:        26720924 kB
Buffers:         1171872 kB
Cached:          2728876 kB
SwapCached:         3380 kB
Active:          3621464 kB
Inactive:        1659032 kB
Active(anon):    1371264 kB
Inactive(anon):     5904 kB
Active(file):    2250200 kB
Inactive(file):  1653128 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             27564 kB
Writeback:            16 kB
AnonPages:       1379300 kB
Mapped:            17624 kB
Shmem:                 0 kB
Slab:             729896 kB
SReclaimable:     170472 kB
SUnreclaim:       559424 kB
KernelStack:        1608 kB
PageTables:         6712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1519596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 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= 70760 MiB
End job on node147 at 2012-06-04 14:49:16