Trace number 3731365

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 451.056 447.188

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-mitre.opb
MD5SUM2b9af9044591fd3eb9f5def12c800cff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7677
Best CPU time to get the best result obtained on this benchmark5.9331
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7680
Optimality of the best value was proved NO
Number of variables10724
Total number of constraints1662
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)1139
Number of constraints which are nor clauses,nor cardinality constraints383
Minimum length of a constraint3
Maximum length of a constraint98
Number of terms in the objective function 9324
Biggest coefficient in the objective function 213
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 909647
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1069
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 909647
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.1.1.v20090612
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version	1.6.0_24
0.01/0.07	c os.name	Linux
0.01/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch	amd64
0.01/0.07	c Free memory 1299577560
0.01/0.07	c Max memory 1306394624
0.01/0.07	c Total memory 1306394624
0.01/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@6abf2d5e
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-3731365-1338738026.opb
0.10/0.10	c reading problem ... 
0.84/0.42	c ... done. Wall clock time 0.323s.
0.84/0.42	c #vars     10724
0.84/0.42	c #constraints  2045
0.84/0.42	c constraints type 
0.84/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1139
0.84/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 383
0.84/0.42	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 523
4.49/3.13	c SATISFIABLE
4.49/3.13	c OPTIMIZING...
4.49/3.13	c Got one! Elapsed wall clock time (in seconds):3.031
4.49/3.13	o 9819
7.34/5.90	c Got one! Elapsed wall clock time (in seconds):5.8
7.34/5.90	o 9135
9.07/7.64	c Got one! Elapsed wall clock time (in seconds):7.542
9.07/7.64	o 8541
9.62/8.13	c Got one! Elapsed wall clock time (in seconds):8.03
9.62/8.13	o 7885
9.72/8.28	c Got one! Elapsed wall clock time (in seconds):8.184
9.72/8.28	o 7680
449.31/445.66	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
450.81/447.18	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
450.81/447.18		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
450.81/447.18		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
450.81/447.18		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
450.81/447.18		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
450.81/447.18		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
450.81/447.18		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3731365-1338738026/watcher-3731365-1338738026 -o /tmp/evaluation-result-3731365-1338738026/solver-3731365-1338738026 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731365-1338738026.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.23 1.09 1.38 2/195 31141
/proc/meminfo: memFree=27142892/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31141/stat : 31141 (java) R 31139 31141 31022 0 -1 4202496 919 0 0 0 0 0 0 0 20 0 1 0 339928704 23793664 647 33554432000 1073741824 1073778376 140733968190384 140733968179448 251022850625 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 5809 647 479 9 0 128 0

[startup+0.0269031 s]
/proc/loadavg: 1.23 1.09 1.38 2/195 31141
/proc/meminfo: memFree=27142892/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=2106772 CPUtime=0.01 cores=0,2,4,6
/proc/31141/stat : 31141 (java) S 31139 31141 31022 0 -1 4202496 3476 0 1 0 1 0 0 0 20 0 10 0 339928704 2157334528 4686 33554432000 1073741824 1073778376 140733968190384 140733968181520 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 526693 4686 1562 9 0 517394 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2106772

[startup+0.10029 s]
/proc/loadavg: 1.23 1.09 1.38 2/195 31141
/proc/meminfo: memFree=27142892/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/31141/stat : 31141 (java) S 31139 31141 31022 0 -1 4202496 4680 0 1 0 9 1 0 0 20 0 18 0 339928704 2712133632 6398 33554432000 1073741824 1073778376 140733968190384 140733968181520 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 662142 6398 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300215 s]
/proc/loadavg: 1.23 1.09 1.38 2/195 31141
/proc/meminfo: memFree=27142892/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=2648828 CPUtime=0.55 cores=0,2,4,6
/proc/31141/stat : 31141 (java) S 31139 31141 31022 0 -1 4202496 8160 0 1 0 53 2 0 0 20 0 18 0 339928704 2712399872 14196 33554432000 1073741824 1073778376 140733968190384 140733968181520 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 662207 14196 2218 9 0 652900 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2648828

[startup+0.700238 s]
/proc/loadavg: 1.23 1.09 1.38 2/195 31141
/proc/meminfo: memFree=27142892/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=2715132 CPUtime=1.74 cores=0,2,4,6
/proc/31141/stat : 31141 (java) S 31139 31141 31022 0 -1 4202496 18745 0 1 0 169 5 0 0 20 0 19 0 339928704 2780295168 48613 33554432000 1073741824 1073778376 140733968190384 140733968181520 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 678783 48613 2252 9 0 669476 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 2715132

[startup+1.50069 s]
/proc/loadavg: 1.23 1.09 1.38 3/214 31160
/proc/meminfo: memFree=26931688/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=2715132 CPUtime=2.82 cores=0,2,4,6
/proc/31141/stat : 31141 (java) S 31139 31141 31022 0 -1 4202496 18823 0 1 0 276 6 0 0 20 0 19 0 339928704 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140733968181520 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 678783 67050 2257 9 0 669476 0
[pid=31141/tid=31143] ppid=31139 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/31141/task/31143/stat : 31143 (java) R 31139 31141 31022 0 -1 4202560 2864 0 1 0 143 4 0 0 20 0 19 0 339928705 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140175141228568 140174999425816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31144] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31144/stat : 31144 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140175125678504 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31145] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31145/stat : 31145 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140175124625960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31146] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31146/stat : 31146 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140175123572904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31147] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31147/stat : 31147 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140175122520360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31148] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140175121468328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140175120415784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140175119362728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (java) S 31139 31141 31022 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140175118310184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31152] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31152/stat : 31152 (java) S 31139 31141 31022 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140174987270504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31153] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31153/stat : 31153 (java) S 31139 31141 31022 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140174986216824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31154] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31154/stat : 31154 (java) S 31139 31141 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140175117255560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31155] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31155/stat : 31155 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140174985165072 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31156] ppid=31139 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/31141/task/31156/stat : 31156 (java) S 31139 31141 31022 0 -1 4202560 8174 0 0 0 64 1 0 0 20 0 19 0 339928710 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140174984112952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31157] ppid=31139 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/31141/task/31157/stat : 31157 (java) S 31139 31141 31022 0 -1 4202560 6590 0 0 0 64 1 0 0 20 0 19 0 339928710 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140174983060408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31158] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31158/stat : 31158 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140174109436664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31159] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31159/stat : 31159 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140174108384328 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31160] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31160/stat : 31160 (java) S 31139 31141 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339928772 2780295168 67050 33554432000 1073741824 1073778376 140733968190384 140174107329576 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 2715132

[startup+3.10069 s]
/proc/loadavg: 1.23 1.09 1.38 3/214 31160
/proc/meminfo: memFree=26814208/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=2715132 CPUtime=4.49 cores=0,2,4,6
/proc/31141/stat : 31141 (java) S 31139 31141 31022 0 -1 4202496 18923 0 1 0 440 9 0 0 20 0 19 0 339928704 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140733968181520 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 678783 99839 2270 9 0 669476 0
[pid=31141/tid=31143] ppid=31139 vsize=2715132 CPUtime=3.06 cores=0,2,4,6
/proc/31141/task/31143/stat : 31143 (java) R 31139 31141 31022 0 -1 4202560 2927 0 1 0 300 6 0 0 20 0 19 0 339928705 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140175141229112 140174999630736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31144] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31144/stat : 31144 (java) S 31139 31141 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140175125678504 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31145] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31145/stat : 31145 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140175124625960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31146] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31146/stat : 31146 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140175123572904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31147] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31147/stat : 31147 (java) S 31139 31141 31022 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140175122520360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31148] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (java) S 31139 31141 31022 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140175121468328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (java) S 31139 31141 31022 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140175120415784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140175119362728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (java) S 31139 31141 31022 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140175118310184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31152] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31152/stat : 31152 (java) S 31139 31141 31022 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140174987270504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31153] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31153/stat : 31153 (java) S 31139 31141 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140174986216824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31154] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31154/stat : 31154 (java) S 31139 31141 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140175117255560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31155] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31155/stat : 31155 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140174985165072 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31156] ppid=31139 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/31141/task/31156/stat : 31156 (java) S 31139 31141 31022 0 -1 4202560 8174 0 0 0 66 1 0 0 20 0 19 0 339928710 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140174984112952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31157] ppid=31139 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/31141/task/31157/stat : 31157 (java) S 31139 31141 31022 0 -1 4202560 6590 0 0 0 67 2 0 0 20 0 19 0 339928710 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140174983060408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31158] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31158/stat : 31158 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140174109436664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31159] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31159/stat : 31159 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140174108384328 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31160] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31160/stat : 31160 (java) S 31139 31141 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339928772 2780295168 99839 33554432000 1073741824 1073778376 140733968190384 140174107329576 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 2715132

[startup+6.3007 s]
/proc/loadavg: 1.29 1.11 1.39 3/214 31160
/proc/meminfo: memFree=26743464/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=2715132 CPUtime=7.75 cores=0,2,4,6
/proc/31141/stat : 31141 (java) S 31139 31141 31022 0 -1 4202496 18925 0 1 0 766 9 0 0 20 0 19 0 339928704 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140733968181520 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 678783 98926 2270 9 0 669476 0
[pid=31141/tid=31143] ppid=31139 vsize=2715132 CPUtime=6.26 cores=0,2,4,6
/proc/31141/task/31143/stat : 31143 (java) R 31139 31141 31022 0 -1 4202560 2929 0 1 0 620 6 0 0 20 0 19 0 339928705 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140175141227072 140174999479775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31144] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31144/stat : 31144 (java) S 31139 31141 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140175125678504 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31145] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31145/stat : 31145 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140175124625960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31146] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31146/stat : 31146 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140175123572904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31147] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31147/stat : 31147 (java) S 31139 31141 31022 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140175122520360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31148] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (java) S 31139 31141 31022 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140175121468328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (java) S 31139 31141 31022 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140175120415784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140175119362728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (java) S 31139 31141 31022 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339928706 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140175118310184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31152] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31152/stat : 31152 (java) S 31139 31141 31022 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140174987270504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31153] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31153/stat : 31153 (java) S 31139 31141 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140174986216824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31154] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31154/stat : 31154 (java) S 31139 31141 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140175117255560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31155] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31155/stat : 31155 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140174985165072 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31156] ppid=31139 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/31141/task/31156/stat : 31156 (java) S 31139 31141 31022 0 -1 4202560 8174 0 0 0 66 1 0 0 20 0 19 0 339928710 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140174984112952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31157] ppid=31139 vsize=2715132 CPUtime=0.73 cores=0,2,4,6
/proc/31141/task/31157/stat : 31157 (java) S 31139 31141 31022 0 -1 4202560 6590 0 0 0 71 2 0 0 20 0 19 0 339928710 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140174983060408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31158] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31158/stat : 31158 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140174109436664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31159] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31159/stat : 31159 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140174108384328 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31160] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31160/stat : 31160 (java) S 31139 31141 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339928772 2780295168 98926 33554432000 1073741824 1073778376 140733968190384 140174107329576 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

/proc/31141/task/31144/stat : 31144 (java) S 31139 31141 31022 0 -1 4202560 248 0 0 0 23 14 0 0 20 0 19 0 339928706 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140175125678504 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31145] ppid=31139 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/31141/task/31145/stat : 31145 (java) S 31139 31141 31022 0 -1 4202560 182 0 0 0 22 11 0 0 20 0 19 0 339928706 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140175124625960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31146] ppid=31139 vsize=2715132 CPUtime=0.34 cores=0,2,4,6
/proc/31141/task/31146/stat : 31146 (java) S 31139 31141 31022 0 -1 4202560 195 0 0 0 22 12 0 0 20 0 19 0 339928706 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140175123572904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31147] ppid=31139 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/31141/task/31147/stat : 31147 (java) S 31139 31141 31022 0 -1 4202560 162 0 0 0 20 9 0 0 20 0 19 0 339928706 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140175122520360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31148] ppid=31139 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (java) S 31139 31141 31022 0 -1 4202560 169 0 0 0 24 9 0 0 20 0 19 0 339928706 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140175121468328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (java) S 31139 31141 31022 0 -1 4202560 254 0 0 0 32 16 0 0 20 0 19 0 339928706 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140175120415784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (java) S 31139 31141 31022 0 -1 4202560 215 0 0 0 28 13 0 0 20 0 19 0 339928706 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140175119362728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (java) S 31139 31141 31022 0 -1 4202560 237 0 0 0 29 13 0 0 20 0 19 0 339928706 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140175118310184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31152] ppid=31139 vsize=2715132 CPUtime=4 cores=0,2,4,6
/proc/31141/task/31152/stat : 31152 (java) R 31139 31141 31022 0 -1 4202560 108 0 0 0 397 3 0 0 20 0 19 0 339928707 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140174987270664 140175145390396 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31153] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31153/stat : 31153 (java) S 31139 31141 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140174986216824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31154] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31154/stat : 31154 (java) S 31139 31141 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140175117255560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31155] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31155/stat : 31155 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140174985165072 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31156] ppid=31139 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/31141/task/31156/stat : 31156 (java) S 31139 31141 31022 0 -1 4202560 8174 0 0 0 66 1 0 0 20 0 19 0 339928710 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140174984112952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31157] ppid=31139 vsize=2715132 CPUtime=0.78 cores=0,2,4,6
/proc/31141/task/31157/stat : 31157 (java) S 31139 31141 31022 0 -1 4202560 6592 0 0 0 76 2 0 0 20 0 19 0 339928710 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140174983060408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31158] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31158/stat : 31158 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140174109436664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31159] ppid=31139 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/31141/task/31159/stat : 31159 (java) S 31139 31141 31022 0 -1 4202560 25 0 0 0 4 5 0 0 20 0 19 0 339928710 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140174108384328 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31160] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31160/stat : 31160 (java) S 31139 31141 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339928772 2780295168 345827 33554432000 1073741824 1073778376 140733968190384 140174107329576 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 448.42
Current children cumulated vsize (KiB) 2715132

[startup+446.301 s]
/proc/loadavg: 2.38 1.91 1.65 3/213 31219
/proc/meminfo: memFree=24975780/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=2715132 CPUtime=450.01 cores=0,2,4,6
/proc/31141/stat : 31141 (java) S 31139 31141 31022 0 -1 4202496 20750 0 1 0 44890 111 0 0 20 0 19 0 339928704 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140733968181520 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 678783 345834 2278 9 0 669476 0
[pid=31141/tid=31143] ppid=31139 vsize=2715132 CPUtime=439.81 cores=0,2,4,6
/proc/31141/task/31143/stat : 31143 (java) S 31139 31141 31022 0 -1 4202560 3000 0 1 0 43969 12 0 0 20 0 19 0 339928705 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140175141226584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31144] ppid=31139 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/31141/task/31144/stat : 31144 (java) S 31139 31141 31022 0 -1 4202560 248 0 0 0 23 14 0 0 20 0 19 0 339928706 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140175125678504 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31145] ppid=31139 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/31141/task/31145/stat : 31145 (java) S 31139 31141 31022 0 -1 4202560 182 0 0 0 22 11 0 0 20 0 19 0 339928706 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140175124625960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31146] ppid=31139 vsize=2715132 CPUtime=0.34 cores=0,2,4,6
/proc/31141/task/31146/stat : 31146 (java) S 31139 31141 31022 0 -1 4202560 195 0 0 0 22 12 0 0 20 0 19 0 339928706 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140175123572904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31147] ppid=31139 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/31141/task/31147/stat : 31147 (java) S 31139 31141 31022 0 -1 4202560 162 0 0 0 20 9 0 0 20 0 19 0 339928706 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140175122520360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31148] ppid=31139 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (java) S 31139 31141 31022 0 -1 4202560 169 0 0 0 24 9 0 0 20 0 19 0 339928706 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140175121468328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (java) S 31139 31141 31022 0 -1 4202560 254 0 0 0 32 16 0 0 20 0 19 0 339928706 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140175120415784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (java) S 31139 31141 31022 0 -1 4202560 215 0 0 0 28 13 0 0 20 0 19 0 339928706 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140175119362728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (java) S 31139 31141 31022 0 -1 4202560 237 0 0 0 29 13 0 0 20 0 19 0 339928706 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140175118310184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31152] ppid=31139 vsize=2715132 CPUtime=5.6 cores=0,2,4,6
/proc/31141/task/31152/stat : 31152 (java) R 31139 31141 31022 0 -1 4202560 114 0 0 0 557 3 0 0 20 0 19 0 339928707 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140174987270624 140175147355279 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31153] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31153/stat : 31153 (java) S 31139 31141 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140174986216824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31154] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31154/stat : 31154 (java) S 31139 31141 31022 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140175117252856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31155] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31155/stat : 31155 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140174985165072 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31156] ppid=31139 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/31141/task/31156/stat : 31156 (java) S 31139 31141 31022 0 -1 4202560 8174 0 0 0 66 1 0 0 20 0 19 0 339928710 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140174984112952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31157] ppid=31139 vsize=2715132 CPUtime=0.78 cores=0,2,4,6
/proc/31141/task/31157/stat : 31157 (java) S 31139 31141 31022 0 -1 4202560 6592 0 0 0 76 2 0 0 20 0 19 0 339928710 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140174983060408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31158] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31158/stat : 31158 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140174109436664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31159] ppid=31139 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/31141/task/31159/stat : 31159 (java) S 31139 31141 31022 0 -1 4202560 25 0 0 0 4 5 0 0 20 0 19 0 339928710 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140174108384328 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31160] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31160/stat : 31160 (java) S 31139 31141 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339928772 2780295168 345834 33554432000 1073741824 1073778376 140733968190384 140174107329576 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 450.01
Current children cumulated vsize (KiB) 2715132

[startup+446.701 s]
/proc/loadavg: 2.38 1.91 1.65 3/213 31219
/proc/meminfo: memFree=24975780/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=2715132 CPUtime=450.41 cores=0,2,4,6
/proc/31141/stat : 31141 (java) S 31139 31141 31022 0 -1 4202496 20758 0 1 0 44930 111 0 0 20 0 19 0 339928704 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140733968181520 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 678783 345835 2278 9 0 669476 0
[pid=31141/tid=31143] ppid=31139 vsize=2715132 CPUtime=439.81 cores=0,2,4,6
/proc/31141/task/31143/stat : 31143 (java) S 31139 31141 31022 0 -1 4202560 3000 0 1 0 43969 12 0 0 20 0 19 0 339928705 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140175141229432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31144] ppid=31139 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/31141/task/31144/stat : 31144 (java) S 31139 31141 31022 0 -1 4202560 248 0 0 0 23 14 0 0 20 0 19 0 339928706 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140175125678504 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31145] ppid=31139 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/31141/task/31145/stat : 31145 (java) S 31139 31141 31022 0 -1 4202560 182 0 0 0 22 11 0 0 20 0 19 0 339928706 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140175124625960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31146] ppid=31139 vsize=2715132 CPUtime=0.34 cores=0,2,4,6
/proc/31141/task/31146/stat : 31146 (java) S 31139 31141 31022 0 -1 4202560 195 0 0 0 22 12 0 0 20 0 19 0 339928706 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140175123572904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31147] ppid=31139 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/31141/task/31147/stat : 31147 (java) S 31139 31141 31022 0 -1 4202560 162 0 0 0 20 9 0 0 20 0 19 0 339928706 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140175122520360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31148] ppid=31139 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (java) S 31139 31141 31022 0 -1 4202560 169 0 0 0 24 9 0 0 20 0 19 0 339928706 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140175121468328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (java) S 31139 31141 31022 0 -1 4202560 254 0 0 0 32 16 0 0 20 0 19 0 339928706 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140175120415784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (java) S 31139 31141 31022 0 -1 4202560 215 0 0 0 28 13 0 0 20 0 19 0 339928706 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140175119362728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (java) S 31139 31141 31022 0 -1 4202560 237 0 0 0 29 13 0 0 20 0 19 0 339928706 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140175118310184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31152] ppid=31139 vsize=2715132 CPUtime=6 cores=0,2,4,6
/proc/31141/task/31152/stat : 31152 (java) R 31139 31141 31022 0 -1 4202560 117 0 0 0 597 3 0 0 20 0 19 0 339928707 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140174987270504 140175147355279 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31153] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31153/stat : 31153 (java) S 31139 31141 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140174986216824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31154] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31154/stat : 31154 (java) S 31139 31141 31022 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 339928707 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140175117255560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31155] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31155/stat : 31155 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140174985165072 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31156] ppid=31139 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/31141/task/31156/stat : 31156 (java) S 31139 31141 31022 0 -1 4202560 8174 0 0 0 66 1 0 0 20 0 19 0 339928710 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140174984112952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31157] ppid=31139 vsize=2715132 CPUtime=0.78 cores=0,2,4,6
/proc/31141/task/31157/stat : 31157 (java) S 31139 31141 31022 0 -1 4202560 6592 0 0 0 76 2 0 0 20 0 19 0 339928710 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140174983060408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31158] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31158/stat : 31158 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339928710 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140174109436664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31159] ppid=31139 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/31141/task/31159/stat : 31159 (java) S 31139 31141 31022 0 -1 4202560 27 0 0 0 4 5 0 0 20 0 19 0 339928710 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140174108384328 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31160] ppid=31139 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31160/stat : 31160 (java) S 31139 31141 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339928772 2780295168 345835 33554432000 1073741824 1073778376 140733968190384 140174107329576 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 450.41
Current children cumulated vsize (KiB) 2715132

[startup+447.101 s]
/proc/loadavg: 2.38 1.91 1.65 3/213 31219
/proc/meminfo: memFree=24975780/32873844 swapFree=7372/7372
[pid=31141] ppid=31139 vsize=2781696 CPUtime=450.81 cores=0,2,4,6
/proc/31141/stat : 31141 (java) S 31139 31141 31022 0 -1 4202496 20770 0 1 0 44970 111 0 0 20 0 20 0 339928704 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140733968181520 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31141/statm: 695424 345844 2278 9 0 686117 0
[pid=31141/tid=31143] ppid=31139 vsize=2781696 CPUtime=439.81 cores=0,2,4,6
/proc/31141/task/31143/stat : 31143 (java) S 31139 31141 31022 0 -1 4202560 3004 0 1 0 43969 12 0 0 20 0 20 0 339928705 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140175141229752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31144] ppid=31139 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/31141/task/31144/stat : 31144 (java) S 31139 31141 31022 0 -1 4202560 248 0 0 0 23 14 0 0 20 0 20 0 339928706 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140175125678504 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31145] ppid=31139 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/31141/task/31145/stat : 31145 (java) S 31139 31141 31022 0 -1 4202560 182 0 0 0 22 11 0 0 20 0 20 0 339928706 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140175124625960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31146] ppid=31139 vsize=2781696 CPUtime=0.34 cores=0,2,4,6
/proc/31141/task/31146/stat : 31146 (java) S 31139 31141 31022 0 -1 4202560 195 0 0 0 22 12 0 0 20 0 20 0 339928706 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140175123572904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31147] ppid=31139 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/31141/task/31147/stat : 31147 (java) S 31139 31141 31022 0 -1 4202560 162 0 0 0 20 9 0 0 20 0 20 0 339928706 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140175122520360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31148] ppid=31139 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (java) S 31139 31141 31022 0 -1 4202560 169 0 0 0 24 9 0 0 20 0 20 0 339928706 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140175121468328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=2781696 CPUtime=0.48 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (java) S 31139 31141 31022 0 -1 4202560 254 0 0 0 32 16 0 0 20 0 20 0 339928706 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140175120415784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (java) S 31139 31141 31022 0 -1 4202560 215 0 0 0 28 13 0 0 20 0 20 0 339928706 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140175119362728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (java) S 31139 31141 31022 0 -1 4202560 237 0 0 0 29 13 0 0 20 0 20 0 339928706 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140175118310184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31141/tid=31152] ppid=31139 vsize=2781696 CPUtime=6.39 cores=0,2,4,6
/proc/31141/task/31152/stat : 31152 (java) R 31139 31141 31022 0 -1 4202560 117 0 0 0 636 3 0 0 20 0 20 0 339928707 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140174987270504 251031732516 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31153] ppid=31139 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31153/stat : 31153 (java) S 31139 31141 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339928707 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140174986216824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31154] ppid=31139 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31154/stat : 31154 (java) S 31139 31141 31022 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 339928707 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140175117255560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31155] ppid=31139 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31155/stat : 31155 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339928710 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140174985165072 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31156] ppid=31139 vsize=2781696 CPUtime=0.67 cores=0,2,4,6
/proc/31141/task/31156/stat : 31156 (java) S 31139 31141 31022 0 -1 4202560 8174 0 0 0 66 1 0 0 20 0 20 0 339928710 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140174984112952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31141/tid=31157] ppid=31139 vsize=2781696 CPUtime=0.78 cores=0,2,4,6
/proc/31141/task/31157/stat : 31157 (java) S 31139 31141 31022 0 -1 4202560 6592 0 0 0 76 2 0 0 20 0 20 0 339928710 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140174983060408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31158] ppid=31139 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31158/stat : 31158 (java) S 31139 31141 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339928710 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140174109436664 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31141/tid=31159] ppid=31139 vsize=2781696 CPUtime=0.09 cores=0,2,4,6
/proc/31141/task/31159/stat : 31159 (java) S 31139 31141 31022 0 -1 4202560 27 0 0 0 4 5 0 0 20 0 20 0 339928710 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140174108384328 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31141/tid=31160] ppid=31139 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31141/task/31160/stat : 31160 (java) S 31139 31141 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339928772 2848456704 345844 33554432000 1073741824 1073778376 140733968190384 140174107329576 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 450.81
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 447.188
CPU time (s): 451.056
CPU user time (s): 449.713
CPU system time (s): 1.3438
CPU usage (%): 100.865
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 449.713
system time used= 1.3438
maximum resident set size= 1383396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20780
page faults= 1
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10443
involuntary context switches= 5219

runsolver used 1.69274 second user time and 3.40548 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 17:40:26
IDJOB=3731365
IDBENCH=1882
IDSOLVER=2322
FILE ID=node118/3731365-1338738026
RUNJOBID= node118-1338738010-31038
PBS_JOBID= 14636769
Free space on /tmp= 70968 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-mitre.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731365-1338738026/watcher-3731365-1338738026 -o /tmp/evaluation-result-3731365-1338738026/solver-3731365-1338738026 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731365-1338738026.opb

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

MD5SUM BENCH= 2b9af9044591fd3eb9f5def12c800cff
RANDOM SEED=1842634822

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27142628 kB
Buffers:          496584 kB
Cached:          3877616 kB
SwapCached:            0 kB
Active:          1844284 kB
Inactive:        3020588 kB
Active(anon):     480536 kB
Inactive(anon):    11328 kB
Active(file):    1363748 kB
Inactive(file):  3009260 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2964 kB
Writeback:             0 kB
AnonPages:        496356 kB
Mapped:            19876 kB
Shmem:               200 kB
Slab:             725532 kB
SReclaimable:     166388 kB
SUnreclaim:       559144 kB
KernelStack:        1608 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1516912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 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= 70968 MiB
End job on node118 at 2012-06-03 17:47:53