Trace number 3458099

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 39.223 38.0258

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
MD5SUMc4232b649086935e0cf725c77927c83f
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.131979
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		12995394264
0.08/0.09	c Max memory 		13063553024
0.08/0.09	c Total memory 		13063553024
0.08/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-3458099-1307158048.opb
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.064s.
0.11/0.17	c #vars     528
0.11/0.17	c #constraints  787
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
0.88/0.62	c cleaning 2500 clauses out of 5001 with flag 5001/5001
1.36/1.05	c cleaning 4246 clauses out of 8501 with flag 11001/11001
1.85/1.59	c cleaning 5622 clauses out of 11255 with flag 18001/18001
2.47/2.20	c cleaning 6812 clauses out of 13632 with flag 26000/26000
3.53/3.13	c cleaning 7907 clauses out of 15820 with flag 35000/35000
4.79/4.13	c cleaning 8950 clauses out of 17913 with flag 45000/45000
6.05/5.01	c cleaning 9477 clauses out of 18963 with flag 55001/55001
6.97/5.90	c cleaning 9739 clauses out of 19485 with flag 65000/65000
7.87/6.85	c cleaning 9871 clauses out of 19747 with flag 75001/75001
8.98/7.95	c cleaning 9935 clauses out of 19875 with flag 85000/85000
10.09/9.09	c cleaning 9969 clauses out of 19941 with flag 95001/95001
11.19/10.13	c cleaning 9984 clauses out of 19972 with flag 105001/105001
12.20/11.10	c cleaning 9993 clauses out of 19987 with flag 115000/115000
13.40/12.30	c cleaning 9993 clauses out of 19994 with flag 125000/125000
14.10/13.00	c cleaning 9993 clauses out of 20001 with flag 135001/135001
14.90/13.82	c cleaning 9990 clauses out of 20006 with flag 145000/145000
15.50/14.45	c cleaning 10001 clauses out of 20016 with flag 155000/155000
16.31/15.20	c cleaning 9997 clauses out of 20017 with flag 165002/165002
16.61/15.57	c SATISFIABLE
16.61/15.57	c OPTIMIZING...
16.61/15.57	c Got one! Elapsed wall clock time (in seconds):15.464
16.61/15.57	o 33
16.91/15.89	c cleaning 10546 clauses out of 21116 with flag 5000/176098
17.31/16.26	c cleaning 8271 clauses out of 16570 with flag 11000/182098
17.81/16.73	c cleaning 7633 clauses out of 15300 with flag 18001/189099
18.41/17.38	c cleaning 7833 clauses out of 15667 with flag 26001/197099
19.31/18.24	c cleaning 8413 clauses out of 16833 with flag 35000/206098
20.21/19.18	c cleaning 9209 clauses out of 18421 with flag 45001/216099
21.22/20.20	c cleaning 9602 clauses out of 19212 with flag 55001/226099
22.22/21.16	c cleaning 9799 clauses out of 19609 with flag 65000/236098
22.32/21.29	c Got one! Elapsed wall clock time (in seconds):21.18
22.32/21.29	o 5
22.52/21.48	c cleaning 7417 clauses out of 14878 with flag 3000/241166
22.92/21.84	c cleaning 6707 clauses out of 13462 with flag 9001/247167
23.42/22.34	c cleaning 6856 clauses out of 13754 with flag 16000/254166
24.03/22.93	c cleaning 7442 clauses out of 14898 with flag 24000/262166
24.63/23.56	c cleaning 8220 clauses out of 16457 with flag 33001/271167
25.13/24.06	c Got one! Elapsed wall clock time (in seconds):23.955
25.13/24.06	o 3
25.43/24.38	c cleaning 10685 clauses out of 21409 with flag 5001/284339
25.83/24.75	c cleaning 8343 clauses out of 16723 with flag 11000/290338
26.23/25.18	c cleaning 7671 clauses out of 15380 with flag 18000/297338
26.93/25.81	c cleaning 7838 clauses out of 15710 with flag 26001/305339
27.57/26.42	c cleaning 8431 clauses out of 16870 with flag 35000/314338
28.35/27.29	c cleaning 9213 clauses out of 18440 with flag 45001/324339
29.15/28.09	c cleaning 9607 clauses out of 19226 with flag 55000/334338
30.06/28.95	c cleaning 9808 clauses out of 19620 with flag 65001/344339
30.77/29.65	c cleaning 9904 clauses out of 19811 with flag 75000/354338
31.56/30.48	c cleaning 9951 clauses out of 19907 with flag 85000/364338
32.26/31.11	c cleaning 9966 clauses out of 19958 with flag 95002/374340
32.99/31.81	c cleaning 9988 clauses out of 19991 with flag 105001/384339
33.68/32.58	c cleaning 9994 clauses out of 20000 with flag 115000/394338
34.48/33.36	c cleaning 9995 clauses out of 20006 with flag 125000/404338
35.38/34.20	c cleaning 10003 clauses out of 20013 with flag 135002/414340
36.30/35.14	c cleaning 10002 clauses out of 20008 with flag 145000/424338
37.19/36.05	c cleaning 9999 clauses out of 20006 with flag 155000/434338
38.09/36.95	c cleaning 10000 clauses out of 20007 with flag 165000/444338
38.99/37.81	c cleaning 10000 clauses out of 20005 with flag 175000/454338
39.19/38.01	c starts		: 139
39.19/38.01	c conflicts		: 457078
39.19/38.01	c decisions		: 470717
39.19/38.01	c propagations		: 9101828
39.19/38.01	c inspects		: 317140968
39.19/38.01	c shortcuts		: 0
39.19/38.01	c learnt literals	: 16
39.19/38.01	c learnt binary clauses	: 87
39.19/38.01	c learnt ternary clauses	: 264
39.19/38.01	c learnt constraints	: 457061
39.19/38.01	c ignored constraints	: 0
39.19/38.01	c root simplifications	: 0
39.19/38.01	c removed literals (reason simplification)	: 15782988
39.19/38.01	c reason swapping (by a shorter reason)	: 0
39.19/38.01	c Calls to reduceDB	: 50
39.19/38.01	c number of reductions to clauses (during analyze)	: 0
39.19/38.01	c number of learned constraints concerned by reduction	: 0
39.19/38.01	c number of learning phase by resolution	: 0
39.19/38.01	c number of learning phase by cutting planes	: 0
39.19/38.01	c speed (assignments/second)	: 652367.2591743119
39.19/38.01	c non guided choices	2372
39.19/38.01	c learnt constraints type 
39.19/38.01	c constraints type 
39.19/38.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
39.19/38.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
39.19/38.01	s OPTIMUM FOUND
39.19/38.02	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 
39.19/38.02	c objective function=3
39.19/38.02	c Total wall clock time (in seconds): 37.908

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-3458099-1307158048/watcher-3458099-1307158048 -o /tmp/evaluation-result-3458099-1307158048/solver-3458099-1307158048 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458099-1307158048.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.12 2.05 1.96 2/447 32032
/proc/meminfo: memFree=28969564/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13526316 CPUtime=0.01 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 6777 0 1 0 0 1 0 0 25 0 2 0 827405215 13850947584 6479 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3381579 6493 917 9 0 3372735 0
[pid=32032/tid=32033] ppid=32030 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) R 32030 32032 28402 0 -1 4202560 5721 0 1 0 0 0 0 0 25 0 2 0 827405215 13850947584 6537 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0860819 s]
/proc/loadavg: 2.12 2.05 1.96 2/447 32032
/proc/meminfo: memFree=28969564/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13555408 CPUtime=0.08 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 14796 0 1 0 6 2 0 0 25 0 18 0 827405215 13880737792 14492 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3421738 14741 2017 9 0 3412472 0
[pid=32032/tid=32033] ppid=32030 vsize=13647484 CPUtime=0.07 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) D 32030 32032 28402 0 -1 4202560 13464 0 1 0 6 1 0 0 18 0 18 0 827405215 13975023616 14743 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244446988423 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13555408

[startup+0.104664 s]
/proc/loadavg: 2.12 2.05 1.96 2/447 32032
/proc/meminfo: memFree=28969564/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13622144 CPUtime=0.11 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 15638 0 1 0 9 2 0 0 25 0 18 0 827405215 13949075456 15334 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3405536 15335 2093 9 0 3396270 0
[pid=32032/tid=32033] ppid=32030 vsize=13622144 CPUtime=0.08 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) R 32030 32032 28402 0 -1 4202560 13723 0 1 0 7 1 0 0 18 0 18 0 827405215 13949075456 15335 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458771915 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622144

[startup+0.300615 s]
/proc/loadavg: 2.12 2.05 1.96 2/447 32032
/proc/meminfo: memFree=28969564/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13626160 CPUtime=0.54 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 18219 0 1 0 51 3 0 0 25 0 19 0 827405215 13953187840 17123 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3406540 17123 2209 9 0 3397274 0
[pid=32032/tid=32033] ppid=32030 vsize=13626160 CPUtime=0.28 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) R 32030 32032 28402 0 -1 4202560 14367 0 1 0 27 1 0 0 19 0 19 0 827405215 13953187840 17123 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 47175160081235 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13626160

[startup+0.700543 s]
/proc/loadavg: 2.12 2.05 1.96 2/447 32032
/proc/meminfo: memFree=28969564/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13626160 CPUtime=1.03 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 19515 0 1 0 100 3 0 0 25 0 19 0 827405215 13953187840 18410 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3406540 18410 2243 9 0 3397274 0
[pid=32032/tid=32033] ppid=32030 vsize=13626160 CPUtime=0.67 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) R 32030 32032 28402 0 -1 4202560 14818 0 1 0 65 2 0 0 19 0 19 0 827405215 13953187840 18410 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 46912505615551 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13626160

[startup+1.50139 s]
/proc/loadavg: 2.12 2.05 1.96 3/466 32051
/proc/meminfo: memFree=28903888/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13626160 CPUtime=1.85 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 20170 0 1 0 182 3 0 0 25 0 19 0 827405215 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3406540 19064 2245 9 0 3397274 0
[pid=32032/tid=32033] ppid=32030 vsize=13626160 CPUtime=1.46 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) R 32030 32032 28402 0 -1 4202560 14819 0 1 0 144 2 0 0 20 0 19 0 827405215 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 46912505547910 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32032/tid=32035] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32035/stat : 32035 (java) S 32030 32032 28402 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 827405217 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32036] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32036/stat : 32036 (java) S 32030 32032 28402 0 -1 4202560 367 0 0 0 0 0 0 0 16 0 19 0 827405217 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32037] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32037/stat : 32037 (java) S 32030 32032 28402 0 -1 4202560 215 0 0 0 0 0 0 0 16 0 19 0 827405217 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 3 0 0 0
[pid=32032/tid=32038] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32038/stat : 32038 (java) S 32030 32032 28402 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 827405217 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32039] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32039/stat : 32039 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827405217 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32040] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32040/stat : 32040 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827405217 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32041] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32041/stat : 32041 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827405217 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32042] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32042/stat : 32042 (java) S 32030 32032 28402 0 -1 4202560 125 0 0 0 0 0 0 0 16 0 19 0 827405217 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32043] ppid=32030 vsize=13626160 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32043/stat : 32043 (java) S 32030 32032 28402 0 -1 4202560 642 0 0 0 2 0 0 0 15 0 19 0 827405218 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 0 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32044] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32044/stat : 32044 (java) S 32030 32032 28402 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827405219 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32045] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32045/stat : 32045 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827405219 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32046] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32046/stat : 32046 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458768817 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32047] ppid=32030 vsize=13626160 CPUtime=0.16 cores=1,3,5,7
/proc/32032/task/32047/stat : 32047 (java) S 32030 32032 28402 0 -1 4202560 1037 0 0 0 16 0 0 0 17 0 19 0 827405221 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32048] ppid=32030 vsize=13626160 CPUtime=0.18 cores=1,3,5,7
/proc/32032/task/32048/stat : 32048 (java) S 32030 32032 28402 0 -1 4202560 1700 0 0 0 18 0 0 0 20 0 19 0 827405221 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 3 0 0 0
[pid=32032/tid=32049] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32049/stat : 32049 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32050] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32050/stat : 32050 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827405221 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32051] ppid=32030 vsize=13626160 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32051/stat : 32051 (java) S 32030 32032 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827405233 13953187840 19064 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 13626160

[startup+3.10109 s]
/proc/loadavg: 2.12 2.05 1.96 3/466 32051
/proc/meminfo: memFree=28899300/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13626544 CPUtime=3.53 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 20859 0 1 0 350 3 0 0 25 0 19 0 827405215 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3406636 19751 2250 9 0 3397370 0
[pid=32032/tid=32033] ppid=32030 vsize=13626544 CPUtime=3.02 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) R 32030 32032 28402 0 -1 4202560 14826 0 1 0 300 2 0 0 18 0 19 0 827405215 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 46912505182030 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32032/tid=32035] ppid=32030 vsize=13626544 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32035/stat : 32035 (java) S 32030 32032 28402 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 827405217 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32036] ppid=32030 vsize=13626544 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32036/stat : 32036 (java) S 32030 32032 28402 0 -1 4202560 386 0 0 0 0 0 0 0 16 0 19 0 827405217 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 3 0 0 0
[pid=32032/tid=32037] ppid=32030 vsize=13626544 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32037/stat : 32037 (java) S 32030 32032 28402 0 -1 4202560 229 0 0 0 0 0 0 0 15 0 19 0 827405217 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32038] ppid=32030 vsize=13626544 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32038/stat : 32038 (java) S 32030 32032 28402 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 827405217 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32039] ppid=32030 vsize=13626544 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32039/stat : 32039 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827405217 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32040] ppid=32030 vsize=13626544 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32040/stat : 32040 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827405217 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32041] ppid=32030 vsize=13626544 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32041/stat : 32041 (java) S 32030 32032 28402 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 827405217 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 3 0 0 0
[pid=32032/tid=32042] ppid=32030 vsize=13626544 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32042/stat : 32042 (java) S 32030 32032 28402 0 -1 4202560 165 0 0 0 0 0 0 0 16 0 19 0 827405217 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32043] ppid=32030 vsize=13626544 CPUtime=0.05 cores=1,3,5,7
/proc/32032/task/32043/stat : 32043 (java) S 32030 32032 28402 0 -1 4202560 902 0 0 0 5 0 0 0 15 0 19 0 827405218 13953581056 19751 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 0 0 16800975 18446604464181925952 0 0 -1 3 0 0 0
[pid=32032/tid=32044] ppid=32030 vsize=13626800 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32044/stat : 32044 (java) S 32030 32032 28402 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827405219 13953843200 19764 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32045] ppid=32030 vsize=13626800 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32045/stat : 32045 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827405219 13953843200 19782 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32046] ppid=32030 vsize=13626800 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32046/stat : 32046 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13953843200 19802 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458768817 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32047] ppid=32030 vsize=13626800 CPUtime=0.18 cores=1,3,5,7
/proc/32032/task/32047/stat : 32047 (java) R 32030 32032 28402 0 -1 4202560 1264 0 0 0 18 0 0 0 16 0 19 0 827405221 13953843200 19815 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 47175159303435 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32032/tid=32048] ppid=32030 vsize=13626800 CPUtime=0.24 cores=1,3,5,7
/proc/32032/task/32048/stat : 32048 (java) R 32030 32032 28402 0 -1 4202560 1875 0 0 0 24 0 0 0 16 0 19 0 827405221 13953843200 19832 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244446639055 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32032/tid=32049] ppid=32030 vsize=13626952 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32049/stat : 32049 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13953998848 19844 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32050] ppid=32030 vsize=13626952 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32050/stat : 32050 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827405221 13953998848 19853 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32051] ppid=32030 vsize=13626952 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32051/stat : 32051 (java) S 32030 32032 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827405233 13953998848 19853 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 13626544

[startup+6.3015 s]
/proc/loadavg: 2.11 2.05 1.96 3/466 32051
/proc/meminfo: memFree=28880964/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13639788 CPUtime=7.37 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 28873 0 1 0 733 4 0 0 25 0 19 0 827405215 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3409947 23648 2250 9 0 3400681 0
[pid=32032/tid=32033] ppid=32030 vsize=13639788 CPUtime=6.14 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) R 32030 32032 28402 0 -1 4202560 14832 0 1 0 612 2 0 0 25 0 19 0 827405215 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 46912505539677 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32032/tid=32035] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32035/stat : 32035 (java) S 32030 32032 28402 0 -1 4202560 109 0 0 0 0 0 0 0 16 0 19 0 827405217 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32036] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32036/stat : 32036 (java) S 32030 32032 28402 0 -1 4202560 424 0 0 0 0 0 0 0 15 0 19 0 827405217 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32037] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32037/stat : 32037 (java) S 32030 32032 28402 0 -1 4202560 229 0 0 0 0 0 0 0 15 0 19 0 827405217 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32038] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32038/stat : 32038 (java) S 32030 32032 28402 0 -1 4202560 85 0 0 0 0 0 0 0 16 0 19 0 827405217 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32039] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32039/stat : 32039 (java) S 32030 32032 28402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 827405217 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32040] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32040/stat : 32040 (java) S 32030 32032 28402 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827405217 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32041] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32041/stat : 32041 (java) S 32030 32032 28402 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 19 0 827405217 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32042] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32042/stat : 32042 (java) S 32030 32032 28402 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 827405217 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32043] ppid=32030 vsize=13639788 CPUtime=0.12 cores=1,3,5,7
/proc/32032/task/32043/stat : 32043 (java) S 32030 32032 28402 0 -1 4202560 1334 0 0 0 12 0 0 0 16 0 19 0 827405218 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 0 0 16800975 18446604464181925952 0 0 -1 3 0 0 0
[pid=32032/tid=32044] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32044/stat : 32044 (java) S 32030 32032 28402 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827405219 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32045] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32045/stat : 32045 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827405219 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32046] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32046/stat : 32046 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458768817 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32047] ppid=32030 vsize=13639788 CPUtime=0.2 cores=1,3,5,7
/proc/32032/task/32047/stat : 32047 (java) S 32030 32032 28402 0 -1 4202560 1399 0 0 0 20 0 0 0 15 0 19 0 827405221 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32048] ppid=32030 vsize=13639788 CPUtime=0.84 cores=1,3,5,7
/proc/32032/task/32048/stat : 32048 (java) S 32030 32032 28402 0 -1 4202560 9077 0 0 0 83 1 0 0 15 0 19 0 827405221 13967142912 23648 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0

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

/proc/32032/task/32035/stat : 32035 (java) S 32030 32032 28402 0 -1 4202560 135 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32036] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32036/stat : 32036 (java) S 32030 32032 28402 0 -1 4202560 427 0 0 0 2 0 0 0 16 0 19 0 827405217 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32037] ppid=32030 vsize=13639788 CPUtime=0.01 cores=1,3,5,7
/proc/32032/task/32037/stat : 32037 (java) S 32030 32032 28402 0 -1 4202560 237 0 0 0 1 0 0 0 15 0 19 0 827405217 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32038] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32038/stat : 32038 (java) S 32030 32032 28402 0 -1 4202560 94 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32039] ppid=32030 vsize=13639788 CPUtime=0.01 cores=1,3,5,7
/proc/32032/task/32039/stat : 32039 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 1 0 0 0 16 0 19 0 827405217 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32040] ppid=32030 vsize=13639788 CPUtime=0.01 cores=1,3,5,7
/proc/32032/task/32040/stat : 32040 (java) S 32030 32032 28402 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 827405217 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32041] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32041/stat : 32041 (java) S 32030 32032 28402 0 -1 4202560 37 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32042] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32042/stat : 32042 (java) S 32030 32032 28402 0 -1 4202560 206 0 0 0 2 0 0 0 16 0 19 0 827405217 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32043] ppid=32030 vsize=13639788 CPUtime=0.86 cores=1,3,5,7
/proc/32032/task/32043/stat : 32043 (java) S 32030 32032 28402 0 -1 4202560 2538 0 0 0 86 0 0 0 16 0 19 0 827405218 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 0 0 16800975 18446604464181925952 0 0 -1 3 0 0 0
[pid=32032/tid=32044] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32044/stat : 32044 (java) S 32030 32032 28402 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827405219 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32045] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32045/stat : 32045 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827405219 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32046] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32046/stat : 32046 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458768817 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32047] ppid=32030 vsize=13639788 CPUtime=0.22 cores=1,3,5,7
/proc/32032/task/32047/stat : 32047 (java) S 32030 32032 28402 0 -1 4202560 1432 0 0 0 22 0 0 0 15 0 19 0 827405221 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32048] ppid=32030 vsize=13639788 CPUtime=0.85 cores=1,3,5,7
/proc/32032/task/32048/stat : 32048 (java) S 32030 32032 28402 0 -1 4202560 9077 0 0 0 84 1 0 0 15 0 19 0 827405221 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32049] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32049/stat : 32049 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32050] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32050/stat : 32050 (java) S 32030 32032 28402 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827405221 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32051] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32051/stat : 32051 (java) S 32030 32032 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827405233 13967142912 24955 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.89
Current children cumulated vsize (KiB) 13639788

[startup+37.5007 s]
/proc/loadavg: 2.07 2.04 1.96 3/466 32052
/proc/meminfo: memFree=28874800/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13639788 CPUtime=38.69 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 30275 0 1 0 3863 6 0 0 25 0 19 0 827405215 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3409947 24971 2250 9 0 3400681 0
[pid=32032/tid=32033] ppid=32030 vsize=13639788 CPUtime=36.5 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) R 32030 32032 28402 0 -1 4202560 14882 0 1 0 3648 2 0 0 19 0 19 0 827405215 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 46912505554212 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32032/tid=32035] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32035/stat : 32035 (java) S 32030 32032 28402 0 -1 4202560 135 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32036] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32036/stat : 32036 (java) S 32030 32032 28402 0 -1 4202560 427 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32037] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32037/stat : 32037 (java) S 32030 32032 28402 0 -1 4202560 237 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32038] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32038/stat : 32038 (java) S 32030 32032 28402 0 -1 4202560 94 0 0 0 2 0 0 0 16 0 19 0 827405217 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32039] ppid=32030 vsize=13639788 CPUtime=0.01 cores=1,3,5,7
/proc/32032/task/32039/stat : 32039 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 827405217 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32040] ppid=32030 vsize=13639788 CPUtime=0.01 cores=1,3,5,7
/proc/32032/task/32040/stat : 32040 (java) S 32030 32032 28402 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 827405217 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32041] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32041/stat : 32041 (java) S 32030 32032 28402 0 -1 4202560 37 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32042] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32042/stat : 32042 (java) S 32030 32032 28402 0 -1 4202560 206 0 0 0 2 0 0 0 16 0 19 0 827405217 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32043] ppid=32030 vsize=13639788 CPUtime=0.88 cores=1,3,5,7
/proc/32032/task/32043/stat : 32043 (java) S 32030 32032 28402 0 -1 4202560 2554 0 0 0 88 0 0 0 16 0 19 0 827405218 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 0 0 16800975 18446604464181925952 0 0 -1 3 0 0 0
[pid=32032/tid=32044] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32044/stat : 32044 (java) S 32030 32032 28402 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827405219 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32045] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32045/stat : 32045 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827405219 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32046] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32046/stat : 32046 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458768817 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32047] ppid=32030 vsize=13639788 CPUtime=0.22 cores=1,3,5,7
/proc/32032/task/32047/stat : 32047 (java) S 32030 32032 28402 0 -1 4202560 1432 0 0 0 22 0 0 0 15 0 19 0 827405221 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32048] ppid=32030 vsize=13639788 CPUtime=0.85 cores=1,3,5,7
/proc/32032/task/32048/stat : 32048 (java) S 32030 32032 28402 0 -1 4202560 9077 0 0 0 84 1 0 0 15 0 19 0 827405221 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32049] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32049/stat : 32049 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32050] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32050/stat : 32050 (java) S 32030 32032 28402 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827405221 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32051] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32051/stat : 32051 (java) S 32030 32032 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827405233 13967142912 24971 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38.69
Current children cumulated vsize (KiB) 13639788

[startup+37.9006 s]
/proc/loadavg: 2.07 2.04 1.96 3/466 32052
/proc/meminfo: memFree=28874800/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13639788 CPUtime=39.09 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 30310 0 1 0 3903 6 0 0 25 0 19 0 827405215 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3409947 25005 2250 9 0 3400681 0
[pid=32032/tid=32033] ppid=32030 vsize=13639788 CPUtime=36.88 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) R 32030 32032 28402 0 -1 4202560 14883 0 1 0 3686 2 0 0 19 0 19 0 827405215 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 46912505548000 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32032/tid=32035] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32035/stat : 32035 (java) S 32030 32032 28402 0 -1 4202560 135 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32036] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32036/stat : 32036 (java) S 32030 32032 28402 0 -1 4202560 427 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32037] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32037/stat : 32037 (java) S 32030 32032 28402 0 -1 4202560 237 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32038] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32038/stat : 32038 (java) S 32030 32032 28402 0 -1 4202560 94 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32039] ppid=32030 vsize=13639788 CPUtime=0.01 cores=1,3,5,7
/proc/32032/task/32039/stat : 32039 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32040] ppid=32030 vsize=13639788 CPUtime=0.01 cores=1,3,5,7
/proc/32032/task/32040/stat : 32040 (java) S 32030 32032 28402 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32041] ppid=32030 vsize=13639788 CPUtime=0.03 cores=1,3,5,7
/proc/32032/task/32041/stat : 32041 (java) S 32030 32032 28402 0 -1 4202560 37 0 0 0 3 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32042] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32042/stat : 32042 (java) S 32030 32032 28402 0 -1 4202560 206 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32043] ppid=32030 vsize=13639788 CPUtime=0.9 cores=1,3,5,7
/proc/32032/task/32043/stat : 32043 (java) S 32030 32032 28402 0 -1 4202560 2588 0 0 0 90 0 0 0 16 0 19 0 827405218 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 0 0 16800975 18446604464181925952 0 0 -1 3 0 0 0
[pid=32032/tid=32044] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32044/stat : 32044 (java) S 32030 32032 28402 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827405219 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32045] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32045/stat : 32045 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827405219 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32046] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32046/stat : 32046 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458768817 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32047] ppid=32030 vsize=13639788 CPUtime=0.22 cores=1,3,5,7
/proc/32032/task/32047/stat : 32047 (java) S 32030 32032 28402 0 -1 4202560 1432 0 0 0 22 0 0 0 15 0 19 0 827405221 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32048] ppid=32030 vsize=13639788 CPUtime=0.85 cores=1,3,5,7
/proc/32032/task/32048/stat : 32048 (java) S 32030 32032 28402 0 -1 4202560 9077 0 0 0 84 1 0 0 15 0 19 0 827405221 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32049] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32049/stat : 32049 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32050] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32050/stat : 32050 (java) S 32030 32032 28402 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827405221 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32051] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32051/stat : 32051 (java) S 32030 32032 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827405233 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39.09
Current children cumulated vsize (KiB) 13639788

[startup+38.0006 s]
/proc/loadavg: 2.07 2.04 1.96 3/466 32052
/proc/meminfo: memFree=28874800/32951124 swapFree=43324008/67111528
[pid=32032] ppid=32030 vsize=13639788 CPUtime=39.19 cores=1,3,5,7
/proc/32032/stat : 32032 (java) S 32030 32032 28402 0 -1 4202496 30310 0 1 0 3913 6 0 0 25 0 19 0 827405215 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32032/statm: 3409947 25005 2250 9 0 3400681 0
[pid=32032/tid=32033] ppid=32030 vsize=13639788 CPUtime=36.98 cores=1,3,5,7
/proc/32032/task/32033/stat : 32033 (java) R 32030 32032 28402 0 -1 4202560 14883 0 1 0 3696 2 0 0 19 0 19 0 827405215 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 46912505592736 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32032/tid=32035] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32035/stat : 32035 (java) S 32030 32032 28402 0 -1 4202560 135 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32036] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32036/stat : 32036 (java) S 32030 32032 28402 0 -1 4202560 427 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32037] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32037/stat : 32037 (java) S 32030 32032 28402 0 -1 4202560 237 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32038] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32038/stat : 32038 (java) S 32030 32032 28402 0 -1 4202560 94 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32039] ppid=32030 vsize=13639788 CPUtime=0.01 cores=1,3,5,7
/proc/32032/task/32039/stat : 32039 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32040] ppid=32030 vsize=13639788 CPUtime=0.01 cores=1,3,5,7
/proc/32032/task/32040/stat : 32040 (java) S 32030 32032 28402 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32041] ppid=32030 vsize=13639788 CPUtime=0.03 cores=1,3,5,7
/proc/32032/task/32041/stat : 32041 (java) S 32030 32032 28402 0 -1 4202560 37 0 0 0 3 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32042] ppid=32030 vsize=13639788 CPUtime=0.02 cores=1,3,5,7
/proc/32032/task/32042/stat : 32042 (java) S 32030 32032 28402 0 -1 4202560 206 0 0 0 2 0 0 0 15 0 19 0 827405217 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32043] ppid=32030 vsize=13639788 CPUtime=0.9 cores=1,3,5,7
/proc/32032/task/32043/stat : 32043 (java) S 32030 32032 28402 0 -1 4202560 2588 0 0 0 90 0 0 0 16 0 19 0 827405218 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 0 0 16800975 18446604464181925952 0 0 -1 3 0 0 0
[pid=32032/tid=32044] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32044/stat : 32044 (java) S 32030 32032 28402 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827405219 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32045] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32045/stat : 32045 (java) S 32030 32032 28402 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827405219 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32046] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32046/stat : 32046 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458768817 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32047] ppid=32030 vsize=13639788 CPUtime=0.22 cores=1,3,5,7
/proc/32032/task/32047/stat : 32047 (java) S 32030 32032 28402 0 -1 4202560 1432 0 0 0 22 0 0 0 15 0 19 0 827405221 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
[pid=32032/tid=32048] ppid=32030 vsize=13639788 CPUtime=0.85 cores=1,3,5,7
/proc/32032/task/32048/stat : 32048 (java) S 32030 32032 28402 0 -1 4202560 9077 0 0 0 84 1 0 0 15 0 19 0 827405221 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32049] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32049/stat : 32049 (java) S 32030 32032 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827405221 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761113 0 4 0 16800975 18446604464181925952 0 0 -1 7 0 0 0
[pid=32032/tid=32050] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32050/stat : 32050 (java) S 32030 32032 28402 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827405221 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 5 0 0 0
[pid=32032/tid=32051] ppid=32030 vsize=13639788 CPUtime=0 cores=1,3,5,7
/proc/32032/task/32051/stat : 32051 (java) S 32030 32032 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827405233 13967142912 25005 33554432000 1073741824 1073778376 140735321229664 18446744073709551615 244458761728 0 4 0 16800975 18446604464181925952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39.19
Current children cumulated vsize (KiB) 13639788

Child status: 30
Real time (s): 38.0258
CPU time (s): 39.223
CPU user time (s): 39.156
CPU system time (s): 0.066989
CPU usage (%): 103.149
Max. virtual memory (cumulated for all children) (KiB): 13646820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.156
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30339
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= 2351
involuntary context switches= 1013

runsolver used 0.171973 second user time and 0.386941 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 05:27:28
IDJOB=3458099
IDBENCH=47919
IDSOLVER=1952
FILE ID=node105/3458099-1307158048
RUNJOBID= node105-1307155872-31371
PBS_JOBID= 13508811
Free space on /tmp= 73768 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=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458099-1307158048/watcher-3458099-1307158048 -o /tmp/evaluation-result-3458099-1307158048/solver-3458099-1307158048 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458099-1307158048.opb

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

MD5SUM BENCH= c4232b649086935e0cf725c77927c83f
RANDOM SEED=1892679367

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28969836 kB
Buffers:        324036 kB
Cached:         805776 kB
SwapCached:      20984 kB
Active:        2997920 kB
Inactive:       669400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28969836 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:             136 kB
Writeback:         128 kB
AnonPages:     2534732 kB
Mapped:          27620 kB
Slab:           165380 kB
PageTables:      81744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128316444 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= 73768 MiB
End job on node105 at 2011-06-04 05:28:06