Trace number 3735372

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-23? (exit code) 1278.91 1275.01

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
MD5SUMb25c647d77a62b252fd095c10d449861
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables116401
Total number of constraints347041
Number of constraints which are clauses347040
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1599470296
0.00/0.07	c Max memory 1607860224
0.00/0.07	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.10/0.10	--- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.10	c No reason simplification
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3735372-1338707077.opb
0.10/0.10	c reading problem ... 
4.60/3.50	c ... done. Wall clock time 3.405s.
4.60/3.50	c CPU time (experimental) 3.34s.
4.60/3.50	c #vars     116401
4.60/3.50	c #constraints  347042
1275.52/1271.70	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1275.52/1271.70		at java.math.BigInteger.subtract(BigInteger.java:1098)
1275.52/1271.70		at org.sat4j.minisat.constraints.pb.MaxWatchPb.propagate(Unknown Source)
1275.52/1271.70		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
1275.52/1271.70		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1275.52/1271.70		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1275.52/1271.70		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1275.52/1271.70		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1275.52/1271.70		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1275.52/1271.70		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1275.52/1271.70		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
1275.52/1271.70		at org.sat4j.AbstractLauncher.run(Unknown Source)
1275.52/1271.70		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
1277.91/1274.03	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1277.91/1274.03		at java.nio.CharBuffer.wrap(CharBuffer.java:350)
1277.91/1274.03		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:246)
1277.91/1274.03		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:106)
1277.91/1274.03		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:190)
1277.91/1274.03		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:111)
1277.91/1274.03		at java.io.BufferedWriter.flush(BufferedWriter.java:235)
1277.91/1274.03		at java.io.PrintWriter.newLine(PrintWriter.java:438)
1277.91/1274.03		at java.io.PrintWriter.println(PrintWriter.java:585)
1277.91/1274.03		at java.io.PrintWriter.println(PrintWriter.java:696)
1277.91/1274.03		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1277.91/1274.03		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1277.91/1274.03		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1277.91/1274.03		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1278.91/1275.00		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-3735372-1338707077/watcher-3735372-1338707077 -o /tmp/evaluation-result-3735372-1338707077/solver-3735372-1338707077 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3735372-1338707077.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.19 2.16 2.09 3/194 21648
/proc/meminfo: memFree=28575240/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 1165 0 0 0 0 0 0 0 20 0 2 0 336833389 91889664 885 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 22435 886 670 9 0 16770 0
[pid=21648/tid=21649] ppid=21646 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21646 21648 7849 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 336833390 91889664 894 33554432000 1073741824 1073778376 140736433119680 140736433108744 214360485159 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0171799 s]
/proc/loadavg: 2.19 2.16 2.09 3/194 21648
/proc/meminfo: memFree=28575240/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=2413132 CPUtime=0 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 3065 0 1 0 0 0 0 0 20 0 10 0 336833389 2471047168 2745 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 603283 2745 1006 9 0 594392 0
[pid=21648/tid=21649] ppid=21646 vsize=2413132 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21646 21648 7849 0 -1 4202560 1908 0 1 0 0 0 0 0 20 0 10 0 336833390 2471047168 2745 33554432000 1073741824 1073778376 140736433119680 140614283163600 140614285394313 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2413132

[startup+0.100253 s]
/proc/loadavg: 2.19 2.16 2.09 3/194 21648
/proc/meminfo: memFree=28575240/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 4930 0 1 0 9 1 0 0 20 0 18 0 336833389 3028844544 6640 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 739464 6640 2127 9 0 729885 0
[pid=21648/tid=21649] ppid=21646 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21646 21648 7849 0 -1 4202560 3028 0 1 0 6 1 0 0 20 0 18 0 336833390 3028844544 6640 33554432000 1073741824 1073778376 140736433119680 140614283154104 214373033229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.300212 s]
/proc/loadavg: 2.19 2.16 2.09 3/194 21648
/proc/meminfo: memFree=28575240/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 6444 0 1 0 45 2 0 0 20 0 18 0 336833389 3028844544 10562 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 739464 10562 2239 9 0 729885 0
[pid=21648/tid=21649] ppid=21646 vsize=2957856 CPUtime=0.27 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21646 21648 7849 0 -1 4202560 3066 0 1 0 26 1 0 0 20 0 18 0 336833390 3028844544 10562 33554432000 1073741824 1073778376 140736433119680 140614283148584 140614154860292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700296 s]
/proc/loadavg: 2.19 2.16 2.09 3/194 21648
/proc/meminfo: memFree=28575240/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=2957856 CPUtime=1.11 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 8637 0 1 0 106 5 0 0 20 0 18 0 336833389 3028844544 53355 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 739464 53355 2253 9 0 729885 0
[pid=21648/tid=21649] ppid=21646 vsize=2957856 CPUtime=0.67 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21646 21648 7849 0 -1 4202560 3147 0 1 0 63 4 0 0 20 0 18 0 336833390 3028844544 53355 33554432000 1073741824 1073778376 140736433119680 140614283148584 140614155352498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 2957856

[startup+1.50074 s]
/proc/loadavg: 2.19 2.16 2.09 3/212 21666
/proc/meminfo: memFree=28206660/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=2957856 CPUtime=2.05 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 8836 0 1 0 192 13 0 0 20 0 18 0 336833389 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 739464 117896 2269 9 0 729885 0
[pid=21648/tid=21649] ppid=21646 vsize=2957856 CPUtime=1.42 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21646 21648 7849 0 -1 4202560 3265 0 1 0 133 9 0 0 20 0 18 0 336833390 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140614283161320 140614155288522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21651] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21646 21648 7849 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 336833391 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140614149106728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21652] ppid=21646 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21646 21648 7849 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 336833391 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140614148053928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21653] ppid=21646 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21646 21648 7849 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 336833391 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140614147001128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21654] ppid=21646 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21646 21648 7849 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 336833391 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140614145948328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21655] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21646 21648 7849 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 336833391 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140614144895528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21656] ppid=21646 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21646 21648 7849 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 336833391 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140614143842728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21657] ppid=21646 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21646 21648 7849 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 336833391 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140613806713128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21658] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21646 21648 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 336833391 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140613805660328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21659] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) S 21646 21648 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 336833392 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140613793463272 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21660] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21646 21648 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 336833392 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140613792409336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21661] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21646 21648 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 336833392 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140613791356424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21662] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336833395 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140613790304912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21663] ppid=21646 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21646 21648 7849 0 -1 4202560 1788 0 0 0 20 0 0 0 20 0 18 0 336833395 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140613789252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21664] ppid=21646 vsize=2957856 CPUtime=0.21 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21646 21648 7849 0 -1 4202560 2517 0 0 0 21 0 0 0 20 0 18 0 336833395 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140613788199224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21665] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336833395 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140613787146616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21666] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336833395 3028844544 117896 33554432000 1073741824 1073778376 140736433119680 140613786094024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 2957856

[startup+3.10065 s]
/proc/loadavg: 2.19 2.16 2.09 3/212 21666
/proc/meminfo: memFree=28056288/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=2957856 CPUtime=3.93 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 8967 0 1 0 371 22 0 0 20 0 18 0 336833389 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 739464 131739 2270 9 0 729885 0
[pid=21648/tid=21649] ppid=21646 vsize=2957856 CPUtime=2.93 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21646 21648 7849 0 -1 4202560 3267 0 1 0 284 9 0 0 20 0 18 0 336833390 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140614283161400 140614154871683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21651] ppid=21646 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21646 21648 7849 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 336833391 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140614149106728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21652] ppid=21646 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21646 21648 7849 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 336833391 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140614148053928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21653] ppid=21646 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21646 21648 7849 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 18 0 336833391 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140614147001128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21654] ppid=21646 vsize=2957856 CPUtime=0.12 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21646 21648 7849 0 -1 4202560 56 0 0 0 9 3 0 0 20 0 18 0 336833391 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140614145948328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21655] ppid=21646 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21646 21648 7849 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 18 0 336833391 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140614144895528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21656] ppid=21646 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21646 21648 7849 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 336833391 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140614143842728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21657] ppid=21646 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21646 21648 7849 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 18 0 336833391 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140613806713128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21658] ppid=21646 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21646 21648 7849 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 336833391 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140613805660328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21659] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) S 21646 21648 7849 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 336833392 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140613793463272 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21660] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21646 21648 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 336833392 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140613792409336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21661] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21646 21648 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 336833392 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140613791356424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21662] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336833395 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140613790304912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21663] ppid=21646 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21646 21648 7849 0 -1 4202560 1788 0 0 0 20 0 0 0 20 0 18 0 336833395 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140613789252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21664] ppid=21646 vsize=2957856 CPUtime=0.24 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) R 21646 21648 7849 0 -1 4202560 2518 0 0 0 24 0 0 0 20 0 18 0 336833395 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140613788199104 140614289318528 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21665] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336833395 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140613787146616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21666] ppid=21646 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336833395 3028844544 131739 33554432000 1073741824 1073778376 140736433119680 140613786094024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 2957856

[startup+6.3006 s]
/proc/loadavg: 2.17 2.16 2.09 3/213 21667
/proc/meminfo: memFree=28047848/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=3024420 CPUtime=7.61 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 13008 0 1 0 738 23 0 0 20 0 19 0 336833389 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 756105 133645 2290 9 0 746526 0
[pid=21648/tid=21649] ppid=21646 vsize=3024420 CPUtime=6.12 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21646 21648 7849 0 -1 4202560 3281 0 1 0 603 9 0 0 20 0 19 0 336833390 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140614283162152 140614155567556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21651] ppid=21646 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21646 21648 7849 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 19 0 336833391 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140614149106728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21652] ppid=21646 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21646 21648 7849 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 336833391 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140614148053928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21653] ppid=21646 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21646 21648 7849 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 19 0 336833391 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140614147001128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21654] ppid=21646 vsize=3024420 CPUtime=0.12 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21646 21648 7849 0 -1 4202560 56 0 0 0 9 3 0 0 20 0 19 0 336833391 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140614145948328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21655] ppid=21646 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21646 21648 7849 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 19 0 336833391 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140614144895528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21656] ppid=21646 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21646 21648 7849 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 19 0 336833391 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140614143842728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21657] ppid=21646 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21646 21648 7849 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 19 0 336833391 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140613806713128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21658] ppid=21646 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21646 21648 7849 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 336833391 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140613805660328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21659] ppid=21646 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) S 21646 21648 7849 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 336833392 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140613793463272 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21660] ppid=21646 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21646 21648 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336833392 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140613792409336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21661] ppid=21646 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21646 21648 7849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336833392 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140613791356424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21662] ppid=21646 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336833395 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140613790304912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21663] ppid=21646 vsize=3024420 CPUtime=0.34 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21646 21648 7849 0 -1 4202560 2238 0 0 0 34 0 0 0 20 0 19 0 336833395 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140613789252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21664] ppid=21646 vsize=3024420 CPUtime=0.57 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21646 21648 7849 0 -1 4202560 6081 0 0 0 57 0 0 0 20 0 19 0 336833395 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140613788199224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21665] ppid=21646 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336833395 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140613787146616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21666] ppid=21646 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336833395 3097006080 133645 33554432000 1073741824 1073778376 140736433119680 140613786094024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/21648/task/21662/stat : 21662 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613790304912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21663] ppid=21646 vsize=3090984 CPUtime=0.44 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21646 21648 7849 0 -1 4202560 2921 0 0 0 44 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613789252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21664] ppid=21646 vsize=3090984 CPUtime=0.66 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21646 21648 7849 0 -1 4202560 6108 0 0 0 66 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613788199224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21665] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613787146616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21666] ppid=21646 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21646 21648 7849 0 -1 4202560 73 0 0 0 19 12 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613786094024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21667] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21667/stat : 21667 (java) S 21646 21648 7849 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336833746 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613783963304 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21739] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21739/stat : 21739 (java) S 21646 21648 7849 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 336960559 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613782909272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1278.21
Current children cumulated vsize (KiB) 3090984

[startup+1274.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 21739
/proc/meminfo: memFree=27279252/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=3090984 CPUtime=1278.61 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 15716 0 1 0 127680 181 0 0 20 0 20 0 336833389 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 772746 419932 2301 9 0 763167 0
[pid=21648/tid=21649] ppid=21646 vsize=3090984 CPUtime=1250.34 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) S 21646 21648 7849 0 -1 4202560 3351 0 1 0 125005 29 0 0 20 0 20 0 336833390 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614283162808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21651] ppid=21646 vsize=3090984 CPUtime=0.58 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21646 21648 7849 0 -1 4202560 310 0 0 0 32 26 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614149106728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21652] ppid=21646 vsize=3090984 CPUtime=0.3 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21646 21648 7849 0 -1 4202560 175 0 0 0 16 14 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614148053928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21653] ppid=21646 vsize=3090984 CPUtime=0.42 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21646 21648 7849 0 -1 4202560 237 0 0 0 22 20 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614147001128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21654] ppid=21646 vsize=3090984 CPUtime=0.35 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21646 21648 7849 0 -1 4202560 180 0 0 0 22 13 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614145948328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21655] ppid=21646 vsize=3090984 CPUtime=0.41 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21646 21648 7849 0 -1 4202560 212 0 0 0 24 17 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614144895528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21656] ppid=21646 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21646 21648 7849 0 -1 4202560 264 0 0 0 26 21 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614143842728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21657] ppid=21646 vsize=3090984 CPUtime=0.39 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21646 21648 7849 0 -1 4202560 200 0 0 0 23 16 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613806713128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21658] ppid=21646 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21646 21648 7849 0 -1 4202560 252 0 0 0 27 20 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613805660328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21659] ppid=21646 vsize=3090984 CPUtime=20.12 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) R 21646 21648 7849 0 -1 4202560 228 0 0 0 2004 8 0 0 20 0 20 0 336833392 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613793463432 140614289670216 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21660] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21646 21648 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 336833392 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613792409336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21661] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21646 21648 7849 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 336833392 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613791356424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21662] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613790304912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21663] ppid=21646 vsize=3090984 CPUtime=0.44 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21646 21648 7849 0 -1 4202560 2921 0 0 0 44 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613789252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21664] ppid=21646 vsize=3090984 CPUtime=0.66 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21646 21648 7849 0 -1 4202560 6108 0 0 0 66 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613788199224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21665] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613787146616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21666] ppid=21646 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21646 21648 7849 0 -1 4202560 73 0 0 0 19 12 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613786094024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21667] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21667/stat : 21667 (java) S 21646 21648 7849 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336833746 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613783963304 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21739] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21739/stat : 21739 (java) S 21646 21648 7849 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 336960559 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613782909704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1278.61
Current children cumulated vsize (KiB) 3090984

[startup+1274.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 21739
/proc/meminfo: memFree=27277204/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=3090984 CPUtime=1278.82 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 15717 0 1 0 127701 181 0 0 20 0 20 0 336833389 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 772746 419932 2301 9 0 763167 0
[pid=21648/tid=21649] ppid=21646 vsize=3090984 CPUtime=1250.34 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) S 21646 21648 7849 0 -1 4202560 3351 0 1 0 125005 29 0 0 20 0 20 0 336833390 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614283162808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21651] ppid=21646 vsize=3090984 CPUtime=0.58 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21646 21648 7849 0 -1 4202560 310 0 0 0 32 26 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614149106728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21652] ppid=21646 vsize=3090984 CPUtime=0.3 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21646 21648 7849 0 -1 4202560 175 0 0 0 16 14 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614148053928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21653] ppid=21646 vsize=3090984 CPUtime=0.42 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21646 21648 7849 0 -1 4202560 237 0 0 0 22 20 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614147001128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21654] ppid=21646 vsize=3090984 CPUtime=0.35 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21646 21648 7849 0 -1 4202560 180 0 0 0 22 13 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614145948328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21655] ppid=21646 vsize=3090984 CPUtime=0.41 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21646 21648 7849 0 -1 4202560 212 0 0 0 24 17 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614144895528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21656] ppid=21646 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21646 21648 7849 0 -1 4202560 264 0 0 0 26 21 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614143842728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21657] ppid=21646 vsize=3090984 CPUtime=0.39 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21646 21648 7849 0 -1 4202560 200 0 0 0 23 16 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613806713128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21658] ppid=21646 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21646 21648 7849 0 -1 4202560 252 0 0 0 27 20 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613805660328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21659] ppid=21646 vsize=3090984 CPUtime=20.33 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) R 21646 21648 7849 0 -1 4202560 228 0 0 0 2025 8 0 0 20 0 20 0 336833392 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613793463432 140614289669942 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21660] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21646 21648 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 336833392 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613792409336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21661] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21646 21648 7849 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 336833392 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613791356424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21662] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613790304912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21663] ppid=21646 vsize=3090984 CPUtime=0.44 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21646 21648 7849 0 -1 4202560 2921 0 0 0 44 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613789252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21664] ppid=21646 vsize=3090984 CPUtime=0.66 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21646 21648 7849 0 -1 4202560 6108 0 0 0 66 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613788199224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21665] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613787146616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21666] ppid=21646 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21646 21648 7849 0 -1 4202560 73 0 0 0 19 12 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613786094024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21667] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21667/stat : 21667 (java) S 21646 21648 7849 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336833746 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613783963304 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21739] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21739/stat : 21739 (java) S 21646 21648 7849 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 336960559 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613782908808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1278.82
Current children cumulated vsize (KiB) 3090984

[startup+1275 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 21739
/proc/meminfo: memFree=27277204/32873844 swapFree=7632/7632
[pid=21648] ppid=21646 vsize=3090984 CPUtime=1278.91 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21646 21648 7849 0 -1 4202496 15717 0 1 0 127710 181 0 0 20 0 20 0 336833389 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140736433110816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 772746 419932 2301 9 0 763167 0
[pid=21648/tid=21649] ppid=21646 vsize=3090984 CPUtime=1250.34 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) S 21646 21648 7849 0 -1 4202560 3351 0 1 0 125005 29 0 0 20 0 20 0 336833390 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614283162808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21651] ppid=21646 vsize=3090984 CPUtime=0.58 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21646 21648 7849 0 -1 4202560 310 0 0 0 32 26 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614149106728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21652] ppid=21646 vsize=3090984 CPUtime=0.3 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21646 21648 7849 0 -1 4202560 175 0 0 0 16 14 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614148053928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21653] ppid=21646 vsize=3090984 CPUtime=0.42 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21646 21648 7849 0 -1 4202560 237 0 0 0 22 20 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614147001128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21654] ppid=21646 vsize=3090984 CPUtime=0.35 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21646 21648 7849 0 -1 4202560 180 0 0 0 22 13 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614145948328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21655] ppid=21646 vsize=3090984 CPUtime=0.41 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21646 21648 7849 0 -1 4202560 212 0 0 0 24 17 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614144895528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21656] ppid=21646 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21646 21648 7849 0 -1 4202560 264 0 0 0 26 21 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140614143842728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21657] ppid=21646 vsize=3090984 CPUtime=0.39 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21646 21648 7849 0 -1 4202560 200 0 0 0 23 16 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613806713128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21658] ppid=21646 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21646 21648 7849 0 -1 4202560 252 0 0 0 27 20 0 0 20 0 20 0 336833391 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613805660328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21659] ppid=21646 vsize=3090984 CPUtime=20.42 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) R 21646 21648 7849 0 -1 4202560 228 0 0 0 2034 8 0 0 20 0 20 0 336833392 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613793463432 140614289286545 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21660] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21646 21648 7849 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 336833392 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613792409336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21661] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21646 21648 7849 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 336833392 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613791356424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21662] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613790304912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21663] ppid=21646 vsize=3090984 CPUtime=0.44 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21646 21648 7849 0 -1 4202560 2921 0 0 0 44 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613789252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21664] ppid=21646 vsize=3090984 CPUtime=0.66 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21646 21648 7849 0 -1 4202560 6108 0 0 0 66 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613788199224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21665] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21646 21648 7849 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613787146616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21666] ppid=21646 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21646 21648 7849 0 -1 4202560 73 0 0 0 19 12 0 0 20 0 20 0 336833395 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613786094024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21667] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21667/stat : 21667 (java) S 21646 21648 7849 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336833746 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613783963304 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21739] ppid=21646 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21739/stat : 21739 (java) S 21646 21648 7849 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 336960559 3165167616 419932 33554432000 1073741824 1073778376 140736433119680 140613782908808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1278.91
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21648 and gives
#  childrusage.ru_utime.tv_sec=1273
#  childrusage.ru_utime.tv_usec=728363
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=100680
# CPU time returned by wait4() is 1275.83
# while last known CPU time is 1278.91
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1275.01
CPU time (s): 1278.91
CPU user time (s): 1277.1
CPU system time (s): 1.81
CPU usage (%): 100.306
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1273.73
system time used= 2.10068
maximum resident set size= 1679732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15722
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27373
involuntary context switches= 6783

runsolver used 2.94855 second user time and 6.05108 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 09:04:38
IDJOB=3735372
IDBENCH=3006
IDSOLVER=2319
FILE ID=node130/3735372-1338707077
RUNJOBID= node130-1338679215-16920
PBS_JOBID= 14636683
Free space on /tmp= 70956 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735372-1338707077/watcher-3735372-1338707077 -o /tmp/evaluation-result-3735372-1338707077/solver-3735372-1338707077 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3735372-1338707077.opb           

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

MD5SUM BENCH= b25c647d77a62b252fd095c10d449861
RANDOM SEED=2090611639

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28575636 kB
Buffers:          414620 kB
Cached:          2415276 kB
SwapCached:         4256 kB
Active:          1694180 kB
Inactive:        1713056 kB
Active(anon):     569656 kB
Inactive(anon):     8128 kB
Active(file):    1124524 kB
Inactive(file):  1704928 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:             26416 kB
Writeback:            16 kB
AnonPages:        608796 kB
Mapped:            17592 kB
Shmem:                 4 kB
Slab:             723572 kB
SReclaimable:     164488 kB
SUnreclaim:       559084 kB
KernelStack:        1592 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 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= 70952 MiB
End job on node130 at 2012-06-03 09:25:53