Trace number 3735342

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? 1399.84 1395.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650-max.opb
MD5SUM8dbba4128860c0dcf60d2ae6d42e2446
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376818271167362115627974489459407595858486846194981300150535267275
Number of bits of the biggest sum of numbers301
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.07	c no version file found!!!
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version	1.6.0_24
0.06/0.07	c os.name	Linux
0.06/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.07	c os.arch	amd64
0.06/0.07	c Free memory 1599470296
0.06/0.07	c Max memory 1607860224
0.06/0.07	c Total memory 1607860224
0.06/0.07	c Number of processors 8
0.10/0.10	--- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.10	c No reason simplification
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3735342-1338706927.opb
0.10/0.10	c reading problem ... 
1.26/0.87	c ... done. Wall clock time 0.775s.
1.26/0.87	c CPU time (experimental) 0.85s.
1.26/0.87	c #vars     20501
1.26/0.87	c #constraints  60602
1398.05/1393.71	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1398.05/1393.71		at java.math.BigInteger.add(BigInteger.java:1049)
1398.05/1393.71		at java.math.BigInteger.add(BigInteger.java:1023)
1398.05/1393.71		at org.sat4j.minisat.constraints.pb.MaxWatchPb.undo(Unknown Source)
1398.05/1393.71		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1398.15/1393.85		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)c starts		: 13
1399.54/1395.24	c conflicts		: 29893
1399.54/1395.24	c decisions		: 40835
1399.54/1395.24	c propagations		: 9558590
1399.54/1395.24	c inspects		: 80495908
1399.54/1395.24	c learnt literals	: 0
1399.54/1395.24	c learnt binary clauses	: 0
1399.54/1395.24	c learnt ternary clauses	: 0
1399.54/1395.24	c learnt clauses	: 29892
1399.54/1395.24	c root simplifications	: 0
1399.54/1395.24	c removed literals (reason simplification)	: 0
1399.54/1395.24	c reason swapping (by a shorter reason)	: 0
1399.54/1395.24	c Calls to reduceDB	: 0
1399.54/1395.24	c speed (decisions/second)	: 29.286026258811443
1399.54/1395.24	c non guided choices	97
1399.54/1395.24	s UNKNOWN
1399.84/1395.52	
1399.84/1395.52	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1399.84/1395.52		at java.lang.StringBuilder.toString(StringBuilder.java:430)
1399.84/1395.52		at org.sat4j.AbstractLauncher.log(Unknown Source)
1399.84/1395.52		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1399.84/1395.52		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-3735342-1338706927/watcher-3735342-1338706927 -o /tmp/evaluation-result-3735342-1338706927/solver-3735342-1338706927 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3735342-1338706927.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.98 2.04 2.01 3/194 22280
/proc/meminfo: memFree=28280900/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 1145 0 0 0 0 0 0 0 20 0 2 0 336817584 24780800 866 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 29964 869 657 9 0 24299 0
[pid=22280/tid=22281] ppid=22278 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) R 22278 22280 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 2 0 336817585 91889664 884 33554432000 1073741824 1073778376 140734599106624 140734599095688 233220948880 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0718871 s]
/proc/loadavg: 1.98 2.04 2.01 3/194 22280
/proc/meminfo: memFree=28280900/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=2956804 CPUtime=0.06 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 4114 0 1 0 5 1 0 0 20 0 18 0 336817584 3027767296 5834 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 739201 5834 1781 9 0 729885 0
[pid=22280/tid=22281] ppid=22278 vsize=2956804 CPUtime=0.05 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) R 22278 22280 15565 0 -1 4202560 2906 0 1 0 4 1 0 0 20 0 18 0 336817585 3027767296 5834 33554432000 1073741824 1073778376 140734599106624 139917047274144 139917037329800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2956804

[startup+0.100377 s]
/proc/loadavg: 1.98 2.04 2.01 3/194 22280
/proc/meminfo: memFree=28280900/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 4916 0 1 0 9 1 0 0 20 0 18 0 336817584 3028844544 6616 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 739464 6616 2127 9 0 729885 0
[pid=22280/tid=22281] ppid=22278 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) R 22278 22280 15565 0 -1 4202560 3001 0 1 0 6 1 0 0 20 0 18 0 336817585 3028844544 6616 33554432000 1073741824 1073778376 140734599106624 139917047260272 233224332557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.300328 s]
/proc/loadavg: 1.98 2.04 2.01 3/194 22280
/proc/meminfo: memFree=28280900/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 6061 0 1 0 45 2 0 0 20 0 18 0 336817584 3028844544 9463 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 739464 9463 2238 9 0 729885 0
[pid=22280/tid=22281] ppid=22278 vsize=2957856 CPUtime=0.27 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) R 22278 22280 15565 0 -1 4202560 3018 0 1 0 26 1 0 0 20 0 18 0 336817585 3028844544 9463 33554432000 1073741824 1073778376 140734599106624 139917047260272 139917055036276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700347 s]
/proc/loadavg: 1.98 2.04 2.01 3/194 22280
/proc/meminfo: memFree=28280900/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=2957856 CPUtime=1.12 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 8932 0 1 0 107 5 0 0 20 0 18 0 336817584 3028844544 45621 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 739464 45621 2253 9 0 729885 0
[pid=22280/tid=22281] ppid=22278 vsize=2957856 CPUtime=0.67 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) R 22278 22280 15565 0 -1 4202560 3087 0 1 0 63 4 0 0 20 0 18 0 336817585 3028844544 45621 33554432000 1073741824 1073778376 140734599106624 139917047263408 233224332557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2957856

[startup+1.50067 s]
/proc/loadavg: 1.98 2.04 2.01 5/213 22299
/proc/meminfo: memFree=28072896/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=3024420 CPUtime=2.35 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 13349 0 1 0 229 6 0 0 20 0 19 0 336817584 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 756105 54670 2275 9 0 746526 0
[pid=22280/tid=22281] ppid=22278 vsize=3024420 CPUtime=1.47 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) R 22278 22280 15565 0 -1 4202560 3130 0 1 0 143 4 0 0 20 0 19 0 336817585 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139917047263688 139916898576045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22283/stat : 22283 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139917030698024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22284/stat : 22284 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139917029645224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22285] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22285/stat : 22285 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139917028592424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22286] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22286/stat : 22286 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139917027539624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22287] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22287/stat : 22287 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139917026486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22288] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22288/stat : 22288 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139917025434024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22289] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22289/stat : 22289 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139917024381224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22290] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22290/stat : 22290 (java) S 22278 22280 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139917023328424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22291] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22291/stat : 22291 (java) S 22278 22280 15565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 336817587 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139916892675048 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22292] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22292/stat : 22292 (java) S 22278 22280 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 336817587 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139916891621112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22293] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22293/stat : 22293 (java) S 22278 22280 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336817587 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139916890568200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22294] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22294/stat : 22294 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817590 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139916889516688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22295] ppid=22278 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/22280/task/22295/stat : 22295 (java) S 22278 22280 15565 0 -1 4202560 5697 0 0 0 47 0 0 0 20 0 19 0 336817590 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139916888463800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22296] ppid=22278 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/22280/task/22296/stat : 22296 (java) S 22278 22280 15565 0 -1 4202560 3324 0 0 0 36 0 0 0 20 0 19 0 336817590 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139916887411000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22297] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22297/stat : 22297 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817590 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139916886358392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22298] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22298/stat : 22298 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817590 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139916885305800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22299] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22299/stat : 22299 (java) S 22278 22280 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 336817675 3097006080 54670 33554432000 1073741824 1073778376 140734599106624 139916883175080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 3024420

[startup+3.10069 s]
/proc/loadavg: 1.98 2.04 2.01 3/213 22299
/proc/meminfo: memFree=28067304/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=3024420 CPUtime=4.15 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 15602 0 1 0 409 6 0 0 20 0 19 0 336817584 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 756105 56138 2275 9 0 746526 0
[pid=22280/tid=22281] ppid=22278 vsize=3024420 CPUtime=3.07 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) R 22278 22280 15565 0 -1 4202560 3133 0 1 0 303 4 0 0 20 0 19 0 336817585 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139917047269912 139916898407974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22283/stat : 22283 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139917030698024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22284/stat : 22284 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139917029645224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22285] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22285/stat : 22285 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139917028592424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22286] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22286/stat : 22286 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139917027539624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22287] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22287/stat : 22287 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139917026486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22288] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22288/stat : 22288 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139917025434024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22289] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22289/stat : 22289 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139917024381224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22290] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22290/stat : 22290 (java) S 22278 22280 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139917023328424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22291] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22291/stat : 22291 (java) S 22278 22280 15565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 336817587 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139916892675048 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22292] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22292/stat : 22292 (java) S 22278 22280 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 336817587 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139916891621112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22293] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22293/stat : 22293 (java) S 22278 22280 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336817587 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139916890568200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22294] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22294/stat : 22294 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817590 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139916889516688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22295] ppid=22278 vsize=3024420 CPUtime=0.55 cores=1,3,5,7
/proc/22280/task/22295/stat : 22295 (java) S 22278 22280 15565 0 -1 4202560 5698 0 0 0 55 0 0 0 20 0 19 0 336817590 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139916888463800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22296] ppid=22278 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/22280/task/22296/stat : 22296 (java) S 22278 22280 15565 0 -1 4202560 5572 0 0 0 47 1 0 0 20 0 19 0 336817590 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139916887411000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22297] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22297/stat : 22297 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817590 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139916886358392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22298] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22298/stat : 22298 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817590 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139916885305800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22299] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22299/stat : 22299 (java) S 22278 22280 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 336817675 3097006080 56138 33554432000 1073741824 1073778376 140734599106624 139916883175080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 3024420

[startup+6.30065 s]
/proc/loadavg: 1.98 2.04 2.01 3/213 22299
/proc/meminfo: memFree=28055948/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=3024420 CPUtime=7.36 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 15607 0 1 0 730 6 0 0 20 0 19 0 336817584 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 756105 58047 2275 9 0 746526 0
[pid=22280/tid=22281] ppid=22278 vsize=3024420 CPUtime=6.26 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) R 22278 22280 15565 0 -1 4202560 3138 0 1 0 622 4 0 0 20 0 19 0 336817585 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139917047269792 139916898407952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22283/stat : 22283 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139917030698024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22284/stat : 22284 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139917029645224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22285] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22285/stat : 22285 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139917028592424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22286] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22286/stat : 22286 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139917027539624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22287] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22287/stat : 22287 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139917026486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22288] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22288/stat : 22288 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139917025434024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22289] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22289/stat : 22289 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139917024381224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22290] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22290/stat : 22290 (java) S 22278 22280 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 336817586 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139917023328424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22291] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22291/stat : 22291 (java) S 22278 22280 15565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 336817587 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139916892675048 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22292] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22292/stat : 22292 (java) S 22278 22280 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 336817587 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139916891621112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22293] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22293/stat : 22293 (java) S 22278 22280 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336817587 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139916890568200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22294] ppid=22278 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22294/stat : 22294 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336817590 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139916889516688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22295] ppid=22278 vsize=3024420 CPUtime=0.55 cores=1,3,5,7
/proc/22280/task/22295/stat : 22295 (java) S 22278 22280 15565 0 -1 4202560 5698 0 0 0 55 0 0 0 20 0 19 0 336817590 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139916888463800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22296] ppid=22278 vsize=3024420 CPUtime=0.49 cores=1,3,5,7
/proc/22280/task/22296/stat : 22296 (java) S 22278 22280 15565 0 -1 4202560 5572 0 0 0 48 1 0 0 20 0 19 0 336817590 3097006080 58047 33554432000 1073741824 1073778376 140734599106624 139916887411000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/22280/task/22293/stat : 22293 (java) S 22278 22280 15565 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 336817587 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916890565432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22294] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22294/stat : 22294 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916889516688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22295] ppid=22278 vsize=3090984 CPUtime=0.56 cores=1,3,5,7
/proc/22280/task/22295/stat : 22295 (java) S 22278 22280 15565 0 -1 4202560 5700 0 0 0 56 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916888463800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22296] ppid=22278 vsize=3090984 CPUtime=0.57 cores=1,3,5,7
/proc/22280/task/22296/stat : 22296 (java) S 22278 22280 15565 0 -1 4202560 5582 0 0 0 56 1 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916887411000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22297] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22297/stat : 22297 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916886358392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22298] ppid=22278 vsize=3090984 CPUtime=0.29 cores=1,3,5,7
/proc/22280/task/22298/stat : 22298 (java) S 22278 22280 15565 0 -1 4202560 80 0 0 0 17 12 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916885305800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22299] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22299/stat : 22299 (java) S 22278 22280 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336817675 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916883175080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1398.74
Current children cumulated vsize (KiB) 3090984

[startup+1395.2 s]
/proc/loadavg: 2.01 2.04 2.00 3/214 22433
/proc/meminfo: memFree=25806152/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=3090984 CPUtime=1399.54 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 18260 0 1 0 139759 195 0 0 20 0 20 0 336817584 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 772746 420358 2299 9 0 763167 0
[pid=22280/tid=22281] ppid=22278 vsize=3090984 CPUtime=1375.04 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) S 22278 22280 15565 0 -1 4202560 3417 0 1 0 137474 30 0 0 20 0 20 0 336817585 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917047272632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/22280/task/22283/stat : 22283 (java) S 22278 22280 15565 0 -1 4202560 297 0 0 0 39 23 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917030698024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=3090984 CPUtime=0.7 cores=1,3,5,7
/proc/22280/task/22284/stat : 22284 (java) S 22278 22280 15565 0 -1 4202560 374 0 0 0 40 30 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917029645224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22285] ppid=22278 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/22280/task/22285/stat : 22285 (java) S 22278 22280 15565 0 -1 4202560 266 0 0 0 29 22 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917028592424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22286] ppid=22278 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/22280/task/22286/stat : 22286 (java) S 22278 22280 15565 0 -1 4202560 245 0 0 0 28 19 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917027539624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22287] ppid=22278 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/22280/task/22287/stat : 22287 (java) S 22278 22280 15565 0 -1 4202560 266 0 0 0 31 21 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917026486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22288] ppid=22278 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/22280/task/22288/stat : 22288 (java) S 22278 22280 15565 0 -1 4202560 263 0 0 0 30 22 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917025434024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22289] ppid=22278 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/22280/task/22289/stat : 22289 (java) S 22278 22280 15565 0 -1 4202560 237 0 0 0 27 19 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917024381224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22290] ppid=22278 vsize=3090984 CPUtime=0.45 cores=1,3,5,7
/proc/22280/task/22290/stat : 22290 (java) S 22278 22280 15565 0 -1 4202560 201 0 0 0 29 16 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917023328424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22291] ppid=22278 vsize=3090984 CPUtime=15.36 cores=1,3,5,7
/proc/22280/task/22291/stat : 22291 (java) R 22278 22280 15565 0 -1 4202560 132 0 0 0 1533 3 0 0 20 0 20 0 336817587 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916892675208 233220620560 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22292] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22292/stat : 22292 (java) S 22278 22280 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 336817587 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916891621112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22293] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22293/stat : 22293 (java) S 22278 22280 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336817587 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916890568200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22294] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22294/stat : 22294 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916889516688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22295] ppid=22278 vsize=3090984 CPUtime=0.56 cores=1,3,5,7
/proc/22280/task/22295/stat : 22295 (java) S 22278 22280 15565 0 -1 4202560 5700 0 0 0 56 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916888463800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22296] ppid=22278 vsize=3090984 CPUtime=0.57 cores=1,3,5,7
/proc/22280/task/22296/stat : 22296 (java) S 22278 22280 15565 0 -1 4202560 5582 0 0 0 56 1 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916887411000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22297] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22297/stat : 22297 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916886358392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22298] ppid=22278 vsize=3090984 CPUtime=0.29 cores=1,3,5,7
/proc/22280/task/22298/stat : 22298 (java) S 22278 22280 15565 0 -1 4202560 80 0 0 0 17 12 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916885305800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22299] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22299/stat : 22299 (java) S 22278 22280 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336817675 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916883175080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22433] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22433/stat : 22433 (java) S 22278 22280 15565 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 336957007 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139915740307464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1399.54
Current children cumulated vsize (KiB) 3090984

[startup+1395.4 s]
/proc/loadavg: 2.01 2.04 2.00 3/214 22433
/proc/meminfo: memFree=25806152/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=3090984 CPUtime=1399.74 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 18263 0 1 0 139779 195 0 0 20 0 20 0 336817584 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 772746 420358 2299 9 0 763167 0
[pid=22280/tid=22281] ppid=22278 vsize=3090984 CPUtime=1375.04 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) S 22278 22280 15565 0 -1 4202560 3417 0 1 0 137474 30 0 0 20 0 20 0 336817585 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917047272632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/22280/task/22283/stat : 22283 (java) S 22278 22280 15565 0 -1 4202560 297 0 0 0 39 23 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917030698024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=3090984 CPUtime=0.7 cores=1,3,5,7
/proc/22280/task/22284/stat : 22284 (java) S 22278 22280 15565 0 -1 4202560 374 0 0 0 40 30 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917029645224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22285] ppid=22278 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/22280/task/22285/stat : 22285 (java) S 22278 22280 15565 0 -1 4202560 266 0 0 0 29 22 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917028592424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22286] ppid=22278 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/22280/task/22286/stat : 22286 (java) S 22278 22280 15565 0 -1 4202560 245 0 0 0 28 19 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917027539624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22287] ppid=22278 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/22280/task/22287/stat : 22287 (java) S 22278 22280 15565 0 -1 4202560 266 0 0 0 31 21 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917026486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22288] ppid=22278 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/22280/task/22288/stat : 22288 (java) S 22278 22280 15565 0 -1 4202560 263 0 0 0 30 22 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917025434024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22289] ppid=22278 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/22280/task/22289/stat : 22289 (java) S 22278 22280 15565 0 -1 4202560 237 0 0 0 27 19 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917024381224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22290] ppid=22278 vsize=3090984 CPUtime=0.45 cores=1,3,5,7
/proc/22280/task/22290/stat : 22290 (java) S 22278 22280 15565 0 -1 4202560 201 0 0 0 29 16 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917023328424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22291] ppid=22278 vsize=3090984 CPUtime=15.56 cores=1,3,5,7
/proc/22280/task/22291/stat : 22291 (java) R 22278 22280 15565 0 -1 4202560 132 0 0 0 1553 3 0 0 20 0 20 0 336817587 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916892675048 139917053398379 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22292] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22292/stat : 22292 (java) S 22278 22280 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 336817587 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916891621112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22293] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22293/stat : 22293 (java) S 22278 22280 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336817587 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916890568200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22294] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22294/stat : 22294 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916889516688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22295] ppid=22278 vsize=3090984 CPUtime=0.56 cores=1,3,5,7
/proc/22280/task/22295/stat : 22295 (java) S 22278 22280 15565 0 -1 4202560 5700 0 0 0 56 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916888463800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22296] ppid=22278 vsize=3090984 CPUtime=0.57 cores=1,3,5,7
/proc/22280/task/22296/stat : 22296 (java) S 22278 22280 15565 0 -1 4202560 5582 0 0 0 56 1 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916887411000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22297] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22297/stat : 22297 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916886358392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22298] ppid=22278 vsize=3090984 CPUtime=0.29 cores=1,3,5,7
/proc/22280/task/22298/stat : 22298 (java) S 22278 22280 15565 0 -1 4202560 80 0 0 0 17 12 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916885305800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22299] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22299/stat : 22299 (java) S 22278 22280 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336817675 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916883175080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22433] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22433/stat : 22433 (java) S 22278 22280 15565 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 336957007 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139915740307528 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1399.74
Current children cumulated vsize (KiB) 3090984

[startup+1395.5 s]
/proc/loadavg: 2.01 2.04 2.00 3/214 22433
/proc/meminfo: memFree=25806152/32873844 swapFree=7120/7120
[pid=22280] ppid=22278 vsize=3090984 CPUtime=1399.84 cores=1,3,5,7
/proc/22280/stat : 22280 (java) S 22278 22280 15565 0 -1 4202496 18264 0 1 0 139789 195 0 0 20 0 20 0 336817584 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 140734599097760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22280/statm: 772746 420358 2299 9 0 763167 0
[pid=22280/tid=22281] ppid=22278 vsize=3090984 CPUtime=1375.04 cores=1,3,5,7
/proc/22280/task/22281/stat : 22281 (java) S 22278 22280 15565 0 -1 4202560 3417 0 1 0 137474 30 0 0 20 0 20 0 336817585 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917047272632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/22280/task/22283/stat : 22283 (java) S 22278 22280 15565 0 -1 4202560 297 0 0 0 39 23 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917030698024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=3090984 CPUtime=0.7 cores=1,3,5,7
/proc/22280/task/22284/stat : 22284 (java) S 22278 22280 15565 0 -1 4202560 374 0 0 0 40 30 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917029645224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22285] ppid=22278 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/22280/task/22285/stat : 22285 (java) S 22278 22280 15565 0 -1 4202560 266 0 0 0 29 22 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917028592424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22286] ppid=22278 vsize=3090984 CPUtime=0.47 cores=1,3,5,7
/proc/22280/task/22286/stat : 22286 (java) S 22278 22280 15565 0 -1 4202560 245 0 0 0 28 19 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917027539624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22287] ppid=22278 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/22280/task/22287/stat : 22287 (java) S 22278 22280 15565 0 -1 4202560 266 0 0 0 31 21 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917026486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22288] ppid=22278 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/22280/task/22288/stat : 22288 (java) S 22278 22280 15565 0 -1 4202560 263 0 0 0 30 22 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917025434024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22289] ppid=22278 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/22280/task/22289/stat : 22289 (java) S 22278 22280 15565 0 -1 4202560 237 0 0 0 27 19 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917024381224 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22290] ppid=22278 vsize=3090984 CPUtime=0.45 cores=1,3,5,7
/proc/22280/task/22290/stat : 22290 (java) S 22278 22280 15565 0 -1 4202560 201 0 0 0 29 16 0 0 20 0 20 0 336817586 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139917023328424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22291] ppid=22278 vsize=3090984 CPUtime=15.66 cores=1,3,5,7
/proc/22280/task/22291/stat : 22291 (java) R 22278 22280 15565 0 -1 4202560 132 0 0 0 1563 3 0 0 20 0 20 0 336817587 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916892675048 139917053396076 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22292] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22292/stat : 22292 (java) S 22278 22280 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 336817587 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916891621112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22280/tid=22293] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22293/stat : 22293 (java) S 22278 22280 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336817587 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916890568200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22294] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22294/stat : 22294 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916889516688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22295] ppid=22278 vsize=3090984 CPUtime=0.56 cores=1,3,5,7
/proc/22280/task/22295/stat : 22295 (java) S 22278 22280 15565 0 -1 4202560 5700 0 0 0 56 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916888463800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22296] ppid=22278 vsize=3090984 CPUtime=0.57 cores=1,3,5,7
/proc/22280/task/22296/stat : 22296 (java) S 22278 22280 15565 0 -1 4202560 5582 0 0 0 56 1 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916887411000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22297] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22297/stat : 22297 (java) S 22278 22280 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916886358392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22280/tid=22298] ppid=22278 vsize=3090984 CPUtime=0.29 cores=1,3,5,7
/proc/22280/task/22298/stat : 22298 (java) S 22278 22280 15565 0 -1 4202560 80 0 0 0 17 12 0 0 20 0 20 0 336817590 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916885305800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22280/tid=22299] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22299/stat : 22299 (java) S 22278 22280 15565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 336817675 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139916883175080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22280/tid=22433] ppid=22278 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/22280/task/22433/stat : 22433 (java) S 22278 22280 15565 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 336957007 3165167616 420358 33554432000 1073741824 1073778376 140734599106624 139915740308040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1399.84
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22280 and gives
#  childrusage.ru_utime.tv_sec=1394
#  childrusage.ru_utime.tv_usec=330029
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=311648
# CPU time returned by wait4() is 1396.64
# while last known CPU time is 1399.84
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1395.54
CPU time (s): 1399.84
CPU user time (s): 1397.89
CPU system time (s): 1.95
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1394.33
system time used= 2.31165
maximum resident set size= 1681460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18275
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30179
involuntary context switches= 8443

runsolver used 6.39303 second user time and 13.6839 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-03 09:02:07
IDJOB=3735342
IDBENCH=2987
IDSOLVER=2319
FILE ID=node142/3735342-1338706927
RUNJOBID= node142-1338678627-15586
PBS_JOBID= 14636671
Free space on /tmp= 71180 MiB

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

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

MD5SUM BENCH= 8dbba4128860c0dcf60d2ae6d42e2446
RANDOM SEED=1890562689

node142.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.776
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.55
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.776
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.776
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	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.92
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.776
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.90
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.776
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.776
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.776
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:       32873844 kB
MemFree:        28281164 kB
Buffers:          255832 kB
Cached:          2766180 kB
SwapCached:            0 kB
Active:          1883116 kB
Inactive:        1889484 kB
Active(anon):     741908 kB
Inactive(anon):    11220 kB
Active(file):    1141208 kB
Inactive(file):  1878264 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6368 kB
Writeback:             0 kB
AnonPages:        761536 kB
Mapped:            18608 kB
Shmem:               200 kB
Slab:             675732 kB
SReclaimable:     117088 kB
SUnreclaim:       558644 kB
KernelStack:        1576 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1827156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71180 MiB
End job on node142 at 2012-06-03 09:25:23