Trace number 3458190

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 41.6387 40.3198

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=233-P1=223-P2=251-P3=181-P4=197-P5=127-P6=89-P7=149-B.opb
MD5SUM8a882d07e0fbb307eb9e9c234ecc464c
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.118981
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 variables168
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 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)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3458190-1307158333.opb
0.12/0.11	c reading problem ... 
0.12/0.18	c ... done. Wall clock time 0.072s.
0.12/0.18	c #vars     616
0.12/0.18	c #constraints  918
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.12/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.89/0.67	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1.48/1.18	c cleaning 4251 clauses out of 8501 with flag 11000/11000
2.17/1.82	c cleaning 5623 clauses out of 11250 with flag 18000/18000
2.78/2.47	c cleaning 6810 clauses out of 13630 with flag 26003/26003
4.05/3.20	c cleaning 7902 clauses out of 15816 with flag 35000/35000
5.39/4.29	c cleaning 8954 clauses out of 17915 with flag 45001/45001
6.49/5.38	c cleaning 9478 clauses out of 18960 with flag 55000/55000
7.49/6.39	c cleaning 9742 clauses out of 19483 with flag 65001/65001
8.50/7.38	c cleaning 9869 clauses out of 19740 with flag 75000/75000
9.40/8.22	c cleaning 9933 clauses out of 19871 with flag 85000/85000
10.31/9.12	c cleaning 9967 clauses out of 19938 with flag 95001/95001
10.92/9.73	c cleaning 9979 clauses out of 19970 with flag 105000/105000
11.92/10.72	c cleaning 9989 clauses out of 19993 with flag 115002/115002
12.82/11.69	c cleaning 9996 clauses out of 20004 with flag 125002/125002
13.34/12.12	c SATISFIABLE
13.34/12.12	c OPTIMIZING...
13.34/12.12	c Got one! Elapsed wall clock time (in seconds):12.007
13.34/12.12	o 35
13.82/12.62	c cleaning 10755 clauses out of 21536 with flag 5001/136530
14.13/12.97	c cleaning 8376 clauses out of 16781 with flag 11001/142530
14.63/13.42	c cleaning 7682 clauses out of 15404 with flag 18000/149529
15.23/14.06	c cleaning 7841 clauses out of 15723 with flag 26001/157530
15.73/14.56	c cleaning 8429 clauses out of 16881 with flag 35000/166529
16.34/15.15	c cleaning 9216 clauses out of 18453 with flag 45001/176530
17.04/15.80	c cleaning 9618 clauses out of 19237 with flag 55001/186530
18.04/16.85	c cleaning 9808 clauses out of 19619 with flag 65001/196530
18.86/17.63	c cleaning 9904 clauses out of 19809 with flag 75000/206529
19.75/18.50	c cleaning 9949 clauses out of 19904 with flag 85000/216529
20.25/19.01	c cleaning 9959 clauses out of 19956 with flag 95001/226530
20.96/19.70	c cleaning 9990 clauses out of 19996 with flag 105000/236529
21.86/20.63	c cleaning 10000 clauses out of 20006 with flag 115000/246529
22.86/21.62	c cleaning 10001 clauses out of 20007 with flag 125001/256530
23.76/22.59	c cleaning 10003 clauses out of 20006 with flag 135001/266530
24.86/23.65	c cleaning 9998 clauses out of 20003 with flag 145001/276530
25.58/24.36	c Got one! Elapsed wall clock time (in seconds):24.25
25.58/24.36	o 33
25.96/24.70	c cleaning 12445 clauses out of 24893 with flag 5000/291418
26.48/25.22	c cleaning 9221 clauses out of 18448 with flag 11000/297418
26.98/25.72	c Got one! Elapsed wall clock time (in seconds):25.609
26.98/25.72	o 3
27.28/26.07	c cleaning 10604 clauses out of 21226 with flag 5000/309417
27.69/26.43	c cleaning 8309 clauses out of 16622 with flag 11000/315417
28.28/27.01	c cleaning 7650 clauses out of 15312 with flag 18000/322417
28.98/27.72	c cleaning 7826 clauses out of 15662 with flag 26000/330417
29.78/28.51	c cleaning 8418 clauses out of 16836 with flag 35000/339417
30.68/29.44	c cleaning 9208 clauses out of 18418 with flag 45000/349417
31.68/30.42	c cleaning 9602 clauses out of 19210 with flag 55000/359417
32.29/31.07	c cleaning 9798 clauses out of 19607 with flag 65000/369417
32.99/31.70	c cleaning 9902 clauses out of 19809 with flag 75000/379417
33.69/32.48	c cleaning 9946 clauses out of 19908 with flag 85001/389418
34.59/33.32	c cleaning 9977 clauses out of 19962 with flag 95001/399418
35.41/34.15	c cleaning 9988 clauses out of 19983 with flag 105000/409417
36.20/34.92	c cleaning 9997 clauses out of 19995 with flag 115000/419417
36.90/35.66	c cleaning 9998 clauses out of 19999 with flag 125001/429418
37.71/36.49	c cleaning 9996 clauses out of 20000 with flag 135000/439417
38.60/37.37	c cleaning 9999 clauses out of 20004 with flag 145000/449417
39.50/38.29	c cleaning 10002 clauses out of 20006 with flag 155001/459418
40.40/39.17	c cleaning 9998 clauses out of 20003 with flag 165000/469417
41.31/40.07	c cleaning 9999 clauses out of 20005 with flag 175001/479418
41.61/40.31	c starts		: 152
41.61/40.31	c conflicts		: 482175
41.61/40.31	c decisions		: 498192
41.61/40.31	c propagations		: 10531625
41.61/40.31	c inspects		: 351255490
41.61/40.31	c shortcuts		: 0
41.61/40.31	c learnt literals	: 18
41.61/40.31	c learnt binary clauses	: 88
41.61/40.31	c learnt ternary clauses	: 328
41.61/40.31	c learnt constraints	: 482156
41.61/40.31	c ignored constraints	: 0
41.61/40.31	c root simplifications	: 0
41.61/40.31	c removed literals (reason simplification)	: 17208676
41.61/40.31	c reason swapping (by a shorter reason)	: 0
41.61/40.31	c Calls to reduceDB	: 51
41.61/40.31	c number of reductions to clauses (during analyze)	: 0
41.61/40.31	c number of learned constraints concerned by reduction	: 0
41.61/40.31	c number of learning phase by resolution	: 0
41.61/40.31	c number of learning phase by cutting planes	: 0
41.61/40.31	c speed (assignments/second)	: 721838.5880740233
41.61/40.31	c non guided choices	3233
41.61/40.31	c learnt constraints type 
41.61/40.31	c constraints type 
41.61/40.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
41.61/40.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
41.61/40.31	s OPTIMUM FOUND
41.61/40.31	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 x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 x162 -x163 x164 -x165 -x166 -x167 -x168 
41.61/40.31	c objective function=3
41.61/40.31	c Total wall clock time (in seconds): 40.201

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

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

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


[startup+0 s]
/proc/loadavg: 1.98 1.99 1.99 3/345 26249
/proc/meminfo: memFree=24055840/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 4033 0 1 0 0 0 0 0 25 0 2 0 906063867 13850947584 3734 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3381579 3749 917 9 0 3372735 0
[pid=26249/tid=26250] ppid=26247 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 2990 0 1 0 0 0 0 0 25 0 2 0 906063867 13850947584 3806 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260020089915 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.111591 s]
/proc/loadavg: 1.98 1.99 1.99 3/345 26249
/proc/meminfo: memFree=24055840/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13622280 CPUtime=0.12 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 15744 0 1 0 10 2 0 0 25 0 18 0 906063867 13949214720 15392 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3405570 15392 2115 9 0 3396304 0
[pid=26249/tid=26250] ppid=26247 vsize=13622280 CPUtime=0.09 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 13770 0 1 0 8 1 0 0 18 0 18 0 906063867 13949214720 15392 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13622280

[startup+0.200525 s]
/proc/loadavg: 1.98 1.99 1.99 3/345 26249
/proc/meminfo: memFree=24055840/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13624260 CPUtime=0.26 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 16557 0 1 0 24 2 0 0 25 0 19 0 906063867 13951242240 16205 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3406065 16205 2191 9 0 3396799 0
[pid=26249/tid=26250] ppid=26247 vsize=13624260 CPUtime=0.18 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 14307 0 1 0 17 1 0 0 19 0 19 0 906063867 13951242240 16205 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 46912505166080 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13624260

[startup+0.300524 s]
/proc/loadavg: 1.98 1.99 1.99 3/345 26249
/proc/meminfo: memFree=24055840/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13627208 CPUtime=0.55 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 18610 0 1 0 52 3 0 0 25 0 19 0 906063867 13954260992 17370 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3406802 17370 2216 9 0 3397536 0
[pid=26249/tid=26250] ppid=26247 vsize=13627208 CPUtime=0.28 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 14355 0 1 0 27 1 0 0 19 0 19 0 906063867 13954260992 17370 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 47646586704787 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) 13627208

[startup+0.700404 s]
/proc/loadavg: 1.98 1.99 1.99 3/345 26249
/proc/meminfo: memFree=24055840/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13627208 CPUtime=1.03 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 19811 0 1 0 100 3 0 0 25 0 19 0 906063867 13954260992 18529 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3406802 18529 2249 9 0 3397536 0
[pid=26249/tid=26250] ppid=26247 vsize=13627208 CPUtime=0.66 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 14754 0 1 0 65 1 0 0 19 0 19 0 906063867 13954260992 18529 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 46912505164388 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13627208

[startup+1.50131 s]
/proc/loadavg: 1.98 1.99 1.99 4/364 26268
/proc/meminfo: memFree=23989620/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13627364 CPUtime=1.87 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 20393 0 1 0 184 3 0 0 25 0 19 0 906063867 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3406841 19109 2249 9 0 3397575 0
[pid=26249/tid=26250] ppid=26247 vsize=13627364 CPUtime=1.44 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 14756 0 1 0 143 1 0 0 20 0 19 0 906063867 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 46912505543950 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26249/tid=26252] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26252/stat : 26252 (java) S 26247 26249 22016 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 19 0 906063869 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26253] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26253/stat : 26253 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906063869 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26254] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26254/stat : 26254 (java) S 26247 26249 22016 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 906063869 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26255] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26255/stat : 26255 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906063869 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26256] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26256/stat : 26256 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 906063869 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26257] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26257/stat : 26257 (java) S 26247 26249 22016 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 906063869 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26258] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26258/stat : 26258 (java) S 26247 26249 22016 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 906063869 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26259] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26259/stat : 26259 (java) S 26247 26249 22016 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 906063869 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26260] ppid=26247 vsize=13627364 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26260/stat : 26260 (java) S 26247 26249 22016 0 -1 4202560 578 0 0 0 2 0 0 0 15 0 19 0 906063870 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 0 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26261] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26261/stat : 26261 (java) S 26247 26249 22016 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906063870 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26262] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26262/stat : 26262 (java) S 26247 26249 22016 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906063870 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26263] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26263/stat : 26263 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 906063873 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032219569 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26264] ppid=26247 vsize=13627364 CPUtime=0.16 cores=1,3,5,7
/proc/26249/task/26264/stat : 26264 (java) S 26247 26249 22016 0 -1 4202560 1841 0 0 0 16 0 0 0 16 0 19 0 906063873 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26265] ppid=26247 vsize=13627364 CPUtime=0.2 cores=1,3,5,7
/proc/26249/task/26265/stat : 26265 (java) S 26247 26249 22016 0 -1 4202560 1373 0 0 0 20 0 0 0 15 0 19 0 906063873 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26266] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26266/stat : 26266 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 906063873 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26267] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26267/stat : 26267 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906063873 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26268] ppid=26247 vsize=13627364 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26268/stat : 26268 (java) S 26247 26249 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906063885 13954420736 19109 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13627364

[startup+3.101 s]
/proc/loadavg: 1.98 1.99 1.99 4/364 26268
/proc/meminfo: memFree=23991232/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13643204 CPUtime=3.92 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 27035 0 1 0 387 5 0 0 25 0 19 0 906063867 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3410801 24060 2250 9 0 3401535 0
[pid=26249/tid=26250] ppid=26247 vsize=13643204 CPUtime=3.02 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 14759 0 1 0 300 2 0 0 19 0 19 0 906063867 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 46912505630007 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26249/tid=26252] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26252/stat : 26252 (java) S 26247 26249 22016 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 19 0 906063869 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26253] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26253/stat : 26253 (java) S 26247 26249 22016 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906063869 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26254] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26254/stat : 26254 (java) S 26247 26249 22016 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 19 0 906063869 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26255] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26255/stat : 26255 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906063869 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26256] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26256/stat : 26256 (java) S 26247 26249 22016 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 906063869 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26257] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26257/stat : 26257 (java) S 26247 26249 22016 0 -1 4202560 189 0 0 0 0 0 0 0 16 0 19 0 906063869 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26258] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26258/stat : 26258 (java) S 26247 26249 22016 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 19 0 906063869 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26259] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26259/stat : 26259 (java) S 26247 26249 22016 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 906063869 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26260] ppid=26247 vsize=13643204 CPUtime=0.05 cores=1,3,5,7
/proc/26249/task/26260/stat : 26260 (java) S 26247 26249 22016 0 -1 4202560 750 0 0 0 5 0 0 0 15 0 19 0 906063870 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 0 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26261] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26261/stat : 26261 (java) S 26247 26249 22016 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906063870 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26262] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26262/stat : 26262 (java) S 26247 26249 22016 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906063870 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26263] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26263/stat : 26263 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 906063873 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032219569 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26264] ppid=26247 vsize=13643204 CPUtime=0.23 cores=1,3,5,7
/proc/26249/task/26264/stat : 26264 (java) S 26247 26249 22016 0 -1 4202560 2809 0 0 0 22 1 0 0 15 0 19 0 906063873 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26265] ppid=26247 vsize=13643204 CPUtime=0.59 cores=1,3,5,7
/proc/26249/task/26265/stat : 26265 (java) S 26247 26249 22016 0 -1 4202560 6663 0 0 0 58 1 0 0 16 0 19 0 906063873 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26266] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26266/stat : 26266 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 906063873 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26267] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26267/stat : 26267 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906063873 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26268] ppid=26247 vsize=13643204 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26268/stat : 26268 (java) S 26247 26249 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906063885 13970640896 24060 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 13643204

[startup+6.30141 s]
/proc/loadavg: 1.98 1.99 1.99 4/364 26268
/proc/meminfo: memFree=23972128/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13638340 CPUtime=7.49 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 28921 0 1 0 744 5 0 0 25 0 19 0 906063867 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3409585 23778 2250 9 0 3400319 0
[pid=26249/tid=26250] ppid=26247 vsize=13638340 CPUtime=6.16 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 14763 0 1 0 614 2 0 0 20 0 19 0 906063867 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 46912505511629 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26249/tid=26252] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26252/stat : 26252 (java) S 26247 26249 22016 0 -1 4202560 229 0 0 0 0 0 0 0 15 0 19 0 906063869 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26253] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26253/stat : 26253 (java) S 26247 26249 22016 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 906063869 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26254] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26254/stat : 26254 (java) S 26247 26249 22016 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 19 0 906063869 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26255] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26255/stat : 26255 (java) S 26247 26249 22016 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 906063869 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26256] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26256/stat : 26256 (java) S 26247 26249 22016 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 19 0 906063869 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26257] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26257/stat : 26257 (java) S 26247 26249 22016 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 19 0 906063869 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26258] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26258/stat : 26258 (java) S 26247 26249 22016 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 19 0 906063869 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26259] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26259/stat : 26259 (java) S 26247 26249 22016 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 906063869 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26260] ppid=26247 vsize=13638340 CPUtime=0.1 cores=1,3,5,7
/proc/26249/task/26260/stat : 26260 (java) S 26247 26249 22016 0 -1 4202560 1318 0 0 0 10 0 0 0 15 0 19 0 906063870 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 0 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26261] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26261/stat : 26261 (java) S 26247 26249 22016 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906063870 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26262] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26262/stat : 26262 (java) S 26247 26249 22016 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906063870 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26263] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26263/stat : 26263 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 906063873 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032219569 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26264] ppid=26247 vsize=13638340 CPUtime=0.23 cores=1,3,5,7
/proc/26249/task/26264/stat : 26264 (java) S 26247 26249 22016 0 -1 4202560 2809 0 0 0 22 1 0 0 15 0 19 0 906063873 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26265] ppid=26247 vsize=13638340 CPUtime=0.96 cores=1,3,5,7
/proc/26249/task/26265/stat : 26265 (java) S 26247 26249 22016 0 -1 4202560 7849 0 0 0 95 1 0 0 15 0 19 0 906063873 13965660160 23778 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0

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

/proc/26249/task/26252/stat : 26252 (java) S 26247 26249 22016 0 -1 4202560 400 0 0 0 3 0 0 0 16 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26253] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26253/stat : 26253 (java) S 26247 26249 22016 0 -1 4202560 22 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26254] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26254/stat : 26254 (java) S 26247 26249 22016 0 -1 4202560 269 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26255] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26255/stat : 26255 (java) S 26247 26249 22016 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26256] ppid=26247 vsize=13638340 CPUtime=0.01 cores=1,3,5,7
/proc/26249/task/26256/stat : 26256 (java) S 26247 26249 22016 0 -1 4202560 53 0 0 0 1 0 0 0 16 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26257] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26257/stat : 26257 (java) S 26247 26249 22016 0 -1 4202560 239 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26258] ppid=26247 vsize=13638340 CPUtime=0.01 cores=1,3,5,7
/proc/26249/task/26258/stat : 26258 (java) S 26247 26249 22016 0 -1 4202560 223 0 0 0 1 0 0 0 15 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26259] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26259/stat : 26259 (java) S 26247 26249 22016 0 -1 4202560 120 0 0 0 2 0 0 0 16 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26260] ppid=26247 vsize=13638340 CPUtime=0.93 cores=1,3,5,7
/proc/26249/task/26260/stat : 26260 (java) S 26247 26249 22016 0 -1 4202560 2868 0 0 0 92 1 0 0 15 0 19 0 906063870 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 0 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26261] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26261/stat : 26261 (java) S 26247 26249 22016 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906063870 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26262] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26262/stat : 26262 (java) S 26247 26249 22016 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906063870 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26263] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26263/stat : 26263 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 906063873 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032219569 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26264] ppid=26247 vsize=13638340 CPUtime=0.24 cores=1,3,5,7
/proc/26249/task/26264/stat : 26264 (java) S 26247 26249 22016 0 -1 4202560 2809 0 0 0 23 1 0 0 15 0 19 0 906063873 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26265] ppid=26247 vsize=13638340 CPUtime=0.97 cores=1,3,5,7
/proc/26249/task/26265/stat : 26265 (java) S 26247 26249 22016 0 -1 4202560 7849 0 0 0 96 1 0 0 15 0 19 0 906063873 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26266] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26266/stat : 26266 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 906063873 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26267] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26267/stat : 26267 (java) S 26247 26249 22016 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906063873 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26268] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26268/stat : 26268 (java) S 26247 26249 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906063885 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40.51
Current children cumulated vsize (KiB) 13638340

[startup+40.0012 s]
/proc/loadavg: 1.99 1.99 1.99 4/364 26269
/proc/meminfo: memFree=23961088/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13638340 CPUtime=41.31 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 30869 0 1 0 4125 6 0 0 25 0 19 0 906063867 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3409585 25679 2250 9 0 3400319 0
[pid=26249/tid=26250] ppid=26247 vsize=13638340 CPUtime=38.94 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 14813 0 1 0 3892 2 0 0 25 0 19 0 906063867 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 46912505543851 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26249/tid=26252] ppid=26247 vsize=13638340 CPUtime=0.03 cores=1,3,5,7
/proc/26249/task/26252/stat : 26252 (java) S 26247 26249 22016 0 -1 4202560 400 0 0 0 3 0 0 0 16 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26253] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26253/stat : 26253 (java) S 26247 26249 22016 0 -1 4202560 22 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26254] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26254/stat : 26254 (java) S 26247 26249 22016 0 -1 4202560 269 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26255] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26255/stat : 26255 (java) S 26247 26249 22016 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26256] ppid=26247 vsize=13638340 CPUtime=0.01 cores=1,3,5,7
/proc/26249/task/26256/stat : 26256 (java) S 26247 26249 22016 0 -1 4202560 53 0 0 0 1 0 0 0 16 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26257] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26257/stat : 26257 (java) S 26247 26249 22016 0 -1 4202560 239 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26258] ppid=26247 vsize=13638340 CPUtime=0.01 cores=1,3,5,7
/proc/26249/task/26258/stat : 26258 (java) S 26247 26249 22016 0 -1 4202560 223 0 0 0 1 0 0 0 15 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26259] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26259/stat : 26259 (java) S 26247 26249 22016 0 -1 4202560 120 0 0 0 2 0 0 0 16 0 19 0 906063869 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26260] ppid=26247 vsize=13638340 CPUtime=0.93 cores=1,3,5,7
/proc/26249/task/26260/stat : 26260 (java) S 26247 26249 22016 0 -1 4202560 2868 0 0 0 92 1 0 0 15 0 19 0 906063870 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 0 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26261] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26261/stat : 26261 (java) S 26247 26249 22016 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906063870 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26262] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26262/stat : 26262 (java) S 26247 26249 22016 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906063870 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26263] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26263/stat : 26263 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 906063873 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032219569 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26264] ppid=26247 vsize=13638340 CPUtime=0.24 cores=1,3,5,7
/proc/26249/task/26264/stat : 26264 (java) S 26247 26249 22016 0 -1 4202560 2809 0 0 0 23 1 0 0 15 0 19 0 906063873 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26265] ppid=26247 vsize=13638340 CPUtime=0.97 cores=1,3,5,7
/proc/26249/task/26265/stat : 26265 (java) S 26247 26249 22016 0 -1 4202560 7849 0 0 0 96 1 0 0 15 0 19 0 906063873 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26266] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26266/stat : 26266 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 906063873 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26267] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26267/stat : 26267 (java) S 26247 26249 22016 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906063873 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26268] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26268/stat : 26268 (java) S 26247 26249 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906063885 13965660160 25679 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.31
Current children cumulated vsize (KiB) 13638340

[startup+40.2012 s]
/proc/loadavg: 1.99 1.99 1.99 4/364 26269
/proc/meminfo: memFree=23961088/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13638340 CPUtime=41.51 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 30900 0 1 0 4145 6 0 0 25 0 19 0 906063867 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3409585 25709 2250 9 0 3400319 0
[pid=26249/tid=26250] ppid=26247 vsize=13638340 CPUtime=39.12 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 14814 0 1 0 3910 2 0 0 25 0 19 0 906063867 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 46912505608578 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26249/tid=26252] ppid=26247 vsize=13638340 CPUtime=0.03 cores=1,3,5,7
/proc/26249/task/26252/stat : 26252 (java) S 26247 26249 22016 0 -1 4202560 400 0 0 0 3 0 0 0 15 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26253] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26253/stat : 26253 (java) S 26247 26249 22016 0 -1 4202560 22 0 0 0 2 0 0 0 16 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26254] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26254/stat : 26254 (java) S 26247 26249 22016 0 -1 4202560 269 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26255] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26255/stat : 26255 (java) S 26247 26249 22016 0 -1 4202560 51 0 0 0 2 0 0 0 16 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26256] ppid=26247 vsize=13638340 CPUtime=0.01 cores=1,3,5,7
/proc/26249/task/26256/stat : 26256 (java) S 26247 26249 22016 0 -1 4202560 53 0 0 0 1 0 0 0 16 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26257] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26257/stat : 26257 (java) S 26247 26249 22016 0 -1 4202560 239 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26258] ppid=26247 vsize=13638340 CPUtime=0.01 cores=1,3,5,7
/proc/26249/task/26258/stat : 26258 (java) S 26247 26249 22016 0 -1 4202560 223 0 0 0 1 0 0 0 16 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26259] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26259/stat : 26259 (java) S 26247 26249 22016 0 -1 4202560 120 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26260] ppid=26247 vsize=13638340 CPUtime=0.95 cores=1,3,5,7
/proc/26249/task/26260/stat : 26260 (java) S 26247 26249 22016 0 -1 4202560 2898 0 0 0 94 1 0 0 15 0 19 0 906063870 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 0 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26261] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26261/stat : 26261 (java) S 26247 26249 22016 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906063870 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26262] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26262/stat : 26262 (java) S 26247 26249 22016 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906063870 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26263] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26263/stat : 26263 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 906063873 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032219569 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26264] ppid=26247 vsize=13638340 CPUtime=0.24 cores=1,3,5,7
/proc/26249/task/26264/stat : 26264 (java) S 26247 26249 22016 0 -1 4202560 2809 0 0 0 23 1 0 0 15 0 19 0 906063873 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26265] ppid=26247 vsize=13638340 CPUtime=0.97 cores=1,3,5,7
/proc/26249/task/26265/stat : 26265 (java) S 26247 26249 22016 0 -1 4202560 7849 0 0 0 96 1 0 0 15 0 19 0 906063873 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26266] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26266/stat : 26266 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 906063873 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26267] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26267/stat : 26267 (java) S 26247 26249 22016 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906063873 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26268] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26268/stat : 26268 (java) S 26247 26249 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906063885 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.51
Current children cumulated vsize (KiB) 13638340

[startup+40.3012 s]
/proc/loadavg: 1.99 1.99 1.99 4/364 26269
/proc/meminfo: memFree=23961088/32951124 swapFree=67056304/67111528
[pid=26249] ppid=26247 vsize=13638340 CPUtime=41.61 cores=1,3,5,7
/proc/26249/stat : 26249 (java) S 26247 26249 22016 0 -1 4202496 30900 0 1 0 4155 6 0 0 25 0 19 0 906063867 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26249/statm: 3409585 25709 2250 9 0 3400319 0
[pid=26249/tid=26250] ppid=26247 vsize=13638340 CPUtime=39.22 cores=1,3,5,7
/proc/26249/task/26250/stat : 26250 (java) R 26247 26249 22016 0 -1 4202560 14814 0 1 0 3920 2 0 0 25 0 19 0 906063867 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 46912505216930 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26249/tid=26252] ppid=26247 vsize=13638340 CPUtime=0.03 cores=1,3,5,7
/proc/26249/task/26252/stat : 26252 (java) S 26247 26249 22016 0 -1 4202560 400 0 0 0 3 0 0 0 15 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26253] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26253/stat : 26253 (java) S 26247 26249 22016 0 -1 4202560 22 0 0 0 2 0 0 0 16 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26254] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26254/stat : 26254 (java) S 26247 26249 22016 0 -1 4202560 269 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26255] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26255/stat : 26255 (java) S 26247 26249 22016 0 -1 4202560 51 0 0 0 2 0 0 0 16 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26256] ppid=26247 vsize=13638340 CPUtime=0.01 cores=1,3,5,7
/proc/26249/task/26256/stat : 26256 (java) S 26247 26249 22016 0 -1 4202560 53 0 0 0 1 0 0 0 16 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26257] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26257/stat : 26257 (java) S 26247 26249 22016 0 -1 4202560 239 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26258] ppid=26247 vsize=13638340 CPUtime=0.01 cores=1,3,5,7
/proc/26249/task/26258/stat : 26258 (java) S 26247 26249 22016 0 -1 4202560 223 0 0 0 1 0 0 0 16 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26259] ppid=26247 vsize=13638340 CPUtime=0.02 cores=1,3,5,7
/proc/26249/task/26259/stat : 26259 (java) S 26247 26249 22016 0 -1 4202560 120 0 0 0 2 0 0 0 15 0 19 0 906063869 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26260] ppid=26247 vsize=13638340 CPUtime=0.95 cores=1,3,5,7
/proc/26249/task/26260/stat : 26260 (java) S 26247 26249 22016 0 -1 4202560 2898 0 0 0 94 1 0 0 15 0 19 0 906063870 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 0 0 16800975 18446604467360793856 0 0 -1 3 0 0 0
[pid=26249/tid=26261] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26261/stat : 26261 (java) S 26247 26249 22016 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906063870 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26262] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26262/stat : 26262 (java) S 26247 26249 22016 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906063870 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26263] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26263/stat : 26263 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 906063873 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032219569 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26264] ppid=26247 vsize=13638340 CPUtime=0.24 cores=1,3,5,7
/proc/26249/task/26264/stat : 26264 (java) S 26247 26249 22016 0 -1 4202560 2809 0 0 0 23 1 0 0 15 0 19 0 906063873 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 1 0 0 0
[pid=26249/tid=26265] ppid=26247 vsize=13638340 CPUtime=0.97 cores=1,3,5,7
/proc/26249/task/26265/stat : 26265 (java) S 26247 26249 22016 0 -1 4202560 7849 0 0 0 96 1 0 0 15 0 19 0 906063873 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26266] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26266/stat : 26266 (java) S 26247 26249 22016 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 906063873 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032211865 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
[pid=26249/tid=26267] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26267/stat : 26267 (java) S 26247 26249 22016 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906063873 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 5 0 0 0
[pid=26249/tid=26268] ppid=26247 vsize=13638340 CPUtime=0 cores=1,3,5,7
/proc/26249/task/26268/stat : 26268 (java) S 26247 26249 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906063885 13965660160 25709 33554432000 1073741824 1073778376 140733462312016 18446744073709551615 260032212480 0 4 0 16800975 18446604467360793856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.61
Current children cumulated vsize (KiB) 13638340

Child status: 30
Real time (s): 40.3198
CPU time (s): 41.6387
CPU user time (s): 41.5657
CPU system time (s): 0.072988
CPU usage (%): 103.271
Max. virtual memory (cumulated for all children) (KiB): 13646044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.5657
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30926
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= 2282
involuntary context switches= 1285

runsolver used 0.136979 second user time and 0.305953 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-04 05:32:13
IDJOB=3458190
IDBENCH=48010
IDSOLVER=1952
FILE ID=node110/3458190-1307158333
RUNJOBID= node110-1307156485-25653
PBS_JOBID= 13508806
Free space on /tmp= 74044 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=233-P1=223-P2=251-P3=181-P4=197-P5=127-P6=89-P7=149-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458190-1307158333/watcher-3458190-1307158333 -o /tmp/evaluation-result-3458190-1307158333/solver-3458190-1307158333 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458190-1307158333.opb

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

MD5SUM BENCH= 8a882d07e0fbb307eb9e9c234ecc464c
RANDOM SEED=331475386

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.75
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.830
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.83
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.830
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.76
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24056120 kB
Buffers:        297208 kB
Cached:        4571888 kB
SwapCached:       8652 kB
Active:        4098016 kB
Inactive:      4475896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24056120 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:     3703036 kB
Mapped:          35564 kB
Slab:           229468 kB
PageTables:      27000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89037452 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= 74044 MiB
End job on node110 at 2011-06-04 05:32:53