Trace number 3732869

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
PB07: SAT4JPseudoResolution 2007-03-23No Cert. 302.55 297.916

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.95:100.opb
MD5SUM8ebfb10d75940bc93d5e7784548911ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark18.6692
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 120
Optimality of the best value was proved NO
Number of variables10976
Total number of constraints12527
Number of constraints which are clauses10470
Number of constraints which are cardinality constraints (but not clauses)2057
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Number of terms in the objective function 10976
Biggest coefficient in the objective function 6152
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 31915
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 6152
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 31915
Number of bits of the biggest sum of numbers15
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.09	c no version file found!!!
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 1599470296
0.00/0.09	c Max memory 1607860224
0.00/0.09	c Total memory 1607860224
0.00/0.09	c Number of processors 8
0.08/0.11	--- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.11	c No reason simplification
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3732869-1338692068.opb
0.08/0.11	c reading problem ... 
0.89/0.54	c ... done. Wall clock time 0.428s.
0.89/0.54	c CPU time (experimental) 0.5s.
0.89/0.54	c #vars     10976
0.89/0.54	c #constraints  12526
1.41/0.73	c SATISFIABLE
1.41/0.73	c OPTIMIZING...
1.41/0.73	c Got one! Elapsed wall clock time (in seconds):0.618
1.41/0.77	o 135
83.52/80.16	c cleaning 58744 clauses out of 117501 for limit 967222.5120317212
83.94/80.57	c cleaning 29623 clauses out of 59256 for limit 3159781.139183366
84.34/80.92	c cleaning 15054 clauses out of 30133 for limit 1.0247144242003208E7
84.64/81.25	c cleaning 7782 clauses out of 15579 for limit 3.2685981517432194E7
84.94/81.59	c cleaning 4143 clauses out of 8297 for limit 1.0121290847830023E8
85.34/81.91	c cleaning 2321 clauses out of 4656 for limit 2.980361427551852E8
85.64/82.21	c cleaning 1411 clauses out of 2837 for limit 8.082532887923288E8
85.95/82.52	c cleaning 954 clauses out of 1923 for limit 1.9605588529457462E9
86.24/82.82	c cleaning 734 clauses out of 1469 for limit 4.232463866609191E9
86.54/83.14	c cleaning 617 clauses out of 1234 for limit 8.300825237196073E9
86.85/83.44	c cleaning 549 clauses out of 1118 for limit 1.5124639272856228E10
87.14/83.73	c cleaning 525 clauses out of 1068 for limit 2.608416576502901E10
87.44/84.04	c cleaning 509 clauses out of 1044 for limit 4.404920800476538E10
87.74/84.33	c cleaning 517 clauses out of 1034 for limit 7.327223509298938E10
180.03/176.11	c cleaning 58500 clauses out of 117017 for limit 0.2702916886152278
180.63/176.76	c cleaning 29505 clauses out of 59017 for limit 0.8838130481269608
181.04/177.16	c cleaning 14995 clauses out of 30013 for limit 2.868920599396776
181.43/177.57	c cleaning 7750 clauses out of 15518 for limit 9.15056850189164
181.83/177.97	c cleaning 4121 clauses out of 8267 for limit 28.29809900348019
182.23/178.32	c cleaning 2314 clauses out of 4648 for limit 83.16948082706695
182.53/178.62	c cleaning 1405 clauses out of 2832 for limit 224.65894975747145
182.83/178.94	c cleaning 954 clauses out of 1928 for limit 544.7538929812928
183.14/179.26	c cleaning 727 clauses out of 1475 for limit 1175.4543041533998
183.43/179.57	c cleaning 615 clauses out of 1247 for limit 2290.6181239236453
183.73/179.86	c cleaning 557 clauses out of 1131 for limit 4160.810305480705
184.03/180.16	c cleaning 529 clauses out of 1076 for limit 7226.918558159274
184.34/180.45	c cleaning 514 clauses out of 1045 for limit 12247.177295444744
184.63/180.73	c cleaning 509 clauses out of 1031 for limit 20471.49299454539
299.25/294.67	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
299.25/294.67		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
299.25/294.67		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
299.25/294.67		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
299.25/294.67		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
299.45/294.81		at org.sat4j.minisat.core.Solver.search(Unknown Source)
299.45/294.81		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
299.45/294.81		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
299.45/294.81		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
299.45/294.81		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
299.45/294.81		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
299.95/295.30		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
299.95/295.30		at org.sat4j.AbstractLauncher.run(Unknown Source)
299.95/295.30		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
301.45/296.80	c starts		: 20
301.45/296.80	c conflicts		: 353306
301.45/296.80	c decisions		: 422469
301.45/296.80	c propagations		: 3147784
301.45/296.80	c inspects		: 132929855
301.45/296.80	c learnt literals	: 0
301.45/296.80	c learnt binary clauses	: 0
301.45/296.80	c learnt ternary clauses	: 0
301.45/296.80	c learnt clauses	: 353305
301.45/296.80	c root simplifications	: 0
301.45/296.80	c removed literals (reason simplification)	: 0
301.45/296.80	c reason swapping (by a shorter reason)	: 0
301.45/296.80	c Calls to reduceDB	: 28
301.45/296.80	c speed (decisions/second)	: 1427.5302084178086
301.45/296.80	c non guided choices	8421
301.45/296.80	s SATISFIABLE
302.55/297.90	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
302.55/297.90		at java.lang.Integer.toString(Integer.java:308)
302.55/297.90		at java.lang.Integer.toString(Integer.java:118)
302.55/297.90		at java.lang.String.valueOf(String.java:2931)
302.55/297.90		at java.io.PrintWriter.print(PrintWriter.java:487)
302.55/297.90		at org.sat4j.reader.OPBReader2005.decode(Unknown Source)
302.55/297.90		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
302.55/297.90		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-3732869-1338692068/watcher-3732869-1338692068 -o /tmp/evaluation-result-3732869-1338692068/solver-3732869-1338692068 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732869-1338692068.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 29864
/proc/meminfo: memFree=28408956/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29864/stat : 29864 (java) D 29862 29864 28047 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 335335354 9515008 182 33554432000 1073741824 1073778376 140735769066288 140735769057320 245294251701 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/29864/statm: 2323 182 140 9 0 71 0

[startup+0.0113609 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 29864
/proc/meminfo: memFree=28408956/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/29864/stat : 29864 (java) S 29862 29864 28047 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 335335354 94019584 917 33554432000 1073741824 1073778376 140733357428976 140733357420112 245297610813 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29864/statm: 22954 917 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100315 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 29864
/proc/meminfo: memFree=28408956/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/29864/stat : 29864 (java) S 29862 29864 28047 0 -1 4202496 4445 0 1 0 7 1 0 0 20 0 18 0 335335354 3028844544 5652 33554432000 1073741824 1073778376 140733357428976 140733357420112 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29864/statm: 739464 5652 1952 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.30021 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 29864
/proc/meminfo: memFree=28408956/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=2957856 CPUtime=0.45 cores=0,2,4,6
/proc/29864/stat : 29864 (java) S 29862 29864 28047 0 -1 4202496 6346 0 1 0 43 2 0 0 20 0 18 0 335335354 3028844544 9449 33554432000 1073741824 1073778376 140733357428976 140733357420112 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29864/statm: 739464 9449 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2957856

[startup+0.700209 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 29864
/proc/meminfo: memFree=28408956/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=3024420 CPUtime=1.41 cores=0,2,4,6
/proc/29864/stat : 29864 (java) S 29862 29864 28047 0 -1 4202496 10960 0 1 0 138 3 0 0 20 0 19 0 335335354 3097006080 21727 33554432000 1073741824 1073778376 140733357428976 140733357420112 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29864/statm: 756105 21727 2275 9 0 746526 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 3024420

[startup+1.50068 s]
/proc/loadavg: 1.99 1.98 1.99 4/213 29884
/proc/meminfo: memFree=28316980/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=3024420 CPUtime=2.6 cores=0,2,4,6
/proc/29864/stat : 29864 (java) S 29862 29864 28047 0 -1 4202496 13874 0 1 0 256 4 0 0 20 0 19 0 335335354 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 140733357420112 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29864/statm: 756105 27780 2283 9 0 746526 0
[pid=29864/tid=29866] ppid=29862 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/29864/task/29866/stat : 29866 (java) R 29862 29864 28047 0 -1 4202560 3123 0 1 0 144 2 0 0 20 0 19 0 335335355 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967482778152 139967355533943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29867] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29867/stat : 29867 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967348513832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29868] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29868/stat : 29868 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967279917992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29869] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29869/stat : 29869 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967278865192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29870] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29870/stat : 29870 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967277812392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29871] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29871/stat : 29871 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967276759592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29872] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29872/stat : 29872 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967275706792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29873] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29873/stat : 29873 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967274653992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29874] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29874/stat : 29874 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967273601192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29875] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29875/stat : 29875 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967261404136 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29876] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29876/stat : 29876 (java) S 29862 29864 28047 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967260350200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29877] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29877/stat : 29877 (java) S 29862 29864 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967259297288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29878] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29878/stat : 29878 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967258245776 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29879] ppid=29862 vsize=3024420 CPUtime=0.51 cores=0,2,4,6
/proc/29864/task/29879/stat : 29879 (java) S 29862 29864 28047 0 -1 4202560 3608 0 0 0 51 0 0 0 20 0 19 0 335335361 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967257192888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29880] ppid=29862 vsize=3024420 CPUtime=0.6 cores=0,2,4,6
/proc/29864/task/29880/stat : 29880 (java) S 29862 29864 28047 0 -1 4202560 5939 0 0 0 58 2 0 0 20 0 19 0 335335361 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967256140088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29881] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29881/stat : 29881 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967255087480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29882] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29882/stat : 29882 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967254034888 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29884] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29884/stat : 29884 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335335441 3097006080 27780 33554432000 1073741824 1073778376 140733357428976 139967251834408 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 3024420

[startup+3.10071 s]
/proc/loadavg: 1.99 1.98 1.99 4/213 29884
/proc/meminfo: memFree=28293896/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=3024420 CPUtime=4.21 cores=0,2,4,6
/proc/29864/stat : 29864 (java) S 29862 29864 28047 0 -1 4202496 13895 0 1 0 417 4 0 0 20 0 19 0 335335354 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 140733357420112 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29864/statm: 756105 35975 2283 9 0 746526 0
[pid=29864/tid=29866] ppid=29862 vsize=3024420 CPUtime=3.05 cores=0,2,4,6
/proc/29864/task/29866/stat : 29866 (java) R 29862 29864 28047 0 -1 4202560 3141 0 1 0 303 2 0 0 20 0 19 0 335335355 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967482776152 139967355446182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29867] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29867/stat : 29867 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967348513832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29868] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29868/stat : 29868 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967279917992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29869] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29869/stat : 29869 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967278865192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29870] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29870/stat : 29870 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967277812392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29871] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29871/stat : 29871 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967276759592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29872] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29872/stat : 29872 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967275706792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29873] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29873/stat : 29873 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967274653992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29874] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29874/stat : 29874 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967273601192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29875] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29875/stat : 29875 (java) S 29862 29864 28047 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967261404136 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29876] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29876/stat : 29876 (java) S 29862 29864 28047 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967260350200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29877] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29877/stat : 29877 (java) S 29862 29864 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967259297288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29878] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29878/stat : 29878 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967258245776 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29879] ppid=29862 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/29864/task/29879/stat : 29879 (java) S 29862 29864 28047 0 -1 4202560 3610 0 0 0 52 0 0 0 20 0 19 0 335335361 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967257192888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29880] ppid=29862 vsize=3024420 CPUtime=0.6 cores=0,2,4,6
/proc/29864/task/29880/stat : 29880 (java) S 29862 29864 28047 0 -1 4202560 5939 0 0 0 58 2 0 0 20 0 19 0 335335361 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967256140088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29881] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29881/stat : 29881 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967255087480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29882] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29882/stat : 29882 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967254034888 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29884] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29884/stat : 29884 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335335441 3097006080 35975 33554432000 1073741824 1073778376 140733357428976 139967251834408 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 3024420

[startup+6.30069 s]
/proc/loadavg: 1.99 1.98 1.99 4/213 29884
/proc/meminfo: memFree=28227624/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=3024420 CPUtime=7.41 cores=0,2,4,6
/proc/29864/stat : 29864 (java) S 29862 29864 28047 0 -1 4202496 13927 0 1 0 735 6 0 0 20 0 19 0 335335354 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 140733357420112 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29864/statm: 756105 51798 2283 9 0 746526 0
[pid=29864/tid=29866] ppid=29862 vsize=3024420 CPUtime=6.24 cores=0,2,4,6
/proc/29864/task/29866/stat : 29866 (java) R 29862 29864 28047 0 -1 4202560 3173 0 1 0 621 3 0 0 20 0 19 0 335335355 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967482775856 139967355850305 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29867] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29867/stat : 29867 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967348513832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29868] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29868/stat : 29868 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967279917992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29869] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29869/stat : 29869 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967278865192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29870] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29870/stat : 29870 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967277812392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29871] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29871/stat : 29871 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967276759592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29872] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29872/stat : 29872 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967275706792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29873] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29873/stat : 29873 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967274653992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29874] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29874/stat : 29874 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335335357 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967273601192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29875] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29875/stat : 29875 (java) S 29862 29864 28047 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967261404136 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29876] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29876/stat : 29876 (java) S 29862 29864 28047 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967260350200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29877] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29877/stat : 29877 (java) S 29862 29864 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967259297288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29878] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29878/stat : 29878 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967258245776 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29879] ppid=29862 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/29864/task/29879/stat : 29879 (java) S 29862 29864 28047 0 -1 4202560 3610 0 0 0 52 0 0 0 20 0 19 0 335335361 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967257192888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29880] ppid=29862 vsize=3024420 CPUtime=0.6 cores=0,2,4,6
/proc/29864/task/29880/stat : 29880 (java) S 29862 29864 28047 0 -1 4202560 5939 0 0 0 58 2 0 0 20 0 19 0 335335361 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967256140088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29881] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29881/stat : 29881 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967255087480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29882] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29882/stat : 29882 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967254034888 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29884] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29884/stat : 29884 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335335441 3097006080 51798 33554432000 1073741824 1073778376 140733357428976 139967251834408 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]

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

/proc/29864/task/29876/stat : 29876 (java) S 29862 29864 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 421553 33554432000 1073741824 1073778376 140733357428976 139967260350200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29877] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29877/stat : 29877 (java) S 29862 29864 28047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 335335358 3097006080 421553 33554432000 1073741824 1073778376 140733357428976 139967259294584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29878] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29878/stat : 29878 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 421553 33554432000 1073741824 1073778376 140733357428976 139967258245776 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29879] ppid=29862 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/29864/task/29879/stat : 29879 (java) S 29862 29864 28047 0 -1 4202560 3626 0 0 0 59 0 0 0 20 0 19 0 335335361 3097006080 421553 33554432000 1073741824 1073778376 140733357428976 139967257192888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29880] ppid=29862 vsize=3024420 CPUtime=0.88 cores=0,2,4,6
/proc/29864/task/29880/stat : 29880 (java) S 29862 29864 28047 0 -1 4202560 12595 0 0 0 84 4 0 0 20 0 19 0 335335361 3097006080 421553 33554432000 1073741824 1073778376 140733357428976 139967256140088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29881] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29881/stat : 29881 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335335361 3097006080 421553 33554432000 1073741824 1073778376 140733357428976 139967255087480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29882] ppid=29862 vsize=3024420 CPUtime=0.1 cores=0,2,4,6
/proc/29864/task/29882/stat : 29882 (java) S 29862 29864 28047 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 19 0 335335361 3097006080 421553 33554432000 1073741824 1073778376 140733357428976 139967254034888 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29884] ppid=29862 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29884/stat : 29884 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335335441 3097006080 421553 33554432000 1073741824 1073778376 140733357428976 139967251834408 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 300.55
Current children cumulated vsize (KiB) 3024420

[startup+296.701 s]
/proc/loadavg: 1.97 1.98 1.99 4/213 29885
/proc/meminfo: memFree=26725528/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=3090984 CPUtime=301.35 cores=0,2,4,6
/proc/29864/stat : 29864 (java) S 29862 29864 28047 0 -1 4202496 23426 0 1 0 29974 161 0 0 20 0 20 0 335335354 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 140733357420112 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29864/statm: 772746 421565 2311 9 0 763167 0
[pid=29864/tid=29866] ppid=29862 vsize=3090984 CPUtime=290.46 cores=0,2,4,6
/proc/29864/task/29866/stat : 29866 (java) S 29862 29864 28047 0 -1 4202560 3324 0 1 0 29035 11 0 0 20 0 20 0 335335355 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967482778808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29867] ppid=29862 vsize=3090984 CPUtime=0.37 cores=0,2,4,6
/proc/29864/task/29867/stat : 29867 (java) S 29862 29864 28047 0 -1 4202560 246 0 0 0 24 13 0 0 20 0 20 0 335335357 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967348513832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29868] ppid=29862 vsize=3090984 CPUtime=0.45 cores=0,2,4,6
/proc/29864/task/29868/stat : 29868 (java) S 29862 29864 28047 0 -1 4202560 317 0 0 0 26 19 0 0 20 0 20 0 335335357 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967279917992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29869] ppid=29862 vsize=3090984 CPUtime=0.62 cores=0,2,4,6
/proc/29864/task/29869/stat : 29869 (java) S 29862 29864 28047 0 -1 4202560 432 0 0 0 37 25 0 0 20 0 20 0 335335357 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967278865192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29870] ppid=29862 vsize=3090984 CPUtime=0.44 cores=0,2,4,6
/proc/29864/task/29870/stat : 29870 (java) S 29862 29864 28047 0 -1 4202560 237 0 0 0 31 13 0 0 20 0 20 0 335335357 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967277812392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29871] ppid=29862 vsize=3090984 CPUtime=0.5 cores=0,2,4,6
/proc/29864/task/29871/stat : 29871 (java) S 29862 29864 28047 0 -1 4202560 325 0 0 0 34 16 0 0 20 0 20 0 335335357 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967276759592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29872] ppid=29862 vsize=3090984 CPUtime=0.56 cores=0,2,4,6
/proc/29864/task/29872/stat : 29872 (java) S 29862 29864 28047 0 -1 4202560 281 0 0 0 40 16 0 0 20 0 20 0 335335357 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967275706792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29873] ppid=29862 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/29864/task/29873/stat : 29873 (java) S 29862 29864 28047 0 -1 4202560 382 0 0 0 37 22 0 0 20 0 20 0 335335357 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967274653992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29874] ppid=29862 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/29864/task/29874/stat : 29874 (java) S 29862 29864 28047 0 -1 4202560 361 0 0 0 38 21 0 0 20 0 20 0 335335357 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967273601192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29875] ppid=29862 vsize=3090984 CPUtime=4.32 cores=0,2,4,6
/proc/29864/task/29875/stat : 29875 (java) R 29862 29864 28047 0 -1 4202560 73 0 0 0 432 0 0 0 20 0 20 0 335335358 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967261404296 245293924704 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29876] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29876/stat : 29876 (java) S 29862 29864 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 335335358 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967260350200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29877] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29877/stat : 29877 (java) S 29862 29864 28047 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 335335358 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967259297288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29878] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29878/stat : 29878 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335335361 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967258245776 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29879] ppid=29862 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/29864/task/29879/stat : 29879 (java) S 29862 29864 28047 0 -1 4202560 3626 0 0 0 59 0 0 0 20 0 20 0 335335361 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967257192888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29880] ppid=29862 vsize=3090984 CPUtime=0.88 cores=0,2,4,6
/proc/29864/task/29880/stat : 29880 (java) S 29862 29864 28047 0 -1 4202560 12595 0 0 0 84 4 0 0 20 0 20 0 335335361 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967256140088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29881] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29881/stat : 29881 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335335361 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967255087480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29882] ppid=29862 vsize=3090984 CPUtime=0.1 cores=0,2,4,6
/proc/29864/task/29882/stat : 29882 (java) S 29862 29864 28047 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 20 0 335335361 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967254034888 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29884] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29884/stat : 29884 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335335441 3165167616 421565 33554432000 1073741824 1073778376 140733357428976 139967251834408 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 301.35
Current children cumulated vsize (KiB) 3090984

[startup+297.501 s]
/proc/loadavg: 1.97 1.98 1.99 4/214 29886
/proc/meminfo: memFree=26725396/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=3090984 CPUtime=302.15 cores=0,2,4,6
/proc/29864/stat : 29864 (java) S 29862 29864 28047 0 -1 4202496 23438 0 1 0 30054 161 0 0 20 0 20 0 335335354 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 140733357420112 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29864/statm: 772746 421566 2311 9 0 763167 0
[pid=29864/tid=29866] ppid=29862 vsize=3090984 CPUtime=290.46 cores=0,2,4,6
/proc/29864/task/29866/stat : 29866 (java) S 29862 29864 28047 0 -1 4202560 3324 0 1 0 29035 11 0 0 20 0 20 0 335335355 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967482778808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29867] ppid=29862 vsize=3090984 CPUtime=0.37 cores=0,2,4,6
/proc/29864/task/29867/stat : 29867 (java) S 29862 29864 28047 0 -1 4202560 246 0 0 0 24 13 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967348513832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29868] ppid=29862 vsize=3090984 CPUtime=0.45 cores=0,2,4,6
/proc/29864/task/29868/stat : 29868 (java) S 29862 29864 28047 0 -1 4202560 317 0 0 0 26 19 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967279917992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29869] ppid=29862 vsize=3090984 CPUtime=0.62 cores=0,2,4,6
/proc/29864/task/29869/stat : 29869 (java) S 29862 29864 28047 0 -1 4202560 432 0 0 0 37 25 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967278865192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29870] ppid=29862 vsize=3090984 CPUtime=0.44 cores=0,2,4,6
/proc/29864/task/29870/stat : 29870 (java) S 29862 29864 28047 0 -1 4202560 237 0 0 0 31 13 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967277812392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29871] ppid=29862 vsize=3090984 CPUtime=0.5 cores=0,2,4,6
/proc/29864/task/29871/stat : 29871 (java) S 29862 29864 28047 0 -1 4202560 325 0 0 0 34 16 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967276759592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29872] ppid=29862 vsize=3090984 CPUtime=0.56 cores=0,2,4,6
/proc/29864/task/29872/stat : 29872 (java) S 29862 29864 28047 0 -1 4202560 281 0 0 0 40 16 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967275706792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29873] ppid=29862 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/29864/task/29873/stat : 29873 (java) S 29862 29864 28047 0 -1 4202560 382 0 0 0 37 22 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967274653992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29874] ppid=29862 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/29864/task/29874/stat : 29874 (java) S 29862 29864 28047 0 -1 4202560 361 0 0 0 38 21 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967273601192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29875] ppid=29862 vsize=3090984 CPUtime=5.12 cores=0,2,4,6
/proc/29864/task/29875/stat : 29875 (java) R 29862 29864 28047 0 -1 4202560 74 0 0 0 512 0 0 0 20 0 20 0 335335358 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967261404296 139967486914909 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29876] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29876/stat : 29876 (java) S 29862 29864 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 335335358 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967260350200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29877] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29877/stat : 29877 (java) S 29862 29864 28047 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 335335358 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967259297288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29878] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29878/stat : 29878 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335335361 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967258245776 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29879] ppid=29862 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/29864/task/29879/stat : 29879 (java) S 29862 29864 28047 0 -1 4202560 3626 0 0 0 59 0 0 0 20 0 20 0 335335361 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967257192888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29880] ppid=29862 vsize=3090984 CPUtime=0.88 cores=0,2,4,6
/proc/29864/task/29880/stat : 29880 (java) S 29862 29864 28047 0 -1 4202560 12595 0 0 0 84 4 0 0 20 0 20 0 335335361 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967256140088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29881] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29881/stat : 29881 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335335361 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967255087480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29882] ppid=29862 vsize=3090984 CPUtime=0.1 cores=0,2,4,6
/proc/29864/task/29882/stat : 29882 (java) S 29862 29864 28047 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 20 0 335335361 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967254034888 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29884] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29884/stat : 29884 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335335441 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967251834408 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29886] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29886/stat : 29886 (java) S 29862 29864 28047 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 20 0 335364982 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967250780840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 302.15
Current children cumulated vsize (KiB) 3090984

[startup+297.901 s]
/proc/loadavg: 1.97 1.98 1.99 4/214 29886
/proc/meminfo: memFree=26725396/32873844 swapFree=7372/7372
[pid=29864] ppid=29862 vsize=3090984 CPUtime=302.55 cores=0,2,4,6
/proc/29864/stat : 29864 (java) S 29862 29864 28047 0 -1 4202496 23443 0 1 0 30094 161 0 0 20 0 20 0 335335354 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 140733357420112 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29864/statm: 772746 421566 2311 9 0 763167 0
[pid=29864/tid=29866] ppid=29862 vsize=3090984 CPUtime=290.46 cores=0,2,4,6
/proc/29864/task/29866/stat : 29866 (java) S 29862 29864 28047 0 -1 4202560 3324 0 1 0 29035 11 0 0 20 0 20 0 335335355 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967482778808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29867] ppid=29862 vsize=3090984 CPUtime=0.37 cores=0,2,4,6
/proc/29864/task/29867/stat : 29867 (java) S 29862 29864 28047 0 -1 4202560 246 0 0 0 24 13 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967348513832 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29868] ppid=29862 vsize=3090984 CPUtime=0.45 cores=0,2,4,6
/proc/29864/task/29868/stat : 29868 (java) S 29862 29864 28047 0 -1 4202560 317 0 0 0 26 19 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967279917992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29869] ppid=29862 vsize=3090984 CPUtime=0.62 cores=0,2,4,6
/proc/29864/task/29869/stat : 29869 (java) S 29862 29864 28047 0 -1 4202560 432 0 0 0 37 25 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967278865192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29870] ppid=29862 vsize=3090984 CPUtime=0.44 cores=0,2,4,6
/proc/29864/task/29870/stat : 29870 (java) S 29862 29864 28047 0 -1 4202560 237 0 0 0 31 13 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967277812392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29871] ppid=29862 vsize=3090984 CPUtime=0.5 cores=0,2,4,6
/proc/29864/task/29871/stat : 29871 (java) S 29862 29864 28047 0 -1 4202560 325 0 0 0 34 16 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967276759592 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29872] ppid=29862 vsize=3090984 CPUtime=0.56 cores=0,2,4,6
/proc/29864/task/29872/stat : 29872 (java) S 29862 29864 28047 0 -1 4202560 281 0 0 0 40 16 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967275706792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29873] ppid=29862 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/29864/task/29873/stat : 29873 (java) S 29862 29864 28047 0 -1 4202560 382 0 0 0 37 22 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967274653992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29874] ppid=29862 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/29864/task/29874/stat : 29874 (java) S 29862 29864 28047 0 -1 4202560 361 0 0 0 38 21 0 0 20 0 20 0 335335357 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967273601192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29875] ppid=29862 vsize=3090984 CPUtime=5.51 cores=0,2,4,6
/proc/29864/task/29875/stat : 29875 (java) R 29862 29864 28047 0 -1 4202560 74 0 0 0 551 0 0 0 20 0 20 0 335335358 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967261404296 139967489633556 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29876] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29876/stat : 29876 (java) S 29862 29864 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 335335358 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967260350200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29864/tid=29877] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29877/stat : 29877 (java) S 29862 29864 28047 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 335335358 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967259297288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29878] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29878/stat : 29878 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335335361 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967258245776 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29879] ppid=29862 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/29864/task/29879/stat : 29879 (java) S 29862 29864 28047 0 -1 4202560 3626 0 0 0 59 0 0 0 20 0 20 0 335335361 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967257192888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29880] ppid=29862 vsize=3090984 CPUtime=0.88 cores=0,2,4,6
/proc/29864/task/29880/stat : 29880 (java) S 29862 29864 28047 0 -1 4202560 12595 0 0 0 84 4 0 0 20 0 20 0 335335361 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967256140088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29881] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29881/stat : 29881 (java) S 29862 29864 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335335361 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967255087480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29864/tid=29882] ppid=29862 vsize=3090984 CPUtime=0.1 cores=0,2,4,6
/proc/29864/task/29882/stat : 29882 (java) S 29862 29864 28047 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 20 0 335335361 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967254034888 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29864/tid=29884] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29884/stat : 29884 (java) S 29862 29864 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335335441 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967251834408 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29864/tid=29886] ppid=29862 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29864/task/29886/stat : 29886 (java) S 29862 29864 28047 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 20 0 335364982 3165167616 421566 33554432000 1073741824 1073778376 140733357428976 139967250780104 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 302.55
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29864 and gives
#  childrusage.ru_utime.tv_sec=300
#  childrusage.ru_utime.tv_usec=135372
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=792727
# CPU time returned by wait4() is 301.928
# while last known CPU time is 302.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 297.916
CPU time (s): 302.55
CPU user time (s): 300.94
CPU system time (s): 1.61
CPU usage (%): 101.555
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.135
system time used= 1.79273
maximum resident set size= 1691520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23447
page faults= 1
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6938
involuntary context switches= 1284

runsolver used 1.2808 second user time and 3.08153 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-03 04:54:28
IDJOB=3732869
IDBENCH=2223
IDSOLVER=2319
FILE ID=node109/3732869-1338692068
RUNJOBID= node109-1338678620-28066
PBS_JOBID= 14636704
Free space on /tmp= 70712 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.95:100.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732869-1338692068/watcher-3732869-1338692068 -o /tmp/evaluation-result-3732869-1338692068/solver-3732869-1338692068 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732869-1338692068.opb           

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

MD5SUM BENCH= 8ebfb10d75940bc93d5e7784548911ff
RANDOM SEED=1335329583

node109.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.264
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.52
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.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28408956 kB
Buffers:          340108 kB
Cached:          1565164 kB
SwapCached:          964 kB
Active:          2577136 kB
Inactive:        1007736 kB
Active(anon):    1674488 kB
Inactive(anon):     7844 kB
Active(file):     902648 kB
Inactive(file):   999892 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105532 kB
Dirty:              4324 kB
Writeback:             0 kB
AnonPages:       1687752 kB
Mapped:            18304 kB
Shmem:                 4 kB
Slab:             736264 kB
SReclaimable:     178600 kB
SUnreclaim:       557664 kB
KernelStack:        1600 kB
PageTables:         7516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1824992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 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= 70708 MiB
End job on node109 at 2012-06-03 04:59:26