Trace number 3737456

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) 550.15 542.15

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_4.opb
MD5SUM169f1f6799c5c0fd2a1b0aca08165f42
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-58
Best CPU time to get the best result obtained on this benchmark1796.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

Quality of the solution as a function of time


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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.1.1.v20090612
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version	1.6.0_24
0.04/0.09	c os.name	Linux
0.04/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch	amd64
0.04/0.09	c Free memory 1299577560
0.04/0.09	c Max memory 1306394624
0.04/0.09	c Total memory 1306394624
0.04/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3737456-1338763531.opb
0.08/0.12	c reading problem ... 
0.88/0.63	c ... done. Wall clock time 0.509s.
0.88/0.63	c #vars     2924
0.88/0.63	c #constraints  5650
0.88/0.63	c constraints type 
0.88/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
0.88/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
0.88/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.88/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1.13/0.78	c SATISFIABLE
1.13/0.78	c OPTIMIZING...
1.13/0.78	c Got one! Elapsed wall clock time (in seconds):0.667
1.13/0.78	o -26
1.41/0.85	c Got one! Elapsed wall clock time (in seconds):0.737
1.41/0.85	o -27
1.41/0.88	c Got one! Elapsed wall clock time (in seconds):0.763
1.41/0.88	o -29
1.61/0.96	c Got one! Elapsed wall clock time (in seconds):0.84
1.61/0.96	o -30
1.77/1.05	c Got one! Elapsed wall clock time (in seconds):0.934
1.77/1.05	o -31
1.89/1.13	c Got one! Elapsed wall clock time (in seconds):1.015
1.89/1.13	o -33
1.99/1.22	c Got one! Elapsed wall clock time (in seconds):1.103
1.99/1.22	o -34
2.20/1.40	c Got one! Elapsed wall clock time (in seconds):1.283
2.20/1.40	o -35
2.20/1.44	c Got one! Elapsed wall clock time (in seconds):1.324
2.20/1.44	o -36
2.40/1.64	c Got one! Elapsed wall clock time (in seconds):1.524
2.40/1.64	o -37
2.51/1.72	c Got one! Elapsed wall clock time (in seconds):1.603
2.51/1.72	o -40
5.98/5.10	c Got one! Elapsed wall clock time (in seconds):4.984
5.98/5.10	o -41
6.16/5.27	c Got one! Elapsed wall clock time (in seconds):5.148
6.16/5.27	o -42
212.94/208.67	c cleaning 361688 clauses out of 723501
418.94/411.98	c cleaning 340631 clauses out of 681317
546.35/538.32	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
546.35/538.32		at java.math.BigInteger.subtract(BigInteger.java:1098)
546.35/538.32		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
546.35/538.32		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
546.35/538.32		at org.sat4j.minisat.core.Solver.search(Unknown Source)
546.35/538.32		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
546.35/538.32		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
546.35/538.32		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
546.35/538.32		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
546.35/538.32		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
546.35/538.32		at org.sat4j.AbstractLauncher.run(Unknown Source)
546.35/538.32		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
547.85/539.83	c starts		: 69
548.25/540.23	c conflicts		: 1426583
550.15/542.14	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
550.15/542.14		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
550.15/542.14		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
550.15/542.14		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
550.15/542.14		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
550.15/542.14		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
550.15/542.14		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-3737456-1338763531/watcher-3737456-1338763531 -o /tmp/evaluation-result-3737456-1338763531/solver-3737456-1338763531 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737456-1338763531.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.06 2.03 3/196 30940
/proc/meminfo: memFree=26175056/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (java6) D 30938 30940 28535 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 342478401 9515008 182 33554432000 1073741824 1073778376 140735524179584 140735524170616 273589026485 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/30940/statm: 2323 182 140 9 0 71 0

[startup+0.0645631 s]
/proc/loadavg: 2.06 2.06 2.03 3/196 30940
/proc/meminfo: memFree=26175056/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=2315716 CPUtime=0.04 cores=1,3,5,7
/proc/30940/stat : 30940 (java) S 30938 30940 28535 0 -1 4202496 3757 0 1 0 3 1 0 0 20 0 13 0 342478401 2371293184 4453 33554432000 1073741824 1073778376 140734072084816 140734072075952 273592385597 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30940/statm: 578929 4453 1709 9 0 569630 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2315716

[startup+0.100273 s]
/proc/loadavg: 2.06 2.06 2.03 3/196 30940
/proc/meminfo: memFree=26175056/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/30940/stat : 30940 (java) S 30938 30940 28535 0 -1 4202496 4546 0 1 0 7 1 0 0 20 0 18 0 342478401 2712133632 5753 33554432000 1073741824 1073778376 140734072084816 140734072075952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30940/statm: 662142 5758 2065 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300227 s]
/proc/loadavg: 2.06 2.06 2.03 3/196 30940
/proc/meminfo: memFree=26175056/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=2648568 CPUtime=0.42 cores=1,3,5,7
/proc/30940/stat : 30940 (java) S 30938 30940 28535 0 -1 4202496 6358 0 1 0 40 2 0 0 20 0 18 0 342478401 2712133632 8094 33554432000 1073741824 1073778376 140734072084816 140734072075952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30940/statm: 662142 8099 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2648568

[startup+0.700241 s]
/proc/loadavg: 2.06 2.06 2.03 3/196 30940
/proc/meminfo: memFree=26175056/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=2715132 CPUtime=1.13 cores=1,3,5,7
/proc/30940/stat : 30940 (java) S 30938 30940 28535 0 -1 4202496 9562 0 1 0 110 3 0 0 20 0 19 0 342478401 2780295168 12898 33554432000 1073741824 1073778376 140734072084816 140734072075952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30940/statm: 678783 12898 2244 9 0 669476 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 2715132

[startup+1.50074 s]
/proc/loadavg: 2.13 2.07 2.03 3/215 30959
/proc/meminfo: memFree=26083128/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=2715132 CPUtime=2.3 cores=1,3,5,7
/proc/30940/stat : 30940 (java) S 30938 30940 28535 0 -1 4202496 10552 0 1 0 224 6 0 0 20 0 19 0 342478401 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140734072075952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30940/statm: 678783 57525 2253 9 0 669476 0
[pid=30940/tid=30942] ppid=30938 vsize=2715132 CPUtime=1.46 cores=1,3,5,7
/proc/30940/task/30942/stat : 30942 (java) R 30938 30940 28535 0 -1 4202560 2909 0 1 0 142 4 0 0 20 0 19 0 342478402 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140069360235176 140069232412224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30943] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30943/stat : 30943 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140069227174440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30944] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30944/stat : 30944 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140069226121640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30945] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30945/stat : 30945 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140069225068840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30946] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30946/stat : 30946 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140069224016040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30947] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30947/stat : 30947 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140069222964264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30948] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30948/stat : 30948 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140069221911464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30949] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30949/stat : 30949 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140069220858664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30950] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30950/stat : 30950 (java) S 30938 30940 28535 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140069219805864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30951] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30951/stat : 30951 (java) S 30938 30940 28535 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342478405 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140068737374696 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30952] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30952/stat : 30952 (java) S 30938 30940 28535 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342478405 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140068736320760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30953] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30953/stat : 30953 (java) S 30938 30940 28535 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342478406 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140068735267848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30954] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30954/stat : 30954 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478408 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140068734216336 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30955] ppid=30938 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/30940/task/30955/stat : 30955 (java) S 30938 30940 28535 0 -1 4202560 2726 0 0 0 36 2 0 0 20 0 19 0 342478408 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140068733164472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30956] ppid=30938 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/30940/task/30956/stat : 30956 (java) S 30938 30940 28535 0 -1 4202560 3721 0 0 0 43 0 0 0 20 0 19 0 342478408 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140068732111672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30957] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30957/stat : 30957 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478408 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140068731059064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30958] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30958/stat : 30958 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478408 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140068730006472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30959] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30959/stat : 30959 (java) S 30938 30940 28535 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342478465 2780295168 57525 33554432000 1073741824 1073778376 140734072084816 140068728951976 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 2715132

[startup+3.10074 s]
/proc/loadavg: 2.13 2.07 2.03 3/215 30959
/proc/meminfo: memFree=25832280/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=2715132 CPUtime=3.97 cores=1,3,5,7
/proc/30940/stat : 30940 (java) S 30938 30940 28535 0 -1 4202496 10669 0 1 0 386 11 0 0 20 0 19 0 342478401 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140734072075952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30940/statm: 678783 93904 2267 9 0 669476 0
[pid=30940/tid=30942] ppid=30938 vsize=2715132 CPUtime=3.05 cores=1,3,5,7
/proc/30940/task/30942/stat : 30942 (java) R 30938 30940 28535 0 -1 4202560 2981 0 1 0 297 8 0 0 20 0 19 0 342478402 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140069360235032 140069232378667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30943] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30943/stat : 30943 (java) S 30938 30940 28535 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140069227174440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30944] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30944/stat : 30944 (java) S 30938 30940 28535 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140069226121640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30945] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30945/stat : 30945 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140069225068840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30946] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30946/stat : 30946 (java) S 30938 30940 28535 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140069224016040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30947] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30947/stat : 30947 (java) S 30938 30940 28535 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140069222964264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30948] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30948/stat : 30948 (java) S 30938 30940 28535 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140069221911464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30949] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30949/stat : 30949 (java) S 30938 30940 28535 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140069220858664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30950] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30950/stat : 30950 (java) S 30938 30940 28535 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140069219805864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30951] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30951/stat : 30951 (java) S 30938 30940 28535 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342478405 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140068737374696 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30952] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30952/stat : 30952 (java) S 30938 30940 28535 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342478405 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140068736320760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30953] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30953/stat : 30953 (java) S 30938 30940 28535 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342478406 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140068735267848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30954] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30954/stat : 30954 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478408 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140068734216336 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30955] ppid=30938 vsize=2715132 CPUtime=0.4 cores=1,3,5,7
/proc/30940/task/30955/stat : 30955 (java) S 30938 30940 28535 0 -1 4202560 2729 0 0 0 38 2 0 0 20 0 19 0 342478408 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140068733164472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30956] ppid=30938 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/30940/task/30956/stat : 30956 (java) S 30938 30940 28535 0 -1 4202560 3726 0 0 0 46 0 0 0 20 0 19 0 342478408 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140068732111672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30957] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30957/stat : 30957 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478408 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140068731059064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30958] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30958/stat : 30958 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478408 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140068730006472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30959] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30959/stat : 30959 (java) S 30938 30940 28535 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342478465 2780295168 93904 33554432000 1073741824 1073778376 140734072084816 140068728951976 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 2715132

[startup+6.30079 s]
/proc/loadavg: 2.13 2.07 2.03 3/215 30959
/proc/meminfo: memFree=25807456/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=2715132 CPUtime=7.35 cores=1,3,5,7
/proc/30940/stat : 30940 (java) S 30938 30940 28535 0 -1 4202496 10960 0 1 0 720 15 0 0 20 0 19 0 342478401 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140734072075952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30940/statm: 678783 101016 2269 9 0 669476 0
[pid=30940/tid=30942] ppid=30938 vsize=2715132 CPUtime=6.21 cores=1,3,5,7
/proc/30940/task/30942/stat : 30942 (java) R 30938 30940 28535 0 -1 4202560 2984 0 1 0 613 8 0 0 20 0 19 0 342478402 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140069360233904 140069232438199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30943] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30943/stat : 30943 (java) S 30938 30940 28535 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140069227174440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30944] ppid=30938 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/30940/task/30944/stat : 30944 (java) S 30938 30940 28535 0 -1 4202560 18 0 0 0 0 2 0 0 20 0 19 0 342478404 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140069226121640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30945] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30945/stat : 30945 (java) S 30938 30940 28535 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140069225068840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30946] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30946/stat : 30946 (java) S 30938 30940 28535 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140069224016040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30947] ppid=30938 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/30940/task/30947/stat : 30947 (java) S 30938 30940 28535 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 19 0 342478404 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140069222964264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30948] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30948/stat : 30948 (java) S 30938 30940 28535 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140069221911464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30949] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30949/stat : 30949 (java) S 30938 30940 28535 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140069220858664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30950] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30950/stat : 30950 (java) S 30938 30940 28535 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342478404 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140069219805864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30951] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30951/stat : 30951 (java) S 30938 30940 28535 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342478405 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140068737374696 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30952] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30952/stat : 30952 (java) S 30938 30940 28535 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342478405 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140068736320760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30953] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30953/stat : 30953 (java) S 30938 30940 28535 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342478406 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140068735267848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30954] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30954/stat : 30954 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478408 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140068734216336 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30955] ppid=30938 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/30940/task/30955/stat : 30955 (java) S 30938 30940 28535 0 -1 4202560 2956 0 0 0 44 2 0 0 20 0 19 0 342478408 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140068733164472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30956] ppid=30938 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/30940/task/30956/stat : 30956 (java) S 30938 30940 28535 0 -1 4202560 3733 0 0 0 50 0 0 0 20 0 19 0 342478408 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140068732111672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30957] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30957/stat : 30957 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478408 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140068731059064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30958] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30958/stat : 30958 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342478408 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140068730006472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30959] ppid=30938 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30959/stat : 30959 (java) S 30938 30940 28535 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342478465 2780295168 101016 33554432000 1073741824 1073778376 140734072084816 140068728951976 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]

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

/proc/30940/task/30954/stat : 30954 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342478408 2848456704 342640 33554432000 1073741824 1073778376 140734072084816 140068734216336 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30955] ppid=30938 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/30940/task/30955/stat : 30955 (java) S 30938 30940 28535 0 -1 4202560 3175 0 0 0 59 2 0 0 20 0 20 0 342478408 2848456704 342640 33554432000 1073741824 1073778376 140734072084816 140068733164472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30956] ppid=30938 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/30940/task/30956/stat : 30956 (java) S 30938 30940 28535 0 -1 4202560 3740 0 0 0 57 0 0 0 20 0 20 0 342478408 2848456704 342640 33554432000 1073741824 1073778376 140734072084816 140068732111672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30957] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30957/stat : 30957 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342478408 2848456704 342640 33554432000 1073741824 1073778376 140734072084816 140068731059064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30958] ppid=30938 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/30940/task/30958/stat : 30958 (java) S 30938 30940 28535 0 -1 4202560 30 0 0 0 16 9 0 0 20 0 20 0 342478408 2848456704 342640 33554432000 1073741824 1073778376 140734072084816 140068730006472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30959] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30959/stat : 30959 (java) S 30938 30940 28535 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342478465 2848456704 342640 33554432000 1073741824 1073778376 140734072084816 140068728951976 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30965] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30965/stat : 30965 (java) S 30938 30940 28535 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342532234 2848456704 342640 33554432000 1073741824 1073778376 140734072084816 140068727898616 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 548.75
Current children cumulated vsize (KiB) 2781696

[startup+541.501 s]
/proc/loadavg: 2.02 2.06 2.02 3/216 30965
/proc/meminfo: memFree=24802564/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=2781696 CPUtime=549.55 cores=1,3,5,7
/proc/30940/stat : 30940 (java) S 30938 30940 28535 0 -1 4202496 14335 0 1 0 54828 127 0 0 20 0 20 0 342478401 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140734072075952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30940/statm: 695424 342641 2282 9 0 686117 0
[pid=30940/tid=30942] ppid=30938 vsize=2781696 CPUtime=509.75 cores=1,3,5,7
/proc/30940/task/30942/stat : 30942 (java) S 30938 30940 28535 0 -1 4202560 3084 0 1 0 50960 15 0 0 20 0 20 0 342478402 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069360235704 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30943] ppid=30938 vsize=2781696 CPUtime=1.14 cores=1,3,5,7
/proc/30940/task/30943/stat : 30943 (java) S 30938 30940 28535 0 -1 4202560 349 0 0 0 99 15 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069227174440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30944] ppid=30938 vsize=2781696 CPUtime=1.23 cores=1,3,5,7
/proc/30940/task/30944/stat : 30944 (java) S 30938 30940 28535 0 -1 4202560 321 0 0 0 109 14 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069226121640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30945] ppid=30938 vsize=2781696 CPUtime=1.1 cores=1,3,5,7
/proc/30940/task/30945/stat : 30945 (java) S 30938 30940 28535 0 -1 4202560 372 0 0 0 98 12 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069225068840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30946] ppid=30938 vsize=2781696 CPUtime=1.14 cores=1,3,5,7
/proc/30940/task/30946/stat : 30946 (java) S 30938 30940 28535 0 -1 4202560 434 0 0 0 101 13 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069224016040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30947] ppid=30938 vsize=2781696 CPUtime=1.24 cores=1,3,5,7
/proc/30940/task/30947/stat : 30947 (java) S 30938 30940 28535 0 -1 4202560 396 0 0 0 109 15 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069222964264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30948] ppid=30938 vsize=2781696 CPUtime=1.02 cores=1,3,5,7
/proc/30940/task/30948/stat : 30948 (java) S 30938 30940 28535 0 -1 4202560 299 0 0 0 91 11 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069221911464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30949] ppid=30938 vsize=2781696 CPUtime=1.21 cores=1,3,5,7
/proc/30940/task/30949/stat : 30949 (java) S 30938 30940 28535 0 -1 4202560 439 0 0 0 107 14 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069220858664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30950] ppid=30938 vsize=2781696 CPUtime=1.12 cores=1,3,5,7
/proc/30940/task/30950/stat : 30950 (java) S 30938 30940 28535 0 -1 4202560 386 0 0 0 99 13 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069219805864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30951] ppid=30938 vsize=2781696 CPUtime=27.74 cores=1,3,5,7
/proc/30940/task/30951/stat : 30951 (java) R 30938 30940 28535 0 -1 4202560 112 0 0 0 2770 4 0 0 20 0 20 0 342478405 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068737374856 140069362430072 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30952] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30952/stat : 30952 (java) S 30938 30940 28535 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342478405 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068736320760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30953] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30953/stat : 30953 (java) S 30938 30940 28535 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342478406 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068735267848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30954] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30954/stat : 30954 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068734216336 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30955] ppid=30938 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/30940/task/30955/stat : 30955 (java) S 30938 30940 28535 0 -1 4202560 3175 0 0 0 59 2 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068733164472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30956] ppid=30938 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/30940/task/30956/stat : 30956 (java) S 30938 30940 28535 0 -1 4202560 3740 0 0 0 57 0 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068732111672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30957] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30957/stat : 30957 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068731059064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30958] ppid=30938 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/30940/task/30958/stat : 30958 (java) S 30938 30940 28535 0 -1 4202560 30 0 0 0 16 9 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068730006472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30959] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30959/stat : 30959 (java) S 30938 30940 28535 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342478465 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068728951976 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30965] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30965/stat : 30965 (java) S 30938 30940 28535 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 342532234 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068727898200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 549.55
Current children cumulated vsize (KiB) 2781696

[startup+541.901 s]
/proc/loadavg: 2.02 2.06 2.02 3/216 30965
/proc/meminfo: memFree=24802564/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=2781696 CPUtime=549.95 cores=1,3,5,7
/proc/30940/stat : 30940 (java) S 30938 30940 28535 0 -1 4202496 14335 0 1 0 54868 127 0 0 20 0 20 0 342478401 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140734072075952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30940/statm: 695424 342641 2282 9 0 686117 0
[pid=30940/tid=30942] ppid=30938 vsize=2781696 CPUtime=509.75 cores=1,3,5,7
/proc/30940/task/30942/stat : 30942 (java) S 30938 30940 28535 0 -1 4202560 3084 0 1 0 50960 15 0 0 20 0 20 0 342478402 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069360235704 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30943] ppid=30938 vsize=2781696 CPUtime=1.14 cores=1,3,5,7
/proc/30940/task/30943/stat : 30943 (java) S 30938 30940 28535 0 -1 4202560 349 0 0 0 99 15 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069227174440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30944] ppid=30938 vsize=2781696 CPUtime=1.23 cores=1,3,5,7
/proc/30940/task/30944/stat : 30944 (java) S 30938 30940 28535 0 -1 4202560 321 0 0 0 109 14 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069226121640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30945] ppid=30938 vsize=2781696 CPUtime=1.1 cores=1,3,5,7
/proc/30940/task/30945/stat : 30945 (java) S 30938 30940 28535 0 -1 4202560 372 0 0 0 98 12 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069225068840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30946] ppid=30938 vsize=2781696 CPUtime=1.14 cores=1,3,5,7
/proc/30940/task/30946/stat : 30946 (java) S 30938 30940 28535 0 -1 4202560 434 0 0 0 101 13 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069224016040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30947] ppid=30938 vsize=2781696 CPUtime=1.24 cores=1,3,5,7
/proc/30940/task/30947/stat : 30947 (java) S 30938 30940 28535 0 -1 4202560 396 0 0 0 109 15 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069222964264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30948] ppid=30938 vsize=2781696 CPUtime=1.02 cores=1,3,5,7
/proc/30940/task/30948/stat : 30948 (java) S 30938 30940 28535 0 -1 4202560 299 0 0 0 91 11 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069221911464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30949] ppid=30938 vsize=2781696 CPUtime=1.21 cores=1,3,5,7
/proc/30940/task/30949/stat : 30949 (java) S 30938 30940 28535 0 -1 4202560 439 0 0 0 107 14 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069220858664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30950] ppid=30938 vsize=2781696 CPUtime=1.12 cores=1,3,5,7
/proc/30940/task/30950/stat : 30950 (java) S 30938 30940 28535 0 -1 4202560 386 0 0 0 99 13 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069219805864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30951] ppid=30938 vsize=2781696 CPUtime=28.14 cores=1,3,5,7
/proc/30940/task/30951/stat : 30951 (java) R 30938 30940 28535 0 -1 4202560 112 0 0 0 2810 4 0 0 20 0 20 0 342478405 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068737374856 140069364396322 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30952] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30952/stat : 30952 (java) S 30938 30940 28535 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342478405 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068736320760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30953] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30953/stat : 30953 (java) S 30938 30940 28535 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342478406 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068735267848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30954] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30954/stat : 30954 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068734216336 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30955] ppid=30938 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/30940/task/30955/stat : 30955 (java) S 30938 30940 28535 0 -1 4202560 3175 0 0 0 59 2 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068733164472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30956] ppid=30938 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/30940/task/30956/stat : 30956 (java) S 30938 30940 28535 0 -1 4202560 3740 0 0 0 57 0 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068732111672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30957] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30957/stat : 30957 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068731059064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30958] ppid=30938 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/30940/task/30958/stat : 30958 (java) S 30938 30940 28535 0 -1 4202560 30 0 0 0 16 9 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068730006472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30959] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30959/stat : 30959 (java) S 30938 30940 28535 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342478465 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068728951976 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30965] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30965/stat : 30965 (java) S 30938 30940 28535 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 342532234 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068727898200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 549.95
Current children cumulated vsize (KiB) 2781696

[startup+542.101 s]
/proc/loadavg: 2.02 2.06 2.02 3/216 30965
/proc/meminfo: memFree=24802564/32873844 swapFree=7112/7112
[pid=30940] ppid=30938 vsize=2781696 CPUtime=550.15 cores=1,3,5,7
/proc/30940/stat : 30940 (java) S 30938 30940 28535 0 -1 4202496 14335 0 1 0 54888 127 0 0 20 0 20 0 342478401 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140734072075952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30940/statm: 695424 342641 2282 9 0 686117 0
[pid=30940/tid=30942] ppid=30938 vsize=2781696 CPUtime=509.75 cores=1,3,5,7
/proc/30940/task/30942/stat : 30942 (java) S 30938 30940 28535 0 -1 4202560 3084 0 1 0 50960 15 0 0 20 0 20 0 342478402 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069360235704 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30943] ppid=30938 vsize=2781696 CPUtime=1.14 cores=1,3,5,7
/proc/30940/task/30943/stat : 30943 (java) S 30938 30940 28535 0 -1 4202560 349 0 0 0 99 15 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069227174440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30944] ppid=30938 vsize=2781696 CPUtime=1.23 cores=1,3,5,7
/proc/30940/task/30944/stat : 30944 (java) S 30938 30940 28535 0 -1 4202560 321 0 0 0 109 14 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069226121640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30945] ppid=30938 vsize=2781696 CPUtime=1.1 cores=1,3,5,7
/proc/30940/task/30945/stat : 30945 (java) S 30938 30940 28535 0 -1 4202560 372 0 0 0 98 12 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069225068840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30946] ppid=30938 vsize=2781696 CPUtime=1.14 cores=1,3,5,7
/proc/30940/task/30946/stat : 30946 (java) S 30938 30940 28535 0 -1 4202560 434 0 0 0 101 13 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069224016040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30947] ppid=30938 vsize=2781696 CPUtime=1.24 cores=1,3,5,7
/proc/30940/task/30947/stat : 30947 (java) S 30938 30940 28535 0 -1 4202560 396 0 0 0 109 15 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069222964264 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30948] ppid=30938 vsize=2781696 CPUtime=1.02 cores=1,3,5,7
/proc/30940/task/30948/stat : 30948 (java) S 30938 30940 28535 0 -1 4202560 299 0 0 0 91 11 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069221911464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30949] ppid=30938 vsize=2781696 CPUtime=1.21 cores=1,3,5,7
/proc/30940/task/30949/stat : 30949 (java) S 30938 30940 28535 0 -1 4202560 439 0 0 0 107 14 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069220858664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30950] ppid=30938 vsize=2781696 CPUtime=1.12 cores=1,3,5,7
/proc/30940/task/30950/stat : 30950 (java) S 30938 30940 28535 0 -1 4202560 386 0 0 0 99 13 0 0 20 0 20 0 342478404 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140069219805864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30951] ppid=30938 vsize=2781696 CPUtime=28.34 cores=1,3,5,7
/proc/30940/task/30951/stat : 30951 (java) R 30938 30940 28535 0 -1 4202560 112 0 0 0 2830 4 0 0 20 0 20 0 342478405 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068737374856 273588699461 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30952] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30952/stat : 30952 (java) S 30938 30940 28535 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342478405 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068736320760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30940/tid=30953] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30953/stat : 30953 (java) S 30938 30940 28535 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 342478406 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068735267848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30954] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30954/stat : 30954 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068734216336 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30955] ppid=30938 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/30940/task/30955/stat : 30955 (java) S 30938 30940 28535 0 -1 4202560 3175 0 0 0 59 2 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068733164472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30956] ppid=30938 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/30940/task/30956/stat : 30956 (java) S 30938 30940 28535 0 -1 4202560 3740 0 0 0 57 0 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068732111672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30940/tid=30957] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30957/stat : 30957 (java) S 30938 30940 28535 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068731059064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30940/tid=30958] ppid=30938 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/30940/task/30958/stat : 30958 (java) S 30938 30940 28535 0 -1 4202560 30 0 0 0 16 9 0 0 20 0 20 0 342478408 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068730006472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30959] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30959/stat : 30959 (java) S 30938 30940 28535 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342478465 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068728951976 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30940/tid=30965] ppid=30938 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/30940/task/30965/stat : 30965 (java) S 30938 30940 28535 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 342532234 2848456704 342641 33554432000 1073741824 1073778376 140734072084816 140068727898200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 550.15
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30940 and gives
#  childrusage.ru_utime.tv_sec=547
#  childrusage.ru_utime.tv_usec=507766
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=501771
# CPU time returned by wait4() is 549.01
# while last known CPU time is 550.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 542.15
CPU time (s): 550.15
CPU user time (s): 548.88
CPU system time (s): 1.27
CPU usage (%): 101.476
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 547.508
system time used= 1.50177
maximum resident set size= 1370592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14347
page faults= 1
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13555
involuntary context switches= 10981

runsolver used 2.27265 second user time and 5.65814 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-04 00:45:31
IDJOB=3737456
IDBENCH=48240
IDSOLVER=2322
FILE ID=node132/3737456-1338763531
RUNJOBID= node132-1338736585-28552
PBS_JOBID= 14636761
Free space on /tmp= 71216 MiB

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

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

MD5SUM BENCH= 169f1f6799c5c0fd2a1b0aca08165f42
RANDOM SEED=829094804

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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		: 2666.832
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26175692 kB
Buffers:         1296944 kB
Cached:          3110752 kB
SwapCached:         2288 kB
Active:          3663792 kB
Inactive:        2116960 kB
Active(anon):    1363452 kB
Inactive(anon):     7108 kB
Active(file):    2300340 kB
Inactive(file):  2109852 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:                76 kB
Writeback:             0 kB
AnonPages:       1373432 kB
Mapped:            19268 kB
Shmem:                 8 kB
Slab:             776356 kB
SReclaimable:     217580 kB
SUnreclaim:       558776 kB
KernelStack:        1616 kB
PageTables:         6504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1516376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1323008 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= 71216 MiB
End job on node132 at 2012-06-04 00:54:33