Trace number 3458277

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 9.8785 8.76738

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=47-P1=43-P2=53-P3=59-P4=67-P5=71-P6=53-P7=67-B.opb
MD5SUMe58f2c3753b703f4a66371ee4fd516c9
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.035993
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 variables147
Total number of constraints15
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 constraints15
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

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.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		12995394264
0.00/0.08	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3458277-1307158517.opb
0.00/0.11	c reading problem ... 
0.14/0.17	c ... done. Wall clock time 0.059s.
0.14/0.17	c #vars     490
0.14/0.17	c #constraints  708
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
0.14/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 365
0.80/0.56	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.31/0.90	c cleaning 4250 clauses out of 8505 with flag 11002/11002
1.95/1.32	c cleaning 5622 clauses out of 11256 with flag 18003/18003
2.73/1.79	c cleaning 6815 clauses out of 13631 with flag 26001/26001
3.26/2.27	c cleaning 7908 clauses out of 15817 with flag 35002/35002
4.07/3.06	c cleaning 8947 clauses out of 17907 with flag 45000/45000
4.68/3.68	c cleaning 9476 clauses out of 18959 with flag 55000/55000
5.38/4.38	c cleaning 9735 clauses out of 19483 with flag 65000/65000
5.89/4.88	c cleaning 9872 clauses out of 19748 with flag 75001/75001
6.71/5.66	c cleaning 9930 clauses out of 19876 with flag 85002/85002
7.39/6.39	c cleaning 9971 clauses out of 19945 with flag 95001/95001
7.81/6.75	c SATISFIABLE
7.81/6.75	c OPTIMIZING...
7.81/6.75	c Got one! Elapsed wall clock time (in seconds):6.641
7.81/6.75	o 107
8.09/7.05	c cleaning 10928 clauses out of 21880 with flag 5000/106907
8.39/7.33	c cleaning 8471 clauses out of 16953 with flag 11001/112908
8.39/7.36	c Got one! Elapsed wall clock time (in seconds):7.255
8.39/7.36	o 3
8.70/7.60	c cleaning 6890 clauses out of 13816 with flag 5001/118242
9.00/7.96	c cleaning 6447 clauses out of 12925 with flag 11000/124241
9.50/8.47	c cleaning 6737 clauses out of 13478 with flag 18002/131243
9.80/8.76	c starts		: 103
9.80/8.76	c conflicts		: 136071
9.80/8.76	c decisions		: 145875
9.80/8.76	c propagations		: 2417982
9.80/8.76	c inspects		: 73323204
9.80/8.76	c shortcuts		: 0
9.80/8.76	c learnt literals	: 16
9.80/8.76	c learnt binary clauses	: 79
9.80/8.76	c learnt ternary clauses	: 239
9.80/8.76	c learnt constraints	: 136054
9.80/8.76	c ignored constraints	: 0
9.80/8.76	c root simplifications	: 0
9.80/8.76	c removed literals (reason simplification)	: 3344878
9.80/8.76	c reason swapping (by a shorter reason)	: 0
9.80/8.76	c Calls to reduceDB	: 16
9.80/8.76	c number of reductions to clauses (during analyze)	: 0
9.80/8.76	c number of learned constraints concerned by reduction	: 0
9.80/8.76	c number of learning phase by resolution	: 0
9.80/8.76	c number of learning phase by cutting planes	: 0
9.80/8.76	c speed (assignments/second)	: 1734563.8450502153
9.80/8.76	c non guided choices	1884
9.80/8.76	c learnt constraints type 
9.80/8.76	c constraints type 
9.80/8.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
9.80/8.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 365
9.80/8.76	s OPTIMUM FOUND
9.80/8.76	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 -x145 -x146 -x147 
9.80/8.76	c objective function=3
9.80/8.76	c Total wall clock time (in seconds): 8.65

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-3458277-1307158517/watcher-3458277-1307158517 -o /tmp/evaluation-result-3458277-1307158517/solver-3458277-1307158517 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458277-1307158517.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.16 2.07 1.96 2/532 12841
/proc/meminfo: memFree=19110556/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 1369 0 1 0 0 0 0 0 25 0 2 0 906082461 37810176 1073 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 9231 1073 833 9 0 387 0
[pid=12841/tid=12842] ppid=12839 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 7960 0 1 0 0 0 0 0 25 0 2 0 906082461 13850947584 8777 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 215988286523 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.119057 s]
/proc/loadavg: 2.16 2.07 1.96 2/532 12841
/proc/meminfo: memFree=19110556/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=13622296 CPUtime=0.14 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 15915 0 1 0 12 2 0 0 25 0 18 0 906082461 13949231104 15585 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 3405574 15585 2133 9 0 3396308 0
[pid=12841/tid=12842] ppid=12839 vsize=13622296 CPUtime=0.1 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 13880 0 1 0 9 1 0 0 25 0 18 0 906082461 13949231104 15585 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 46912496203367 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13622296

[startup+0.201043 s]
/proc/loadavg: 2.16 2.07 1.96 2/532 12841
/proc/meminfo: memFree=19110556/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=13627288 CPUtime=0.28 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 17602 0 1 0 26 2 0 0 25 0 19 0 906082461 13954342912 16846 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 3406822 16866 2192 9 0 3397556 0
[pid=12841/tid=12842] ppid=12839 vsize=13627288 CPUtime=0.18 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 14230 0 1 0 17 1 0 0 25 0 19 0 906082461 13954342912 16874 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 46912505164284 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13627288

[startup+0.301025 s]
/proc/loadavg: 2.16 2.07 1.96 2/532 12841
/proc/meminfo: memFree=19110556/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=13628324 CPUtime=0.55 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 18137 0 1 0 53 2 0 0 25 0 19 0 906082461 13955403776 17296 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 3407081 17296 2212 9 0 3397815 0
[pid=12841/tid=12842] ppid=12839 vsize=13628324 CPUtime=0.28 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 14286 0 1 0 27 1 0 0 25 0 19 0 906082461 13955403776 17296 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 46912505563158 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13628324

[startup+0.700953 s]
/proc/loadavg: 2.16 2.07 1.96 2/532 12841
/proc/meminfo: memFree=19110556/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=13628324 CPUtime=1.05 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 19455 0 1 0 103 2 0 0 25 0 19 0 906082461 13955403776 18609 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 3407081 18609 2247 9 0 3397815 0
[pid=12841/tid=12842] ppid=12839 vsize=13628324 CPUtime=0.67 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 14740 0 1 0 65 2 0 0 25 0 19 0 906082461 13955403776 18609 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 46912505657824 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13628324

[startup+1.50082 s]
/proc/loadavg: 2.16 2.07 1.96 4/551 12860
/proc/meminfo: memFree=19023320/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=13649912 CPUtime=2.36 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 28064 0 1 0 232 4 0 0 25 0 19 0 906082461 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 3412478 24348 2247 9 0 3403212 0
[pid=12841/tid=12842] ppid=12839 vsize=13649912 CPUtime=1.44 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 14746 0 1 0 142 2 0 0 25 0 19 0 906082461 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 46912505631435 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 8697 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 906082463 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 8697 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 906082463 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 8697 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906082463 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 8697 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906082463 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 8697 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906082463 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 8697 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 906082463 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 8697 0 -1 4202560 286 0 0 0 0 0 0 0 15 0 19 0 906082463 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 8697 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 906082463 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=13649912 CPUtime=0.03 cores=1,3,5,7
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 8697 0 -1 4202560 807 0 0 0 3 0 0 0 16 0 19 0 906082464 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 0 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 8697 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 906082465 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12854] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12854/stat : 12854 (java) S 12839 12841 8697 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 906082465 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12855] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12855/stat : 12855 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000416177 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=13649912 CPUtime=0.25 cores=1,3,5,7
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 8697 0 -1 4202560 1005 0 0 0 25 0 0 0 16 0 19 0 906082467 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=13649912 CPUtime=0.6 cores=1,3,5,7
/proc/12841/task/12857/stat : 12857 (java) R 12839 12841 8697 0 -1 4202560 9601 0 0 0 59 1 0 0 19 0 19 0 906082467 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 47883299818890 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12841/tid=12858] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12858/stat : 12858 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12859] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12859/stat : 12859 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906082467 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12860] ppid=12839 vsize=13649912 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12860/stat : 12860 (java) S 12839 12841 8697 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906082478 13977509888 24348 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 13649912

[startup+3.10054 s]
/proc/loadavg: 2.16 2.07 1.96 3/551 12860
/proc/meminfo: memFree=19020840/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=13645612 CPUtime=4.17 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 28938 0 1 0 413 4 0 0 25 0 19 0 906082461 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 3411403 24368 2248 9 0 3402137 0
[pid=12841/tid=12842] ppid=12839 vsize=13645612 CPUtime=2.99 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 14748 0 1 0 297 2 0 0 25 0 19 0 906082461 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 46912505562917 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 8697 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 8697 0 -1 4202560 145 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 8697 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 8697 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 8697 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 8697 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 8697 0 -1 4202560 301 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 8697 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=13645612 CPUtime=0.08 cores=1,3,5,7
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 8697 0 -1 4202560 1201 0 0 0 8 0 0 0 16 0 19 0 906082464 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 0 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 8697 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12854] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12854/stat : 12854 (java) S 12839 12841 8697 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12855] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12855/stat : 12855 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000416177 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=13645612 CPUtime=0.26 cores=1,3,5,7
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 8697 0 -1 4202560 1006 0 0 0 26 0 0 0 15 0 19 0 906082467 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=13645612 CPUtime=0.78 cores=1,3,5,7
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 8697 0 -1 4202560 9886 0 0 0 77 1 0 0 18 0 19 0 906082467 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12858] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12858/stat : 12858 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12859] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12859/stat : 12859 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906082467 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12860] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12860/stat : 12860 (java) S 12839 12841 8697 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906082478 13973106688 24368 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 13645612

[startup+6.30097 s]
/proc/loadavg: 2.15 2.07 1.96 3/551 12860
/proc/meminfo: memFree=19018620/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=13645612 CPUtime=7.39 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 29159 0 1 0 735 4 0 0 25 0 19 0 906082461 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 3411403 24584 2248 9 0 3402137 0
[pid=12841/tid=12842] ppid=12839 vsize=13645612 CPUtime=6.12 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 14753 0 1 0 610 2 0 0 25 0 19 0 906082461 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 46912505559997 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 8697 0 -1 4202560 195 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 8697 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 8697 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 8697 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 8697 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 8697 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 8697 0 -1 4202560 302 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 8697 0 -1 4202560 168 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=13645612 CPUtime=0.15 cores=1,3,5,7
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 8697 0 -1 4202560 1392 0 0 0 15 0 0 0 16 0 19 0 906082464 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 0 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 8697 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12854] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12854/stat : 12854 (java) S 12839 12841 8697 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12855] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12855/stat : 12855 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000416177 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=13645612 CPUtime=0.27 cores=1,3,5,7
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 8697 0 -1 4202560 1006 0 0 0 27 0 0 0 15 0 19 0 906082467 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=13645612 CPUtime=0.78 cores=1,3,5,7
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 8697 0 -1 4202560 9886 0 0 0 77 1 0 0 18 0 19 0 906082467 13973106688 24584 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0

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

/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 8697 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 8697 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 8697 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 8697 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 8697 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 8697 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 8697 0 -1 4202560 302 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 8697 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=13645612 CPUtime=0.23 cores=1,3,5,7
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 8697 0 -1 4202560 1545 0 0 0 23 0 0 0 16 0 19 0 906082464 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 0 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 8697 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12854] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12854/stat : 12854 (java) S 12839 12841 8697 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12855] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12855/stat : 12855 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000416177 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=13645612 CPUtime=0.27 cores=1,3,5,7
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 8697 0 -1 4202560 1006 0 0 0 27 0 0 0 15 0 19 0 906082467 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=13645612 CPUtime=0.78 cores=1,3,5,7
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 8697 0 -1 4202560 9886 0 0 0 77 1 0 0 18 0 19 0 906082467 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12858] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12858/stat : 12858 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12859] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12859/stat : 12859 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906082467 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12860] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12860/stat : 12860 (java) S 12839 12841 8697 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906082478 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.1
Current children cumulated vsize (KiB) 13645612

[startup+8.4006 s]
/proc/loadavg: 2.15 2.07 1.96 3/551 12860
/proc/meminfo: memFree=19017752/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=13645612 CPUtime=9.5 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 29331 0 1 0 946 4 0 0 25 0 19 0 906082461 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 3411403 24751 2248 9 0 3402137 0
[pid=12841/tid=12842] ppid=12839 vsize=13645612 CPUtime=8.12 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 14765 0 1 0 810 2 0 0 25 0 19 0 906082461 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 46912505624612 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 8697 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 8697 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 8697 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 8697 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 8697 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 8697 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 8697 0 -1 4202560 302 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 8697 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=13645612 CPUtime=0.23 cores=1,3,5,7
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 8697 0 -1 4202560 1545 0 0 0 23 0 0 0 16 0 19 0 906082464 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 0 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 8697 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12854] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12854/stat : 12854 (java) S 12839 12841 8697 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12855] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12855/stat : 12855 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000416177 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=13645612 CPUtime=0.27 cores=1,3,5,7
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 8697 0 -1 4202560 1006 0 0 0 27 0 0 0 15 0 19 0 906082467 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=13645612 CPUtime=0.78 cores=1,3,5,7
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 8697 0 -1 4202560 9886 0 0 0 77 1 0 0 18 0 19 0 906082467 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12858] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12858/stat : 12858 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12859] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12859/stat : 12859 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906082467 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12860] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12860/stat : 12860 (java) S 12839 12841 8697 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906082478 13973106688 24751 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 13645612

[startup+8.60057 s]
/proc/loadavg: 2.15 2.07 1.96 3/551 12860
/proc/meminfo: memFree=19017752/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=13645612 CPUtime=9.7 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 29335 0 1 0 966 4 0 0 25 0 19 0 906082461 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 3411403 24754 2248 9 0 3402137 0
[pid=12841/tid=12842] ppid=12839 vsize=13645612 CPUtime=8.3 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 14766 0 1 0 828 2 0 0 25 0 19 0 906082461 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 46912505562940 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 8697 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 8697 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 8697 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 8697 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 8697 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 8697 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 8697 0 -1 4202560 302 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 8697 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=13645612 CPUtime=0.25 cores=1,3,5,7
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 8697 0 -1 4202560 1545 0 0 0 25 0 0 0 16 0 19 0 906082464 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 0 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 8697 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12854] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12854/stat : 12854 (java) S 12839 12841 8697 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12855] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12855/stat : 12855 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000416177 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=13645612 CPUtime=0.27 cores=1,3,5,7
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 8697 0 -1 4202560 1006 0 0 0 27 0 0 0 15 0 19 0 906082467 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=13645612 CPUtime=0.78 cores=1,3,5,7
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 8697 0 -1 4202560 9886 0 0 0 77 1 0 0 18 0 19 0 906082467 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12858] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12858/stat : 12858 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12859] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12859/stat : 12859 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906082467 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12860] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12860/stat : 12860 (java) S 12839 12841 8697 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906082478 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.7
Current children cumulated vsize (KiB) 13645612

[startup+8.70055 s]
/proc/loadavg: 2.15 2.07 1.96 3/551 12860
/proc/meminfo: memFree=19017752/32950940 swapFree=67111364/67111528
[pid=12841] ppid=12839 vsize=13645612 CPUtime=9.8 cores=1,3,5,7
/proc/12841/stat : 12841 (java) S 12839 12841 8697 0 -1 4202496 29335 0 1 0 976 4 0 0 25 0 19 0 906082461 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12841/statm: 3411403 24754 2248 9 0 3402137 0
[pid=12841/tid=12842] ppid=12839 vsize=13645612 CPUtime=8.4 cores=1,3,5,7
/proc/12841/task/12842/stat : 12842 (java) R 12839 12841 8697 0 -1 4202560 14766 0 1 0 838 2 0 0 25 0 19 0 906082461 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 46912505543598 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 8697 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 8697 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 8697 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 8697 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 8697 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 8697 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 7 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 8697 0 -1 4202560 302 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 8697 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 906082463 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=13645612 CPUtime=0.25 cores=1,3,5,7
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 8697 0 -1 4202560 1545 0 0 0 25 0 0 0 16 0 19 0 906082464 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 0 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 8697 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12854] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12854/stat : 12854 (java) S 12839 12841 8697 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 906082465 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12855] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12855/stat : 12855 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000416177 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=13645612 CPUtime=0.27 cores=1,3,5,7
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 8697 0 -1 4202560 1006 0 0 0 27 0 0 0 15 0 19 0 906082467 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=13645612 CPUtime=0.78 cores=1,3,5,7
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 8697 0 -1 4202560 9886 0 0 0 77 1 0 0 18 0 19 0 906082467 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 5 0 0 0
[pid=12841/tid=12858] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12858/stat : 12858 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906082467 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000408473 0 4 0 16800975 18446604464260611136 0 0 -1 3 0 0 0
[pid=12841/tid=12859] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12859/stat : 12859 (java) S 12839 12841 8697 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906082467 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
[pid=12841/tid=12860] ppid=12839 vsize=13645612 CPUtime=0 cores=1,3,5,7
/proc/12841/task/12860/stat : 12860 (java) S 12839 12841 8697 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906082478 13973106688 24754 33554432000 1073741824 1073778376 140737157536608 18446744073709551615 216000409088 0 4 0 16800975 18446604464260611136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (KiB) 13645612

Child status: 30
Real time (s): 8.76738
CPU time (s): 9.8785
CPU user time (s): 9.8285
CPU system time (s): 0.049992
CPU usage (%): 112.673
Max. virtual memory (cumulated for all children) (KiB): 13650960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.8285
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29362
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= 827
involuntary context switches= 250

runsolver used 0.06299 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-04 05:35:17
IDJOB=3458277
IDBENCH=48097
IDSOLVER=1952
FILE ID=node117/3458277-1307158517
RUNJOBID= node117-1307156714-12478
PBS_JOBID= 13508799
Free space on /tmp= 73628 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=47-P1=43-P2=53-P3=59-P4=67-P5=71-P6=53-P7=67-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458277-1307158517/watcher-3458277-1307158517 -o /tmp/evaluation-result-3458277-1307158517/solver-3458277-1307158517 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458277-1307158517.opb

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

MD5SUM BENCH= e58f2c3753b703f4a66371ee4fd516c9
RANDOM SEED=1077844714

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19110712 kB
Buffers:        372988 kB
Cached:        3176952 kB
SwapCached:          0 kB
Active:       10348724 kB
Inactive:      3093860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19110712 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             648 kB
Writeback:           0 kB
AnonPages:     9893060 kB
Mapped:          50288 kB
Slab:           269868 kB
PageTables:      57892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 162932596 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= 73628 MiB
End job on node117 at 2011-06-04 05:35:26