Trace number 3738453

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? 129.615 120.945

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUMd1969ed58806ec8ac69295cde35dfac4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark201611
Best CPU time to get the best result obtained on this benchmark1801.59
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.1.1.v20090612
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1299577560
0.01/0.08	c Max memory 1306394624
0.01/0.08	c Total memory 1306394624
0.01/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3738453-1338765857.opb
0.09/0.11	c reading problem ... 
116.79/108.20	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
116.79/108.20		at java.util.Arrays.copyOfRange(Arrays.java:3209)
116.79/108.20		at java.lang.String.<init>(String.java:215)
116.79/108.20		at java.lang.AbstractStringBuilder.substring(AbstractStringBuilder.java:882)
116.79/108.20		at java.lang.StringBuffer.substring(StringBuffer.java:416)
116.79/108.20		at java.lang.StringBuffer.substring(StringBuffer.java:400)
116.79/108.20		at org.sat4j.pb.reader.OPBReader2007.checkId(Unknown Source)
116.79/108.20		at org.sat4j.pb.reader.OPBReader2005.readIdentifier(Unknown Source)
116.79/108.20		at org.sat4j.pb.reader.OPBReader2007.readTerm(Unknown Source)
116.79/108.20		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
116.79/108.20		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
116.79/108.20		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
116.79/108.20		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
116.79/108.20		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
116.79/108.20		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
116.79/108.20		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
116.79/108.20		at org.sat4j.AbstractLauncher.run(Unknown Source)
116.79/108.20		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
121.18/112.66	c starts		: 0
121.18/112.66	c conflicts		: 0
121.18/112.66	c decisions		: 0
129.50/120.93	c propagations		: 0
129.50/120.93	c inspects		: 0
129.50/120.93	c learnt literals	: 0
129.50/120.93	c learnt binary clauses	: 0
129.50/120.93	c learnt ternary clauses	: 0
129.50/120.93	c learnt clauses	: 0
129.50/120.93	c ignored clauses	: 0
129.50/120.93	c root simplifications	: 0
129.50/120.93	c removed literals (reason simplification)	: 0
129.50/120.93	c reason swapping (by a shorter reason)	: 0
129.50/120.93	c Calls to reduceDB	: 0
129.50/120.93	c speed (assignments/second)	: 0.0
129.50/120.93	c non guided choices	0
129.50/120.93	c learnt constraints type 
129.50/120.93	c constraints type 
129.50/120.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
129.50/120.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1808
129.50/120.93	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
129.50/120.93	s UNKNOWN
129.50/120.93	c Total wall clock time (in seconds): 120.827

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-3738453-1338765857/watcher-3738453-1338765857 -o /tmp/evaluation-result-3738453-1338765857/solver-3738453-1338765857 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3738453-1338765857.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 1962
/proc/meminfo: memFree=26663540/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1962/stat : 1962 (java6) D 1960 1962 31022 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342712125 9515008 182 33554432000 1073741824 1073778376 140736775662336 140736775653368 251032059573 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/1962/statm: 2323 182 140 9 0 71 0

[startup+0.0396799 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 1962
/proc/meminfo: memFree=26663540/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2182588 CPUtime=0.01 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 3588 0 1 0 1 0 0 0 20 0 11 0 342712125 2234970112 4799 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 545647 4800 1652 9 0 536348 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2182588

[startup+0.100317 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 1962
/proc/meminfo: memFree=26663540/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 4687 0 1 0 8 1 0 0 20 0 18 0 342712125 2712133632 6406 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 662142 6406 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300269 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 1962
/proc/meminfo: memFree=26663540/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2648568 CPUtime=0.45 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 5739 0 1 0 42 3 0 0 20 0 18 0 342712125 2712133632 26811 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 662142 26811 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2648568

[startup+0.700278 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 1962
/proc/meminfo: memFree=26663540/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2648568 CPUtime=0.84 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 5803 0 1 0 79 5 0 0 20 0 18 0 342712125 2712133632 59579 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 662142 59579 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 2648568

[startup+1.5008 s]
/proc/loadavg: 2.01 2.00 2.00 3/212 1980
/proc/meminfo: memFree=26339128/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2648568 CPUtime=1.88 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 6021 0 1 0 173 15 0 0 20 0 18 0 342712125 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 662142 114937 2231 9 0 652835 0
[pid=1962/tid=1964] ppid=1960 vsize=2648568 CPUtime=1.38 cores=1,3,5,7
/proc/1962/task/1964/stat : 1964 (java) R 1960 1962 31022 0 -1 4202560 2907 0 1 0 130 8 0 0 20 0 18 0 342712126 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368944570464 140368809301382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1965] ppid=1960 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 31022 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 18 0 342712128 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368929028904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1966] ppid=1960 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 31022 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 342712128 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368927976104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1967] ppid=1960 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 31022 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 342712128 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368809028648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1968] ppid=1960 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/1962/task/1968/stat : 1968 (java) S 1960 1962 31022 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 342712128 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368807975848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1969] ppid=1960 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 31022 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 342712128 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368806922536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1970] ppid=1960 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/1962/task/1970/stat : 1970 (java) S 1960 1962 31022 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 342712128 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368805869736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1971] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342712128 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368804817448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1972] ppid=1960 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 31022 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 342712128 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368803764648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1973] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1973/stat : 1973 (java) S 1960 1962 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342712129 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368321436392 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1974] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1974/stat : 1974 (java) S 1960 1962 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342712129 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368320382456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1975] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1975/stat : 1975 (java) S 1960 1962 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342712129 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368319330056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1976] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1976/stat : 1976 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342712132 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368318278544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1977] ppid=1960 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/1962/task/1977/stat : 1977 (java) S 1960 1962 31022 0 -1 4202560 488 0 0 0 6 0 0 0 20 0 18 0 342712132 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368317225144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1978] ppid=1960 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/1962/task/1978/stat : 1978 (java) S 1960 1962 31022 0 -1 4202560 1288 0 0 0 9 0 0 0 20 0 18 0 342712132 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368316172344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1979] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1979/stat : 1979 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342712132 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368315120248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1980] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1980/stat : 1980 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342712132 2712133632 114937 33554432000 1073741824 1073778376 140735839973664 140368314067656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 2648568

[startup+3.1008 s]
/proc/loadavg: 2.01 2.00 2.00 3/212 1980
/proc/meminfo: memFree=26215620/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2648568 CPUtime=3.79 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 6208 0 1 0 354 25 0 0 20 0 18 0 342712125 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 662142 140613 2235 9 0 652835 0
[pid=1962/tid=1964] ppid=1960 vsize=2648568 CPUtime=2.88 cores=1,3,5,7
/proc/1962/task/1964/stat : 1964 (java) R 1960 1962 31022 0 -1 4202560 2908 0 1 0 279 9 0 0 20 0 18 0 342712126 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368944570560 251035444493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1965] ppid=1960 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 31022 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 18 0 342712128 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368929028904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1966] ppid=1960 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 31022 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 342712128 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368927976104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1967] ppid=1960 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 31022 0 -1 4202560 65 0 0 0 9 3 0 0 20 0 18 0 342712128 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368809028648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1968] ppid=1960 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/1962/task/1968/stat : 1968 (java) S 1960 1962 31022 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 18 0 342712128 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368807975848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1969] ppid=1960 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 31022 0 -1 4202560 49 0 0 0 8 2 0 0 20 0 18 0 342712128 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368806922536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1970] ppid=1960 vsize=2648568 CPUtime=0.13 cores=1,3,5,7
/proc/1962/task/1970/stat : 1970 (java) S 1960 1962 31022 0 -1 4202560 63 0 0 0 9 4 0 0 20 0 18 0 342712128 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368805869736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1971] ppid=1960 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 31022 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 18 0 342712128 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368804817448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1972] ppid=1960 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 31022 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 18 0 342712128 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368803764648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1973] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1973/stat : 1973 (java) S 1960 1962 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342712129 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368321436392 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1974] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1974/stat : 1974 (java) S 1960 1962 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342712129 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368320382456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1975] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1975/stat : 1975 (java) S 1960 1962 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342712129 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368319330056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1976] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1976/stat : 1976 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342712132 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368318278544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1977] ppid=1960 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/1962/task/1977/stat : 1977 (java) S 1960 1962 31022 0 -1 4202560 492 0 0 0 6 0 0 0 20 0 18 0 342712132 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368317225144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1978] ppid=1960 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/1962/task/1978/stat : 1978 (java) S 1960 1962 31022 0 -1 4202560 1288 0 0 0 9 0 0 0 20 0 18 0 342712132 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368316172344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1979] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1979/stat : 1979 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342712132 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368315120248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1980] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1980/stat : 1980 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342712132 2712133632 140613 33554432000 1073741824 1073778376 140735839973664 140368314067656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 2648568

[startup+6.30081 s]
/proc/loadavg: 2.01 2.00 2.00 3/212 1980
/proc/meminfo: memFree=25910172/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2648568 CPUtime=9 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 10026 0 1 0 836 64 0 0 20 0 18 0 342712125 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 662142 216236 2245 9 0 652835 0
[pid=1962/tid=1964] ppid=1960 vsize=2648568 CPUtime=5.44 cores=1,3,5,7
/proc/1962/task/1964/stat : 1964 (java) R 1960 1962 31022 0 -1 4202560 2922 0 1 0 535 9 0 0 20 0 18 0 342712126 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368944578104 251035444493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1965] ppid=1960 vsize=2648568 CPUtime=0.29 cores=1,3,5,7
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 31022 0 -1 4202560 420 0 0 0 24 5 0 0 20 0 18 0 342712128 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368929028904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1966] ppid=1960 vsize=2648568 CPUtime=0.36 cores=1,3,5,7
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 31022 0 -1 4202560 184 0 0 0 29 7 0 0 20 0 18 0 342712128 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368927976104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1967] ppid=1960 vsize=2648568 CPUtime=0.43 cores=1,3,5,7
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 31022 0 -1 4202560 205 0 0 0 35 8 0 0 20 0 18 0 342712128 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368809028648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1968] ppid=1960 vsize=2648568 CPUtime=0.37 cores=1,3,5,7
/proc/1962/task/1968/stat : 1968 (java) S 1960 1962 31022 0 -1 4202560 154 0 0 0 31 6 0 0 20 0 18 0 342712128 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368807975848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1969] ppid=1960 vsize=2648568 CPUtime=0.41 cores=1,3,5,7
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 31022 0 -1 4202560 168 0 0 0 34 7 0 0 20 0 18 0 342712128 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368806922536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1970] ppid=1960 vsize=2648568 CPUtime=0.4 cores=1,3,5,7
/proc/1962/task/1970/stat : 1970 (java) S 1960 1962 31022 0 -1 4202560 183 0 0 0 32 8 0 0 20 0 18 0 342712128 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368805869736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1971] ppid=1960 vsize=2648568 CPUtime=0.48 cores=1,3,5,7
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 31022 0 -1 4202560 218 0 0 0 39 9 0 0 20 0 18 0 342712128 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368804817448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1972] ppid=1960 vsize=2648568 CPUtime=0.33 cores=1,3,5,7
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 31022 0 -1 4202560 479 0 0 0 27 6 0 0 20 0 18 0 342712128 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368803764648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1973] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1973/stat : 1973 (java) S 1960 1962 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342712129 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368321436392 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1974] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1974/stat : 1974 (java) S 1960 1962 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342712129 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368320382456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1975] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1975/stat : 1975 (java) S 1960 1962 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342712129 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368319330056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1976] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1976/stat : 1976 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342712132 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368318278544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1977] ppid=1960 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/1962/task/1977/stat : 1977 (java) S 1960 1962 31022 0 -1 4202560 1079 0 0 0 17 0 0 0 20 0 18 0 342712132 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368317225144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1978] ppid=1960 vsize=2648568 CPUtime=0.18 cores=1,3,5,7
/proc/1962/task/1978/stat : 1978 (java) S 1960 1962 31022 0 -1 4202560 2833 0 0 0 18 0 0 0 20 0 18 0 342712132 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368316172344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1979] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1979/stat : 1979 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342712132 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368315120248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1980] ppid=1960 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1980/stat : 1980 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342712132 2712133632 216236 33554432000 1073741824 1073778376 140735839973664 140368314067656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9
Current children cumulated vsize (KiB) 2648568

[startup+12.7008 s]
/proc/loadavg: 2.01 2.00 2.00 3/212 1980
/proc/meminfo: memFree=25375796/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2648568 CPUtime=21.29 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 14049 0 1 0 2007 122 0 0 20 0 18 0 342712125 2712133632 334379 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 662142 334379 2253 9 0 652835 0
[pid=1962/tid=1964] ppid=1960 vsize=2648568 CPUtime=8.13 cores=1,3,5,7

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

/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 31022 0 -1 4202560 1179 0 0 0 114 15 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368929028904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1966] ppid=1960 vsize=2715132 CPUtime=1.23 cores=1,3,5,7
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 31022 0 -1 4202560 581 0 0 0 111 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368927976104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1967] ppid=1960 vsize=2715132 CPUtime=1.32 cores=1,3,5,7
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 31022 0 -1 4202560 1036 0 0 0 118 14 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368809028648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1968] ppid=1960 vsize=2715132 CPUtime=1.18 cores=1,3,5,7
/proc/1962/task/1968/stat : 1968 (java) S 1960 1962 31022 0 -1 4202560 669 0 0 0 106 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368807975848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1969] ppid=1960 vsize=2715132 CPUtime=1.46 cores=1,3,5,7
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 31022 0 -1 4202560 475 0 0 0 132 14 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368806922536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1970] ppid=1960 vsize=2715132 CPUtime=1.6 cores=1,3,5,7
/proc/1962/task/1970/stat : 1970 (java) S 1960 1962 31022 0 -1 4202560 312 0 0 0 144 16 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368805869736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1971] ppid=1960 vsize=2715132 CPUtime=1.61 cores=1,3,5,7
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 31022 0 -1 4202560 559 0 0 0 144 17 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368804817448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1972] ppid=1960 vsize=2715132 CPUtime=1.26 cores=1,3,5,7
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 31022 0 -1 4202560 1174 0 0 0 114 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368803764648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1973] ppid=1960 vsize=2715132 CPUtime=106.11 cores=1,3,5,7
/proc/1962/task/1973/stat : 1973 (java) R 1960 1962 31022 0 -1 4202560 76 0 0 0 10608 3 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368321436552 140368951087176 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1974] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1974/stat : 1974 (java) S 1960 1962 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368320382456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1975] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1975/stat : 1975 (java) S 1960 1962 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368319330056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1976] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1976/stat : 1976 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368318278544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1977] ppid=1960 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/1962/task/1977/stat : 1977 (java) S 1960 1962 31022 0 -1 4202560 1079 0 0 0 17 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368317225144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1978] ppid=1960 vsize=2715132 CPUtime=0.18 cores=1,3,5,7
/proc/1962/task/1978/stat : 1978 (java) S 1960 1962 31022 0 -1 4202560 2833 0 0 0 18 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368316172344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1979] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1979/stat : 1979 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368315120248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1980] ppid=1960 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/1962/task/1980/stat : 1980 (java) S 1960 1962 31022 0 -1 4202560 7 0 0 0 1 3 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368314067656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1982] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1982/stat : 1982 (java) S 1960 1962 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342722946 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368313012568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 126.89
Current children cumulated vsize (KiB) 2715132

[startup+119.907 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1982
/proc/meminfo: memFree=25170732/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2715132 CPUtime=128.5 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 14129 0 1 0 12724 126 0 0 20 0 19 0 342712125 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 678783 343611 2253 9 0 669476 0
[pid=1962/tid=1964] ppid=1960 vsize=2715132 CPUtime=9.28 cores=1,3,5,7
/proc/1962/task/1964/stat : 1964 (java) S 1960 1962 31022 0 -1 4202560 2966 0 1 0 917 11 0 0 20 0 19 0 342712126 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368944579768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1965] ppid=1960 vsize=2715132 CPUtime=1.29 cores=1,3,5,7
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 31022 0 -1 4202560 1179 0 0 0 114 15 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368929028904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1966] ppid=1960 vsize=2715132 CPUtime=1.23 cores=1,3,5,7
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 31022 0 -1 4202560 581 0 0 0 111 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368927976104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1967] ppid=1960 vsize=2715132 CPUtime=1.32 cores=1,3,5,7
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 31022 0 -1 4202560 1036 0 0 0 118 14 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368809028648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1968] ppid=1960 vsize=2715132 CPUtime=1.18 cores=1,3,5,7
/proc/1962/task/1968/stat : 1968 (java) S 1960 1962 31022 0 -1 4202560 669 0 0 0 106 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368807975848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1969] ppid=1960 vsize=2715132 CPUtime=1.46 cores=1,3,5,7
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 31022 0 -1 4202560 475 0 0 0 132 14 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368806922536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1970] ppid=1960 vsize=2715132 CPUtime=1.6 cores=1,3,5,7
/proc/1962/task/1970/stat : 1970 (java) S 1960 1962 31022 0 -1 4202560 312 0 0 0 144 16 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368805869736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1971] ppid=1960 vsize=2715132 CPUtime=1.61 cores=1,3,5,7
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 31022 0 -1 4202560 559 0 0 0 144 17 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368804817448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1972] ppid=1960 vsize=2715132 CPUtime=1.26 cores=1,3,5,7
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 31022 0 -1 4202560 1174 0 0 0 114 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368803764648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1973] ppid=1960 vsize=2715132 CPUtime=107.71 cores=1,3,5,7
/proc/1962/task/1973/stat : 1973 (java) R 1960 1962 31022 0 -1 4202560 76 0 0 0 10768 3 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368321436552 140368951434516 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1974] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1974/stat : 1974 (java) S 1960 1962 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368320382456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1975] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1975/stat : 1975 (java) S 1960 1962 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368319330056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1976] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1976/stat : 1976 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368318278544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1977] ppid=1960 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/1962/task/1977/stat : 1977 (java) S 1960 1962 31022 0 -1 4202560 1079 0 0 0 17 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368317225144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1978] ppid=1960 vsize=2715132 CPUtime=0.18 cores=1,3,5,7
/proc/1962/task/1978/stat : 1978 (java) S 1960 1962 31022 0 -1 4202560 2833 0 0 0 18 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368316172344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1979] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1979/stat : 1979 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368315120248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1980] ppid=1960 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/1962/task/1980/stat : 1980 (java) S 1960 1962 31022 0 -1 4202560 7 0 0 0 1 3 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368314067656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1982] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1982/stat : 1982 (java) S 1960 1962 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342722946 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368313012568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 128.5
Current children cumulated vsize (KiB) 2715132

[startup+120.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1982
/proc/meminfo: memFree=25170732/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2715132 CPUtime=129.29 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 14129 0 1 0 12803 126 0 0 20 0 19 0 342712125 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 678783 343611 2253 9 0 669476 0
[pid=1962/tid=1964] ppid=1960 vsize=2715132 CPUtime=9.28 cores=1,3,5,7
/proc/1962/task/1964/stat : 1964 (java) S 1960 1962 31022 0 -1 4202560 2966 0 1 0 917 11 0 0 20 0 19 0 342712126 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368944579768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1965] ppid=1960 vsize=2715132 CPUtime=1.29 cores=1,3,5,7
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 31022 0 -1 4202560 1179 0 0 0 114 15 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368929028904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1966] ppid=1960 vsize=2715132 CPUtime=1.23 cores=1,3,5,7
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 31022 0 -1 4202560 581 0 0 0 111 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368927976104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1967] ppid=1960 vsize=2715132 CPUtime=1.32 cores=1,3,5,7
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 31022 0 -1 4202560 1036 0 0 0 118 14 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368809028648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1968] ppid=1960 vsize=2715132 CPUtime=1.18 cores=1,3,5,7
/proc/1962/task/1968/stat : 1968 (java) S 1960 1962 31022 0 -1 4202560 669 0 0 0 106 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368807975848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1969] ppid=1960 vsize=2715132 CPUtime=1.46 cores=1,3,5,7
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 31022 0 -1 4202560 475 0 0 0 132 14 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368806922536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1970] ppid=1960 vsize=2715132 CPUtime=1.6 cores=1,3,5,7
/proc/1962/task/1970/stat : 1970 (java) S 1960 1962 31022 0 -1 4202560 312 0 0 0 144 16 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368805869736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1971] ppid=1960 vsize=2715132 CPUtime=1.61 cores=1,3,5,7
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 31022 0 -1 4202560 559 0 0 0 144 17 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368804817448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1972] ppid=1960 vsize=2715132 CPUtime=1.26 cores=1,3,5,7
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 31022 0 -1 4202560 1174 0 0 0 114 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368803764648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1973] ppid=1960 vsize=2715132 CPUtime=108.51 cores=1,3,5,7
/proc/1962/task/1973/stat : 1973 (java) R 1960 1962 31022 0 -1 4202560 76 0 0 0 10848 3 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368321436552 251031726114 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1974] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1974/stat : 1974 (java) S 1960 1962 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368320382456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1975] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1975/stat : 1975 (java) S 1960 1962 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368319330056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1976] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1976/stat : 1976 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368318278544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1977] ppid=1960 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/1962/task/1977/stat : 1977 (java) S 1960 1962 31022 0 -1 4202560 1079 0 0 0 17 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368317225144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1978] ppid=1960 vsize=2715132 CPUtime=0.18 cores=1,3,5,7
/proc/1962/task/1978/stat : 1978 (java) S 1960 1962 31022 0 -1 4202560 2833 0 0 0 18 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368316172344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1979] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1979/stat : 1979 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368315120248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1980] ppid=1960 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/1962/task/1980/stat : 1980 (java) S 1960 1962 31022 0 -1 4202560 7 0 0 0 1 3 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368314067656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1982] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1982/stat : 1982 (java) S 1960 1962 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342722946 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368313012568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 129.29
Current children cumulated vsize (KiB) 2715132

[startup+120.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1982
/proc/meminfo: memFree=25131820/32873844 swapFree=7372/7372
[pid=1962] ppid=1960 vsize=2715132 CPUtime=129.5 cores=1,3,5,7
/proc/1962/stat : 1962 (java) S 1960 1962 31022 0 -1 4202496 14129 0 1 0 12824 126 0 0 20 0 19 0 342712125 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140735839964800 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1962/statm: 678783 343611 2253 9 0 669476 0
[pid=1962/tid=1964] ppid=1960 vsize=2715132 CPUtime=9.28 cores=1,3,5,7
/proc/1962/task/1964/stat : 1964 (java) S 1960 1962 31022 0 -1 4202560 2966 0 1 0 917 11 0 0 20 0 19 0 342712126 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368944579768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1965] ppid=1960 vsize=2715132 CPUtime=1.29 cores=1,3,5,7
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 31022 0 -1 4202560 1179 0 0 0 114 15 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368929028904 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1966] ppid=1960 vsize=2715132 CPUtime=1.23 cores=1,3,5,7
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 31022 0 -1 4202560 581 0 0 0 111 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368927976104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1967] ppid=1960 vsize=2715132 CPUtime=1.32 cores=1,3,5,7
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 31022 0 -1 4202560 1036 0 0 0 118 14 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368809028648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1968] ppid=1960 vsize=2715132 CPUtime=1.18 cores=1,3,5,7
/proc/1962/task/1968/stat : 1968 (java) S 1960 1962 31022 0 -1 4202560 669 0 0 0 106 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368807975848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1969] ppid=1960 vsize=2715132 CPUtime=1.46 cores=1,3,5,7
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 31022 0 -1 4202560 475 0 0 0 132 14 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368806922536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1970] ppid=1960 vsize=2715132 CPUtime=1.6 cores=1,3,5,7
/proc/1962/task/1970/stat : 1970 (java) S 1960 1962 31022 0 -1 4202560 312 0 0 0 144 16 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368805869736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1971] ppid=1960 vsize=2715132 CPUtime=1.61 cores=1,3,5,7
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 31022 0 -1 4202560 559 0 0 0 144 17 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368804817448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1962/tid=1972] ppid=1960 vsize=2715132 CPUtime=1.26 cores=1,3,5,7
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 31022 0 -1 4202560 1174 0 0 0 114 12 0 0 20 0 19 0 342712128 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368803764648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1973] ppid=1960 vsize=2715132 CPUtime=108.71 cores=1,3,5,7
/proc/1962/task/1973/stat : 1973 (java) R 1960 1962 31022 0 -1 4202560 76 0 0 0 10868 3 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368321436552 140368950703505 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1974] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1974/stat : 1974 (java) S 1960 1962 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368320382456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1975] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1975/stat : 1975 (java) S 1960 1962 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342712129 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368319330056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1976] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1976/stat : 1976 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368318278544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1977] ppid=1960 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/1962/task/1977/stat : 1977 (java) S 1960 1962 31022 0 -1 4202560 1079 0 0 0 17 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368317225144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1962/tid=1978] ppid=1960 vsize=2715132 CPUtime=0.18 cores=1,3,5,7
/proc/1962/task/1978/stat : 1978 (java) S 1960 1962 31022 0 -1 4202560 2833 0 0 0 18 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368316172344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1979] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1979/stat : 1979 (java) S 1960 1962 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368315120248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1962/tid=1980] ppid=1960 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/1962/task/1980/stat : 1980 (java) S 1960 1962 31022 0 -1 4202560 7 0 0 0 1 3 0 0 20 0 19 0 342712132 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368314067656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1962/tid=1982] ppid=1960 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1962/task/1982/stat : 1982 (java) S 1960 1962 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342722946 2780295168 343611 33554432000 1073741824 1073778376 140735839973664 140368313012568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 129.5
Current children cumulated vsize (KiB) 2715132

Child status: 1
Real time (s): 120.945
CPU time (s): 129.615
CPU user time (s): 128.194
CPU system time (s): 1.42178
CPU usage (%): 107.168
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.194
system time used= 1.42178
maximum resident set size= 1374532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14158
page faults= 1
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4101
involuntary context switches= 4842

runsolver used 0.513921 second user time and 1.3038 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-04 01:24:20
IDJOB=3738453
IDBENCH=71873
IDSOLVER=2322
FILE ID=node118/3738453-1338765857
RUNJOBID= node118-1338738010-31039
PBS_JOBID= 14636769
Free space on /tmp= 70848 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__256.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738453-1338765857/watcher-3738453-1338765857 -o /tmp/evaluation-result-3738453-1338765857/solver-3738453-1338765857 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3738453-1338765857.opb

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

MD5SUM BENCH= d1969ed58806ec8ac69295cde35dfac4
RANDOM SEED=1153965657

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:        26663920 kB
Buffers:          501424 kB
Cached:          4011396 kB
SwapCached:            0 kB
Active:          2294616 kB
Inactive:        3025364 kB
Active(anon):     797348 kB
Inactive(anon):    11328 kB
Active(file):    1497268 kB
Inactive(file):  3014036 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            125988 kB
Writeback:             0 kB
AnonPages:        831816 kB
Mapped:            19848 kB
Shmem:               200 kB
Slab:             731732 kB
SReclaimable:     170348 kB
SUnreclaim:       561384 kB
KernelStack:        1592 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1521216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    778240 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= 70848 MiB
End job on node118 at 2012-06-04 01:26:21