Trace number 3458197

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 45.4911 44.2281

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
MD5SUM12f1f3305860fafcd361cd1c61e0d104
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 benchmark1.56076
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458197-1307158352.opb
0.11/0.11	c reading problem ... 
0.11/0.19	c ... done. Wall clock time 0.078s.
0.11/0.19	c #vars     616
0.11/0.19	c #constraints  918
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.11/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
1.00/0.74	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.57/1.26	c cleaning 4245 clauses out of 8500 with flag 11000/11000
2.17/1.88	c cleaning 5628 clauses out of 11256 with flag 18001/18001
2.98/2.66	c cleaning 6811 clauses out of 13627 with flag 26000/26000
3.82/3.45	c cleaning 7904 clauses out of 15816 with flag 35000/35000
4.83/4.47	c cleaning 8956 clauses out of 17912 with flag 45000/45000
6.07/5.35	c cleaning 9476 clauses out of 18956 with flag 55001/55001
7.32/6.26	c cleaning 9735 clauses out of 19480 with flag 65001/65001
8.32/7.24	c cleaning 9872 clauses out of 19744 with flag 75000/75000
9.43/8.36	c cleaning 9933 clauses out of 19873 with flag 85001/85001
10.23/9.14	c cleaning 9968 clauses out of 19940 with flag 95001/95001
11.34/10.23	c cleaning 9982 clauses out of 19971 with flag 105000/105000
11.94/10.84	c cleaning 9978 clauses out of 19989 with flag 115000/115000
12.75/11.69	c cleaning 10002 clauses out of 20010 with flag 125000/125000
13.45/12.39	c cleaning 10000 clauses out of 20009 with flag 135001/135001
14.37/13.25	c cleaning 9995 clauses out of 20010 with flag 145002/145002
15.15/14.08	c cleaning 10005 clauses out of 20014 with flag 155001/155001
16.26/15.18	c cleaning 9992 clauses out of 20008 with flag 165000/165000
17.46/16.31	c cleaning 10004 clauses out of 20016 with flag 175000/175000
17.56/16.45	c SATISFIABLE
17.56/16.45	c OPTIMIZING...
17.56/16.45	c Got one! Elapsed wall clock time (in seconds):16.342
17.56/16.45	o 69
17.76/16.67	c cleaning 7906 clauses out of 15821 with flag 4001/180809
18.26/17.11	c cleaning 6953 clauses out of 13914 with flag 10000/186808
18.96/17.84	c cleaning 6976 clauses out of 13962 with flag 17001/193809
19.77/18.68	c cleaning 7491 clauses out of 14985 with flag 25000/201808
20.46/19.35	c cleaning 8242 clauses out of 16495 with flag 34001/210809
21.37/20.26	c cleaning 9124 clauses out of 18252 with flag 44000/220808
22.27/21.10	c cleaning 9559 clauses out of 19126 with flag 54000/230808
22.27/21.18	c Got one! Elapsed wall clock time (in seconds):21.076
22.27/21.18	o 13
22.57/21.45	c cleaning 7402 clauses out of 14830 with flag 4001/236071
22.97/21.81	c cleaning 6693 clauses out of 13427 with flag 10000/242070
23.47/22.33	c cleaning 6851 clauses out of 13735 with flag 17001/249071
23.98/22.86	c cleaning 7437 clauses out of 14883 with flag 25000/257070
24.78/23.68	c cleaning 8219 clauses out of 16446 with flag 34000/266070
25.88/24.71	c cleaning 9110 clauses out of 18228 with flag 44001/276071
26.99/25.88	c cleaning 9557 clauses out of 19117 with flag 54000/286070
27.99/26.89	c cleaning 9779 clauses out of 19560 with flag 64000/296070
29.09/27.98	c cleaning 9882 clauses out of 19783 with flag 74003/306073
29.30/28.16	c Got one! Elapsed wall clock time (in seconds):28.055
29.30/28.16	o 5
29.40/28.28	c cleaning 7511 clauses out of 15052 with flag 2001/311224
29.90/28.71	c cleaning 6758 clauses out of 13541 with flag 8001/317224
30.40/29.26	c cleaning 6887 clauses out of 13784 with flag 15002/324225
31.30/30.14	c cleaning 7445 clauses out of 14895 with flag 23000/332223
32.20/31.06	c cleaning 8226 clauses out of 16451 with flag 32001/341224
32.41/31.25	c Got one! Elapsed wall clock time (in seconds):31.146
32.41/31.25	o 3
32.61/31.40	c cleaning 6601 clauses out of 13230 with flag 2000/346229
33.01/31.81	c cleaning 6302 clauses out of 12630 with flag 8001/352230
33.41/32.29	c cleaning 6658 clauses out of 13330 with flag 15003/359232
34.12/32.98	c cleaning 7334 clauses out of 14670 with flag 23001/367230
34.92/33.78	c cleaning 8167 clauses out of 16335 with flag 32001/376230
35.92/34.75	c cleaning 9083 clauses out of 18167 with flag 42000/386229
36.92/35.72	c cleaning 9542 clauses out of 19085 with flag 52001/396230
37.73/36.57	c cleaning 9765 clauses out of 19543 with flag 62001/406230
38.54/37.40	c cleaning 9882 clauses out of 19777 with flag 72000/416229
39.43/38.28	c cleaning 9942 clauses out of 19895 with flag 82000/426229
40.33/39.12	c cleaning 9968 clauses out of 19953 with flag 92000/436229
41.33/40.12	c cleaning 9988 clauses out of 19986 with flag 102001/446230
42.24/41.03	c cleaning 9995 clauses out of 19996 with flag 112000/456229
43.24/42.06	c cleaning 9997 clauses out of 20002 with flag 122001/466230
44.25/43.04	c cleaning 10000 clauses out of 20005 with flag 132002/476231
45.15/43.99	c cleaning 10000 clauses out of 20003 with flag 142001/486230
45.45/44.22	c starts		: 153
45.45/44.22	c conflicts		: 488904
45.45/44.22	c decisions		: 506782
45.45/44.22	c propagations		: 10143441
45.45/44.22	c inspects		: 341181999
45.45/44.22	c shortcuts		: 0
45.45/44.22	c learnt literals	: 19
45.45/44.22	c learnt binary clauses	: 100
45.45/44.22	c learnt ternary clauses	: 337
45.45/44.22	c learnt constraints	: 488884
45.45/44.22	c ignored constraints	: 0
45.45/44.22	c root simplifications	: 0
45.45/44.22	c removed literals (reason simplification)	: 16106221
45.45/44.22	c reason swapping (by a shorter reason)	: 0
45.45/44.22	c Calls to reduceDB	: 56
45.45/44.22	c number of reductions to clauses (during analyze)	: 0
45.45/44.22	c number of learned constraints concerned by reduction	: 0
45.45/44.22	c number of learning phase by resolution	: 0
45.45/44.22	c number of learning phase by cutting planes	: 0
45.45/44.22	c speed (assignments/second)	: 782552.1524456103
45.45/44.22	c non guided choices	4449
45.45/44.22	c learnt constraints type 
45.45/44.22	c constraints type 
45.45/44.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
45.45/44.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
45.45/44.22	s OPTIMUM FOUND
45.45/44.22	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 
45.45/44.22	c objective function=3
45.45/44.22	c Total wall clock time (in seconds): 44.109

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

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.06 1.97 2/487 12107
/proc/meminfo: memFree=24034976/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=31604 CPUtime=0 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 1254 0 0 0 0 0 0 0 25 0 2 0 906065667 32362496 975 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 7901 983 754 9 0 386 0
[pid=12107/tid=12108] ppid=12105 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 6661 0 1 0 0 0 0 0 25 0 2 0 906065667 13850947584 7477 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252457759803 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0690861 s]
/proc/loadavg: 2.16 2.06 1.97 2/487 12107
/proc/meminfo: memFree=24034976/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=13554952 CPUtime=0.05 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 14279 0 1 0 4 1 0 0 25 0 18 0 906065667 13880270848 13977 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 3388738 13977 1742 9 0 3379472 0
[pid=12107/tid=12108] ppid=12105 vsize=13554952 CPUtime=0.05 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 13106 0 1 0 4 1 0 0 25 0 18 0 906065667 13880270848 13977 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 47623478448133 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13554952

[startup+0.105111 s]
/proc/loadavg: 2.16 2.06 1.97 2/487 12107
/proc/meminfo: memFree=24034976/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=13622188 CPUtime=0.11 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 15614 0 1 0 9 2 0 0 25 0 18 0 906065667 13949120512 15312 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 3405547 15312 2092 9 0 3396281 0
[pid=12107/tid=12108] ppid=12105 vsize=13622188 CPUtime=0.08 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 13708 0 1 0 7 1 0 0 18 0 18 0 906065667 13949120512 15312 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469892555 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622188

[startup+0.301095 s]
/proc/loadavg: 2.16 2.06 1.97 2/487 12107
/proc/meminfo: memFree=24034976/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=13625644 CPUtime=0.53 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 18605 0 1 0 51 2 0 0 25 0 19 0 906065667 13952659456 17491 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 3406411 17491 2215 9 0 3397145 0
[pid=12107/tid=12108] ppid=12105 vsize=13625644 CPUtime=0.28 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 14354 0 1 0 27 1 0 0 19 0 19 0 906065667 13952659456 17491 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 46912505556588 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13625644

[startup+0.701039 s]
/proc/loadavg: 2.16 2.06 1.97 2/487 12107
/proc/meminfo: memFree=24034976/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=13626268 CPUtime=1 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 19508 0 1 0 98 2 0 0 25 0 19 0 906065667 13953298432 18147 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 3406567 18147 2216 9 0 3397301 0
[pid=12107/tid=12108] ppid=12105 vsize=13626268 CPUtime=0.68 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 14837 0 1 0 67 1 0 0 19 0 19 0 906065667 13953298432 18147 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 46912505626002 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13626268

[startup+1.50089 s]
/proc/loadavg: 2.15 2.05 1.97 3/506 12126
/proc/meminfo: memFree=23967256/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=13626268 CPUtime=1.87 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 20980 0 1 0 185 2 0 0 25 0 19 0 906065667 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 3406567 19616 2248 9 0 3397301 0
[pid=12107/tid=12108] ppid=12105 vsize=13626268 CPUtime=1.45 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 14848 0 1 0 144 1 0 0 20 0 19 0 906065667 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 46912505626002 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12107/tid=12110] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12110/stat : 12110 (java) S 12105 12107 8699 0 -1 4202560 198 0 0 0 0 0 0 0 16 0 19 0 906065669 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12111] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12111/stat : 12111 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12112] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12112/stat : 12112 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12113] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12113/stat : 12113 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12114] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12114/stat : 12114 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12115] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12115/stat : 12115 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12116] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12116/stat : 12116 (java) S 12105 12107 8699 0 -1 4202560 329 0 0 0 0 0 0 0 16 0 19 0 906065669 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12117] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12117/stat : 12117 (java) S 12105 12107 8699 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12118] ppid=12105 vsize=13626268 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12118/stat : 12118 (java) S 12105 12107 8699 0 -1 4202560 667 0 0 0 2 0 0 0 15 0 19 0 906065670 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 0 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12119] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12119/stat : 12119 (java) S 12105 12107 8699 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906065671 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12120] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12120/stat : 12120 (java) S 12105 12107 8699 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906065671 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12121] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12121/stat : 12121 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469889457 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12122] ppid=12105 vsize=13626268 CPUtime=0.19 cores=0,2,4,6
/proc/12107/task/12122/stat : 12122 (java) S 12105 12107 8699 0 -1 4202560 1262 0 0 0 19 0 0 0 15 0 19 0 906065673 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12123] ppid=12105 vsize=13626268 CPUtime=0.18 cores=0,2,4,6
/proc/12107/task/12123/stat : 12123 (java) S 12105 12107 8699 0 -1 4202560 2273 0 0 0 18 0 0 0 15 0 19 0 906065673 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12124] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12124/stat : 12124 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12125] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12125/stat : 12125 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906065673 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12126] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12126/stat : 12126 (java) S 12105 12107 8699 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906065686 13953298432 19616 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13626268

[startup+3.1016 s]
/proc/loadavg: 2.15 2.05 1.97 3/506 12126
/proc/meminfo: memFree=23961552/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=13626268 CPUtime=3.52 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 21301 0 1 0 349 3 0 0 25 0 19 0 906065667 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 3406567 19934 2249 9 0 3397301 0
[pid=12107/tid=12108] ppid=12105 vsize=13626268 CPUtime=3.01 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 14849 0 1 0 300 1 0 0 25 0 19 0 906065667 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 46912505556459 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12107/tid=12110] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12110/stat : 12110 (java) S 12105 12107 8699 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12111] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12111/stat : 12111 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12112] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12112/stat : 12112 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12113] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12113/stat : 12113 (java) S 12105 12107 8699 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 906065669 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12114] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12114/stat : 12114 (java) S 12105 12107 8699 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12115] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12115/stat : 12115 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12116] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12116/stat : 12116 (java) S 12105 12107 8699 0 -1 4202560 329 0 0 0 0 0 0 0 16 0 19 0 906065669 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12117] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12117/stat : 12117 (java) S 12105 12107 8699 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 19 0 906065669 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12118] ppid=12105 vsize=13626268 CPUtime=0.06 cores=0,2,4,6
/proc/12107/task/12118/stat : 12118 (java) S 12105 12107 8699 0 -1 4202560 929 0 0 0 6 0 0 0 16 0 19 0 906065670 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 0 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12119] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12119/stat : 12119 (java) S 12105 12107 8699 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906065671 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12120] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12120/stat : 12120 (java) S 12105 12107 8699 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906065671 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12121] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12121/stat : 12121 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469889457 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12122] ppid=12105 vsize=13626268 CPUtime=0.19 cores=0,2,4,6
/proc/12107/task/12122/stat : 12122 (java) S 12105 12107 8699 0 -1 4202560 1263 0 0 0 19 0 0 0 15 0 19 0 906065673 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12123] ppid=12105 vsize=13626268 CPUtime=0.21 cores=0,2,4,6
/proc/12107/task/12123/stat : 12123 (java) S 12105 12107 8699 0 -1 4202560 2285 0 0 0 21 0 0 0 15 0 19 0 906065673 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12124] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12124/stat : 12124 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12125] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12125/stat : 12125 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906065673 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12126] ppid=12105 vsize=13626268 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12126/stat : 12126 (java) S 12105 12107 8699 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906065686 13953298432 19934 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 13626268

[startup+6.30096 s]
/proc/loadavg: 2.15 2.05 1.97 4/506 12126
/proc/meminfo: memFree=23925700/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=13643628 CPUtime=7.42 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 35456 0 1 0 737 5 0 0 25 0 19 0 906065667 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 3410907 29310 2249 9 0 3401641 0
[pid=12107/tid=12108] ppid=12105 vsize=13643628 CPUtime=6.13 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 14857 0 1 0 611 2 0 0 25 0 19 0 906065667 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 46912505668296 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12107/tid=12110] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12110/stat : 12110 (java) S 12105 12107 8699 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 19 0 906065669 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12111] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12111/stat : 12111 (java) S 12105 12107 8699 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 906065669 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12112] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12112/stat : 12112 (java) S 12105 12107 8699 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 906065669 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12113] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12113/stat : 12113 (java) S 12105 12107 8699 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 19 0 906065669 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12114] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12114/stat : 12114 (java) S 12105 12107 8699 0 -1 4202560 63 0 0 0 0 0 0 0 16 0 19 0 906065669 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12115] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12115/stat : 12115 (java) S 12105 12107 8699 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 19 0 906065669 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12116] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12116/stat : 12116 (java) S 12105 12107 8699 0 -1 4202560 329 0 0 0 0 0 0 0 15 0 19 0 906065669 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12117] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12117/stat : 12117 (java) S 12105 12107 8699 0 -1 4202560 314 0 0 0 0 0 0 0 15 0 19 0 906065669 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12118] ppid=12105 vsize=13643628 CPUtime=0.13 cores=0,2,4,6
/proc/12107/task/12118/stat : 12118 (java) S 12105 12107 8699 0 -1 4202560 1461 0 0 0 13 0 0 0 16 0 19 0 906065670 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 0 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12119] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12119/stat : 12119 (java) S 12105 12107 8699 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906065671 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12120] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12120/stat : 12120 (java) S 12105 12107 8699 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906065671 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12121] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12121/stat : 12121 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469889457 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12122] ppid=12105 vsize=13643628 CPUtime=0.49 cores=0,2,4,6
/proc/12107/task/12122/stat : 12122 (java) S 12105 12107 8699 0 -1 4202560 7957 0 0 0 48 1 0 0 15 0 19 0 906065673 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12123] ppid=12105 vsize=13643628 CPUtime=0.61 cores=0,2,4,6
/proc/12107/task/12123/stat : 12123 (java) S 12105 12107 8699 0 -1 4202560 8899 0 0 0 60 1 0 0 16 0 19 0 906065673 13971075072 29310 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0

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

/proc/12107/task/12110/stat : 12110 (java) S 12105 12107 8699 0 -1 4202560 336 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12111] ppid=12105 vsize=13643628 CPUtime=0.01 cores=0,2,4,6
/proc/12107/task/12111/stat : 12111 (java) S 12105 12107 8699 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12112] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12112/stat : 12112 (java) S 12105 12107 8699 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12113] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12113/stat : 12113 (java) S 12105 12107 8699 0 -1 4202560 108 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12114] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12114/stat : 12114 (java) S 12105 12107 8699 0 -1 4202560 67 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12115] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12115/stat : 12115 (java) S 12105 12107 8699 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12116] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12116/stat : 12116 (java) S 12105 12107 8699 0 -1 4202560 333 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12117] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12117/stat : 12117 (java) S 12105 12107 8699 0 -1 4202560 325 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12118] ppid=12105 vsize=13643628 CPUtime=1.09 cores=0,2,4,6
/proc/12107/task/12118/stat : 12118 (java) S 12105 12107 8699 0 -1 4202560 3055 0 0 0 108 1 0 0 16 0 19 0 906065670 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 0 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12119] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12119/stat : 12119 (java) S 12105 12107 8699 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906065671 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12120] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12120/stat : 12120 (java) S 12105 12107 8699 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906065671 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12121] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12121/stat : 12121 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469889457 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12122] ppid=12105 vsize=13643628 CPUtime=0.49 cores=0,2,4,6
/proc/12107/task/12122/stat : 12122 (java) S 12105 12107 8699 0 -1 4202560 7957 0 0 0 48 1 0 0 15 0 19 0 906065673 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12123] ppid=12105 vsize=13643628 CPUtime=0.62 cores=0,2,4,6
/proc/12107/task/12123/stat : 12123 (java) S 12105 12107 8699 0 -1 4202560 8900 0 0 0 61 1 0 0 15 0 19 0 906065673 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12124] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12124/stat : 12124 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12125] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12125/stat : 12125 (java) S 12105 12107 8699 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906065673 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12126] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12126/stat : 12126 (java) S 12105 12107 8699 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906065686 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 44.35
Current children cumulated vsize (KiB) 13643628

[startup+43.901 s]
/proc/loadavg: 2.07 2.05 1.97 3/506 12173
/proc/meminfo: memFree=23956820/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=13643628 CPUtime=45.15 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 37385 0 1 0 4508 7 0 0 25 0 19 0 906065667 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 3410907 29242 2249 9 0 3401641 0
[pid=12107/tid=12108] ppid=12105 vsize=13643628 CPUtime=42.7 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 14911 0 1 0 4268 2 0 0 25 0 19 0 906065667 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 46912505612000 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12107/tid=12110] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12110/stat : 12110 (java) S 12105 12107 8699 0 -1 4202560 336 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12111] ppid=12105 vsize=13643628 CPUtime=0.01 cores=0,2,4,6
/proc/12107/task/12111/stat : 12111 (java) S 12105 12107 8699 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12112] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12112/stat : 12112 (java) S 12105 12107 8699 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12113] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12113/stat : 12113 (java) S 12105 12107 8699 0 -1 4202560 108 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12114] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12114/stat : 12114 (java) S 12105 12107 8699 0 -1 4202560 67 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12115] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12115/stat : 12115 (java) S 12105 12107 8699 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12116] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12116/stat : 12116 (java) S 12105 12107 8699 0 -1 4202560 333 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12117] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12117/stat : 12117 (java) S 12105 12107 8699 0 -1 4202560 325 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12118] ppid=12105 vsize=13643628 CPUtime=1.09 cores=0,2,4,6
/proc/12107/task/12118/stat : 12118 (java) S 12105 12107 8699 0 -1 4202560 3055 0 0 0 108 1 0 0 16 0 19 0 906065670 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 0 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12119] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12119/stat : 12119 (java) S 12105 12107 8699 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906065671 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12120] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12120/stat : 12120 (java) S 12105 12107 8699 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906065671 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12121] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12121/stat : 12121 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469889457 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12122] ppid=12105 vsize=13643628 CPUtime=0.49 cores=0,2,4,6
/proc/12107/task/12122/stat : 12122 (java) S 12105 12107 8699 0 -1 4202560 7957 0 0 0 48 1 0 0 15 0 19 0 906065673 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12123] ppid=12105 vsize=13643628 CPUtime=0.62 cores=0,2,4,6
/proc/12107/task/12123/stat : 12123 (java) S 12105 12107 8699 0 -1 4202560 8900 0 0 0 61 1 0 0 15 0 19 0 906065673 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12124] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12124/stat : 12124 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12125] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12125/stat : 12125 (java) S 12105 12107 8699 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906065673 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12126] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12126/stat : 12126 (java) S 12105 12107 8699 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906065686 13971075072 29242 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 45.15
Current children cumulated vsize (KiB) 13643628

[startup+44.101 s]
/proc/loadavg: 2.07 2.05 1.97 3/506 12173
/proc/meminfo: memFree=23956820/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=13643628 CPUtime=45.35 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 37389 0 1 0 4528 7 0 0 25 0 19 0 906065667 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 3410907 29245 2249 9 0 3401641 0
[pid=12107/tid=12108] ppid=12105 vsize=13643628 CPUtime=42.86 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 14912 0 1 0 4284 2 0 0 25 0 19 0 906065667 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 46912505538988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12107/tid=12110] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12110/stat : 12110 (java) S 12105 12107 8699 0 -1 4202560 336 0 0 0 3 0 0 0 16 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12111] ppid=12105 vsize=13643628 CPUtime=0.01 cores=0,2,4,6
/proc/12107/task/12111/stat : 12111 (java) S 12105 12107 8699 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12112] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12112/stat : 12112 (java) S 12105 12107 8699 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12113] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12113/stat : 12113 (java) S 12105 12107 8699 0 -1 4202560 108 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12114] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12114/stat : 12114 (java) S 12105 12107 8699 0 -1 4202560 67 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12115] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12115/stat : 12115 (java) S 12105 12107 8699 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12116] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12116/stat : 12116 (java) S 12105 12107 8699 0 -1 4202560 336 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12117] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12117/stat : 12117 (java) S 12105 12107 8699 0 -1 4202560 325 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12118] ppid=12105 vsize=13643628 CPUtime=1.11 cores=0,2,4,6
/proc/12107/task/12118/stat : 12118 (java) S 12105 12107 8699 0 -1 4202560 3055 0 0 0 110 1 0 0 16 0 19 0 906065670 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 0 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12119] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12119/stat : 12119 (java) S 12105 12107 8699 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906065671 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12120] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12120/stat : 12120 (java) S 12105 12107 8699 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906065671 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12121] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12121/stat : 12121 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469889457 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12122] ppid=12105 vsize=13643628 CPUtime=0.49 cores=0,2,4,6
/proc/12107/task/12122/stat : 12122 (java) S 12105 12107 8699 0 -1 4202560 7957 0 0 0 48 1 0 0 15 0 19 0 906065673 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12123] ppid=12105 vsize=13643628 CPUtime=0.62 cores=0,2,4,6
/proc/12107/task/12123/stat : 12123 (java) S 12105 12107 8699 0 -1 4202560 8900 0 0 0 61 1 0 0 15 0 19 0 906065673 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12124] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12124/stat : 12124 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12125] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12125/stat : 12125 (java) S 12105 12107 8699 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906065673 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12126] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12126/stat : 12126 (java) S 12105 12107 8699 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906065686 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 45.35
Current children cumulated vsize (KiB) 13643628

[startup+44.2009 s]
/proc/loadavg: 2.07 2.05 1.97 3/506 12173
/proc/meminfo: memFree=23956820/32951124 swapFree=56297244/67111528
[pid=12107] ppid=12105 vsize=13643628 CPUtime=45.45 cores=0,2,4,6
/proc/12107/stat : 12107 (java) S 12105 12107 8699 0 -1 4202496 37389 0 1 0 4538 7 0 0 25 0 19 0 906065667 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12107/statm: 3410907 29245 2249 9 0 3401641 0
[pid=12107/tid=12108] ppid=12105 vsize=13643628 CPUtime=42.96 cores=0,2,4,6
/proc/12107/task/12108/stat : 12108 (java) R 12105 12107 8699 0 -1 4202560 14912 0 1 0 4294 2 0 0 25 0 19 0 906065667 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 46912505589705 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12107/tid=12110] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12110/stat : 12110 (java) S 12105 12107 8699 0 -1 4202560 336 0 0 0 3 0 0 0 16 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12111] ppid=12105 vsize=13643628 CPUtime=0.01 cores=0,2,4,6
/proc/12107/task/12111/stat : 12111 (java) S 12105 12107 8699 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12112] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12112/stat : 12112 (java) S 12105 12107 8699 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12113] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12113/stat : 12113 (java) S 12105 12107 8699 0 -1 4202560 108 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12114] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12114/stat : 12114 (java) S 12105 12107 8699 0 -1 4202560 67 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12115] ppid=12105 vsize=13643628 CPUtime=0.02 cores=0,2,4,6
/proc/12107/task/12115/stat : 12115 (java) S 12105 12107 8699 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12116] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12116/stat : 12116 (java) S 12105 12107 8699 0 -1 4202560 336 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12117] ppid=12105 vsize=13643628 CPUtime=0.03 cores=0,2,4,6
/proc/12107/task/12117/stat : 12117 (java) S 12105 12107 8699 0 -1 4202560 325 0 0 0 3 0 0 0 15 0 19 0 906065669 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12118] ppid=12105 vsize=13643628 CPUtime=1.11 cores=0,2,4,6
/proc/12107/task/12118/stat : 12118 (java) S 12105 12107 8699 0 -1 4202560 3055 0 0 0 110 1 0 0 16 0 19 0 906065670 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 0 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12119] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12119/stat : 12119 (java) S 12105 12107 8699 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906065671 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12120] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12120/stat : 12120 (java) S 12105 12107 8699 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906065671 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12121] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12121/stat : 12121 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469889457 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12122] ppid=12105 vsize=13643628 CPUtime=0.49 cores=0,2,4,6
/proc/12107/task/12122/stat : 12122 (java) S 12105 12107 8699 0 -1 4202560 7957 0 0 0 48 1 0 0 15 0 19 0 906065673 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
[pid=12107/tid=12123] ppid=12105 vsize=13643628 CPUtime=0.62 cores=0,2,4,6
/proc/12107/task/12123/stat : 12123 (java) S 12105 12107 8699 0 -1 4202560 8900 0 0 0 61 1 0 0 15 0 19 0 906065673 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 4 0 0 0
[pid=12107/tid=12124] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12124/stat : 12124 (java) S 12105 12107 8699 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906065673 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469881753 0 4 0 16800975 18446604445796673728 0 0 -1 6 0 0 0
[pid=12107/tid=12125] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12125/stat : 12125 (java) S 12105 12107 8699 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906065673 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 0 0 0 0
[pid=12107/tid=12126] ppid=12105 vsize=13643628 CPUtime=0 cores=0,2,4,6
/proc/12107/task/12126/stat : 12126 (java) S 12105 12107 8699 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906065686 13971075072 29245 33554432000 1073741824 1073778376 140734607478640 18446744073709551615 252469882368 0 4 0 16800975 18446604445796673728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 45.45
Current children cumulated vsize (KiB) 13643628

Child status: 30
Real time (s): 44.2281
CPU time (s): 45.4911
CPU user time (s): 45.4081
CPU system time (s): 0.082987
CPU usage (%): 102.856
Max. virtual memory (cumulated for all children) (KiB): 13647460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.4081
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37411
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= 2752
involuntary context switches= 969

runsolver used 0.240963 second user time and 0.45693 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-04 05:32:32
IDJOB=3458197
IDBENCH=48017
IDSOLVER=1952
FILE ID=node111/3458197-1307158352
RUNJOBID= node111-1307156522-11740
PBS_JOBID= 13508805
Free space on /tmp= 73868 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=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458197-1307158352/watcher-3458197-1307158352 -o /tmp/evaluation-result-3458197-1307158352/solver-3458197-1307158352 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458197-1307158352.opb

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

MD5SUM BENCH= 12f1f3305860fafcd361cd1c61e0d104
RANDOM SEED=1746081845

node111.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	: 5428.12
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.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.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.86
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.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.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.67
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	: 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:      24035124 kB
Buffers:        312284 kB
Cached:         818652 kB
SwapCached:      11784 kB
Active:        7872012 kB
Inactive:       765156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24035124 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:            1108 kB
Writeback:           0 kB
AnonPages:     7503588 kB
Mapped:          36052 kB
Slab:           143528 kB
PageTables:      66600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162546584 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= 73868 MiB
End job on node111 at 2011-06-04 05:33:16