Trace number 2701698

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (exit code) 159.083 140.421

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-wijsmanguo_wcsp.wbo
MD5SUMda89659dd699cc1727d62b1327048859
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark1800.18
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1764
Total number of constraints1321572
Number of soft constraints1321523
Number of constraints which are clauses1321523
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint36
Top cost 38
Min constraint cost 1
Max constraint cost 38
Sum of constraints costs 50169959
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100531
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization
0.12/0.10	c ManyCore solver with 2 solvers running in parallel
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c Stops conflict analysis at the first Unique Implication Point
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c Expensive reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c Stops conflict analysis at the first Unique Implication Point
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	
0.12/0.10	c solving HOME/instance-2701698-1278541254.wbo
0.12/0.10	c reading problem ... 
120.99/102.36	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
120.99/102.36		at java.math.BigInteger.negate(Unknown Source)
120.99/102.36		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
120.99/102.36		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
120.99/102.36		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
120.99/102.36		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
120.99/102.36		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
120.99/102.36		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
120.99/102.36		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
120.99/102.36		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
120.99/102.36		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
120.99/102.36		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
120.99/102.36		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
120.99/102.36		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
120.99/102.36		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
120.99/102.36		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
120.99/102.36		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
120.99/102.36		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
120.99/102.36		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
120.99/102.36		at org.sat4j.AbstractLauncher.run(Unknown Source)
120.99/102.36		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
129.08/110.45	c starts		: 0
129.08/110.45	c conflicts		: 0
129.08/110.45	c decisions		: 0
129.08/110.45	c propagations		: 0
129.08/110.45	c inspects		: 0
129.08/110.45	c learnt literals	: 0
129.08/110.45	c learnt binary clauses	: 0
129.08/110.45	c learnt ternary clauses	: 0
129.08/110.45	c learnt clauses	: 0
129.08/110.45	c ignored clauses	: 0
129.08/110.45	c root simplifications	: 0
129.08/110.45	c removed literals (reason simplification)	: 0
129.08/110.45	c reason swapping (by a shorter reason)	: 0
129.08/110.45	c Calls to reduceDB	: 0
129.08/110.45	c number of reductions to clauses (during analyze)	: 0
147.88/129.28	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
158.69/140.02		at java.util.Arrays.copyOf(Unknown Source)
158.69/140.02		at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
158.69/140.02		at java.lang.AbstractStringBuilder.append(Unknown Source)
158.69/140.02		at java.lang.StringBuffer.append(Unknown Source)
158.69/140.02		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
158.69/140.02		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
158.69/140.02		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
158.69/140.02		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
158.69/140.02		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
158.69/140.02		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
158.69/140.02		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701698-1278541254/watcher-2701698-1278541254 -o /tmp/evaluation-result-2701698-1278541254/solver-2701698-1278541254 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701698-1278541254.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.32 2.13 2.01 3/195 21214
/proc/meminfo: memFree=28414676/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=13164 CPUtime=0
/proc/21214/stat : 21214 (java) R 21212 21214 19295 0 -1 4194304 846 0 0 0 0 0 0 0 22 0 1 0 22337729 13479936 381 4089446400 134512640 134550932 4292748960 18446744073709551615 2545275 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21214/statm: 3291 385 144 10 0 1121 0

[startup+0.0708451 s]
/proc/loadavg: 2.32 2.13 2.01 3/195 21214
/proc/meminfo: memFree=28414676/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1528984 CPUtime=0.05
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 4448 0 1 0 5 0 0 0 22 0 18 0 22337729 1565679616 3883 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 382246 3888 1215 10 0 379549 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528984

[startup+0.100843 s]
/proc/loadavg: 2.32 2.13 2.01 3/195 21214
/proc/meminfo: memFree=28414676/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1530164 CPUtime=0.12
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 5288 0 1 0 11 1 0 0 22 0 18 0 22337729 1566887936 4723 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 382541 4723 1346 10 0 379844 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530164

[startup+0.300803 s]
/proc/loadavg: 2.32 2.13 2.01 3/195 21214
/proc/meminfo: memFree=28414676/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1533840 CPUtime=0.58
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 8776 0 1 0 57 1 0 0 22 0 18 0 22337729 1570652160 7963 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 383460 7964 1406 10 0 380763 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1533840

[startup+0.700693 s]
/proc/loadavg: 2.32 2.13 2.01 3/195 21214
/proc/meminfo: memFree=28414676/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1539996 CPUtime=1.67
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 45066 0 1 0 162 5 0 0 22 0 18 0 22337729 1576955904 43679 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 384999 43687 1416 10 0 382302 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 1539996

[startup+1.53659 s]
/proc/loadavg: 2.46 2.16 2.02 3/213 21232
/proc/meminfo: memFree=28179128/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1541020 CPUtime=3.86
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 85627 0 1 0 373 13 0 0 22 0 18 0 22337729 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 385255 82099 1420 10 0 382558 0
[pid=21214/tid=21216] ppid=21212 vsize=1541020 CPUtime=1.24
/proc/21214/task/21216/stat : 21216 (java) S 21212 21214 19295 0 -1 4202560 32076 0 1 0 121 3 0 0 16 0 18 0 22337730 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21217] ppid=21212 vsize=1541020 CPUtime=0.25
/proc/21214/task/21217/stat : 21217 (java) R 21212 21214 19295 0 -1 4202560 7142 0 0 0 24 1 0 0 15 0 18 0 22337730 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=1541020 CPUtime=0.16
/proc/21214/task/21218/stat : 21218 (java) R 21212 21214 19295 0 -1 4202560 4513 0 0 0 16 0 0 0 15 0 18 0 22337730 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=1541020 CPUtime=0.22
/proc/21214/task/21219/stat : 21219 (java) R 21212 21214 19295 0 -1 4202560 6223 0 0 0 21 1 0 0 15 0 18 0 22337730 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=1541020 CPUtime=0.1
/proc/21214/task/21220/stat : 21220 (java) R 21212 21214 19295 0 -1 4202560 3520 0 0 0 10 0 0 0 15 0 18 0 22337730 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21214/tid=21221] ppid=21212 vsize=1541020 CPUtime=0.25
/proc/21214/task/21221/stat : 21221 (java) R 21212 21214 19295 0 -1 4202560 7385 0 0 0 25 0 0 0 15 0 18 0 22337730 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21214/tid=21222] ppid=21212 vsize=1541020 CPUtime=0.25
/proc/21214/task/21222/stat : 21222 (java) R 21212 21214 19295 0 -1 4202560 6892 0 0 0 25 0 0 0 15 0 18 0 22337730 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21214/tid=21223] ppid=21212 vsize=1541020 CPUtime=0.23
/proc/21214/task/21223/stat : 21223 (java) R 21212 21214 19295 0 -1 4202560 5607 0 0 0 22 1 0 0 15 0 18 0 22337730 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21214/tid=21224] ppid=21212 vsize=1541020 CPUtime=0.23
/proc/21214/task/21224/stat : 21224 (java) R 21212 21214 19295 0 -1 4202560 7234 0 0 0 22 1 0 0 15 0 18 0 22337730 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21214/tid=21225] ppid=21212 vsize=1541020 CPUtime=0
/proc/21214/task/21225/stat : 21225 (java) S 21212 21214 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22337731 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21226] ppid=21212 vsize=1541020 CPUtime=0
/proc/21214/task/21226/stat : 21226 (java) S 21212 21214 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22337731 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21227] ppid=21212 vsize=1541020 CPUtime=0
/proc/21214/task/21227/stat : 21227 (java) S 21212 21214 19295 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22337731 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21228] ppid=21212 vsize=1541020 CPUtime=0
/proc/21214/task/21228/stat : 21228 (java) S 21212 21214 19295 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22337733 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21229] ppid=21212 vsize=1541020 CPUtime=0.39
/proc/21214/task/21229/stat : 21229 (java) S 21212 21214 19295 0 -1 4202560 1994 0 0 0 39 0 0 0 24 0 18 0 22337733 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21230] ppid=21212 vsize=1541020 CPUtime=0.43
/proc/21214/task/21230/stat : 21230 (java) S 21212 21214 19295 0 -1 4202560 1969 0 0 0 43 0 0 0 18 0 18 0 22337733 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21231] ppid=21212 vsize=1541020 CPUtime=0
/proc/21214/task/21231/stat : 21231 (java) S 21212 21214 19295 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22337733 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21232] ppid=21212 vsize=1541020 CPUtime=0
/proc/21214/task/21232/stat : 21232 (java) S 21212 21214 19295 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22337733 1578004480 82099 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1541020

[startup+3.10131 s]
/proc/loadavg: 2.46 2.16 2.02 12/213 21232
/proc/meminfo: memFree=28026112/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1542044 CPUtime=8.29
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 143471 0 1 0 800 29 0 0 22 0 18 0 22337729 1579053056 135672 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 385767 135677 1420 10 0 383070 0
[pid=21214/tid=21216] ppid=21212 vsize=1543068 CPUtime=2.28
/proc/21214/task/21216/stat : 21216 (java) S 21212 21214 19295 0 -1 4202560 32085 0 1 0 225 3 0 0 15 0 18 0 22337730 1580101632 135684 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21217] ppid=21212 vsize=1543068 CPUtime=0.7
/proc/21214/task/21217/stat : 21217 (java) S 21212 21214 19295 0 -1 4202560 13700 0 0 0 68 2 0 0 16 0 18 0 22337730 1580101632 135694 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=1543068 CPUtime=0.57
/proc/21214/task/21218/stat : 21218 (java) R 21212 21214 19295 0 -1 4202560 12260 0 0 0 55 2 0 0 15 0 18 0 22337730 1580101632 135703 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=1543068 CPUtime=0.72
/proc/21214/task/21219/stat : 21219 (java) R 21212 21214 19295 0 -1 4202560 13935 0 0 0 69 3 0 0 16 0 18 0 22337730 1580101632 135712 4089446400 134512640 134550932 4292748960 18446744073709551615 104198986 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=1543068 CPUtime=0.51
/proc/21214/task/21220/stat : 21220 (java) R 21212 21214 19295 0 -1 4202560 11314 0 0 0 49 2 0 0 15 0 18 0 22337730 1580101632 135721 4089446400 134512640 134550932 4292748960 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21214/tid=21221] ppid=21212 vsize=1543068 CPUtime=0.63
/proc/21214/task/21221/stat : 21221 (java) R 21212 21214 19295 0 -1 4202560 12308 0 0 0 61 2 0 0 15 0 18 0 22337730 1580101632 135731 4089446400 134512640 134550932 4292748960 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21214/tid=21222] ppid=21212 vsize=1543068 CPUtime=0.64
/proc/21214/task/21222/stat : 21222 (java) R 21212 21214 19295 0 -1 4202560 14650 0 0 0 61 3 0 0 15 0 18 0 22337730 1580101632 135740 4089446400 134512640 134550932 4292748960 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21214/tid=21223] ppid=21212 vsize=1543068 CPUtime=0.71
/proc/21214/task/21223/stat : 21223 (java) R 21212 21214 19295 0 -1 4202560 15091 0 0 0 67 4 0 0 16 0 18 0 22337730 1580101632 135750 4089446400 134512640 134550932 4292748960 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21214/tid=21224] ppid=21212 vsize=1543068 CPUtime=0.59
/proc/21214/task/21224/stat : 21224 (java) R 21212 21214 19295 0 -1 4202560 13145 0 0 0 56 3 0 0 16 0 18 0 22337730 1580101632 135760 4089446400 134512640 134550932 4292748960 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21214/tid=21225] ppid=21212 vsize=1543068 CPUtime=0
/proc/21214/task/21225/stat : 21225 (java) S 21212 21214 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22337731 1580101632 135766 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21226] ppid=21212 vsize=1543068 CPUtime=0
/proc/21214/task/21226/stat : 21226 (java) S 21212 21214 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22337731 1580101632 135767 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21227] ppid=21212 vsize=1543068 CPUtime=0
/proc/21214/task/21227/stat : 21227 (java) S 21212 21214 19295 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22337731 1580101632 135768 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21228] ppid=21212 vsize=1543068 CPUtime=0
/proc/21214/task/21228/stat : 21228 (java) S 21212 21214 19295 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22337733 1580101632 135769 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21229] ppid=21212 vsize=1543068 CPUtime=0.39
/proc/21214/task/21229/stat : 21229 (java) S 21212 21214 19295 0 -1 4202560 1994 0 0 0 39 0 0 0 24 0 18 0 22337733 1580101632 135770 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21230] ppid=21212 vsize=1543068 CPUtime=0.43
/proc/21214/task/21230/stat : 21230 (java) S 21212 21214 19295 0 -1 4202560 1969 0 0 0 43 0 0 0 18 0 18 0 22337733 1580101632 135771 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21231] ppid=21212 vsize=1543068 CPUtime=0
/proc/21214/task/21231/stat : 21231 (java) S 21212 21214 19295 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22337733 1580101632 135773 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21232] ppid=21212 vsize=1543068 CPUtime=0
/proc/21214/task/21232/stat : 21232 (java) S 21212 21214 19295 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22337733 1580101632 135774 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 1542044

[startup+6.30068 s]
/proc/loadavg: 2.46 2.16 2.02 10/213 21232
/proc/meminfo: memFree=27561088/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1541700 CPUtime=17.93
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 262646 0 1 0 1731 62 0 0 22 0 18 0 22337729 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 385425 244089 1420 10 0 382728 0
[pid=21214/tid=21216] ppid=21212 vsize=1541700 CPUtime=4.31
/proc/21214/task/21216/stat : 21216 (java) R 21212 21214 19295 0 -1 4202560 32111 0 1 0 427 4 0 0 15 0 18 0 22337730 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4109743924 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21214/tid=21217] ppid=21212 vsize=1541700 CPUtime=1.64
/proc/21214/task/21217/stat : 21217 (java) S 21212 21214 19295 0 -1 4202560 28078 0 0 0 158 6 0 0 16 0 18 0 22337730 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=1541700 CPUtime=1.46
/proc/21214/task/21218/stat : 21218 (java) S 21212 21214 19295 0 -1 4202560 27986 0 0 0 140 6 0 0 16 0 18 0 22337730 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=1541700 CPUtime=1.75
/proc/21214/task/21219/stat : 21219 (java) S 21212 21214 19295 0 -1 4202560 28352 0 0 0 169 6 0 0 16 0 18 0 22337730 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 5 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=1541700 CPUtime=1.44
/proc/21214/task/21220/stat : 21220 (java) S 21212 21214 19295 0 -1 4202560 26703 0 0 0 138 6 0 0 16 0 18 0 22337730 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21221] ppid=21212 vsize=1541700 CPUtime=1.59
/proc/21214/task/21221/stat : 21221 (java) S 21212 21214 19295 0 -1 4202560 25761 0 0 0 153 6 0 0 15 0 18 0 22337730 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21222] ppid=21212 vsize=1541700 CPUtime=1.55
/proc/21214/task/21222/stat : 21222 (java) S 21212 21214 19295 0 -1 4202560 29368 0 0 0 148 7 0 0 16 0 18 0 22337730 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21223] ppid=21212 vsize=1541700 CPUtime=1.67
/proc/21214/task/21223/stat : 21223 (java) S 21212 21214 19295 0 -1 4202560 32083 0 0 0 158 9 0 0 16 0 18 0 22337730 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21224] ppid=21212 vsize=1541700 CPUtime=1.57
/proc/21214/task/21224/stat : 21224 (java) S 21212 21214 19295 0 -1 4202560 27168 0 0 0 151 6 0 0 16 0 18 0 22337730 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21225] ppid=21212 vsize=1541700 CPUtime=0
/proc/21214/task/21225/stat : 21225 (java) S 21212 21214 19295 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22337731 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21226] ppid=21212 vsize=1541700 CPUtime=0
/proc/21214/task/21226/stat : 21226 (java) S 21212 21214 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22337731 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21227] ppid=21212 vsize=1541700 CPUtime=0
/proc/21214/task/21227/stat : 21227 (java) S 21212 21214 19295 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22337731 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21228] ppid=21212 vsize=1541700 CPUtime=0
/proc/21214/task/21228/stat : 21228 (java) S 21212 21214 19295 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22337733 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21229] ppid=21212 vsize=1541700 CPUtime=0.4
/proc/21214/task/21229/stat : 21229 (java) S 21212 21214 19295 0 -1 4202560 1994 0 0 0 40 0 0 0 18 0 18 0 22337733 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21230] ppid=21212 vsize=1541700 CPUtime=0.43
/proc/21214/task/21230/stat : 21230 (java) S 21212 21214 19295 0 -1 4202560 1969 0 0 0 43 0 0 0 18 0 18 0 22337733 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21231] ppid=21212 vsize=1541700 CPUtime=0
/proc/21214/task/21231/stat : 21231 (java) S 21212 21214 19295 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22337733 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21232] ppid=21212 vsize=1541700 CPUtime=0
/proc/21214/task/21232/stat : 21232 (java) S 21212 21214 19295 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22337733 1578700800 244089 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.93
Current children cumulated vsize (KiB) 1541700

[startup+12.7015 s]
/proc/loadavg: 2.39 2.15 2.02 3/213 21232
/proc/meminfo: memFree=26922716/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1640656 CPUtime=30.64
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 428559 0 1 0 2971 93 0 0 22 0 18 0 22337729 1680031744 376504 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 410164 376504 1425 10 0 407467 0
[pid=21214/tid=21216] ppid=21212 vsize=1640656 CPUtime=6.15
/proc/21214/task/21216/stat : 21216 (java) S 21212 21214 19295 0 -1 4202560 32127 0 1 0 610 5 0 0 15 0 18 0 22337730 1680031744 376504 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21217] ppid=21212 vsize=1640656 CPUtime=2.54
/proc/21214/task/21217/stat : 21217 (java) S 21212 21214 19295 0 -1 4202560 41688 0 0 0 244 10 0 0 16 0 18 0 22337730 1680031744 376504 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=1640656 CPUtime=2.39
/proc/21214/task/21218/stat : 21218 (java) S 21212 21214 19295 0 -1 4202560 38629 0 0 0 230 9 0 0 16 0 18 0 22337730 1680031744 376504 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 5 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=1640656 CPUtime=2.81
/proc/21214/task/21219/stat : 21219 (java) S 21212 21214 19295 0 -1 4202560 43424 0 0 0 271 10 0 0 16 0 18 0 22337730 1680031744 376504 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=1640656 CPUtime=2.5
/proc/21214/task/21220/stat : 21220 (java) S 21212 21214 19295 0 -1 4202560 50351 0 0 0 240 10 0 0 16 0 18 0 22337730 1680031744 376504 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0

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

[pid=21214/tid=21222] ppid=21212 vsize=1569300 CPUtime=2.52
/proc/21214/task/21222/stat : 21222 (java) S 21212 21214 19295 0 -1 4202560 42698 0 0 0 242 10 0 0 16 0 19 0 22337730 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21223] ppid=21212 vsize=1569300 CPUtime=2.66
/proc/21214/task/21223/stat : 21223 (java) S 21212 21214 19295 0 -1 4202560 46437 0 0 0 253 13 0 0 16 0 19 0 22337730 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21224] ppid=21212 vsize=1569300 CPUtime=2.61
/proc/21214/task/21224/stat : 21224 (java) S 21212 21214 19295 0 -1 4202560 41086 0 0 0 253 8 0 0 16 0 19 0 22337730 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21225] ppid=21212 vsize=1569300 CPUtime=127.36
/proc/21214/task/21225/stat : 21225 (java) R 21212 21214 19295 0 -1 4202560 905375 0 0 0 12638 98 0 0 25 0 19 0 22337731 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=21214/tid=21226] ppid=21212 vsize=1569300 CPUtime=0
/proc/21214/task/21226/stat : 21226 (java) S 21212 21214 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22337731 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21227] ppid=21212 vsize=1569300 CPUtime=0
/proc/21214/task/21227/stat : 21227 (java) S 21212 21214 19295 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 22337731 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21228] ppid=21212 vsize=1569300 CPUtime=0
/proc/21214/task/21228/stat : 21228 (java) S 21212 21214 19295 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 22337733 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21229] ppid=21212 vsize=1569300 CPUtime=0.4
/proc/21214/task/21229/stat : 21229 (java) S 21212 21214 19295 0 -1 4202560 1994 0 0 0 40 0 0 0 18 0 19 0 22337733 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21230] ppid=21212 vsize=1569300 CPUtime=0.43
/proc/21214/task/21230/stat : 21230 (java) S 21212 21214 19295 0 -1 4202560 1969 0 0 0 43 0 0 0 18 0 19 0 22337733 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21231] ppid=21212 vsize=1569300 CPUtime=0
/proc/21214/task/21231/stat : 21231 (java) S 21212 21214 19295 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 22337733 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21232] ppid=21212 vsize=1569300 CPUtime=0
/proc/21214/task/21232/stat : 21232 (java) S 21212 21214 19295 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 22337733 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
[pid=21214/tid=21235] ppid=21212 vsize=1569300 CPUtime=0
/proc/21214/task/21235/stat : 21235 (java) S 21212 21214 19295 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 22347966 1606963200 359373 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 156.19
Current children cumulated vsize (KiB) 1569300

[startup+139.102 s]
/proc/loadavg: 2.10 2.11 2.01 3/214 21236
/proc/meminfo: memFree=26952452/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1600020 CPUtime=157.79
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 1301476 0 1 0 15590 189 0 0 22 0 19 0 22337729 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 400005 367053 1427 10 0 397308 0
[pid=21214/tid=21216] ppid=21212 vsize=1600020 CPUtime=6.92
/proc/21214/task/21216/stat : 21216 (java) S 21212 21214 19295 0 -1 4202560 32154 0 1 0 687 5 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21217] ppid=21212 vsize=1600020 CPUtime=2.66
/proc/21214/task/21217/stat : 21217 (java) S 21212 21214 19295 0 -1 4202560 41688 0 0 0 256 10 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=1600020 CPUtime=2.48
/proc/21214/task/21218/stat : 21218 (java) S 21212 21214 19295 0 -1 4202560 38629 0 0 0 239 9 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 5 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=1600020 CPUtime=2.94
/proc/21214/task/21219/stat : 21219 (java) S 21212 21214 19295 0 -1 4202560 43424 0 0 0 284 10 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=1600020 CPUtime=2.56
/proc/21214/task/21220/stat : 21220 (java) S 21212 21214 19295 0 -1 4202560 50351 0 0 0 246 10 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21221] ppid=21212 vsize=1600020 CPUtime=2.54
/proc/21214/task/21221/stat : 21221 (java) S 21212 21214 19295 0 -1 4202560 39227 0 0 0 245 9 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21222] ppid=21212 vsize=1600020 CPUtime=2.52
/proc/21214/task/21222/stat : 21222 (java) S 21212 21214 19295 0 -1 4202560 42698 0 0 0 242 10 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21223] ppid=21212 vsize=1600020 CPUtime=2.66
/proc/21214/task/21223/stat : 21223 (java) S 21212 21214 19295 0 -1 4202560 46437 0 0 0 253 13 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21224] ppid=21212 vsize=1600020 CPUtime=2.61
/proc/21214/task/21224/stat : 21224 (java) S 21212 21214 19295 0 -1 4202560 41086 0 0 0 253 8 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21225] ppid=21212 vsize=1600020 CPUtime=128.96
/proc/21214/task/21225/stat : 21225 (java) R 21212 21214 19295 0 -1 4202560 920739 0 0 0 12796 100 0 0 25 0 19 0 22337731 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=21214/tid=21226] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21226/stat : 21226 (java) S 21212 21214 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22337731 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21227] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21227/stat : 21227 (java) S 21212 21214 19295 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 22337731 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21228] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21228/stat : 21228 (java) S 21212 21214 19295 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 22337733 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21229] ppid=21212 vsize=1600020 CPUtime=0.4
/proc/21214/task/21229/stat : 21229 (java) S 21212 21214 19295 0 -1 4202560 1994 0 0 0 40 0 0 0 18 0 19 0 22337733 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21230] ppid=21212 vsize=1600020 CPUtime=0.43
/proc/21214/task/21230/stat : 21230 (java) S 21212 21214 19295 0 -1 4202560 1969 0 0 0 43 0 0 0 18 0 19 0 22337733 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21231] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21231/stat : 21231 (java) S 21212 21214 19295 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 22337733 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21232] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21232/stat : 21232 (java) S 21212 21214 19295 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 22337733 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
[pid=21214/tid=21235] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21235/stat : 21235 (java) S 21212 21214 19295 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 22347966 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 157.79
Current children cumulated vsize (KiB) 1600020

[startup+139.901 s]
/proc/loadavg: 2.10 2.11 2.01 3/214 21236
/proc/meminfo: memFree=26942204/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1600020 CPUtime=158.59
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 1301476 0 1 0 15670 189 0 0 22 0 19 0 22337729 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 400005 367053 1427 10 0 397308 0
[pid=21214/tid=21216] ppid=21212 vsize=1600020 CPUtime=6.92
/proc/21214/task/21216/stat : 21216 (java) S 21212 21214 19295 0 -1 4202560 32154 0 1 0 687 5 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21217] ppid=21212 vsize=1600020 CPUtime=2.66
/proc/21214/task/21217/stat : 21217 (java) S 21212 21214 19295 0 -1 4202560 41688 0 0 0 256 10 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=1600020 CPUtime=2.48
/proc/21214/task/21218/stat : 21218 (java) S 21212 21214 19295 0 -1 4202560 38629 0 0 0 239 9 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 5 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=1600020 CPUtime=2.94
/proc/21214/task/21219/stat : 21219 (java) S 21212 21214 19295 0 -1 4202560 43424 0 0 0 284 10 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=1600020 CPUtime=2.56
/proc/21214/task/21220/stat : 21220 (java) S 21212 21214 19295 0 -1 4202560 50351 0 0 0 246 10 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21221] ppid=21212 vsize=1600020 CPUtime=2.54
/proc/21214/task/21221/stat : 21221 (java) S 21212 21214 19295 0 -1 4202560 39227 0 0 0 245 9 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21222] ppid=21212 vsize=1600020 CPUtime=2.52
/proc/21214/task/21222/stat : 21222 (java) S 21212 21214 19295 0 -1 4202560 42698 0 0 0 242 10 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21223] ppid=21212 vsize=1600020 CPUtime=2.66
/proc/21214/task/21223/stat : 21223 (java) S 21212 21214 19295 0 -1 4202560 46437 0 0 0 253 13 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21224] ppid=21212 vsize=1600020 CPUtime=2.61
/proc/21214/task/21224/stat : 21224 (java) S 21212 21214 19295 0 -1 4202560 41086 0 0 0 253 8 0 0 16 0 19 0 22337730 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21225] ppid=21212 vsize=1600020 CPUtime=129.76
/proc/21214/task/21225/stat : 21225 (java) R 21212 21214 19295 0 -1 4202560 920739 0 0 0 12876 100 0 0 25 0 19 0 22337731 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 105697726 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=21214/tid=21226] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21226/stat : 21226 (java) S 21212 21214 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22337731 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21227] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21227/stat : 21227 (java) S 21212 21214 19295 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 22337731 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21228] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21228/stat : 21228 (java) S 21212 21214 19295 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 22337733 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21229] ppid=21212 vsize=1600020 CPUtime=0.4
/proc/21214/task/21229/stat : 21229 (java) S 21212 21214 19295 0 -1 4202560 1994 0 0 0 40 0 0 0 18 0 19 0 22337733 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21230] ppid=21212 vsize=1600020 CPUtime=0.43
/proc/21214/task/21230/stat : 21230 (java) S 21212 21214 19295 0 -1 4202560 1969 0 0 0 43 0 0 0 18 0 19 0 22337733 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21231] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21231/stat : 21231 (java) S 21212 21214 19295 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 22337733 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21232] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21232/stat : 21232 (java) S 21212 21214 19295 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 22337733 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
[pid=21214/tid=21235] ppid=21212 vsize=1600020 CPUtime=0
/proc/21214/task/21235/stat : 21235 (java) S 21212 21214 19295 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 22347966 1638420480 367053 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 158.59
Current children cumulated vsize (KiB) 1600020

[startup+140.301 s]
/proc/loadavg: 2.10 2.11 2.01 3/214 21236
/proc/meminfo: memFree=26942204/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=1543048 CPUtime=158.98
/proc/21214/stat : 21214 (java) S 21212 21214 19295 0 -1 4202496 1301478 0 1 0 15709 189 0 0 22 0 18 0 22337729 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 385762 352812 1428 10 0 383065 0
[pid=21214/tid=21216] ppid=21212 vsize=1543048 CPUtime=6.92
/proc/21214/task/21216/stat : 21216 (java) S 21212 21214 19295 0 -1 4202560 32155 0 1 0 687 5 0 0 15 0 18 0 22337730 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21217] ppid=21212 vsize=1543048 CPUtime=2.66
/proc/21214/task/21217/stat : 21217 (java) S 21212 21214 19295 0 -1 4202560 41688 0 0 0 256 10 0 0 16 0 18 0 22337730 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=1543048 CPUtime=2.48
/proc/21214/task/21218/stat : 21218 (java) S 21212 21214 19295 0 -1 4202560 38629 0 0 0 239 9 0 0 16 0 18 0 22337730 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 5 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=1543048 CPUtime=2.94
/proc/21214/task/21219/stat : 21219 (java) S 21212 21214 19295 0 -1 4202560 43424 0 0 0 284 10 0 0 16 0 18 0 22337730 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=1543048 CPUtime=2.56
/proc/21214/task/21220/stat : 21220 (java) S 21212 21214 19295 0 -1 4202560 50351 0 0 0 246 10 0 0 16 0 18 0 22337730 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21221] ppid=21212 vsize=1543048 CPUtime=2.54
/proc/21214/task/21221/stat : 21221 (java) S 21212 21214 19295 0 -1 4202560 39227 0 0 0 245 9 0 0 16 0 18 0 22337730 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21222] ppid=21212 vsize=1543048 CPUtime=2.52
/proc/21214/task/21222/stat : 21222 (java) S 21212 21214 19295 0 -1 4202560 42698 0 0 0 242 10 0 0 16 0 18 0 22337730 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21223] ppid=21212 vsize=1543048 CPUtime=2.66
/proc/21214/task/21223/stat : 21223 (java) S 21212 21214 19295 0 -1 4202560 46437 0 0 0 253 13 0 0 16 0 18 0 22337730 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21224] ppid=21212 vsize=1543048 CPUtime=2.61
/proc/21214/task/21224/stat : 21224 (java) S 21212 21214 19295 0 -1 4202560 41086 0 0 0 253 8 0 0 16 0 18 0 22337730 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 4 0 0 0
[pid=21214/tid=21225] ppid=21212 vsize=1543048 CPUtime=130.16
/proc/21214/task/21225/stat : 21225 (java) R 21212 21214 19295 0 -1 4202560 920739 0 0 0 12916 100 0 0 25 0 18 0 22337731 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 106158073 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=21214/tid=21226] ppid=21212 vsize=1543048 CPUtime=0
/proc/21214/task/21226/stat : 21226 (java) S 21212 21214 19295 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 22337731 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21227] ppid=21212 vsize=1543048 CPUtime=0
/proc/21214/task/21227/stat : 21227 (java) S 21212 21214 19295 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 18 0 22337731 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 6 0 0 0
[pid=21214/tid=21228] ppid=21212 vsize=1543048 CPUtime=0
/proc/21214/task/21228/stat : 21228 (java) S 21212 21214 19295 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 22337733 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21229] ppid=21212 vsize=1543048 CPUtime=0.4
/proc/21214/task/21229/stat : 21229 (java) S 21212 21214 19295 0 -1 4202560 1994 0 0 0 40 0 0 0 18 0 18 0 22337733 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 0 0 0 0
[pid=21214/tid=21230] ppid=21212 vsize=1543048 CPUtime=0.43
/proc/21214/task/21230/stat : 21230 (java) S 21212 21214 19295 0 -1 4202560 1969 0 0 0 43 0 0 0 18 0 18 0 22337733 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 3 0 0 0
[pid=21214/tid=21231] ppid=21212 vsize=1543048 CPUtime=0
/proc/21214/task/21231/stat : 21231 (java) S 21212 21214 19295 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 22337733 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 2 0 0 0
[pid=21214/tid=21232] ppid=21212 vsize=1543048 CPUtime=0
/proc/21214/task/21232/stat : 21232 (java) S 21212 21214 19295 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 22337733 1580081152 352812 4089446400 134512640 134550932 4292748960 18446744073709551615 4294960144 0 4 0 16800975 18446604446367524672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 158.98
Current children cumulated vsize (KiB) 1543048

[startup+140.401 s]
/proc/loadavg: 2.10 2.11 2.01 3/214 21236
/proc/meminfo: memFree=26942204/32951124 swapFree=67111528/67111528
[pid=21214] ppid=21212 vsize=0 CPUtime=159.05
/proc/21214/stat : 21214 (java) Z 21212 21214 19295 0 -1 4202524 1301483 0 1 0 15713 192 0 0 18 0 2 0 22337729 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21214/statm: 0 0 0 0 0 0 0
[pid=21214/tid=21227] ppid=21212 vsize=0 CPUtime=0.03
/proc/21214/task/21227/stat : 21227 (java) R 21212 21214 19295 0 -1 4203588 13 0 0 0 0 3 0 0 15 0 2 0 22337731 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 159.05
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 140.421
CPU time (s): 159.083
CPU user time (s): 157.138
CPU system time (s): 1.9447
CPU usage (%): 113.29
Max. virtual memory (cumulated for all children) (KiB): 1640656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.138
system time used= 1.9447
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1301483
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4738
involuntary context switches= 68438

runsolver used 0.216967 second user time and 0.565913 second system time

The end

Launcher Data

Begin job on node141 at 2010-07-08 00:20:55
IDJOB=2701698
IDBENCH=79622
IDSOLVER=1207
FILE ID=node141/2701698-1278541254
PBS_JOBID= 11239195
Free space on /tmp= 73556 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-wijsmanguo_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701698-1278541254/watcher-2701698-1278541254 -o /tmp/evaluation-result-2701698-1278541254/solver-2701698-1278541254 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701698-1278541254.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= da89659dd699cc1727d62b1327048859
RANDOM SEED=82214594

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5265.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.839
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28414956 kB
Buffers:        150460 kB
Cached:        2741272 kB
SwapCached:          0 kB
Active:        2767140 kB
Inactive:      1609708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28414956 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           85204 kB
Writeback:           0 kB
AnonPages:     1485256 kB
Mapped:          20204 kB
Slab:            91872 kB
PageTables:       7488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1661184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73556 MiB
End job on node141 at 2010-07-08 00:23:16