Trace number 3743902

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 NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (exit code) 389.97 381.45

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_ic.opb
MD5SUM72e5aa289a65ee0ee27ea886d27f485d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18197499
Best CPU time to get the best result obtained on this benchmark1800.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 179406144
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 177753826124
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 177753826124
Number of bits of the biggest sum of numbers38
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-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3743902-1338798072.opb
0.09/0.11	c reading problem ... 
374.47/365.92	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
374.47/365.92		at java.math.BigInteger.<init>(BigInteger.java:309)
374.47/365.92		at java.math.BigInteger.<init>(BigInteger.java:451)
374.47/365.92		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
374.47/365.92		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
374.47/365.92		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
374.47/365.92		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
374.47/365.92		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
374.47/365.92		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
374.47/365.92		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
374.47/365.92		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
374.47/365.92		at org.sat4j.AbstractLauncher.run(Unknown Source)
374.47/365.92		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
389.97/381.44	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
389.97/381.44		at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:45)
389.97/381.44		at java.lang.StringBuffer.<init>(StringBuffer.java:79)
389.97/381.44		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
389.97/381.44		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
389.97/381.44		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
389.97/381.44		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
389.97/381.44		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
389.97/381.44		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
389.97/381.44		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
389.97/381.44		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-3743902-1338798072/watcher-3743902-1338798072 -o /tmp/evaluation-result-3743902-1338798072/solver-3743902-1338798072 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743902-1338798072.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.71 2.93 2.98 3/193 17835
/proc/meminfo: memFree=23764968/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/17835/stat : 17835 (java6) R 17833 17835 15509 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 345934702 8192 1 33554432000 0 0 0 140734627362712 213866147255 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 2 1 0 0 0 2 0

[startup+0.0213139 s]
/proc/loadavg: 2.71 2.93 2.98 3/193 17835
/proc/meminfo: memFree=23764968/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=1623620 CPUtime=0 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 2472 0 1 0 0 0 0 0 20 0 2 0 345934702 1662586880 2152 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 405905 2171 942 9 0 397014 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1623620

[startup+0.100261 s]
/proc/loadavg: 2.71 2.93 2.98 3/193 17835
/proc/meminfo: memFree=23764968/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 4761 0 1 0 8 1 0 0 20 0 18 0 345934702 2764726272 6464 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 674982 6465 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300177 s]
/proc/loadavg: 2.71 2.93 2.98 3/193 17835
/proc/meminfo: memFree=23764968/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 5891 0 1 0 44 3 0 0 20 0 18 0 345934702 2764726272 28367 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 674982 28367 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700187 s]
/proc/loadavg: 2.71 2.93 2.98 3/193 17835
/proc/meminfo: memFree=23764968/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=2699928 CPUtime=1.57 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 21117 0 1 0 150 7 0 0 20 0 18 0 345934702 2764726272 55759 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 674982 55759 2240 9 0 665676 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 2699928

[startup+1.50074 s]
/proc/loadavg: 2.71 2.93 2.98 5/211 17853
/proc/meminfo: memFree=23449376/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=2699928 CPUtime=3.1 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 22821 0 1 0 292 18 0 0 20 0 18 0 345934702 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 674982 125351 2256 9 0 665676 0
[pid=17835/tid=17837] ppid=17833 vsize=2699928 CPUtime=1.37 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) R 17833 17835 15509 0 -1 4202560 2999 0 1 0 130 7 0 0 20 0 18 0 345934703 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912791780664 139912663976846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17838] ppid=17833 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17833 17835 15509 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 345934704 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912658614952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17839] ppid=17833 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17833 17835 15509 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 18 0 345934704 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912657562408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17840] ppid=17833 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17833 17835 15509 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 345934704 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912656509864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17841] ppid=17833 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17833 17835 15509 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 345934704 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912655457320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17842] ppid=17833 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17833 17835 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 345934704 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912654403752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17843] ppid=17833 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17833 17835 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 345934704 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912317757736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17844] ppid=17833 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17833 17835 15509 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 345934704 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912316705192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17845] ppid=17833 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17833 17835 15509 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 345934704 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912315652648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17846] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) S 17833 17835 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345934705 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912303241832 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17833 17835 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345934706 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912302188152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17848] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17833 17835 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345934706 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912301135496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17849] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345934708 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912300084240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17850] ppid=17833 vsize=2699928 CPUtime=0.64 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17833 17835 15509 0 -1 4202560 9766 0 0 0 61 3 0 0 20 0 18 0 345934708 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912299030584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17851] ppid=17833 vsize=2699928 CPUtime=0.7 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17833 17835 15509 0 -1 4202560 8717 0 0 0 70 0 0 0 20 0 18 0 345934708 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912297978040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17852] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345934708 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912296925688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17853] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345934708 2764726272 125351 33554432000 1073741824 1073778376 140737407826256 139912295873352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2699928

[startup+3.10074 s]
/proc/loadavg: 2.71 2.93 2.98 3/211 17853
/proc/meminfo: memFree=23103952/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=2699928 CPUtime=5.98 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 23943 0 1 0 552 46 0 0 20 0 18 0 345934702 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 674982 193578 2256 9 0 665676 0
[pid=17835/tid=17837] ppid=17833 vsize=2699928 CPUtime=2.54 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) R 17833 17835 15509 0 -1 4202560 3001 0 1 0 246 8 0 0 20 0 18 0 345934703 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912791780872 139912664161156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17838] ppid=17833 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17833 17835 15509 0 -1 4202560 314 0 0 0 25 6 0 0 20 0 18 0 345934704 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912658614952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17839] ppid=17833 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17833 17835 15509 0 -1 4202560 329 0 0 0 26 8 0 0 20 0 18 0 345934704 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912657562408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17840] ppid=17833 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17833 17835 15509 0 -1 4202560 75 0 0 0 24 3 0 0 20 0 18 0 345934704 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912656509864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17841] ppid=17833 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17833 17835 15509 0 -1 4202560 60 0 0 0 15 2 0 0 20 0 18 0 345934704 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912655457320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17842] ppid=17833 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17833 17835 15509 0 -1 4202560 56 0 0 0 14 2 0 0 20 0 18 0 345934704 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912654403752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17843] ppid=17833 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17833 17835 15509 0 -1 4202560 85 0 0 0 18 5 0 0 20 0 18 0 345934704 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912317757736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17844] ppid=17833 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17833 17835 15509 0 -1 4202560 261 0 0 0 15 3 0 0 20 0 18 0 345934704 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912316705192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17845] ppid=17833 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17833 17835 15509 0 -1 4202560 95 0 0 0 22 5 0 0 20 0 18 0 345934704 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912315652648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17846] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) S 17833 17835 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345934705 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912303241832 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17833 17835 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345934706 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912302188152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17848] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17833 17835 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345934706 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912301135496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17849] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345934708 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912300084240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17850] ppid=17833 vsize=2699928 CPUtime=0.64 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17833 17835 15509 0 -1 4202560 9766 0 0 0 61 3 0 0 20 0 18 0 345934708 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912299030584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17851] ppid=17833 vsize=2699928 CPUtime=0.7 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17833 17835 15509 0 -1 4202560 8717 0 0 0 70 0 0 0 20 0 18 0 345934708 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912297978040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17852] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345934708 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912296925688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17853] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345934708 2764726272 193578 33554432000 1073741824 1073778376 140737407826256 139912295873352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 2699928

[startup+6.30076 s]
/proc/loadavg: 2.65 2.92 2.98 3/211 17853
/proc/meminfo: memFree=22682812/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=2699928 CPUtime=12.62 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 25345 0 1 0 1181 81 0 0 20 0 18 0 345934702 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 674982 282949 2256 9 0 665676 0
[pid=17835/tid=17837] ppid=17833 vsize=2699928 CPUtime=4.56 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) R 17833 17835 15509 0 -1 4202560 3007 0 1 0 448 8 0 0 20 0 18 0 345934703 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912791780632 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17838] ppid=17833 vsize=2699928 CPUtime=0.94 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17833 17835 15509 0 -1 4202560 462 0 0 0 82 12 0 0 20 0 18 0 345934704 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912658614952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17839] ppid=17833 vsize=2699928 CPUtime=0.81 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17833 17835 15509 0 -1 4202560 383 0 0 0 69 12 0 0 20 0 18 0 345934704 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912657562408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17840] ppid=17833 vsize=2699928 CPUtime=0.94 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17833 17835 15509 0 -1 4202560 416 0 0 0 86 8 0 0 20 0 18 0 345934704 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912656509864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17841] ppid=17833 vsize=2699928 CPUtime=0.6 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17833 17835 15509 0 -1 4202560 313 0 0 0 54 6 0 0 20 0 18 0 345934704 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912655457320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17842] ppid=17833 vsize=2699928 CPUtime=0.78 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17833 17835 15509 0 -1 4202560 148 0 0 0 72 6 0 0 20 0 18 0 345934704 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912654403752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17843] ppid=17833 vsize=2699928 CPUtime=0.69 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17833 17835 15509 0 -1 4202560 160 0 0 0 61 8 0 0 20 0 18 0 345934704 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912317757736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17844] ppid=17833 vsize=2699928 CPUtime=0.75 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17833 17835 15509 0 -1 4202560 342 0 0 0 67 8 0 0 20 0 18 0 345934704 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912316705192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17845] ppid=17833 vsize=2699928 CPUtime=1.04 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17833 17835 15509 0 -1 4202560 447 0 0 0 94 10 0 0 20 0 18 0 345934704 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912315652648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17846] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) S 17833 17835 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345934705 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912303241832 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17833 17835 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345934706 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912302188152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17848] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17833 17835 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345934706 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912301135496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17849] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345934708 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912300084240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17850] ppid=17833 vsize=2699928 CPUtime=0.64 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17833 17835 15509 0 -1 4202560 9766 0 0 0 61 3 0 0 20 0 18 0 345934708 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912299030584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17851] ppid=17833 vsize=2699928 CPUtime=0.7 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17833 17835 15509 0 -1 4202560 8717 0 0 0 70 0 0 0 20 0 18 0 345934708 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912297978040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17852] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345934708 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912296925688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17853] ppid=17833 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345934708 2764726272 282949 33554432000 1073741824 1073778376 140737407826256 139912295873352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 2.60 2.90 2.97 3/211 17853
/proc/meminfo: memFree=22378604/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=2699928 CPUtime=21.25 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 27229 0 1 0 2025 100 0 0 20 0 18 0 345934702 2764726272 348474 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 674982 348474 2264 9 0 665676 0
[pid=17835/tid=17837] ppid=17833 vsize=2699928 CPUtime=5.46 cores=0,2,4,6

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

/proc/17835/task/17845/stat : 17845 (java) S 17833 17835 15509 0 -1 4202560 1078 0 0 0 134 13 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912315652648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17846] ppid=17833 vsize=2766492 CPUtime=368 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) R 17833 17835 15509 0 -1 4202560 109 0 0 0 36793 7 0 0 20 0 19 0 345934705 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912303241992 139912798289992 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17833 17835 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345934706 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912302188152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17848] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17833 17835 15509 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345934706 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912301135496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17849] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912300084240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17850] ppid=17833 vsize=2766492 CPUtime=0.68 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17833 17835 15509 0 -1 4202560 9773 0 0 0 65 3 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912299030584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17851] ppid=17833 vsize=2766492 CPUtime=0.73 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17833 17835 15509 0 -1 4202560 8718 0 0 0 73 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912297978040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17852] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912296925688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17853] ppid=17833 vsize=2766492 CPUtime=0.12 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17833 17835 15509 0 -1 4202560 23 0 0 0 3 9 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912295873352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17911] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17911/stat : 17911 (java) S 17833 17835 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345971295 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912294789368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 387.77
Current children cumulated vsize (KiB) 2766492

[startup+380.801 s]
/proc/loadavg: 2.00 2.29 2.66 3/212 17911
/proc/meminfo: memFree=22188392/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=2766492 CPUtime=389.37 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 27417 0 1 0 38829 108 0 0 20 0 19 0 345934702 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 691623 362325 2264 9 0 682317 0
[pid=17835/tid=17837] ppid=17833 vsize=2766492 CPUtime=7.63 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) S 17833 17835 15509 0 -1 4202560 3099 0 1 0 753 10 0 0 20 0 19 0 345934703 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912791782584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17838] ppid=17833 vsize=2766492 CPUtime=1.24 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17833 17835 15509 0 -1 4202560 502 0 0 0 110 14 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912658614952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17839] ppid=17833 vsize=2766492 CPUtime=1.08 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17833 17835 15509 0 -1 4202560 679 0 0 0 95 13 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912657562408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17840] ppid=17833 vsize=2766492 CPUtime=1.32 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17833 17835 15509 0 -1 4202560 562 0 0 0 123 9 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912656509864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17841] ppid=17833 vsize=2766492 CPUtime=1.09 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17833 17835 15509 0 -1 4202560 371 0 0 0 101 8 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912655457320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17842] ppid=17833 vsize=2766492 CPUtime=1.19 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17833 17835 15509 0 -1 4202560 251 0 0 0 110 9 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912654403752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17843] ppid=17833 vsize=2766492 CPUtime=1.04 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17833 17835 15509 0 -1 4202560 618 0 0 0 94 10 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912317757736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17844] ppid=17833 vsize=2766492 CPUtime=1.09 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17833 17835 15509 0 -1 4202560 450 0 0 0 100 9 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912316705192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17845] ppid=17833 vsize=2766492 CPUtime=1.47 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17833 17835 15509 0 -1 4202560 1078 0 0 0 134 13 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912315652648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17846] ppid=17833 vsize=2766492 CPUtime=369.6 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) R 17833 17835 15509 0 -1 4202560 109 0 0 0 36953 7 0 0 20 0 19 0 345934705 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912303241992 213866004760 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17833 17835 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345934706 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912302188152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17848] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17833 17835 15509 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345934706 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912301135496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17849] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912300084240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17850] ppid=17833 vsize=2766492 CPUtime=0.68 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17833 17835 15509 0 -1 4202560 9773 0 0 0 65 3 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912299030584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17851] ppid=17833 vsize=2766492 CPUtime=0.73 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17833 17835 15509 0 -1 4202560 8718 0 0 0 73 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912297978040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17852] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912296925688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17853] ppid=17833 vsize=2766492 CPUtime=0.12 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17833 17835 15509 0 -1 4202560 23 0 0 0 3 9 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912295873352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17911] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17911/stat : 17911 (java) S 17833 17835 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345971295 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912294789368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 389.37
Current children cumulated vsize (KiB) 2766492

[startup+381.201 s]
/proc/loadavg: 2.00 2.29 2.66 3/212 17911
/proc/meminfo: memFree=22188392/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=2766492 CPUtime=389.77 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 27417 0 1 0 38869 108 0 0 20 0 19 0 345934702 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 691623 362325 2264 9 0 682317 0
[pid=17835/tid=17837] ppid=17833 vsize=2766492 CPUtime=7.63 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) S 17833 17835 15509 0 -1 4202560 3099 0 1 0 753 10 0 0 20 0 19 0 345934703 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912791782584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17838] ppid=17833 vsize=2766492 CPUtime=1.24 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17833 17835 15509 0 -1 4202560 502 0 0 0 110 14 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912658614952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17839] ppid=17833 vsize=2766492 CPUtime=1.08 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17833 17835 15509 0 -1 4202560 679 0 0 0 95 13 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912657562408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17840] ppid=17833 vsize=2766492 CPUtime=1.32 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17833 17835 15509 0 -1 4202560 562 0 0 0 123 9 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912656509864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17841] ppid=17833 vsize=2766492 CPUtime=1.09 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17833 17835 15509 0 -1 4202560 371 0 0 0 101 8 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912655457320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17842] ppid=17833 vsize=2766492 CPUtime=1.19 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17833 17835 15509 0 -1 4202560 251 0 0 0 110 9 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912654403752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17843] ppid=17833 vsize=2766492 CPUtime=1.04 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17833 17835 15509 0 -1 4202560 618 0 0 0 94 10 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912317757736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17844] ppid=17833 vsize=2766492 CPUtime=1.09 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17833 17835 15509 0 -1 4202560 450 0 0 0 100 9 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912316705192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17845] ppid=17833 vsize=2766492 CPUtime=1.47 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17833 17835 15509 0 -1 4202560 1078 0 0 0 134 13 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912315652648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17846] ppid=17833 vsize=2766492 CPUtime=370 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) R 17833 17835 15509 0 -1 4202560 109 0 0 0 36993 7 0 0 20 0 19 0 345934705 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912303241992 139912797906321 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17833 17835 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345934706 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912302188152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17848] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17833 17835 15509 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345934706 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912301135496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17849] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912300084240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17850] ppid=17833 vsize=2766492 CPUtime=0.68 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17833 17835 15509 0 -1 4202560 9773 0 0 0 65 3 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912299030584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17851] ppid=17833 vsize=2766492 CPUtime=0.73 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17833 17835 15509 0 -1 4202560 8718 0 0 0 73 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912297978040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17852] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912296925688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17853] ppid=17833 vsize=2766492 CPUtime=0.12 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17833 17835 15509 0 -1 4202560 23 0 0 0 3 9 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912295873352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17911] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17911/stat : 17911 (java) S 17833 17835 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345971295 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912294789368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 389.77
Current children cumulated vsize (KiB) 2766492

[startup+381.401 s]
/proc/loadavg: 2.00 2.29 2.66 3/212 17911
/proc/meminfo: memFree=22188392/32873648 swapFree=6852/6852
[pid=17835] ppid=17833 vsize=2766492 CPUtime=389.97 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17833 17835 15509 0 -1 4202496 27417 0 1 0 38889 108 0 0 20 0 19 0 345934702 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 140737407817392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17835/statm: 691623 362325 2264 9 0 682317 0
[pid=17835/tid=17837] ppid=17833 vsize=2766492 CPUtime=7.63 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) S 17833 17835 15509 0 -1 4202560 3099 0 1 0 753 10 0 0 20 0 19 0 345934703 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912791782584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17838] ppid=17833 vsize=2766492 CPUtime=1.24 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17833 17835 15509 0 -1 4202560 502 0 0 0 110 14 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912658614952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17839] ppid=17833 vsize=2766492 CPUtime=1.08 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17833 17835 15509 0 -1 4202560 679 0 0 0 95 13 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912657562408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17840] ppid=17833 vsize=2766492 CPUtime=1.32 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17833 17835 15509 0 -1 4202560 562 0 0 0 123 9 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912656509864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17841] ppid=17833 vsize=2766492 CPUtime=1.09 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17833 17835 15509 0 -1 4202560 371 0 0 0 101 8 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912655457320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17842] ppid=17833 vsize=2766492 CPUtime=1.19 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17833 17835 15509 0 -1 4202560 251 0 0 0 110 9 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912654403752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17843] ppid=17833 vsize=2766492 CPUtime=1.04 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17833 17835 15509 0 -1 4202560 618 0 0 0 94 10 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912317757736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17844] ppid=17833 vsize=2766492 CPUtime=1.09 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17833 17835 15509 0 -1 4202560 450 0 0 0 100 9 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912316705192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17845] ppid=17833 vsize=2766492 CPUtime=1.47 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17833 17835 15509 0 -1 4202560 1078 0 0 0 134 13 0 0 20 0 19 0 345934704 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912315652648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17846] ppid=17833 vsize=2766492 CPUtime=370.2 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) R 17833 17835 15509 0 -1 4202560 109 0 0 0 37013 7 0 0 20 0 19 0 345934705 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912303241992 139912797906321 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17833 17835 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345934706 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912302188152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17848] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17833 17835 15509 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345934706 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912301135496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17849] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912300084240 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17850] ppid=17833 vsize=2766492 CPUtime=0.68 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17833 17835 15509 0 -1 4202560 9773 0 0 0 65 3 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912299030584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17851] ppid=17833 vsize=2766492 CPUtime=0.73 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17833 17835 15509 0 -1 4202560 8718 0 0 0 73 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912297978040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17852] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17833 17835 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912296925688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17853] ppid=17833 vsize=2766492 CPUtime=0.12 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17833 17835 15509 0 -1 4202560 23 0 0 0 3 9 0 0 20 0 19 0 345934708 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912295873352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17911] ppid=17833 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17911/stat : 17911 (java) S 17833 17835 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345971295 2832887808 362325 33554432000 1073741824 1073778376 140737407826256 139912294789368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 389.97
Current children cumulated vsize (KiB) 2766492

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17835 and gives
#  childrusage.ru_utime.tv_sec=387
#  childrusage.ru_utime.tv_usec=902029
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=281805
# CPU time returned by wait4() is 389.184
# while last known CPU time is 389.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 381.45
CPU time (s): 389.97
CPU user time (s): 388.89
CPU system time (s): 1.08
CPU usage (%): 102.234
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 387.902
system time used= 1.2818
maximum resident set size= 1449332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27429
page faults= 1
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8548
involuntary context switches= 8608

runsolver used 1.76273 second user time and 4.02339 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 10:21:14
IDJOB=3743902
IDBENCH=92645
IDSOLVER=2324
FILE ID=node112/3743902-1338798072
RUNJOBID= node112-1338783624-15525
PBS_JOBID= 14636841
Free space on /tmp= 71032 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_6_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743902-1338798072/watcher-3743902-1338798072 -o /tmp/evaluation-result-3743902-1338798072/solver-3743902-1338798072 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743902-1338798072.opb

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

MD5SUM BENCH= 72e5aa289a65ee0ee27ea886d27f485d
RANDOM SEED=2071732915

node112.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.763
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.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23764844 kB
Buffers:          559296 kB
Cached:          6216580 kB
SwapCached:            0 kB
Active:          3441848 kB
Inactive:        4786248 kB
Active(anon):    1441040 kB
Inactive(anon):    10920 kB
Active(file):    2000808 kB
Inactive(file):  4775328 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            100244 kB
Writeback:             0 kB
AnonPages:       1464356 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             735096 kB
SReclaimable:     178312 kB
SUnreclaim:       556784 kB
KernelStack:        1584 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1568556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 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= 70916 MiB
End job on node112 at 2012-06-04 10:27:36