Trace number 3737082

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_1.opb
MD5SUM6a7c5d2366cf8704587c2ca2c97e69d0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-120
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -111
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6318
Sum of products size (including duplicates)12636
Number of different products3159
Sum of products size6318

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3737082-1338762531.opb
0.07/0.12	c reading problem ... 
1.13/0.80	c ... done. Wall clock time 0.68s.
1.13/0.80	c #vars     3659
1.13/0.80	c #constraints  9477
1.13/0.80	c constraints type 
1.13/0.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3159
1.13/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3159
1.13/0.87	c SATISFIABLE
1.13/0.87	c OPTIMIZING...
1.13/0.87	c Got one! Elapsed wall clock time (in seconds):0.754
1.13/0.87	o -96
1.68/1.02	c Got one! Elapsed wall clock time (in seconds):0.898
1.68/1.02	o -99
1.68/1.04	c Got one! Elapsed wall clock time (in seconds):0.926
1.68/1.04	o -101
1.68/1.09	c Got one! Elapsed wall clock time (in seconds):0.971
1.68/1.09	o -103
1.84/1.13	c Got one! Elapsed wall clock time (in seconds):1.015
1.84/1.13	o -106
2.46/1.66	c Got one! Elapsed wall clock time (in seconds):1.542
2.46/1.66	o -107
214.00/210.42	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
214.00/210.43		at java.math.BigInteger.subtract(BigInteger.java:1109)
214.00/210.43		at java.math.BigInteger.subtract(BigInteger.java:1095)
214.00/210.43		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
214.00/210.43		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
214.00/210.43		at org.sat4j.minisat.core.Solver.search(Unknown Source)
214.00/210.43		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
214.00/210.43		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
214.00/210.43		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
214.00/210.43		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
214.00/210.43		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
214.00/210.43		at org.sat4j.AbstractLauncher.run(Unknown Source)
214.00/210.43		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
215.39/211.85	c starts		: 40
215.39/211.85	c conflicts		: 651011
218.20/214.65	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
218.20/214.65		at java.lang.StringBuffer.toString(StringBuffer.java:585)
218.20/214.65		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
218.20/214.65		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
218.20/214.65		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
218.20/214.65		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
218.20/214.65		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
218.20/214.65		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.04 2.01 3/196 10733
/proc/meminfo: memFree=27447696/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10733/stat : 10733 (java6) D 10731 10733 6377 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342378505 9515008 182 33554432000 1073741824 1073778376 140735370196624 140735370187656 273905696437 0 0 4096 0 18446744072100748580 0 0 17 4 0 0 0 0 0
/proc/10733/statm: 2323 182 140 9 0 71 0

[startup+0.0136099 s]
/proc/loadavg: 2.10 2.04 2.01 3/196 10733
/proc/meminfo: memFree=27447696/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10733/stat : 10733 (java) S 10731 10733 6377 0 -1 4202496 1274 0 0 0 0 0 0 0 20 0 2 0 342378505 98570240 976 33554432000 1073741824 1073778376 140735919746928 140735919738064 273909055549 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10733/statm: 24065 976 742 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100239 s]
/proc/loadavg: 2.10 2.04 2.01 3/196 10733
/proc/meminfo: memFree=27447696/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/10733/stat : 10733 (java) S 10731 10733 6377 0 -1 4202496 4324 0 1 0 7 0 0 0 20 0 18 0 342378505 2712133632 6045 33554432000 1073741824 1073778376 140735919746928 140735919738064 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10733/statm: 662142 6051 2064 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300219 s]
/proc/loadavg: 2.10 2.04 2.01 3/196 10733
/proc/meminfo: memFree=27447696/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=2648568 CPUtime=0.42 cores=0,2,4,6
/proc/10733/stat : 10733 (java) S 10731 10733 6377 0 -1 4202496 5723 0 1 0 42 0 0 0 20 0 18 0 342378505 2712133632 8087 33554432000 1073741824 1073778376 140735919746928 140735919738064 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10733/statm: 662142 8087 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2648568

[startup+0.700217 s]
/proc/loadavg: 2.10 2.04 2.01 3/196 10733
/proc/meminfo: memFree=27447696/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=2648568 CPUtime=1 cores=0,2,4,6
/proc/10733/stat : 10733 (java) S 10731 10733 6377 0 -1 4202496 7010 0 1 0 99 1 0 0 20 0 18 0 342378505 2712133632 10257 33554432000 1073741824 1073778376 140735919746928 140735919738064 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10733/statm: 662142 10257 2229 9 0 652835 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 2648568

[startup+1.50069 s]
/proc/loadavg: 2.10 2.04 2.01 5/215 10752
/proc/meminfo: memFree=27402928/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=2715132 CPUtime=2.34 cores=0,2,4,6
/proc/10733/stat : 10733 (java) S 10731 10733 6377 0 -1 4202496 10558 0 1 0 232 2 0 0 20 0 19 0 342378505 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140735919738064 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10733/statm: 678783 23709 2253 9 0 669476 0
[pid=10733/tid=10735] ppid=10731 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/10733/task/10735/stat : 10735 (java) R 10731 10733 6377 0 -1 4202560 2780 0 1 0 144 2 0 0 20 0 19 0 342378506 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321400483768 140321229478199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10736] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10736/stat : 10736 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321384933800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10737] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10737/stat : 10737 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321383881256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10738] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10738/stat : 10738 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321382828200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10739] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10739/stat : 10739 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321381775656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10740] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10740/stat : 10740 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321380723624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10741] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10741/stat : 10741 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321379671080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10742] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10742/stat : 10742 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321378618024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10743] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10743/stat : 10743 (java) S 10731 10733 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321377565480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10744] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10744/stat : 10744 (java) S 10731 10733 6377 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342378508 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321365154152 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10745] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10745/stat : 10745 (java) S 10731 10733 6377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342378509 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321364100472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10746] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10746/stat : 10746 (java) S 10731 10733 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342378509 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321363047304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10747] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10747/stat : 10747 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378512 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321361996048 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10748] ppid=10731 vsize=2715132 CPUtime=0.36 cores=0,2,4,6
/proc/10733/task/10748/stat : 10748 (java) S 10731 10733 6377 0 -1 4202560 2764 0 0 0 36 0 0 0 20 0 19 0 342378512 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321360943928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10749] ppid=10731 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/10733/task/10749/stat : 10749 (java) S 10731 10733 6377 0 -1 4202560 3820 0 0 0 49 0 0 0 20 0 19 0 342378512 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321359891384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10750] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10750/stat : 10750 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378512 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321358838520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10751] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10751/stat : 10751 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378512 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321357786184 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10752] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10752/stat : 10752 (java) S 10731 10733 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342378587 2780295168 23709 33554432000 1073741824 1073778376 140735919746928 140321356731432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 2715132

[startup+3.10069 s]
/proc/loadavg: 2.10 2.04 2.01 3/215 10752
/proc/meminfo: memFree=27315920/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=2715132 CPUtime=4.01 cores=0,2,4,6
/proc/10733/stat : 10733 (java) S 10731 10733 6377 0 -1 4202496 10617 0 1 0 396 5 0 0 20 0 19 0 342378505 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140735919738064 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10733/statm: 678783 50849 2256 9 0 669476 0
[pid=10733/tid=10735] ppid=10731 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/10733/task/10735/stat : 10735 (java) R 10731 10733 6377 0 -1 4202560 2835 0 1 0 302 3 0 0 20 0 19 0 342378506 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321400482360 140321229531408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10736] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10736/stat : 10736 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321384933800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10737] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10737/stat : 10737 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321383881256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10738] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10738/stat : 10738 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321382828200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10739] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10739/stat : 10739 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321381775656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10740] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10740/stat : 10740 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321380723624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10741] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10741/stat : 10741 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321379671080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10742] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10742/stat : 10742 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321378618024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10743] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10743/stat : 10743 (java) S 10731 10733 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321377565480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10744] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10744/stat : 10744 (java) S 10731 10733 6377 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 342378508 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321365154152 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10745] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10745/stat : 10745 (java) S 10731 10733 6377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342378509 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321364100472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10746] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10746/stat : 10746 (java) S 10731 10733 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342378509 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321363047304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10747] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10747/stat : 10747 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378512 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321361996048 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10748] ppid=10731 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/10733/task/10748/stat : 10748 (java) S 10731 10733 6377 0 -1 4202560 2764 0 0 0 37 0 0 0 20 0 19 0 342378512 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321360943928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10749] ppid=10731 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/10733/task/10749/stat : 10749 (java) S 10731 10733 6377 0 -1 4202560 3823 0 0 0 52 0 0 0 20 0 19 0 342378512 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321359891384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10750] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10750/stat : 10750 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378512 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321358838520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10751] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10751/stat : 10751 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378512 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321357786184 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10752] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10752/stat : 10752 (java) S 10731 10733 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342378587 2780295168 50849 33554432000 1073741824 1073778376 140735919746928 140321356731432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 2715132

[startup+6.30075 s]
/proc/loadavg: 2.09 2.04 2.00 3/215 10752
/proc/meminfo: memFree=27124960/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=2715132 CPUtime=7.21 cores=0,2,4,6
/proc/10733/stat : 10733 (java) S 10731 10733 6377 0 -1 4202496 10696 0 1 0 714 7 0 0 20 0 19 0 342378505 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140735919738064 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10733/statm: 678783 90605 2256 9 0 669476 0
[pid=10733/tid=10735] ppid=10731 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/10733/task/10735/stat : 10735 (java) R 10731 10733 6377 0 -1 4202560 2914 0 1 0 619 5 0 0 20 0 19 0 342378506 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321400482416 140321229531671 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10736] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10736/stat : 10736 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321384933800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10737] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10737/stat : 10737 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321383881256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10738] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10738/stat : 10738 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321382828200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10739] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10739/stat : 10739 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321381775656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10740] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10740/stat : 10740 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321380723624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10741] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10741/stat : 10741 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321379671080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10742] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10742/stat : 10742 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321378618024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10743] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10743/stat : 10743 (java) S 10731 10733 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342378507 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321377565480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10744] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10744/stat : 10744 (java) S 10731 10733 6377 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 342378508 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321365154152 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10745] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10745/stat : 10745 (java) S 10731 10733 6377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342378509 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321364100472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10746] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10746/stat : 10746 (java) S 10731 10733 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342378509 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321363047304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10747] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10747/stat : 10747 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378512 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321361996048 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10748] ppid=10731 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/10733/task/10748/stat : 10748 (java) S 10731 10733 6377 0 -1 4202560 2764 0 0 0 38 0 0 0 20 0 19 0 342378512 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321360943928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10749] ppid=10731 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/10733/task/10749/stat : 10749 (java) S 10731 10733 6377 0 -1 4202560 3823 0 0 0 52 0 0 0 20 0 19 0 342378512 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321359891384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10750] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10750/stat : 10750 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378512 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321358838520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10751] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10751/stat : 10751 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342378512 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321357786184 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10752] ppid=10731 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10752/stat : 10752 (java) S 10731 10733 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342378587 2780295168 90605 33554432000 1073741824 1073778376 140735919746928 140321356731432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

/proc/10733/task/10747/stat : 10747 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342378512 2848456704 342318 33554432000 1073741824 1073778376 140735919746928 140321361996048 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10748] ppid=10731 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/10733/task/10748/stat : 10748 (java) S 10731 10733 6377 0 -1 4202560 2764 0 0 0 38 0 0 0 20 0 20 0 342378512 2848456704 342318 33554432000 1073741824 1073778376 140735919746928 140321360943928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10749] ppid=10731 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/10733/task/10749/stat : 10749 (java) S 10731 10733 6377 0 -1 4202560 3823 0 0 0 52 0 0 0 20 0 20 0 342378512 2848456704 342318 33554432000 1073741824 1073778376 140735919746928 140321359891384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10750] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10750/stat : 10750 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342378512 2848456704 342318 33554432000 1073741824 1073778376 140735919746928 140321358838520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10751] ppid=10731 vsize=2781696 CPUtime=0.08 cores=0,2,4,6
/proc/10733/task/10751/stat : 10751 (java) S 10731 10733 6377 0 -1 4202560 13 0 0 0 4 4 0 0 20 0 20 0 342378512 2848456704 342318 33554432000 1073741824 1073778376 140735919746928 140321357786184 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10752] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10752/stat : 10752 (java) S 10731 10733 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342378587 2848456704 342318 33554432000 1073741824 1073778376 140735919746928 140321356731432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10816] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10816/stat : 10816 (java) S 10731 10733 6377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342399548 2848456704 342318 33554432000 1073741824 1073778376 140735919746928 140321355677768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 217.1
Current children cumulated vsize (KiB) 2781696

[startup+214.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/216 10816
/proc/meminfo: memFree=25941764/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=2781696 CPUtime=217.9 cores=0,2,4,6
/proc/10733/stat : 10733 (java) S 10731 10733 6377 0 -1 4202496 12807 0 1 0 21683 107 0 0 20 0 20 0 342378505 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140735919738064 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10733/statm: 695424 342319 2277 9 0 686117 0
[pid=10733/tid=10735] ppid=10731 vsize=2781696 CPUtime=186.58 cores=0,2,4,6
/proc/10733/task/10735/stat : 10735 (java) S 10731 10733 6377 0 -1 4202560 2991 0 1 0 18650 8 0 0 20 0 20 0 342378506 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321400485048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10736] ppid=10731 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/10733/task/10736/stat : 10736 (java) S 10731 10733 6377 0 -1 4202560 265 0 0 0 36 14 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321384933800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10737] ppid=10731 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/10733/task/10737/stat : 10737 (java) S 10731 10733 6377 0 -1 4202560 268 0 0 0 31 11 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321383881256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10738] ppid=10731 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/10733/task/10738/stat : 10738 (java) S 10731 10733 6377 0 -1 4202560 198 0 0 0 27 11 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321382828200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10739] ppid=10731 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/10733/task/10739/stat : 10739 (java) S 10731 10733 6377 0 -1 4202560 258 0 0 0 36 13 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321381775656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10740] ppid=10731 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/10733/task/10740/stat : 10740 (java) S 10731 10733 6377 0 -1 4202560 223 0 0 0 31 10 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321380723624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10741] ppid=10731 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/10733/task/10741/stat : 10741 (java) S 10731 10733 6377 0 -1 4202560 198 0 0 0 31 10 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321379671080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10742] ppid=10731 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/10733/task/10742/stat : 10742 (java) S 10731 10733 6377 0 -1 4202560 252 0 0 0 31 13 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321378618024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10743] ppid=10731 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/10733/task/10743/stat : 10743 (java) S 10731 10733 6377 0 -1 4202560 254 0 0 0 25 12 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321377565480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10744] ppid=10731 vsize=2781696 CPUtime=26.2 cores=0,2,4,6
/proc/10733/task/10744/stat : 10744 (java) R 10731 10733 6377 0 -1 4202560 98 0 0 0 2618 2 0 0 20 0 20 0 342378508 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321365154152 140321404645745 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10745] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10745/stat : 10745 (java) S 10731 10733 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342378509 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321364100472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10746] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10746/stat : 10746 (java) S 10731 10733 6377 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342378509 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321363047304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10747] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10747/stat : 10747 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321361996048 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10748] ppid=10731 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/10733/task/10748/stat : 10748 (java) S 10731 10733 6377 0 -1 4202560 2764 0 0 0 38 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321360943928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10749] ppid=10731 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/10733/task/10749/stat : 10749 (java) S 10731 10733 6377 0 -1 4202560 3823 0 0 0 52 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321359891384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10750] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10750/stat : 10750 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321358838520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10751] ppid=10731 vsize=2781696 CPUtime=0.08 cores=0,2,4,6
/proc/10733/task/10751/stat : 10751 (java) S 10731 10733 6377 0 -1 4202560 13 0 0 0 4 4 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321357786184 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10752] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10752/stat : 10752 (java) S 10731 10733 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342378587 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321356731432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10816] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10816/stat : 10816 (java) S 10731 10733 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342399548 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321355677384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 217.9
Current children cumulated vsize (KiB) 2781696

[startup+214.507 s]
/proc/loadavg: 2.01 2.03 2.00 3/216 10816
/proc/meminfo: memFree=25941764/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=2781696 CPUtime=218.1 cores=0,2,4,6
/proc/10733/stat : 10733 (java) S 10731 10733 6377 0 -1 4202496 12807 0 1 0 21703 107 0 0 20 0 20 0 342378505 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140735919738064 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10733/statm: 695424 342319 2277 9 0 686117 0
[pid=10733/tid=10735] ppid=10731 vsize=2781696 CPUtime=186.58 cores=0,2,4,6
/proc/10733/task/10735/stat : 10735 (java) S 10731 10733 6377 0 -1 4202560 2991 0 1 0 18650 8 0 0 20 0 20 0 342378506 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321400485048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10736] ppid=10731 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/10733/task/10736/stat : 10736 (java) S 10731 10733 6377 0 -1 4202560 265 0 0 0 36 14 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321384933800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10737] ppid=10731 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/10733/task/10737/stat : 10737 (java) S 10731 10733 6377 0 -1 4202560 268 0 0 0 31 11 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321383881256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10738] ppid=10731 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/10733/task/10738/stat : 10738 (java) S 10731 10733 6377 0 -1 4202560 198 0 0 0 27 11 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321382828200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10739] ppid=10731 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/10733/task/10739/stat : 10739 (java) S 10731 10733 6377 0 -1 4202560 258 0 0 0 36 13 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321381775656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10740] ppid=10731 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/10733/task/10740/stat : 10740 (java) S 10731 10733 6377 0 -1 4202560 223 0 0 0 31 10 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321380723624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10741] ppid=10731 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/10733/task/10741/stat : 10741 (java) S 10731 10733 6377 0 -1 4202560 198 0 0 0 31 10 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321379671080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10742] ppid=10731 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/10733/task/10742/stat : 10742 (java) S 10731 10733 6377 0 -1 4202560 252 0 0 0 31 13 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321378618024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10743] ppid=10731 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/10733/task/10743/stat : 10743 (java) S 10731 10733 6377 0 -1 4202560 254 0 0 0 25 12 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321377565480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10744] ppid=10731 vsize=2781696 CPUtime=26.4 cores=0,2,4,6
/proc/10733/task/10744/stat : 10744 (java) R 10731 10733 6377 0 -1 4202560 98 0 0 0 2638 2 0 0 20 0 20 0 342378508 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321365154152 273905369388 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10745] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10745/stat : 10745 (java) S 10731 10733 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342378509 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321364100472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10746] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10746/stat : 10746 (java) S 10731 10733 6377 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342378509 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321363047304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10747] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10747/stat : 10747 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321361996048 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10748] ppid=10731 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/10733/task/10748/stat : 10748 (java) S 10731 10733 6377 0 -1 4202560 2764 0 0 0 38 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321360943928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10749] ppid=10731 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/10733/task/10749/stat : 10749 (java) S 10731 10733 6377 0 -1 4202560 3823 0 0 0 52 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321359891384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10750] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10750/stat : 10750 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321358838520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10751] ppid=10731 vsize=2781696 CPUtime=0.08 cores=0,2,4,6
/proc/10733/task/10751/stat : 10751 (java) S 10731 10733 6377 0 -1 4202560 13 0 0 0 4 4 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321357786184 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10752] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10752/stat : 10752 (java) S 10731 10733 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342378587 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321356731432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10816] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10816/stat : 10816 (java) S 10731 10733 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342399548 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321355677384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 218.1
Current children cumulated vsize (KiB) 2781696

[startup+214.601 s]
/proc/loadavg: 2.01 2.03 2.00 3/216 10816
/proc/meminfo: memFree=25941764/32873844 swapFree=7124/7124
[pid=10733] ppid=10731 vsize=2781696 CPUtime=218.2 cores=0,2,4,6
/proc/10733/stat : 10733 (java) S 10731 10733 6377 0 -1 4202496 12807 0 1 0 21713 107 0 0 20 0 20 0 342378505 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140735919738064 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10733/statm: 695424 342319 2277 9 0 686117 0
[pid=10733/tid=10735] ppid=10731 vsize=2781696 CPUtime=186.58 cores=0,2,4,6
/proc/10733/task/10735/stat : 10735 (java) S 10731 10733 6377 0 -1 4202560 2991 0 1 0 18650 8 0 0 20 0 20 0 342378506 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321400485048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10736] ppid=10731 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/10733/task/10736/stat : 10736 (java) S 10731 10733 6377 0 -1 4202560 265 0 0 0 36 14 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321384933800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10737] ppid=10731 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/10733/task/10737/stat : 10737 (java) S 10731 10733 6377 0 -1 4202560 268 0 0 0 31 11 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321383881256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10738] ppid=10731 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/10733/task/10738/stat : 10738 (java) S 10731 10733 6377 0 -1 4202560 198 0 0 0 27 11 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321382828200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10739] ppid=10731 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/10733/task/10739/stat : 10739 (java) S 10731 10733 6377 0 -1 4202560 258 0 0 0 36 13 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321381775656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10740] ppid=10731 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/10733/task/10740/stat : 10740 (java) S 10731 10733 6377 0 -1 4202560 223 0 0 0 31 10 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321380723624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10741] ppid=10731 vsize=2781696 CPUtime=0.41 cores=0,2,4,6
/proc/10733/task/10741/stat : 10741 (java) S 10731 10733 6377 0 -1 4202560 198 0 0 0 31 10 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321379671080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10742] ppid=10731 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/10733/task/10742/stat : 10742 (java) S 10731 10733 6377 0 -1 4202560 252 0 0 0 31 13 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321378618024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10743] ppid=10731 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/10733/task/10743/stat : 10743 (java) S 10731 10733 6377 0 -1 4202560 254 0 0 0 25 12 0 0 20 0 20 0 342378507 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321377565480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10744] ppid=10731 vsize=2781696 CPUtime=26.5 cores=0,2,4,6
/proc/10733/task/10744/stat : 10744 (java) R 10731 10733 6377 0 -1 4202560 98 0 0 0 2648 2 0 0 20 0 20 0 342378508 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321365154152 273905369420 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10745] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10745/stat : 10745 (java) S 10731 10733 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342378509 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321364100472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10733/tid=10746] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10746/stat : 10746 (java) S 10731 10733 6377 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342378509 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321363047304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10747] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10747/stat : 10747 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321361996048 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10748] ppid=10731 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/10733/task/10748/stat : 10748 (java) S 10731 10733 6377 0 -1 4202560 2764 0 0 0 38 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321360943928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10749] ppid=10731 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/10733/task/10749/stat : 10749 (java) S 10731 10733 6377 0 -1 4202560 3823 0 0 0 52 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321359891384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10750] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10750/stat : 10750 (java) S 10731 10733 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321358838520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10733/tid=10751] ppid=10731 vsize=2781696 CPUtime=0.08 cores=0,2,4,6
/proc/10733/task/10751/stat : 10751 (java) S 10731 10733 6377 0 -1 4202560 13 0 0 0 4 4 0 0 20 0 20 0 342378512 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321357786184 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10733/tid=10752] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10752/stat : 10752 (java) S 10731 10733 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342378587 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321356731432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10733/tid=10816] ppid=10731 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/10733/task/10816/stat : 10816 (java) S 10731 10733 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342399548 2848456704 342319 33554432000 1073741824 1073778376 140735919746928 140321355677384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 218.2
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10733 and gives
#  childrusage.ru_utime.tv_sec=216
#  childrusage.ru_utime.tv_usec=578075
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=211815
# CPU time returned by wait4() is 217.79
# while last known CPU time is 218.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 214.666
CPU time (s): 218.2
CPU user time (s): 217.13
CPU system time (s): 1.07
CPU usage (%): 101.646
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.578
system time used= 1.21182
maximum resident set size= 1369296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12817
page faults= 1
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5270
involuntary context switches= 2650

runsolver used 0.341948 second user time and 0.887865 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-04 00:28:51
IDJOB=3737082
IDBENCH=48176
IDSOLVER=2322
FILE ID=node134/3737082-1338762531
RUNJOBID= node134-1338738643-6393
PBS_JOBID= 14636771
Free space on /tmp= 70360 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737082-1338762531/watcher-3737082-1338762531 -o /tmp/evaluation-result-3737082-1338762531/solver-3737082-1338762531 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737082-1338762531.opb

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

MD5SUM BENCH= 6a7c5d2366cf8704587c2ca2c97e69d0
RANDOM SEED=2063186720

node134.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		: 2667.278
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	: 5334.55
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		: 2667.278
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	: 5332.56
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.59
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.57
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		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27447960 kB
Buffers:          502564 kB
Cached:          3387128 kB
SwapCached:           76 kB
Active:          2387336 kB
Inactive:        2131336 kB
Active(anon):     620572 kB
Inactive(anon):    10496 kB
Active(file):    1766764 kB
Inactive(file):  2120840 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:        748132 kB
Mapped:            19352 kB
Shmem:                96 kB
Slab:             762604 kB
SReclaimable:     204192 kB
SUnreclaim:       558412 kB
KernelStack:        1776 kB
PageTables:         5484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 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= 70360 MiB
End job on node134 at 2012-06-04 00:32:26