Trace number 3735306

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? 738.351 734.862

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
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 constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.06	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.06	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.07	c Number of processors 8
0.00/0.09	--- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap
0.00/0.09	c No reason simplification
0.00/0.09	c --- End Solver configuration ---
0.10/0.21	c solving HOME/instance-3735306-1338706548.opb
0.10/0.21	c reading problem ... 
1.42/0.93	c ... done. Wall clock time 0.846s.
1.42/0.93	c CPU time (experimental) 0.91s.
1.42/0.93	c #vars     24751
1.42/0.93	c #constraints  73262
737.21/733.97	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
737.21/733.97		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
737.21/733.97		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
737.21/733.97		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
737.21/733.97		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
737.21/733.97		at org.sat4j.minisat.core.Solver.search(Unknown Source)
737.21/733.97		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
737.21/733.97		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
737.21/733.97		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
737.21/733.97		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
737.21/733.97		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
737.21/733.97		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
737.21/733.97		at org.sat4j.AbstractLauncher.run(Unknown Source)
737.21/733.97		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
738.11/734.85	c starts		: 12
738.11/734.85	c conflicts		: 25715
738.11/734.85	c decisions		: 41925
738.11/734.85	c propagations		: 5652187
738.11/734.85	c inspects		: 33878633
738.11/734.85	c learnt literals	: 0
738.11/734.85	c learnt binary clauses	: 0
738.11/734.85	c learnt ternary clauses	: 0
738.11/734.85	c learnt clauses	: 25714
738.11/734.85	c root simplifications	: 0
738.11/734.85	c removed literals (reason simplification)	: 0
738.11/734.85	c reason swapping (by a shorter reason)	: 0
738.11/734.85	c Calls to reduceDB	: 0
738.11/734.85	c speed (decisions/second)	: 57.1268563673451
738.11/734.85	c non guided choices	79
738.11/734.85	s UNKNOWN
738.11/734.85	c Total wall clock time (ms): 734.763

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-3735306-1338706548/watcher-3735306-1338706548 -o /tmp/evaluation-result-3735306-1338706548/solver-3735306-1338706548 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3735306-1338706548.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.98 2.06 2.02 2/194 3866
/proc/meminfo: memFree=26506444/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 1278 0 0 0 0 0 0 0 20 0 2 0 336780744 98570240 979 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 24065 979 745 9 0 16771 0
[pid=3866/tid=3867] ppid=3864 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) R 3864 3866 29837 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 336780744 98570240 979 33554432000 1073741824 1073778376 140736711789136 139789568417320 242167399808 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0101459 s]
/proc/loadavg: 1.98 2.06 2.02 2/194 3866
/proc/meminfo: memFree=26506444/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=1878320 CPUtime=0 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 1697 0 1 0 0 0 0 0 20 0 2 0 336780744 1923399680 1888 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 469580 1901 931 9 0 460689 0
[pid=3866/tid=3867] ppid=3864 vsize=1878320 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) R 3864 3866 29837 0 -1 4202560 573 0 1 0 0 0 0 0 20 0 2 0 336780744 1923399680 1911 33554432000 1073741824 1073778376 140736711789136 139789568424240 242167067419 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1878320

[startup+0.10018 s]
/proc/loadavg: 1.98 2.06 2.02 2/194 3866
/proc/meminfo: memFree=26506444/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 4939 0 1 0 9 1 0 0 20 0 18 0 336780744 3028844544 7148 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 739464 7148 2130 9 0 729885 0
[pid=3866/tid=3867] ppid=3864 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) R 3864 3866 29837 0 -1 4202560 3014 0 1 0 8 0 0 0 20 0 18 0 336780744 3028844544 7148 33554432000 1073741824 1073778376 140736711789136 139789568413792 139789391164974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.31893 s]
/proc/loadavg: 1.98 2.06 2.02 2/194 3866
/proc/meminfo: memFree=26506444/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=2957856 CPUtime=0.55 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 7586 0 1 0 53 2 0 0 20 0 18 0 336780744 3028844544 11351 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 739464 11355 2240 9 0 729885 0
[pid=3866/tid=3867] ppid=3864 vsize=2957856 CPUtime=0.29 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) R 3864 3866 29837 0 -1 4202560 3028 0 1 0 28 1 0 0 20 0 18 0 336780744 3028844544 11358 33554432000 1073741824 1073778376 140736711789136 139789568413776 139789391213938 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2957856

[startup+0.700202 s]
/proc/loadavg: 1.98 2.06 2.02 2/194 3866
/proc/meminfo: memFree=26506444/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=2957856 CPUtime=1.1 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 8295 0 1 0 106 4 0 0 20 0 18 0 336780744 3028844544 51775 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 739464 51775 2253 9 0 729885 0
[pid=3866/tid=3867] ppid=3864 vsize=2957856 CPUtime=0.67 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) R 3864 3866 29837 0 -1 4202560 3106 0 1 0 64 3 0 0 20 0 18 0 336780744 3028844544 51775 33554432000 1073741824 1073778376 140736711789136 139789568413872 139789391568700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2957856

[startup+1.50053 s]
/proc/loadavg: 2.14 2.09 2.03 4/213 3885
/proc/meminfo: memFree=26259932/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=3024420 CPUtime=2.37 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 13012 0 1 0 232 5 0 0 20 0 19 0 336780744 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 756105 64477 2275 9 0 746526 0
[pid=3866/tid=3867] ppid=3864 vsize=3024420 CPUtime=1.48 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) R 3864 3866 29837 0 -1 4202560 3163 0 1 0 143 5 0 0 20 0 19 0 336780744 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789568422440 139789391875484 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3869] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3869/stat : 3869 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789551848232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3870] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3870/stat : 3870 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789550795432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3871] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3871/stat : 3871 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789549743144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3872] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3872/stat : 3872 (java) S 3864 3866 29837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789548690344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3873] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789547637032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789546584232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789545531944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 29837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789544479144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3877/stat : 3877 (java) S 3864 3866 29837 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 336780746 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789532068584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 29837 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 336780747 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789531014648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336780747 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789529962248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789528910736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3881] ppid=3864 vsize=3024420 CPUtime=0.54 cores=0,2,4,6
/proc/3866/task/3881/stat : 3881 (java) S 3864 3866 29837 0 -1 4202560 5158 0 0 0 54 0 0 0 20 0 19 0 336780749 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789527857336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3882] ppid=3864 vsize=3024420 CPUtime=0.33 cores=0,2,4,6
/proc/3866/task/3882/stat : 3882 (java) S 3864 3866 29837 0 -1 4202560 3495 0 0 0 33 0 0 0 20 0 19 0 336780749 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789526804536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3883] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3883/stat : 3883 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789525752440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3884] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3884/stat : 3884 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789524699848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3885] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3885/stat : 3885 (java) S 3864 3866 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336780841 3097006080 64477 33554432000 1073741824 1073778376 140736711789136 139789522498984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 3024420

[startup+3.10054 s]
/proc/loadavg: 2.14 2.09 2.03 3/213 3885
/proc/meminfo: memFree=26254960/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=3024420 CPUtime=4.12 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 13815 0 1 0 407 5 0 0 20 0 19 0 336780744 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 756105 65580 2275 9 0 746526 0
[pid=3866/tid=3867] ppid=3864 vsize=3024420 CPUtime=3.08 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) R 3864 3866 29837 0 -1 4202560 3166 0 1 0 303 5 0 0 20 0 19 0 336780744 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789568422392 139789391872942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3869] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3869/stat : 3869 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789551848232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3870] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3870/stat : 3870 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789550795432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3871] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3871/stat : 3871 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789549743144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3872] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3872/stat : 3872 (java) S 3864 3866 29837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789548690344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3873] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789547637032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789546584232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789545531944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 29837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789544479144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3877/stat : 3877 (java) S 3864 3866 29837 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 336780746 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789532068584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 29837 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 336780747 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789531014648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336780747 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789529962248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789528910736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3881] ppid=3864 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/3866/task/3881/stat : 3881 (java) S 3864 3866 29837 0 -1 4202560 5158 0 0 0 61 0 0 0 20 0 19 0 336780749 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789527857336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3882] ppid=3864 vsize=3024420 CPUtime=0.41 cores=0,2,4,6
/proc/3866/task/3882/stat : 3882 (java) S 3864 3866 29837 0 -1 4202560 4294 0 0 0 41 0 0 0 20 0 19 0 336780749 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789526804536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3883] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3883/stat : 3883 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789525752440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3884] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3884/stat : 3884 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789524699848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3885] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3885/stat : 3885 (java) S 3864 3866 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336780841 3097006080 65580 33554432000 1073741824 1073778376 140736711789136 139789522498984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 3024420

[startup+6.30055 s]
/proc/loadavg: 2.14 2.09 2.03 3/213 3885
/proc/meminfo: memFree=26249196/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=3024420 CPUtime=7.37 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 13952 0 1 0 731 6 0 0 20 0 19 0 336780744 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 756105 66727 2275 9 0 746526 0
[pid=3866/tid=3867] ppid=3864 vsize=3024420 CPUtime=6.28 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) R 3864 3866 29837 0 -1 4202560 3172 0 1 0 623 5 0 0 20 0 19 0 336780744 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789568420224 139789391875192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3869] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3869/stat : 3869 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789551848232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3870] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3870/stat : 3870 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789550795432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3871] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3871/stat : 3871 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789549743144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3872] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3872/stat : 3872 (java) S 3864 3866 29837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789548690344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3873] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789547637032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789546584232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789545531944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 29837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 336780745 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789544479144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3877/stat : 3877 (java) S 3864 3866 29837 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 336780746 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789532068584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 29837 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 336780747 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789531014648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336780747 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789529962248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789528910736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3881] ppid=3864 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/3866/task/3881/stat : 3881 (java) S 3864 3866 29837 0 -1 4202560 5158 0 0 0 61 0 0 0 20 0 19 0 336780749 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789527857336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3882] ppid=3864 vsize=3024420 CPUtime=0.45 cores=0,2,4,6
/proc/3866/task/3882/stat : 3882 (java) S 3864 3866 29837 0 -1 4202560 4425 0 0 0 45 0 0 0 20 0 19 0 336780749 3097006080 66727 33554432000 1073741824 1073778376 140736711789136 139789526804536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/3866/task/3870/stat : 3870 (java) S 3864 3866 29837 0 -1 4202560 247 0 0 0 17 17 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789550795432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3871] ppid=3864 vsize=3024420 CPUtime=0.5 cores=0,2,4,6
/proc/3866/task/3871/stat : 3871 (java) S 3864 3866 29837 0 -1 4202560 367 0 0 0 28 22 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789549743144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3872] ppid=3864 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/3866/task/3872/stat : 3872 (java) S 3864 3866 29837 0 -1 4202560 217 0 0 0 14 13 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789548690344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3873] ppid=3864 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 29837 0 -1 4202560 374 0 0 0 24 23 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789547637032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 29837 0 -1 4202560 215 0 0 0 14 13 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789546584232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=3024420 CPUtime=0.35 cores=0,2,4,6
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 29837 0 -1 4202560 255 0 0 0 19 16 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789545531944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=3024420 CPUtime=0.3 cores=0,2,4,6
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 29837 0 -1 4202560 235 0 0 0 15 15 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789544479144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=3024420 CPUtime=2.8 cores=0,2,4,6
/proc/3866/task/3877/stat : 3877 (java) S 3864 3866 29837 0 -1 4202560 141 0 0 0 277 3 0 0 20 0 19 0 336780746 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789532068584 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 29837 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 336780747 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789531014648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 29837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336780747 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789529962248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789528910736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3881] ppid=3864 vsize=3024420 CPUtime=0.67 cores=0,2,4,6
/proc/3866/task/3881/stat : 3881 (java) S 3864 3866 29837 0 -1 4202560 5166 0 0 0 67 0 0 0 20 0 19 0 336780749 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789527857336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3882] ppid=3864 vsize=3024420 CPUtime=0.48 cores=0,2,4,6
/proc/3866/task/3882/stat : 3882 (java) S 3864 3866 29837 0 -1 4202560 4430 0 0 0 48 0 0 0 20 0 19 0 336780749 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789526804536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3883] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3883/stat : 3883 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789525752440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3884] ppid=3864 vsize=3024420 CPUtime=0.09 cores=0,2,4,6
/proc/3866/task/3884/stat : 3884 (java) S 3864 3866 29837 0 -1 4202560 43 0 0 0 4 5 0 0 20 0 19 0 336780749 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789524699848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3885] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3885/stat : 3885 (java) S 3864 3866 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336780841 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789522498984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 736.11
Current children cumulated vsize (KiB) 3024420

[startup+733.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3915
/proc/meminfo: memFree=24375800/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=3024420 CPUtime=736.91 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 16363 0 1 0 73543 148 0 0 20 0 19 0 336780744 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 756105 420180 2299 9 0 746526 0
[pid=3866/tid=3867] ppid=3864 vsize=3024420 CPUtime=729.55 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) S 3864 3866 29837 0 -1 4202560 3300 0 1 0 72936 19 0 0 20 0 19 0 336780744 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789568421272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3869] ppid=3864 vsize=3024420 CPUtime=0.26 cores=0,2,4,6
/proc/3866/task/3869/stat : 3869 (java) S 3864 3866 29837 0 -1 4202560 191 0 0 0 15 11 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789551848232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3870] ppid=3864 vsize=3024420 CPUtime=0.34 cores=0,2,4,6
/proc/3866/task/3870/stat : 3870 (java) S 3864 3866 29837 0 -1 4202560 247 0 0 0 17 17 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789550795432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3871] ppid=3864 vsize=3024420 CPUtime=0.5 cores=0,2,4,6
/proc/3866/task/3871/stat : 3871 (java) S 3864 3866 29837 0 -1 4202560 367 0 0 0 28 22 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789549743144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3872] ppid=3864 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/3866/task/3872/stat : 3872 (java) S 3864 3866 29837 0 -1 4202560 217 0 0 0 14 13 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789548690344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3873] ppid=3864 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 29837 0 -1 4202560 374 0 0 0 24 23 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789547637032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 29837 0 -1 4202560 215 0 0 0 14 13 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789546584232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=3024420 CPUtime=0.35 cores=0,2,4,6
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 29837 0 -1 4202560 255 0 0 0 19 16 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789545531944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=3024420 CPUtime=0.3 cores=0,2,4,6
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 29837 0 -1 4202560 235 0 0 0 15 15 0 0 20 0 19 0 336780745 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789544479144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=3024420 CPUtime=3.28 cores=0,2,4,6
/proc/3866/task/3877/stat : 3877 (java) R 3864 3866 29837 0 -1 4202560 141 0 0 0 325 3 0 0 20 0 19 0 336780746 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789532068584 139789570617464 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 29837 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 336780747 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789531014648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 29837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336780747 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789529962248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789528910736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3881] ppid=3864 vsize=3024420 CPUtime=0.67 cores=0,2,4,6
/proc/3866/task/3881/stat : 3881 (java) S 3864 3866 29837 0 -1 4202560 5166 0 0 0 67 0 0 0 20 0 19 0 336780749 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789527857336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3882] ppid=3864 vsize=3024420 CPUtime=0.48 cores=0,2,4,6
/proc/3866/task/3882/stat : 3882 (java) S 3864 3866 29837 0 -1 4202560 4430 0 0 0 48 0 0 0 20 0 19 0 336780749 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789526804536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3883] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3883/stat : 3883 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336780749 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789525752440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3884] ppid=3864 vsize=3024420 CPUtime=0.09 cores=0,2,4,6
/proc/3866/task/3884/stat : 3884 (java) S 3864 3866 29837 0 -1 4202560 43 0 0 0 4 5 0 0 20 0 19 0 336780749 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789524699848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3885] ppid=3864 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3885/stat : 3885 (java) S 3864 3866 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336780841 3097006080 420180 33554432000 1073741824 1073778376 140736711789136 139789522498984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 736.91
Current children cumulated vsize (KiB) 3024420

[startup+734.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3915
/proc/meminfo: memFree=24375800/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=3090984 CPUtime=737.7 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 16384 0 1 0 73622 148 0 0 20 0 20 0 336780744 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 772746 420195 2299 9 0 763167 0
[pid=3866/tid=3867] ppid=3864 vsize=3090984 CPUtime=729.59 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) S 3864 3866 29837 0 -1 4202560 3305 0 1 0 72940 19 0 0 20 0 20 0 336780744 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789568423096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3869] ppid=3864 vsize=3090984 CPUtime=0.26 cores=0,2,4,6
/proc/3866/task/3869/stat : 3869 (java) S 3864 3866 29837 0 -1 4202560 191 0 0 0 15 11 0 0 20 0 20 0 336780745 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789551848232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3870] ppid=3864 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/3866/task/3870/stat : 3870 (java) S 3864 3866 29837 0 -1 4202560 247 0 0 0 17 17 0 0 20 0 20 0 336780745 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789550795432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3871] ppid=3864 vsize=3090984 CPUtime=0.5 cores=0,2,4,6
/proc/3866/task/3871/stat : 3871 (java) S 3864 3866 29837 0 -1 4202560 367 0 0 0 28 22 0 0 20 0 20 0 336780745 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789549743144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3872] ppid=3864 vsize=3090984 CPUtime=0.27 cores=0,2,4,6
/proc/3866/task/3872/stat : 3872 (java) S 3864 3866 29837 0 -1 4202560 217 0 0 0 14 13 0 0 20 0 20 0 336780745 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789548690344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3873] ppid=3864 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 29837 0 -1 4202560 374 0 0 0 24 23 0 0 20 0 20 0 336780745 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789547637032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=3090984 CPUtime=0.27 cores=0,2,4,6
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 29837 0 -1 4202560 215 0 0 0 14 13 0 0 20 0 20 0 336780745 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789546584232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=3090984 CPUtime=0.35 cores=0,2,4,6
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 29837 0 -1 4202560 255 0 0 0 19 16 0 0 20 0 20 0 336780745 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789545531944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=3090984 CPUtime=0.3 cores=0,2,4,6
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 29837 0 -1 4202560 235 0 0 0 15 15 0 0 20 0 20 0 336780745 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789544479144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=3090984 CPUtime=4.04 cores=0,2,4,6
/proc/3866/task/3877/stat : 3877 (java) R 3864 3866 29837 0 -1 4202560 145 0 0 0 401 3 0 0 20 0 20 0 336780746 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789532068744 242167071045 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 29837 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 336780747 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789531014552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 29837 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336780747 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789529959480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336780749 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789528910736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3881] ppid=3864 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/3866/task/3881/stat : 3881 (java) S 3864 3866 29837 0 -1 4202560 5166 0 0 0 67 0 0 0 20 0 20 0 336780749 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789527857336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3882] ppid=3864 vsize=3090984 CPUtime=0.48 cores=0,2,4,6
/proc/3866/task/3882/stat : 3882 (java) S 3864 3866 29837 0 -1 4202560 4430 0 0 0 48 0 0 0 20 0 20 0 336780749 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789526804536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3883] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3883/stat : 3883 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336780749 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789525752440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3884] ppid=3864 vsize=3090984 CPUtime=0.09 cores=0,2,4,6
/proc/3866/task/3884/stat : 3884 (java) S 3864 3866 29837 0 -1 4202560 43 0 0 0 4 5 0 0 20 0 20 0 336780749 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789524699848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3885] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3885/stat : 3885 (java) S 3864 3866 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 336780841 3165167616 420195 33554432000 1073741824 1073778376 140736711789136 139789522498984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 737.7
Current children cumulated vsize (KiB) 3090984

[startup+734.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 3916
/proc/meminfo: memFree=24375792/32873648 swapFree=7112/7112
[pid=3866] ppid=3864 vsize=3090984 CPUtime=738.11 cores=0,2,4,6
/proc/3866/stat : 3866 (java) S 3864 3866 29837 0 -1 4202496 16390 0 1 0 73663 148 0 0 20 0 20 0 336780744 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 140736711780272 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3866/statm: 772746 420197 2299 9 0 763167 0
[pid=3866/tid=3867] ppid=3864 vsize=3090984 CPUtime=729.59 cores=0,2,4,6
/proc/3866/task/3867/stat : 3867 (java) S 3864 3866 29837 0 -1 4202560 3305 0 1 0 72940 19 0 0 20 0 20 0 336780744 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789568423096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3869] ppid=3864 vsize=3090984 CPUtime=0.26 cores=0,2,4,6
/proc/3866/task/3869/stat : 3869 (java) S 3864 3866 29837 0 -1 4202560 191 0 0 0 15 11 0 0 20 0 20 0 336780745 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789551848232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3870] ppid=3864 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/3866/task/3870/stat : 3870 (java) S 3864 3866 29837 0 -1 4202560 247 0 0 0 17 17 0 0 20 0 20 0 336780745 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789550795432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3871] ppid=3864 vsize=3090984 CPUtime=0.5 cores=0,2,4,6
/proc/3866/task/3871/stat : 3871 (java) S 3864 3866 29837 0 -1 4202560 367 0 0 0 28 22 0 0 20 0 20 0 336780745 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789549743144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3872] ppid=3864 vsize=3090984 CPUtime=0.27 cores=0,2,4,6
/proc/3866/task/3872/stat : 3872 (java) S 3864 3866 29837 0 -1 4202560 217 0 0 0 14 13 0 0 20 0 20 0 336780745 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789548690344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3866/tid=3873] ppid=3864 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 29837 0 -1 4202560 374 0 0 0 24 23 0 0 20 0 20 0 336780745 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789547637032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=3090984 CPUtime=0.27 cores=0,2,4,6
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 29837 0 -1 4202560 215 0 0 0 14 13 0 0 20 0 20 0 336780745 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789546584232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=3090984 CPUtime=0.35 cores=0,2,4,6
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 29837 0 -1 4202560 255 0 0 0 19 16 0 0 20 0 20 0 336780745 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789545531944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=3090984 CPUtime=0.3 cores=0,2,4,6
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 29837 0 -1 4202560 235 0 0 0 15 15 0 0 20 0 20 0 336780745 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789544479144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=3090984 CPUtime=4.45 cores=0,2,4,6
/proc/3866/task/3877/stat : 3877 (java) R 3864 3866 29837 0 -1 4202560 147 0 0 0 442 3 0 0 20 0 20 0 336780746 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789532068744 242167071060 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 29837 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 336780747 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789531014648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 29837 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 336780747 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789529962248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336780749 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789528910736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3881] ppid=3864 vsize=3090984 CPUtime=0.67 cores=0,2,4,6
/proc/3866/task/3881/stat : 3881 (java) S 3864 3866 29837 0 -1 4202560 5166 0 0 0 67 0 0 0 20 0 20 0 336780749 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789527857336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3866/tid=3882] ppid=3864 vsize=3090984 CPUtime=0.48 cores=0,2,4,6
/proc/3866/task/3882/stat : 3882 (java) S 3864 3866 29837 0 -1 4202560 4430 0 0 0 48 0 0 0 20 0 20 0 336780749 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789526804536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3883] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3883/stat : 3883 (java) S 3864 3866 29837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336780749 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789525752440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3866/tid=3884] ppid=3864 vsize=3090984 CPUtime=0.09 cores=0,2,4,6
/proc/3866/task/3884/stat : 3884 (java) S 3864 3866 29837 0 -1 4202560 43 0 0 0 4 5 0 0 20 0 20 0 336780749 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789524699848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3885] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3885/stat : 3885 (java) S 3864 3866 29837 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 336780841 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789522498984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3866/tid=3916] ppid=3864 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/3866/task/3916/stat : 3916 (java) S 3864 3866 29837 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 336854142 3165167616 420197 33554432000 1073741824 1073778376 140736711789136 139789521444536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 738.11
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 734.862
CPU time (s): 738.351
CPU user time (s): 736.649
CPU system time (s): 1.70174
CPU usage (%): 100.475
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 736.649
system time used= 1.70174
maximum resident set size= 1680808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16037
involuntary context switches= 3263

runsolver used 2.78758 second user time and 4.50531 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-03 08:55:48
IDJOB=3735306
IDBENCH=2963
IDSOLVER=2319
FILE ID=node126/3735306-1338706548
RUNJOBID= node126-1338678624-29856
PBS_JOBID= 14636687
Free space on /tmp= 70720 MiB

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

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=100619239

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26507444 kB
Buffers:          412436 kB
Cached:          3856536 kB
SwapCached:         9476 kB
Active:          2774608 kB
Inactive:        2729480 kB
Active(anon):    1224944 kB
Inactive(anon):    12168 kB
Active(file):    1549664 kB
Inactive(file):  2717312 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:              6884 kB
Writeback:             0 kB
AnonPages:       1233416 kB
Mapped:            17980 kB
Shmem:                 0 kB
Slab:             723620 kB
SReclaimable:     167092 kB
SUnreclaim:       556528 kB
KernelStack:        1600 kB
PageTables:         6648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1825412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1196032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70716 MiB
End job on node126 at 2012-06-03 09:08:03