Trace number 3453686

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
Sat4j Res//CP 2.3.0OPT3 85.649 44.5531

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=223-P1=29-P2=7-P3=83-P4=113-P5=223-P6=229-B.opb
MD5SUM6355c589dda3f12b095277ae4637ab26
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.12798
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables144
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

Quality of the solution as a function of time


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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453686-1307194034.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.085s.
0.10/0.19	c #vars     528
0.10/0.19	c #constraints  787
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
1.11/0.85	c cleaning 2499 clauses out of 5000 with flag 5000/5000
3.86/1.28	c cleaning 4250 clauses out of 8503 with flag 11002/11002
4.67/1.69	c cleaning 5623 clauses out of 11251 with flag 18000/18000
5.85/2.26	c cleaning 6809 clauses out of 13629 with flag 26001/26001
7.24/2.96	c cleaning 7907 clauses out of 15819 with flag 35000/35000
9.03/3.73	c cleaning 8951 clauses out of 17913 with flag 45001/45001
10.56/4.51	c cleaning 9471 clauses out of 18961 with flag 55000/55000
11.93/5.23	c cleaning 9721 clauses out of 19490 with flag 65000/65000
13.69/6.14	c cleaning 9884 clauses out of 19770 with flag 75001/75001
15.06/6.88	c cleaning 9941 clauses out of 19888 with flag 85003/85003
16.96/7.60	c cleaning 9968 clauses out of 19945 with flag 95001/95001
19.06/8.54	c cleaning 9985 clauses out of 19978 with flag 105002/105002
21.23/9.69	c cleaning 9993 clauses out of 19992 with flag 115001/115001
23.58/10.81	c cleaning 9993 clauses out of 19998 with flag 125000/125000
25.74/11.95	c cleaning 9999 clauses out of 20006 with flag 135001/135001
27.69/12.93	c cleaning 10001 clauses out of 20006 with flag 145000/145000
29.62/13.91	c cleaning 9991 clauses out of 20005 with flag 155000/155000
30.97/14.61	c cleaning 9995 clauses out of 20015 with flag 165001/165001
32.31/15.32	c cleaning 10005 clauses out of 20019 with flag 175000/175000
34.65/16.53	c cleaning 10004 clauses out of 20015 with flag 185001/185001
35.99/17.27	c cleaning 0 clauses out of 5001 with flag 0/5001
36.44/17.47	c cleaning 10002 clauses out of 20009 with flag 195000/195000
38.11/18.26	c cleaning 9996 clauses out of 20007 with flag 205001/205001
39.57/18.98	c cleaning 9997 clauses out of 20010 with flag 215000/215000
41.47/19.97	c cleaning 9993 clauses out of 20013 with flag 225000/225000
43.40/20.91	c cleaning 10007 clauses out of 20021 with flag 235001/235001
44.73/21.67	c cleaning 10001 clauses out of 20013 with flag 245000/245000
46.28/22.48	c cleaning 9997 clauses out of 20012 with flag 255000/255000
47.75/23.22	c cleaning 10004 clauses out of 20016 with flag 265001/265001
49.87/24.36	c cleaning 10001 clauses out of 20011 with flag 275000/275000
50.99/24.93	c  And the winner is Resolution
50.99/24.95	c SATISFIABLE
50.99/24.95	c OPTIMIZING...
50.99/24.95	c Got one! Elapsed wall clock time (in seconds):24.84
50.99/24.95	o 129
51.76/25.34	c cleaning 10942 clauses out of 21901 with flag 5002/286891
52.68/25.88	c cleaning 8471 clauses out of 16957 with flag 11000/292889
54.17/26.60	c cleaning 7734 clauses out of 15486 with flag 18000/299889
55.09/27.13	c cleaning 7873 clauses out of 15753 with flag 26001/307890
56.22/27.78	c cleaning 8436 clauses out of 16880 with flag 35001/316890
57.14/28.24	c  And the winner is Resolution
57.25/28.51	c Got one! Elapsed wall clock time (in seconds):28.405
57.25/28.51	o 37
57.81/28.87	c cleaning 10526 clauses out of 21067 with flag 5001/329514
58.69/29.33	c cleaning 8258 clauses out of 16541 with flag 11001/335514
59.61/29.80	c cleaning 7630 clauses out of 15284 with flag 18002/342515
60.53/30.35	c cleaning 7812 clauses out of 15652 with flag 26000/350513
61.64/30.96	c cleaning 8419 clauses out of 16841 with flag 35001/359514
63.53/31.91	c cleaning 9209 clauses out of 18422 with flag 45001/369514
65.27/32.82	c cleaning 9606 clauses out of 19212 with flag 55000/379513
65.99/33.20	c  And the winner is Resolution
66.02/33.60	c Got one! Elapsed wall clock time (in seconds):33.488
66.02/33.60	o 33
66.03/33.67	c cleaning 7601 clauses out of 15241 with flag 1000/385149
66.94/34.15	c cleaning 6801 clauses out of 13641 with flag 7001/391150
68.01/34.74	c cleaning 6900 clauses out of 13840 with flag 14001/398150
69.33/35.48	c cleaning 7449 clauses out of 14940 with flag 22001/406150
70.65/36.15	c cleaning 8235 clauses out of 16490 with flag 31000/415149
72.16/36.96	c cleaning 9117 clauses out of 18255 with flag 41000/425149
73.67/37.75	c cleaning 9569 clauses out of 19138 with flag 51000/435149
75.37/38.62	c cleaning 9783 clauses out of 19570 with flag 61001/445150
76.88/39.45	c cleaning 9888 clauses out of 19786 with flag 71000/455149
77.19/39.70	c  And the winner is Resolution
77.39/39.77	c Got one! Elapsed wall clock time (in seconds):39.665
77.39/39.77	o 3
77.70/39.95	c cleaning 7916 clauses out of 15855 with flag 3000/461106
78.57/40.42	c cleaning 6956 clauses out of 13941 with flag 9002/467108
79.48/40.91	c cleaning 6987 clauses out of 13983 with flag 16000/474106
80.79/41.63	c cleaning 7495 clauses out of 14997 with flag 24001/482107
82.50/42.56	c cleaning 8248 clauses out of 16499 with flag 33000/491106
84.17/43.46	c cleaning 9123 clauses out of 18251 with flag 43000/501106
85.28/44.03	c  And the winner is Resolution
85.59/44.51	c starts		: 154
85.59/44.51	c conflicts		: 507072
85.59/44.51	c decisions		: 527434
85.59/44.51	c propagations		: 9959948
85.59/44.51	c inspects		: 317652682
85.59/44.51	c shortcuts		: 0
85.59/44.51	c learnt literals	: 11
85.59/44.51	c learnt binary clauses	: 20
85.59/44.51	c learnt ternary clauses	: 31
85.59/44.51	c learnt constraints	: 507060
85.59/44.51	c ignored constraints	: 0
85.59/44.51	c root simplifications	: 0
85.59/44.52	c removed literals (reason simplification)	: 15872783
85.59/44.52	c reason swapping (by a shorter reason)	: 0
85.59/44.52	c Calls to reduceDB	: 56
85.59/44.52	c number of reductions to clauses (during analyze)	: 0
85.59/44.52	c number of learned constraints concerned by reduction	: 0
85.59/44.52	c number of learning phase by resolution	: 0
85.59/44.52	c number of learning phase by cutting planes	: 0
85.59/44.52	c speed (assignments/second)	: 2100811.6431132676
85.59/44.52	c non guided choices	4657
85.59/44.52	c learnt constraints type 
85.59/44.52	c constraints type 
85.59/44.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
85.59/44.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
85.59/44.52	c constraints type 
85.59/44.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
85.59/44.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
85.59/44.52	s OPTIMUM FOUND
85.59/44.52	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 x12 x13 x14 x15 -x16 x17 x18 -x19 -x20 -x21 -x22 x23 -x24 x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 x33 x34 x35 -x36 x37 -x38 -x39 x40 x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 x57 x58 -x59 x60 -x61 x62 x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 x81 x82 x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 x91 -x92 x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 
85.59/44.52	c objective function=3
85.59/44.52	c Total wall clock time (in seconds): 44.407

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453686-1307194034/watcher-3453686-1307194034 -o /tmp/evaluation-result-3453686-1307194034/solver-3453686-1307194034 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453686-1307194034.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.93 3.40 1/442 3505
/proc/meminfo: memFree=25675128/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 1244 0 0 0 0 0 0 0 25 0 2 0 831001634 31268864 963 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 7634 963 736 9 0 385 0
[pid=3505/tid=3506] ppid=3503 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) R 3503 3505 31765 0 -1 4202560 4995 0 1 0 0 0 0 0 25 0 2 0 831001635 10694979584 5811 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0536749 s]
/proc/loadavg: 2.11 2.93 3.40 1/442 3505
/proc/meminfo: memFree=25675128/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 11485 0 1 0 3 1 0 0 25 0 13 0 831001634 10718838784 11182 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 2616904 11182 1685 9 0 2607652 0
[pid=3505/tid=3506] ppid=3503 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) R 3503 3505 31765 0 -1 4202560 10337 0 1 0 2 1 0 0 25 0 13 0 831001635 10718838784 11182 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 47767526282577 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100657 s]
/proc/loadavg: 2.11 2.93 3.40 1/442 3505
/proc/meminfo: memFree=25675128/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=10605248 CPUtime=0.1 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 13131 0 1 0 8 2 0 0 25 0 18 0 831001634 10859773952 12797 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 2651312 12798 2092 9 0 2642046 0
[pid=3505/tid=3506] ppid=3503 vsize=10605248 CPUtime=0.08 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) R 3503 3505 31765 0 -1 4202560 11201 0 1 0 7 1 0 0 18 0 18 0 831001635 10859773952 12799 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 47767527832403 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605248

[startup+0.416512 s]
/proc/loadavg: 2.11 2.93 3.40 1/442 3505
/proc/meminfo: memFree=25675128/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=10613984 CPUtime=1.11 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 19543 0 1 0 108 3 0 0 25 0 22 0 831001634 10868719616 18110 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 2653496 18110 2221 9 0 2644230 0
[pid=3505/tid=3506] ppid=3503 vsize=10613984 CPUtime=0.18 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) S 3503 3505 31765 0 -1 4202560 11967 0 1 0 16 2 0 0 19 0 22 0 831001635 10868719616 18111 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 10613984

[startup+0.86016 s]
/proc/loadavg: 2.11 2.93 3.40 1/442 3505
/proc/meminfo: memFree=25675128/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=10617804 CPUtime=2.86 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 50437 0 1 0 279 7 0 0 25 0 22 0 831001634 10872631296 44674 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 2654451 44676 2236 9 0 2645185 0
[pid=3505/tid=3506] ppid=3503 vsize=10617804 CPUtime=0.18 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) S 3503 3505 31765 0 -1 4202560 11967 0 1 0 16 2 0 0 15 0 22 0 831001635 10872631296 44676 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 10617804

[startup+1.5164 s]
/proc/loadavg: 2.26 2.95 3.40 3/464 3583
/proc/meminfo: memFree=25506716/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=10616768 CPUtime=4.49 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 90316 0 1 0 436 13 0 0 25 0 22 0 831001634 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 2654192 80874 2256 9 0 2644926 0
[pid=3505/tid=3506] ppid=3503 vsize=10616768 CPUtime=0.18 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) S 3503 3505 31765 0 -1 4202560 11967 0 1 0 16 2 0 0 15 0 22 0 831001635 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3508] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3508/stat : 3508 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831001637 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 31765 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831001637 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 31765 0 -1 4202560 367 0 0 0 0 0 0 0 16 0 22 0 831001637 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 31765 0 -1 4202560 215 0 0 0 0 0 0 0 16 0 22 0 831001637 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 31765 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 22 0 831001637 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 31765 0 -1 4202560 364 0 0 0 0 0 0 0 15 0 22 0 831001637 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 31765 0 -1 4202560 412 0 0 0 0 0 0 0 16 0 22 0 831001637 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 31765 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 22 0 831001637 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10616768 CPUtime=0.03 cores=1,3,5,7
/proc/3505/task/3517/stat : 3517 (java) S 3503 3505 31765 0 -1 4202560 1462 0 0 0 3 0 0 0 16 0 22 0 831001638 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 0 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831001638 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831001638 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831001640 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528657841 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10616768 CPUtime=0.81 cores=1,3,5,7
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 31765 0 -1 4202560 7641 0 0 0 81 0 0 0 16 0 22 0 831001640 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10616768 CPUtime=0.87 cores=1,3,5,7
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 31765 0 -1 4202560 7168 0 0 0 86 1 0 0 15 0 22 0 831001640 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3523] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3523/stat : 3523 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831001640 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3524] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3524/stat : 3524 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831001640 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3526] ppid=3503 vsize=10616768 CPUtime=1.26 cores=1,3,5,7
/proc/3505/task/3526/stat : 3526 (java) R 3503 3505 31765 0 -1 4202560 664 0 0 0 126 0 0 0 24 0 22 0 831001654 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 46912505545378 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3505/tid=3527] ppid=3503 vsize=10616768 CPUtime=1.26 cores=1,3,5,7
/proc/3505/task/3527/stat : 3527 (java) R 3503 3505 31765 0 -1 4202560 58582 0 0 0 119 7 0 0 18 0 22 0 831001654 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 46912505564510 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3505/tid=3528] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3528/stat : 3528 (java) S 3503 3505 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831001655 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3529] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3529/stat : 3529 (java) S 3503 3505 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831001655 10871570432 80874 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 10616768

[startup+3.10111 s]
/proc/loadavg: 2.26 2.95 3.40 3/464 3589
/proc/meminfo: memFree=25417488/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=10616768 CPUtime=7.62 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 122290 0 1 0 745 17 0 0 25 0 22 0 831001634 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 2654192 112845 2257 9 0 2644926 0
[pid=3505/tid=3506] ppid=3503 vsize=10616768 CPUtime=0.18 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) S 3503 3505 31765 0 -1 4202560 11967 0 1 0 16 2 0 0 15 0 22 0 831001635 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3508] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3508/stat : 3508 (java) S 3503 3505 31765 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 831001637 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 31765 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 22 0 831001637 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 31765 0 -1 4202560 370 0 0 0 0 0 0 0 16 0 22 0 831001637 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 31765 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 22 0 831001637 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 31765 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 22 0 831001637 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 31765 0 -1 4202560 390 0 0 0 0 0 0 0 16 0 22 0 831001637 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 31765 0 -1 4202560 426 0 0 0 0 0 0 0 15 0 22 0 831001637 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 31765 0 -1 4202560 229 0 0 0 0 0 0 0 15 0 22 0 831001637 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10616768 CPUtime=0.11 cores=1,3,5,7
/proc/3505/task/3517/stat : 3517 (java) S 3503 3505 31765 0 -1 4202560 2819 0 0 0 11 0 0 0 16 0 22 0 831001638 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 0 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831001638 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831001638 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831001640 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528657841 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10616768 CPUtime=0.83 cores=1,3,5,7
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 31765 0 -1 4202560 7646 0 0 0 83 0 0 0 15 0 22 0 831001640 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10616768 CPUtime=0.89 cores=1,3,5,7
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 31765 0 -1 4202560 7172 0 0 0 88 1 0 0 15 0 22 0 831001640 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3523] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3523/stat : 3523 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831001640 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3524] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3524/stat : 3524 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831001640 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3526] ppid=3503 vsize=10616768 CPUtime=2.75 cores=1,3,5,7
/proc/3505/task/3526/stat : 3526 (java) R 3503 3505 31765 0 -1 4202560 666 0 0 0 275 0 0 0 25 0 22 0 831001654 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 46912505661010 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3505/tid=3527] ppid=3503 vsize=10616768 CPUtime=2.75 cores=1,3,5,7
/proc/3505/task/3527/stat : 3527 (java) R 3503 3505 31765 0 -1 4202560 89031 0 0 0 264 11 0 0 20 0 22 0 831001654 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 46912505644677 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3505/tid=3528] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3528/stat : 3528 (java) S 3503 3505 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831001655 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3529] ppid=3503 vsize=10616768 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3529/stat : 3529 (java) S 3503 3505 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831001655 10871570432 112845 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 10616768

[startup+6.30153 s]
/proc/loadavg: 2.26 2.95 3.40 6/467 3643
/proc/meminfo: memFree=24812328/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=10618828 CPUtime=14.06 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 146527 0 1 0 1385 21 0 0 25 0 22 0 831001634 10873679872 136549 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 2654707 136549 2258 9 0 2645441 0
[pid=3505/tid=3506] ppid=3503 vsize=10618828 CPUtime=0.18 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) S 3503 3505 31765 0 -1 4202560 11967 0 1 0 16 2 0 0 15 0 22 0 831001635 10873679872 136549 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3508] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3508/stat : 3508 (java) S 3503 3505 31765 0 -1 4202560 65 0 0 0 0 0 0 0 16 0 22 0 831001637 10873679872 136549 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 31765 0 -1 4202560 109 0 0 0 0 0 0 0 16 0 22 0 831001637 10873679872 136549 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10618828 CPUtime=0.01 cores=1,3,5,7
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 31765 0 -1 4202560 475 0 0 0 1 0 0 0 15 0 22 0 831001637 10873679872 136549 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 31765 0 -1 4202560 262 0 0 0 0 0 0 0 15 0 22 0 831001637 10873679872 136549 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 31765 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 22 0 831001637 10873679872 136549 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10618828 CPUtime=0.01 cores=1,3,5,7
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 31765 0 -1 4202560 432 0 0 0 1 0 0 0 16 0 22 0 831001637 10873679872 136549 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 31765 0 -1 4202560 463 0 0 0 0 0 0 0 15 0 22 0 831001637 10873679872 136549 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 31765 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 22 0 831001637 10873679872 136549 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0

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

/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 31765 0 -1 4202560 479 0 0 0 7 0 0 0 15 0 22 0 831001637 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10618828 CPUtime=0.08 cores=1,3,5,7
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 31765 0 -1 4202560 351 0 0 0 8 0 0 0 15 0 22 0 831001637 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10618828 CPUtime=4.13 cores=1,3,5,7
/proc/3505/task/3517/stat : 3517 (java) S 3503 3505 31765 0 -1 4202560 13003 0 0 0 412 1 0 0 16 0 22 0 831001638 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 0 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831001638 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 31765 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 831001638 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831001640 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528657841 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10618828 CPUtime=2.11 cores=1,3,5,7
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 31765 0 -1 4202560 16656 0 0 0 209 2 0 0 15 0 22 0 831001640 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10618828 CPUtime=1.02 cores=1,3,5,7
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 31765 0 -1 4202560 7538 0 0 0 101 1 0 0 15 0 22 0 831001640 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3523] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3523/stat : 3523 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831001640 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3524] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3524/stat : 3524 (java) S 3503 3505 31765 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831001640 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3528] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3528/stat : 3528 (java) S 3503 3505 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831001655 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3776] ppid=3503 vsize=10618828 CPUtime=1.7 cores=1,3,5,7
/proc/3505/task/3776/stat : 3776 (java) R 3503 3505 31765 0 -1 4202560 5 0 0 0 170 0 0 0 15 0 22 0 831005612 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 46912505748713 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3505/tid=3777] ppid=3503 vsize=10618828 CPUtime=1.69 cores=1,3,5,7
/proc/3505/task/3777/stat : 3777 (java) R 3503 3505 31765 0 -1 4202560 0 0 0 0 169 0 0 0 16 0 22 0 831005612 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 46912505564484 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3505/tid=3778] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3778/stat : 3778 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831005613 10873679872 174322 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 81.3
Current children cumulated vsize (KiB) 10618828

[startup+43.5008 s]
/proc/loadavg: 2.93 3.03 3.41 5/467 3778
/proc/meminfo: memFree=24445712/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=10618828 CPUtime=84.34 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 190188 0 1 0 8407 27 0 0 25 0 22 0 831001634 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 2654707 174329 2260 9 0 2645441 0
[pid=3505/tid=3506] ppid=3503 vsize=10618828 CPUtime=0.18 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) S 3503 3505 31765 0 -1 4202560 11970 0 1 0 16 2 0 0 15 0 22 0 831001635 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3508] ppid=3503 vsize=10618828 CPUtime=0.07 cores=1,3,5,7
/proc/3505/task/3508/stat : 3508 (java) S 3503 3505 31765 0 -1 4202560 138 0 0 0 7 0 0 0 16 0 22 0 831001637 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10618828 CPUtime=0.07 cores=1,3,5,7
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 31765 0 -1 4202560 119 0 0 0 7 0 0 0 15 0 22 0 831001637 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10618828 CPUtime=0.09 cores=1,3,5,7
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 31765 0 -1 4202560 487 0 0 0 9 0 0 0 15 0 22 0 831001637 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10618828 CPUtime=0.05 cores=1,3,5,7
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 31765 0 -1 4202560 269 0 0 0 5 0 0 0 15 0 22 0 831001637 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10618828 CPUtime=0.07 cores=1,3,5,7
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 31765 0 -1 4202560 176 0 0 0 7 0 0 0 15 0 22 0 831001637 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10618828 CPUtime=0.09 cores=1,3,5,7
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 31765 0 -1 4202560 449 0 0 0 9 0 0 0 16 0 22 0 831001637 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10618828 CPUtime=0.08 cores=1,3,5,7
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 31765 0 -1 4202560 484 0 0 0 8 0 0 0 15 0 22 0 831001637 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10618828 CPUtime=0.09 cores=1,3,5,7
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 31765 0 -1 4202560 352 0 0 0 9 0 0 0 16 0 22 0 831001637 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10618828 CPUtime=4.29 cores=1,3,5,7
/proc/3505/task/3517/stat : 3517 (java) R 3503 3505 31765 0 -1 4202560 13003 0 0 0 428 1 0 0 15 0 22 0 831001638 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 47767524204576 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831001638 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 31765 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 831001638 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831001640 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528657841 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10618828 CPUtime=2.11 cores=1,3,5,7
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 31765 0 -1 4202560 16656 0 0 0 209 2 0 0 15 0 22 0 831001640 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10618828 CPUtime=1.02 cores=1,3,5,7
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 31765 0 -1 4202560 7538 0 0 0 101 1 0 0 15 0 22 0 831001640 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3523] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3523/stat : 3523 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831001640 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3524] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3524/stat : 3524 (java) S 3503 3505 31765 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831001640 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3528] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3528/stat : 3528 (java) S 3503 3505 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831001655 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3776] ppid=3503 vsize=10618828 CPUtime=3.12 cores=1,3,5,7
/proc/3505/task/3776/stat : 3776 (java) S 3503 3505 31765 0 -1 4202560 7 0 0 0 312 0 0 0 16 0 22 0 831005612 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3777] ppid=3503 vsize=10618828 CPUtime=3.12 cores=1,3,5,7
/proc/3505/task/3777/stat : 3777 (java) S 3503 3505 31765 0 -1 4202560 0 0 0 0 312 0 0 0 16 0 22 0 831005612 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3778] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3778/stat : 3778 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831005613 10873679872 174329 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 84.34
Current children cumulated vsize (KiB) 10618828

[startup+44.3006 s]
/proc/loadavg: 2.93 3.03 3.41 4/464 3778
/proc/meminfo: memFree=24443380/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=10618828 CPUtime=85.38 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 190393 0 1 0 8511 27 0 0 25 0 19 0 831001634 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 2654707 174534 2260 9 0 2645441 0
[pid=3505/tid=3506] ppid=3503 vsize=10618828 CPUtime=0.2 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) R 3503 3505 31765 0 -1 4202560 11970 0 1 0 18 2 0 0 15 0 19 0 831001635 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 46912506185759 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3505/tid=3508] ppid=3503 vsize=10618828 CPUtime=0.07 cores=1,3,5,7
/proc/3505/task/3508/stat : 3508 (java) S 3503 3505 31765 0 -1 4202560 138 0 0 0 7 0 0 0 16 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10618828 CPUtime=0.07 cores=1,3,5,7
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 31765 0 -1 4202560 119 0 0 0 7 0 0 0 15 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10618828 CPUtime=0.09 cores=1,3,5,7
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 31765 0 -1 4202560 487 0 0 0 9 0 0 0 15 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10618828 CPUtime=0.05 cores=1,3,5,7
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 31765 0 -1 4202560 269 0 0 0 5 0 0 0 15 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10618828 CPUtime=0.07 cores=1,3,5,7
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 31765 0 -1 4202560 176 0 0 0 7 0 0 0 15 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10618828 CPUtime=0.09 cores=1,3,5,7
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 31765 0 -1 4202560 449 0 0 0 9 0 0 0 16 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10618828 CPUtime=0.08 cores=1,3,5,7
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 31765 0 -1 4202560 484 0 0 0 8 0 0 0 15 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10618828 CPUtime=0.09 cores=1,3,5,7
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 31765 0 -1 4202560 352 0 0 0 9 0 0 0 16 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10618828 CPUtime=4.36 cores=1,3,5,7
/proc/3505/task/3517/stat : 3517 (java) S 3503 3505 31765 0 -1 4202560 13208 0 0 0 434 2 0 0 16 0 19 0 831001638 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 0 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831001638 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 31765 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 831001638 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831001640 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528657841 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10618828 CPUtime=2.11 cores=1,3,5,7
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 31765 0 -1 4202560 16656 0 0 0 209 2 0 0 15 0 19 0 831001640 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10618828 CPUtime=1.02 cores=1,3,5,7
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 31765 0 -1 4202560 7538 0 0 0 101 1 0 0 15 0 19 0 831001640 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3523] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3523/stat : 3523 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831001640 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3524] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3524/stat : 3524 (java) S 3503 3505 31765 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 831001640 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3528] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3528/stat : 3528 (java) S 3503 3505 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831001655 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 85.38
Current children cumulated vsize (KiB) 10618828

[startup+44.5016 s]
/proc/loadavg: 2.93 3.03 3.41 4/464 3778
/proc/meminfo: memFree=24443380/32951124 swapFree=44043516/67111528
[pid=3505] ppid=3503 vsize=10618828 CPUtime=85.59 cores=1,3,5,7
/proc/3505/stat : 3505 (java) S 3503 3505 31765 0 -1 4202496 190393 0 1 0 8532 27 0 0 25 0 19 0 831001634 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3505/statm: 2654707 174534 2260 9 0 2645441 0
[pid=3505/tid=3506] ppid=3503 vsize=10618828 CPUtime=0.38 cores=1,3,5,7
/proc/3505/task/3506/stat : 3506 (java) R 3503 3505 31765 0 -1 4202560 11970 0 1 0 36 2 0 0 16 0 19 0 831001635 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3505/tid=3508] ppid=3503 vsize=10618828 CPUtime=0.07 cores=1,3,5,7
/proc/3505/task/3508/stat : 3508 (java) S 3503 3505 31765 0 -1 4202560 138 0 0 0 7 0 0 0 16 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3509] ppid=3503 vsize=10618828 CPUtime=0.07 cores=1,3,5,7
/proc/3505/task/3509/stat : 3509 (java) S 3503 3505 31765 0 -1 4202560 119 0 0 0 7 0 0 0 15 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3510] ppid=3503 vsize=10618828 CPUtime=0.09 cores=1,3,5,7
/proc/3505/task/3510/stat : 3510 (java) S 3503 3505 31765 0 -1 4202560 487 0 0 0 9 0 0 0 15 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3512] ppid=3503 vsize=10618828 CPUtime=0.05 cores=1,3,5,7
/proc/3505/task/3512/stat : 3512 (java) S 3503 3505 31765 0 -1 4202560 269 0 0 0 5 0 0 0 15 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3513] ppid=3503 vsize=10618828 CPUtime=0.07 cores=1,3,5,7
/proc/3505/task/3513/stat : 3513 (java) S 3503 3505 31765 0 -1 4202560 176 0 0 0 7 0 0 0 15 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3514] ppid=3503 vsize=10618828 CPUtime=0.09 cores=1,3,5,7
/proc/3505/task/3514/stat : 3514 (java) S 3503 3505 31765 0 -1 4202560 449 0 0 0 9 0 0 0 16 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3515] ppid=3503 vsize=10618828 CPUtime=0.08 cores=1,3,5,7
/proc/3505/task/3515/stat : 3515 (java) S 3503 3505 31765 0 -1 4202560 484 0 0 0 8 0 0 0 15 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3516] ppid=3503 vsize=10618828 CPUtime=0.09 cores=1,3,5,7
/proc/3505/task/3516/stat : 3516 (java) S 3503 3505 31765 0 -1 4202560 352 0 0 0 9 0 0 0 16 0 19 0 831001637 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 3 0 0 0
[pid=3505/tid=3517] ppid=3503 vsize=10618828 CPUtime=4.36 cores=1,3,5,7
/proc/3505/task/3517/stat : 3517 (java) S 3503 3505 31765 0 -1 4202560 13208 0 0 0 434 2 0 0 16 0 19 0 831001638 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 0 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3518] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3518/stat : 3518 (java) S 3503 3505 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831001638 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3519] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3519/stat : 3519 (java) S 3503 3505 31765 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 831001638 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 7 0 0 0
[pid=3505/tid=3520] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3520/stat : 3520 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831001640 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528657841 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3521] ppid=3503 vsize=10618828 CPUtime=2.11 cores=1,3,5,7
/proc/3505/task/3521/stat : 3521 (java) S 3503 3505 31765 0 -1 4202560 16656 0 0 0 209 2 0 0 15 0 19 0 831001640 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3522] ppid=3503 vsize=10618828 CPUtime=1.04 cores=1,3,5,7
/proc/3505/task/3522/stat : 3522 (java) S 3503 3505 31765 0 -1 4202560 7538 0 0 0 103 1 0 0 15 0 19 0 831001640 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3523] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3523/stat : 3523 (java) S 3503 3505 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831001640 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650137 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
[pid=3505/tid=3524] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3524/stat : 3524 (java) S 3503 3505 31765 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 831001640 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 1 0 0 0
[pid=3505/tid=3528] ppid=3503 vsize=10618828 CPUtime=0 cores=1,3,5,7
/proc/3505/task/3528/stat : 3528 (java) S 3503 3505 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831001655 10873679872 174534 33554432000 1073741824 1073778376 140733337056736 18446744073709551615 246528650752 0 4 0 16800975 18446604469811379136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 85.59
Current children cumulated vsize (KiB) 10618828

Child status: 30
Real time (s): 44.5531
CPU time (s): 85.649
CPU user time (s): 85.342
CPU system time (s): 0.306953
CPU usage (%): 192.24
Max. virtual memory (cumulated for all children) (KiB): 10626588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.342
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190396
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3098
involuntary context switches= 1297

runsolver used 0.182972 second user time and 0.475927 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-04 15:27:14
IDJOB=3453686
IDBENCH=47890
IDSOLVER=1950
FILE ID=node134/3453686-1307194034
RUNJOBID= node134-1307194026-3272
PBS_JOBID= 13508837
Free space on /tmp= 74020 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=223-P1=29-P2=7-P3=83-P4=113-P5=223-P6=229-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453686-1307194034/watcher-3453686-1307194034 -o /tmp/evaluation-result-3453686-1307194034/solver-3453686-1307194034 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453686-1307194034.opb

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

MD5SUM BENCH= 6355c589dda3f12b095277ae4637ab26
RANDOM SEED=1124633774

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25675276 kB
Buffers:        303368 kB
Cached:         657008 kB
SwapCached:       9536 kB
Active:        6358496 kB
Inactive:       623116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25675276 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:            1008 kB
Writeback:          76 kB
AnonPages:     6019188 kB
Mapped:          29616 kB
Slab:           137940 kB
PageTables:      89348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121141184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74020 MiB
End job on node134 at 2011-06-04 15:27:59