Trace number 3458279

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 Resolution 2.3.0OPT3 38.3482 37.1899

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=79-P1=163-P2=61-P3=127-P4=163-P5=211-B.opb
MD5SUM0b0d874eaa404001e586f84b413e6897
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.129979
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 variables120
Total number of constraints11
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 constraints11
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)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Quality of the solution as a function of time


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

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		12995394264
0.06/0.09	c Max memory 		13063553024
0.06/0.09	c Total memory 		13063553024
0.06/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458279-1307158520.opb
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.056s.
0.11/0.16	c #vars     440
0.11/0.16	c #constraints  656
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 336
0.88/0.62	c cleaning 2499 clauses out of 5002 with flag 5002/5002
1.35/1.09	c cleaning 4251 clauses out of 8502 with flag 11001/11001
1.96/1.64	c cleaning 5620 clauses out of 11250 with flag 18000/18000
2.67/2.34	c cleaning 6814 clauses out of 13630 with flag 26000/26000
3.48/3.16	c cleaning 7904 clauses out of 15816 with flag 35000/35000
4.48/4.12	c cleaning 8943 clauses out of 17912 with flag 45000/45000
5.18/4.84	c cleaning 9482 clauses out of 18970 with flag 55001/55001
6.09/5.73	c cleaning 9735 clauses out of 19488 with flag 65001/65001
7.09/6.73	c cleaning 9875 clauses out of 19752 with flag 75000/75000
7.99/7.67	c cleaning 9931 clauses out of 19877 with flag 85000/85000
9.01/8.49	c cleaning 9968 clauses out of 19947 with flag 95001/95001
10.54/9.55	c cleaning 9982 clauses out of 19978 with flag 105000/105000
11.15/10.19	c cleaning 9994 clauses out of 19997 with flag 115001/115001
12.16/11.20	c cleaning 9999 clauses out of 20002 with flag 125000/125000
12.77/11.79	c SATISFIABLE
12.77/11.79	c OPTIMIZING...
12.77/11.79	c Got one! Elapsed wall clock time (in seconds):11.689
12.77/11.80	o 17
13.08/12.08	c cleaning 10797 clauses out of 21618 with flag 5000/136615
13.57/12.53	c cleaning 8404 clauses out of 16821 with flag 11000/142615
14.29/13.28	c cleaning 7698 clauses out of 15417 with flag 18000/149615
15.18/14.15	c cleaning 7854 clauses out of 15719 with flag 26000/157615
16.08/15.09	c cleaning 8431 clauses out of 16865 with flag 35000/166615
17.08/16.02	c cleaning 9214 clauses out of 18433 with flag 45000/176615
17.99/16.97	c cleaning 9606 clauses out of 19219 with flag 55000/186615
18.99/17.95	c cleaning 9802 clauses out of 19613 with flag 65000/196615
19.82/18.72	c cleaning 9898 clauses out of 19812 with flag 75001/206616
20.00/18.97	c Got one! Elapsed wall clock time (in seconds):18.865
20.00/18.97	o 9
20.10/19.04	c cleaning 7805 clauses out of 15625 with flag 1000/212327
20.40/19.37	c cleaning 6898 clauses out of 13820 with flag 7000/218327
20.81/19.77	c cleaning 6960 clauses out of 13923 with flag 14001/225328
21.50/20.43	c cleaning 7482 clauses out of 14963 with flag 22001/233328
21.60/20.56	c Got one! Elapsed wall clock time (in seconds):20.458
21.60/20.56	o 5
21.80/20.74	c cleaning 6276 clauses out of 12568 with flag 3002/238415
22.10/21.08	c cleaning 6133 clauses out of 12290 with flag 9000/244413
22.51/21.49	c cleaning 6574 clauses out of 13158 with flag 16001/251414
22.81/21.75	c Got one! Elapsed wall clock time (in seconds):21.639
22.81/21.75	o 3
22.91/21.80	c cleaning 6066 clauses out of 12145 with flag 1001/256975
23.22/22.15	c cleaning 6027 clauses out of 12080 with flag 7002/262976
23.72/22.67	c cleaning 6515 clauses out of 13051 with flag 14000/269974
24.32/23.26	c cleaning 7261 clauses out of 14537 with flag 22001/277975
25.02/23.93	c cleaning 8136 clauses out of 16276 with flag 31001/286975
25.82/24.79	c cleaning 9068 clauses out of 18139 with flag 41000/296974
26.62/25.59	c cleaning 9536 clauses out of 19072 with flag 51001/306975
27.62/26.50	c cleaning 9762 clauses out of 19534 with flag 61000/316974
28.42/27.35	c cleaning 9886 clauses out of 19773 with flag 71001/326975
29.33/28.29	c cleaning 9940 clauses out of 19886 with flag 81000/336974
30.43/29.36	c cleaning 9971 clauses out of 19946 with flag 91000/346974
31.43/30.32	c cleaning 9982 clauses out of 19975 with flag 101000/356974
32.43/31.32	c cleaning 9992 clauses out of 19993 with flag 111000/366974
33.23/32.17	c cleaning 9997 clauses out of 20002 with flag 121001/376975
34.15/33.04	c cleaning 9993 clauses out of 20004 with flag 131000/386974
35.03/33.95	c cleaning 10003 clauses out of 20012 with flag 141001/396975
36.04/34.92	c cleaning 10000 clauses out of 20007 with flag 151000/406974
36.94/35.85	c cleaning 9999 clauses out of 20007 with flag 161000/416974
37.86/36.77	c cleaning 10003 clauses out of 20008 with flag 171001/426975
38.26/37.17	c starts		: 140
38.26/37.17	c conflicts		: 431965
38.26/37.17	c decisions		: 445147
38.26/37.17	c propagations		: 8313374
38.26/37.17	c inspects		: 334181174
38.26/37.17	c shortcuts		: 0
38.26/37.17	c learnt literals	: 14
38.26/37.17	c learnt binary clauses	: 79
38.26/37.17	c learnt ternary clauses	: 229
38.26/37.17	c learnt constraints	: 431950
38.26/37.17	c ignored constraints	: 0
38.26/37.17	c root simplifications	: 0
38.26/37.17	c removed literals (reason simplification)	: 14808433
38.26/37.17	c reason swapping (by a shorter reason)	: 0
38.26/37.17	c Calls to reduceDB	: 49
38.26/37.17	c number of reductions to clauses (during analyze)	: 0
38.26/37.17	c number of learned constraints concerned by reduction	: 0
38.26/37.17	c number of learning phase by resolution	: 0
38.26/37.17	c number of learning phase by cutting planes	: 0
38.26/37.17	c speed (assignments/second)	: 539094.3518578561
38.26/37.17	c non guided choices	2349
38.26/37.17	c learnt constraints type 
38.26/37.17	c constraints type 
38.26/37.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
38.26/37.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 336
38.26/37.17	s OPTIMUM FOUND
38.26/37.17	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 
38.26/37.17	c objective function=3
38.26/37.17	c Total wall clock time (in seconds): 37.062

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-3458279-1307158520/watcher-3458279-1307158520 -o /tmp/evaluation-result-3458279-1307158520/solver-3458279-1307158520 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458279-1307158520.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.19 2.06 1.95 2/579 3044
/proc/meminfo: memFree=30021628/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=86844 CPUtime=0 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 1435 0 1 0 0 0 0 0 25 0 2 0 827450671 88928256 1138 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 21711 1142 890 9 0 12867 0
[pid=3044/tid=3045] ppid=3042 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 9348 0 1 0 0 0 0 0 25 0 2 0 827450672 13850947584 10163 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251813934139 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.072803 s]
/proc/loadavg: 2.19 2.06 1.95 2/579 3044
/proc/meminfo: memFree=30021628/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 14377 0 1 0 5 1 0 0 25 0 18 0 827450671 13880410112 14075 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 3388772 14075 1754 9 0 3379506 0
[pid=3044/tid=3045] ppid=3042 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 13204 0 1 0 5 1 0 0 25 0 18 0 827450672 13880410112 14075 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 47375737123351 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13555088

[startup+0.100824 s]
/proc/loadavg: 2.19 2.06 1.95 2/579 3044
/proc/meminfo: memFree=30021628/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=13622300 CPUtime=0.11 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 15607 0 1 0 9 2 0 0 25 0 18 0 827450671 13949235200 15297 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 3405575 15299 2093 9 0 3396309 0
[pid=3044/tid=3045] ppid=3042 vsize=13622300 CPUtime=0.08 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 13673 0 1 0 7 1 0 0 25 0 18 0 827450672 13949235200 15299 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 47375738615827 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622300

[startup+0.300816 s]
/proc/loadavg: 2.19 2.06 1.95 2/579 3044
/proc/meminfo: memFree=30021628/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=13625312 CPUtime=0.52 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 18193 0 1 0 50 2 0 0 25 0 19 0 827450671 13952319488 17235 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 3406328 17235 2213 9 0 3397062 0
[pid=3044/tid=3045] ppid=3042 vsize=13625312 CPUtime=0.28 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 14301 0 1 0 27 1 0 0 18 0 19 0 827450672 13952319488 17235 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 46912505564800 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13625312

[startup+0.70073 s]
/proc/loadavg: 2.19 2.06 1.95 2/579 3044
/proc/meminfo: memFree=30021628/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=13625312 CPUtime=1.04 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 19329 0 1 0 101 3 0 0 25 0 19 0 827450671 13952319488 18366 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 3406328 18366 2248 9 0 3397062 0
[pid=3044/tid=3045] ppid=3042 vsize=13625312 CPUtime=0.67 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 14700 0 1 0 66 1 0 0 18 0 19 0 827450672 13952319488 18366 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 46912505614524 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13625312

[startup+1.50067 s]
/proc/loadavg: 2.18 2.06 1.95 3/598 3064
/proc/meminfo: memFree=29955332/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=13625312 CPUtime=1.86 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 19926 0 1 0 183 3 0 0 25 0 19 0 827450671 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 3406328 18961 2248 9 0 3397062 0
[pid=3044/tid=3045] ppid=3042 vsize=13625312 CPUtime=1.45 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 14702 0 1 0 144 1 0 0 19 0 19 0 827450672 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 46912505567824 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3044/tid=3047] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3047/stat : 3047 (java) S 3042 3044 31166 0 -1 4202560 209 0 0 0 0 0 0 0 16 0 19 0 827450674 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3048] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3048/stat : 3048 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3049] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3049/stat : 3049 (java) S 3042 3044 31166 0 -1 4202560 154 0 0 0 0 0 0 0 16 0 19 0 827450674 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3050] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3050/stat : 3050 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3051] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3051/stat : 3051 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 827450674 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3052] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3052/stat : 3052 (java) S 3042 3044 31166 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3053] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3053/stat : 3053 (java) S 3042 3044 31166 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3054] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3054/stat : 3054 (java) S 3042 3044 31166 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3056] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3056/stat : 3056 (java) S 3042 3044 31166 0 -1 4202560 582 0 0 0 2 0 0 0 15 0 19 0 827450675 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 0 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3057] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3057/stat : 3057 (java) S 3042 3044 31166 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3058] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3058/stat : 3058 (java) S 3042 3044 31166 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3059] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3059/stat : 3059 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826063793 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3060] ppid=3042 vsize=13625312 CPUtime=0.21 cores=0,2,4,6
/proc/3044/task/3060/stat : 3060 (java) S 3042 3044 31166 0 -1 4202560 1727 0 0 0 21 0 0 0 15 0 19 0 827450677 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3061] ppid=3042 vsize=13625312 CPUtime=0.14 cores=0,2,4,6
/proc/3044/task/3061/stat : 3061 (java) S 3042 3044 31166 0 -1 4202560 1050 0 0 0 14 0 0 0 17 0 19 0 827450677 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3062] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3062/stat : 3062 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3063] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3063/stat : 3063 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827450677 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3064] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3064/stat : 3064 (java) S 3042 3044 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827450688 13952319488 18961 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13625312

[startup+3.1014 s]
/proc/loadavg: 2.18 2.06 1.95 3/598 3064
/proc/meminfo: memFree=29950892/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=13625312 CPUtime=3.48 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 20316 0 1 0 345 3 0 0 25 0 19 0 827450671 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 3406328 19349 2249 9 0 3397062 0
[pid=3044/tid=3045] ppid=3042 vsize=13625312 CPUtime=3.01 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 14702 0 1 0 300 1 0 0 22 0 19 0 827450672 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 46912505532484 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3044/tid=3047] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3047/stat : 3047 (java) S 3042 3044 31166 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3048] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3048/stat : 3048 (java) S 3042 3044 31166 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3049] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3049/stat : 3049 (java) S 3042 3044 31166 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3050] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3050/stat : 3050 (java) S 3042 3044 31166 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3051] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3051/stat : 3051 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3052] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3052/stat : 3052 (java) S 3042 3044 31166 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3053] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3053/stat : 3053 (java) S 3042 3044 31166 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3054] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3054/stat : 3054 (java) S 3042 3044 31166 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3056] ppid=3042 vsize=13625312 CPUtime=0.05 cores=0,2,4,6
/proc/3044/task/3056/stat : 3056 (java) S 3042 3044 31166 0 -1 4202560 780 0 0 0 5 0 0 0 15 0 19 0 827450675 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 0 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3057] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3057/stat : 3057 (java) S 3042 3044 31166 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3058] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3058/stat : 3058 (java) S 3042 3044 31166 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3059] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3059/stat : 3059 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826063793 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3060] ppid=3042 vsize=13625312 CPUtime=0.23 cores=0,2,4,6
/proc/3044/task/3060/stat : 3060 (java) S 3042 3044 31166 0 -1 4202560 1735 0 0 0 23 0 0 0 15 0 19 0 827450677 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3061] ppid=3042 vsize=13625312 CPUtime=0.14 cores=0,2,4,6
/proc/3044/task/3061/stat : 3061 (java) S 3042 3044 31166 0 -1 4202560 1051 0 0 0 14 0 0 0 15 0 19 0 827450677 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3062] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3062/stat : 3062 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3063] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3063/stat : 3063 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827450677 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3064] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3064/stat : 3064 (java) S 3042 3044 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827450688 13952319488 19349 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 13625312

[startup+6.30082 s]
/proc/loadavg: 2.18 2.06 1.95 3/598 3064
/proc/meminfo: memFree=29945652/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=13625312 CPUtime=6.69 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 21264 0 1 0 666 3 0 0 25 0 19 0 827450671 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 3406328 20290 2249 9 0 3397062 0
[pid=3044/tid=3045] ppid=3042 vsize=13625312 CPUtime=6.14 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 14707 0 1 0 613 1 0 0 25 0 19 0 827450672 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 46912505521576 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3044/tid=3047] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3047/stat : 3047 (java) S 3042 3044 31166 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3048] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3048/stat : 3048 (java) S 3042 3044 31166 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3049] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3049/stat : 3049 (java) S 3042 3044 31166 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 827450674 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3050] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3050/stat : 3050 (java) S 3042 3044 31166 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 827450674 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3051] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3051/stat : 3051 (java) S 3042 3044 31166 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 19 0 827450674 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3052] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3052/stat : 3052 (java) S 3042 3044 31166 0 -1 4202560 192 0 0 0 0 0 0 0 16 0 19 0 827450674 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3053] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3053/stat : 3053 (java) S 3042 3044 31166 0 -1 4202560 123 0 0 0 0 0 0 0 16 0 19 0 827450674 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3054] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3054/stat : 3054 (java) S 3042 3044 31166 0 -1 4202560 219 0 0 0 0 0 0 0 16 0 19 0 827450674 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3056] ppid=3042 vsize=13625312 CPUtime=0.11 cores=0,2,4,6
/proc/3044/task/3056/stat : 3056 (java) S 3042 3044 31166 0 -1 4202560 1452 0 0 0 11 0 0 0 16 0 19 0 827450675 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 0 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3057] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3057/stat : 3057 (java) S 3042 3044 31166 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3058] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3058/stat : 3058 (java) S 3042 3044 31166 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3059] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3059/stat : 3059 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826063793 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3060] ppid=3042 vsize=13625312 CPUtime=0.23 cores=0,2,4,6
/proc/3044/task/3060/stat : 3060 (java) S 3042 3044 31166 0 -1 4202560 1735 0 0 0 23 0 0 0 15 0 19 0 827450677 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3061] ppid=3042 vsize=13625312 CPUtime=0.14 cores=0,2,4,6
/proc/3044/task/3061/stat : 3061 (java) S 3042 3044 31166 0 -1 4202560 1051 0 0 0 14 0 0 0 15 0 19 0 827450677 13952319488 20290 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0

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

/proc/3044/task/3047/stat : 3047 (java) S 3042 3044 31166 0 -1 4202560 212 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3048] ppid=3042 vsize=13625312 CPUtime=0.03 cores=0,2,4,6
/proc/3044/task/3048/stat : 3048 (java) S 3042 3044 31166 0 -1 4202560 76 0 0 0 3 0 0 0 16 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3049] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3049/stat : 3049 (java) S 3042 3044 31166 0 -1 4202560 209 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3050] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3050/stat : 3050 (java) S 3042 3044 31166 0 -1 4202560 110 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3051] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3051/stat : 3051 (java) S 3042 3044 31166 0 -1 4202560 57 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3052] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3052/stat : 3052 (java) S 3042 3044 31166 0 -1 4202560 203 0 0 0 2 0 0 0 16 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3053] ppid=3042 vsize=13625312 CPUtime=0.01 cores=0,2,4,6
/proc/3044/task/3053/stat : 3053 (java) S 3042 3044 31166 0 -1 4202560 129 0 0 0 1 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3054] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3054/stat : 3054 (java) S 3042 3044 31166 0 -1 4202560 222 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3056] ppid=3042 vsize=13625312 CPUtime=0.79 cores=0,2,4,6
/proc/3044/task/3056/stat : 3056 (java) S 3042 3044 31166 0 -1 4202560 2228 0 0 0 79 0 0 0 15 0 19 0 827450675 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 0 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3057] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3057/stat : 3057 (java) S 3042 3044 31166 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3058] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3058/stat : 3058 (java) S 3042 3044 31166 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3059] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3059/stat : 3059 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826063793 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3060] ppid=3042 vsize=13625312 CPUtime=0.86 cores=0,2,4,6
/proc/3044/task/3060/stat : 3060 (java) S 3042 3044 31166 0 -1 4202560 11784 0 0 0 84 2 0 0 15 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3061] ppid=3042 vsize=13625312 CPUtime=0.18 cores=0,2,4,6
/proc/3044/task/3061/stat : 3061 (java) S 3042 3044 31166 0 -1 4202560 1051 0 0 0 18 0 0 0 15 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3062] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3062/stat : 3062 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3063] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3063/stat : 3063 (java) S 3042 3044 31166 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3064] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3064/stat : 3064 (java) S 3042 3044 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827450688 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 36.24
Current children cumulated vsize (KiB) 13625312

[startup+35.9008 s]
/proc/loadavg: 2.11 2.05 1.95 3/598 3119
/proc/meminfo: memFree=29939604/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=13625312 CPUtime=37.05 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 32192 0 1 0 3699 6 0 0 25 0 19 0 827450671 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 3406328 24493 2249 9 0 3397062 0
[pid=3044/tid=3045] ppid=3042 vsize=13625312 CPUtime=34.94 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 14760 0 1 0 3493 1 0 0 25 0 19 0 827450672 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 46912505550301 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3044/tid=3047] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3047/stat : 3047 (java) S 3042 3044 31166 0 -1 4202560 212 0 0 0 2 0 0 0 16 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3048] ppid=3042 vsize=13625312 CPUtime=0.03 cores=0,2,4,6
/proc/3044/task/3048/stat : 3048 (java) S 3042 3044 31166 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3049] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3049/stat : 3049 (java) S 3042 3044 31166 0 -1 4202560 209 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3050] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3050/stat : 3050 (java) S 3042 3044 31166 0 -1 4202560 110 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3051] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3051/stat : 3051 (java) S 3042 3044 31166 0 -1 4202560 57 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3052] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3052/stat : 3052 (java) S 3042 3044 31166 0 -1 4202560 203 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3053] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3053/stat : 3053 (java) S 3042 3044 31166 0 -1 4202560 129 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3054] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3054/stat : 3054 (java) S 3042 3044 31166 0 -1 4202560 222 0 0 0 2 0 0 0 16 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3056] ppid=3042 vsize=13625312 CPUtime=0.8 cores=0,2,4,6
/proc/3044/task/3056/stat : 3056 (java) S 3042 3044 31166 0 -1 4202560 2228 0 0 0 80 0 0 0 15 0 19 0 827450675 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 0 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3057] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3057/stat : 3057 (java) S 3042 3044 31166 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3058] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3058/stat : 3058 (java) S 3042 3044 31166 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3059] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3059/stat : 3059 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826063793 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3060] ppid=3042 vsize=13625312 CPUtime=0.86 cores=0,2,4,6
/proc/3044/task/3060/stat : 3060 (java) S 3042 3044 31166 0 -1 4202560 11784 0 0 0 84 2 0 0 15 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3061] ppid=3042 vsize=13625312 CPUtime=0.18 cores=0,2,4,6
/proc/3044/task/3061/stat : 3061 (java) S 3042 3044 31166 0 -1 4202560 1051 0 0 0 18 0 0 0 15 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3062] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3062/stat : 3062 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3063] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3063/stat : 3063 (java) S 3042 3044 31166 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3064] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3064/stat : 3064 (java) S 3042 3044 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827450688 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.05
Current children cumulated vsize (KiB) 13625312

[startup+36.7006 s]
/proc/loadavg: 2.10 2.05 1.95 3/598 3119
/proc/meminfo: memFree=29938248/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=13625312 CPUtime=37.86 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 32193 0 1 0 3780 6 0 0 25 0 19 0 827450671 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 3406328 24493 2249 9 0 3397062 0
[pid=3044/tid=3045] ppid=3042 vsize=13625312 CPUtime=35.74 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 14760 0 1 0 3573 1 0 0 25 0 19 0 827450672 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 46912505535909 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3044/tid=3047] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3047/stat : 3047 (java) S 3042 3044 31166 0 -1 4202560 212 0 0 0 2 0 0 0 16 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3048] ppid=3042 vsize=13625312 CPUtime=0.03 cores=0,2,4,6
/proc/3044/task/3048/stat : 3048 (java) S 3042 3044 31166 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3049] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3049/stat : 3049 (java) S 3042 3044 31166 0 -1 4202560 209 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3050] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3050/stat : 3050 (java) S 3042 3044 31166 0 -1 4202560 110 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3051] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3051/stat : 3051 (java) S 3042 3044 31166 0 -1 4202560 57 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3052] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3052/stat : 3052 (java) S 3042 3044 31166 0 -1 4202560 203 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3053] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3053/stat : 3053 (java) S 3042 3044 31166 0 -1 4202560 129 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3054] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3054/stat : 3054 (java) S 3042 3044 31166 0 -1 4202560 222 0 0 0 2 0 0 0 16 0 19 0 827450674 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3056] ppid=3042 vsize=13625312 CPUtime=0.8 cores=0,2,4,6
/proc/3044/task/3056/stat : 3056 (java) S 3042 3044 31166 0 -1 4202560 2228 0 0 0 80 0 0 0 15 0 19 0 827450675 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 0 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3057] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3057/stat : 3057 (java) S 3042 3044 31166 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3058] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3058/stat : 3058 (java) S 3042 3044 31166 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3059] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3059/stat : 3059 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826063793 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3060] ppid=3042 vsize=13625312 CPUtime=0.87 cores=0,2,4,6
/proc/3044/task/3060/stat : 3060 (java) S 3042 3044 31166 0 -1 4202560 11785 0 0 0 85 2 0 0 15 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3061] ppid=3042 vsize=13625312 CPUtime=0.18 cores=0,2,4,6
/proc/3044/task/3061/stat : 3061 (java) S 3042 3044 31166 0 -1 4202560 1051 0 0 0 18 0 0 0 15 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3062] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3062/stat : 3062 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3063] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3063/stat : 3063 (java) S 3042 3044 31166 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827450677 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3064] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3064/stat : 3064 (java) S 3042 3044 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827450688 13952319488 24493 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.86
Current children cumulated vsize (KiB) 13625312

[startup+37.1006 s]
/proc/loadavg: 2.10 2.05 1.95 3/598 3119
/proc/meminfo: memFree=29938248/32950928 swapFree=41528364/67111528
[pid=3044] ppid=3042 vsize=13625312 CPUtime=38.26 cores=0,2,4,6
/proc/3044/stat : 3044 (java) S 3042 3044 31166 0 -1 4202496 32198 0 1 0 3820 6 0 0 25 0 19 0 827450671 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3044/statm: 3406328 24497 2249 9 0 3397062 0
[pid=3044/tid=3045] ppid=3042 vsize=13625312 CPUtime=36.12 cores=0,2,4,6
/proc/3044/task/3045/stat : 3045 (java) R 3042 3044 31166 0 -1 4202560 14761 0 1 0 3611 1 0 0 25 0 19 0 827450672 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 46912505550493 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3044/tid=3047] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3047/stat : 3047 (java) S 3042 3044 31166 0 -1 4202560 212 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3048] ppid=3042 vsize=13625312 CPUtime=0.03 cores=0,2,4,6
/proc/3044/task/3048/stat : 3048 (java) S 3042 3044 31166 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 827450674 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3049] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3049/stat : 3049 (java) S 3042 3044 31166 0 -1 4202560 213 0 0 0 2 0 0 0 16 0 19 0 827450674 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3050] ppid=3042 vsize=13625312 CPUtime=0.03 cores=0,2,4,6
/proc/3044/task/3050/stat : 3050 (java) S 3042 3044 31166 0 -1 4202560 110 0 0 0 3 0 0 0 16 0 19 0 827450674 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3051] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3051/stat : 3051 (java) S 3042 3044 31166 0 -1 4202560 57 0 0 0 2 0 0 0 16 0 19 0 827450674 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3052] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3052/stat : 3052 (java) S 3042 3044 31166 0 -1 4202560 203 0 0 0 2 0 0 0 16 0 19 0 827450674 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3053] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3053/stat : 3053 (java) S 3042 3044 31166 0 -1 4202560 129 0 0 0 2 0 0 0 15 0 19 0 827450674 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3054] ppid=3042 vsize=13625312 CPUtime=0.02 cores=0,2,4,6
/proc/3044/task/3054/stat : 3054 (java) S 3042 3044 31166 0 -1 4202560 222 0 0 0 2 0 0 0 16 0 19 0 827450674 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3056] ppid=3042 vsize=13625312 CPUtime=0.82 cores=0,2,4,6
/proc/3044/task/3056/stat : 3056 (java) S 3042 3044 31166 0 -1 4202560 2228 0 0 0 82 0 0 0 15 0 19 0 827450675 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 0 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3057] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3057/stat : 3057 (java) S 3042 3044 31166 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3058] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3058/stat : 3058 (java) S 3042 3044 31166 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827450675 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3059] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3059/stat : 3059 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826063793 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3060] ppid=3042 vsize=13625312 CPUtime=0.87 cores=0,2,4,6
/proc/3044/task/3060/stat : 3060 (java) S 3042 3044 31166 0 -1 4202560 11785 0 0 0 85 2 0 0 15 0 19 0 827450677 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 0 0 0 0
[pid=3044/tid=3061] ppid=3042 vsize=13625312 CPUtime=0.18 cores=0,2,4,6
/proc/3044/task/3061/stat : 3061 (java) S 3042 3044 31166 0 -1 4202560 1051 0 0 0 18 0 0 0 15 0 19 0 827450677 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
[pid=3044/tid=3062] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3062/stat : 3062 (java) S 3042 3044 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827450677 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056089 0 4 0 16800975 18446604443807889408 0 0 -1 4 0 0 0
[pid=3044/tid=3063] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3063/stat : 3063 (java) S 3042 3044 31166 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827450677 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 2 0 0 0
[pid=3044/tid=3064] ppid=3042 vsize=13625312 CPUtime=0 cores=0,2,4,6
/proc/3044/task/3064/stat : 3064 (java) S 3042 3044 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827450688 13952319488 24497 33554432000 1073741824 1073778376 140735438405984 18446744073709551615 251826056704 0 4 0 16800975 18446604443807889408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 13625312

Child status: 30
Real time (s): 37.1899
CPU time (s): 38.3482
CPU user time (s): 38.2822
CPU system time (s): 0.065989
CPU usage (%): 103.115
Max. virtual memory (cumulated for all children) (KiB): 13625324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.2822
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32219
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= 2211
involuntary context switches= 1306

runsolver used 0.215967 second user time and 0.492925 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-04 05:35:20
IDJOB=3458279
IDBENCH=48099
IDSOLVER=1952
FILE ID=node126/3458279-1307158520
RUNJOBID= node126-1307156675-2345
PBS_JOBID= 13508790
Free space on /tmp= 73800 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=79-P1=163-P2=61-P3=127-P4=163-P5=211-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458279-1307158520/watcher-3458279-1307158520 -o /tmp/evaluation-result-3458279-1307158520/solver-3458279-1307158520 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458279-1307158520.opb

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

MD5SUM BENCH= 0b0d874eaa404001e586f84b413e6897
RANDOM SEED=1189489946

node126.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.783
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.56
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.783
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.75
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.783
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.74
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.783
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	: 5332.74
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.783
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.783
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.75
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30021768 kB
Buffers:        301364 kB
Cached:         451860 kB
SwapCached:      15388 kB
Active:        2190772 kB
Inactive:       418884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30021768 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:             872 kB
Writeback:           0 kB
AnonPages:     1853900 kB
Mapped:          31912 kB
Slab:           148188 kB
PageTables:     100360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 189846444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73800 MiB
End job on node126 at 2011-06-04 05:35:57