Trace number 3458267

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 56.4064 55.208

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
MD5SUMafe3df18e5a0f1ba7fdc86d94afdb427
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.116982
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458267-1307158511.opb
0.10/0.11	c reading problem ... 
0.17/0.23	c ... done. Wall clock time 0.117s.
0.17/0.23	c #vars     616
0.17/0.23	c #constraints  918
0.17/0.23	c constraints type 
0.17/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.17/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.86/0.66	c cleaning 2502 clauses out of 5004 with flag 5004/5004
1.34/1.07	c cleaning 4240 clauses out of 8498 with flag 11000/11000
1.84/1.56	c cleaning 5630 clauses out of 11259 with flag 18001/18001
2.35/2.03	c cleaning 6813 clauses out of 13628 with flag 26000/26000
2.97/2.67	c cleaning 7905 clauses out of 15815 with flag 35000/35000
3.69/3.37	c cleaning 8954 clauses out of 17910 with flag 45000/45000
4.57/4.20	c cleaning 9473 clauses out of 18956 with flag 55000/55000
5.27/4.97	c cleaning 9734 clauses out of 19483 with flag 65000/65000
5.78/5.50	c cleaning 9869 clauses out of 19750 with flag 75001/75001
6.47/6.20	c cleaning 9938 clauses out of 19880 with flag 85000/85000
7.54/6.94	c cleaning 9961 clauses out of 19943 with flag 95001/95001
8.61/7.69	c cleaning 9983 clauses out of 19981 with flag 105000/105000
9.71/8.79	c cleaning 9995 clauses out of 19999 with flag 115001/115001
11.00/10.03	c cleaning 9998 clauses out of 20004 with flag 125001/125001
11.60/10.65	c cleaning 9982 clauses out of 20006 with flag 135001/135001
12.41/11.43	c cleaning 9990 clauses out of 20023 with flag 145000/145000
13.21/12.20	c cleaning 10009 clauses out of 20034 with flag 155001/155001
14.05/13.01	c cleaning 10008 clauses out of 20023 with flag 165000/165000
14.46/13.44	c SATISFIABLE
14.46/13.44	c OPTIMIZING...
14.46/13.44	c Got one! Elapsed wall clock time (in seconds):13.329
14.46/13.44	o 129
14.96/13.92	c cleaning 11756 clauses out of 23527 with flag 5001/178512
15.38/14.39	c cleaning 8862 clauses out of 17770 with flag 11000/184511
15.86/14.84	c cleaning 7929 clauses out of 15908 with flag 18000/191511
16.37/15.36	c cleaning 7985 clauses out of 15979 with flag 26000/199511
17.16/16.12	c cleaning 8492 clauses out of 16994 with flag 35000/208511
17.86/16.88	c cleaning 9244 clauses out of 18503 with flag 45001/218512
18.96/17.90	c cleaning 9624 clauses out of 19259 with flag 55001/228512
19.57/18.54	c cleaning 9805 clauses out of 19635 with flag 65001/238512
20.27/19.22	c cleaning 9901 clauses out of 19829 with flag 75000/248511
21.07/20.07	c cleaning 9956 clauses out of 19928 with flag 85000/258511
21.68/20.67	c cleaning 9976 clauses out of 19971 with flag 95000/268511
22.48/21.40	c cleaning 9993 clauses out of 19995 with flag 105000/278511
23.18/22.13	c cleaning 9998 clauses out of 20002 with flag 115000/288511
23.99/22.91	c cleaning 9990 clauses out of 20004 with flag 125000/298511
24.59/23.58	c cleaning 9999 clauses out of 20015 with flag 135001/308512
25.31/24.27	c cleaning 9997 clauses out of 20015 with flag 145000/318511
26.09/25.04	c cleaning 10001 clauses out of 20018 with flag 155000/328511
26.99/25.90	c cleaning 10002 clauses out of 20018 with flag 165001/338512
27.69/26.69	c cleaning 10003 clauses out of 20016 with flag 175001/348512
28.20/27.16	c cleaning 9969 clauses out of 20012 with flag 185000/358511
28.20/27.18	c Got one! Elapsed wall clock time (in seconds):27.071
28.20/27.18	o 65
28.51/27.47	c cleaning 7543 clauses out of 15123 with flag 5000/363591
28.90/27.84	c cleaning 6772 clauses out of 13580 with flag 11000/369591
29.30/28.24	c cleaning 6883 clauses out of 13809 with flag 18001/376592
29.80/28.76	c cleaning 7447 clauses out of 14926 with flag 26001/384592
30.31/29.28	c cleaning 8231 clauses out of 16478 with flag 35000/393591
31.01/29.98	c cleaning 9119 clauses out of 18248 with flag 45001/403592
31.41/30.39	c Got one! Elapsed wall clock time (in seconds):30.276
31.41/30.39	o 3
31.82/30.72	c cleaning 10470 clauses out of 20963 with flag 5000/415426
32.11/31.09	c cleaning 8231 clauses out of 16493 with flag 11000/421426
32.61/31.51	c cleaning 7617 clauses out of 15263 with flag 18001/428427
33.11/32.00	c cleaning 7807 clauses out of 15645 with flag 26000/436426
33.71/32.62	c cleaning 8400 clauses out of 16838 with flag 35000/445426
34.41/33.31	c cleaning 9214 clauses out of 18438 with flag 45001/455427
35.23/34.19	c cleaning 9609 clauses out of 19223 with flag 55000/465426
36.12/35.02	c cleaning 9802 clauses out of 19613 with flag 65000/475426
37.02/35.90	c cleaning 9891 clauses out of 19811 with flag 75000/485426
37.53/36.44	c cleaning 9948 clauses out of 19921 with flag 85001/495427
38.13/37.08	c cleaning 9979 clauses out of 19973 with flag 95001/505427
38.83/37.72	c cleaning 9990 clauses out of 19993 with flag 105000/515426
39.43/38.38	c cleaning 10001 clauses out of 20004 with flag 115001/525427
40.13/39.04	c cleaning 9998 clauses out of 20003 with flag 125001/535427
40.94/39.82	c cleaning 9995 clauses out of 20003 with flag 135000/545426
41.65/40.57	c cleaning 9998 clauses out of 20008 with flag 145000/555426
42.45/41.37	c cleaning 9992 clauses out of 20011 with flag 155001/565427
43.15/42.09	c cleaning 10003 clauses out of 20018 with flag 165000/575426
43.85/42.73	c cleaning 10001 clauses out of 20016 with flag 175001/585427
44.65/43.51	c cleaning 9996 clauses out of 20014 with flag 185000/595426
45.25/44.19	c cleaning 10002 clauses out of 20018 with flag 195001/605427
46.05/44.93	c cleaning 9999 clauses out of 20016 with flag 205001/615427
46.65/45.59	c cleaning 9998 clauses out of 20015 with flag 215000/625426
47.58/46.41	c cleaning 10008 clauses out of 20017 with flag 225000/635426
48.28/47.15	c cleaning 9998 clauses out of 20008 with flag 235000/645426
49.08/47.90	c cleaning 10001 clauses out of 20011 with flag 245001/655427
49.88/48.78	c cleaning 9998 clauses out of 20009 with flag 255000/665426
50.70/49.54	c cleaning 10002 clauses out of 20011 with flag 265000/675426
51.48/50.34	c cleaning 9997 clauses out of 20010 with flag 275001/685427
52.28/51.17	c cleaning 10000 clauses out of 20012 with flag 285000/695426
53.18/52.04	c cleaning 10003 clauses out of 20013 with flag 295001/705427
54.00/52.89	c cleaning 10000 clauses out of 20010 with flag 305001/715427
54.88/53.73	c cleaning 10002 clauses out of 20009 with flag 315001/725427
55.68/54.59	c cleaning 10000 clauses out of 20006 with flag 325000/735426
56.39/55.20	c starts		: 156
56.39/55.20	c conflicts		: 743375
56.39/55.20	c decisions		: 774113
56.39/55.20	c propagations		: 14328920
56.39/55.20	c inspects		: 422989561
56.39/55.20	c shortcuts		: 0
56.39/55.20	c learnt literals	: 21
56.39/55.20	c learnt binary clauses	: 93
56.39/55.20	c learnt ternary clauses	: 322
56.39/55.20	c learnt constraints	: 743353
56.39/55.20	c ignored constraints	: 0
56.39/55.20	c root simplifications	: 0
56.39/55.20	c removed literals (reason simplification)	: 23487062
56.39/55.20	c reason swapping (by a shorter reason)	: 0
56.39/55.20	c Calls to reduceDB	: 78
56.39/55.20	c number of reductions to clauses (during analyze)	: 0
56.39/55.20	c number of learned constraints concerned by reduction	: 0
56.39/55.20	c number of learning phase by resolution	: 0
56.39/55.20	c number of learning phase by cutting planes	: 0
56.39/55.20	c speed (assignments/second)	: 577615.9954851454
56.39/55.20	c non guided choices	5778
56.39/55.20	c learnt constraints type 
56.39/55.20	c constraints type 
56.39/55.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
56.39/55.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
56.39/55.20	s OPTIMUM FOUND
56.39/55.20	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 
56.39/55.20	c objective function=3
56.39/55.20	c Total wall clock time (in seconds): 55.085

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-3458267-1307158511/watcher-3458267-1307158511 -o /tmp/evaluation-result-3458267-1307158511/solver-3458267-1307158511 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458267-1307158511.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.84 1.99 1.86 2/524 17847
/proc/meminfo: memFree=24940576/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 2811 0 1 0 0 0 0 0 23 0 2 0 906081737 13833195520 2513 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3377245 2527 906 9 0 3368401 0
[pid=17847/tid=17848] ppid=17845 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) R 17845 17847 11644 0 -1 4202560 5796 0 1 0 0 0 0 0 24 0 2 0 906081737 13850947584 6612 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216734872635 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.035592 s]
/proc/loadavg: 1.84 1.99 1.86 2/524 17847
/proc/meminfo: memFree=24940576/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 13248 0 1 0 1 1 0 0 23 0 10 0 906081737 13861900288 12947 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3384253 12948 1515 9 0 3375001 0
[pid=17847/tid=17848] ppid=17845 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) R 17845 17847 11644 0 -1 4202560 12128 0 1 0 1 1 0 0 25 0 10 0 906081737 13861900288 12949 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 47945122480133 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537012

[startup+0.100527 s]
/proc/loadavg: 1.84 1.99 1.86 2/524 17847
/proc/meminfo: memFree=24940576/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13621904 CPUtime=0.1 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 15463 0 1 0 8 2 0 0 23 0 18 0 906081737 13948829696 15158 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3405476 15158 2092 9 0 3396210 0
[pid=17847/tid=17848] ppid=17845 vsize=13621904 CPUtime=0.08 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) R 17845 17847 11644 0 -1 4202560 13554 0 1 0 7 1 0 0 18 0 18 0 906081737 13948829696 15158 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 47945122512803 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621904

[startup+0.300494 s]
/proc/loadavg: 1.84 1.99 1.86 2/524 17847
/proc/meminfo: memFree=24940576/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13625020 CPUtime=0.41 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 18354 0 1 0 38 3 0 0 23 0 19 0 906081737 13952020480 17358 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3406255 17358 2205 9 0 3396989 0
[pid=17847/tid=17848] ppid=17845 vsize=13625020 CPUtime=0.23 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) R 17845 17847 11644 0 -1 4202560 14293 0 1 0 22 1 0 0 19 0 19 0 906081737 13952020480 17358 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 46912505228269 0 4 0 16800975 0 0 0 -1 1 0 0 4
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13625020

[startup+0.700458 s]
/proc/loadavg: 1.84 1.99 1.86 2/524 17847
/proc/meminfo: memFree=24940576/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13625324 CPUtime=1.02 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 20260 0 1 0 99 3 0 0 23 0 19 0 906081737 13952331776 19032 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3406331 19032 2248 9 0 3397065 0
[pid=17847/tid=17848] ppid=17845 vsize=13625324 CPUtime=0.61 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) R 17845 17847 11644 0 -1 4202560 14871 0 1 0 60 1 0 0 18 0 19 0 906081737 13952331776 19032 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 46912505540517 0 4 0 16800975 0 0 0 -1 1 0 0 4
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13625324

[startup+1.50131 s]
/proc/loadavg: 1.84 1.99 1.86 3/564 17914
/proc/meminfo: memFree=24807860/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13625324 CPUtime=1.84 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 20960 0 1 0 181 3 0 0 23 0 19 0 906081737 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3406331 19731 2248 9 0 3397065 0
[pid=17847/tid=17848] ppid=17845 vsize=13625324 CPUtime=1.4 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) R 17845 17847 11644 0 -1 4202560 14872 0 1 0 139 1 0 0 18 0 19 0 906081737 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 46912505532584 0 4 0 16800975 0 0 0 -1 1 0 0 4
[pid=17847/tid=17853] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17845 17847 11644 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17854] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17845 17847 11644 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17855] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17845 17847 11644 0 -1 4202560 184 0 0 0 0 0 0 0 16 0 19 0 906081739 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17856] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17857] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17858] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17845 17847 11644 0 -1 4202560 85 0 0 0 0 0 0 0 16 0 19 0 906081739 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17859] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17860] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17845 17847 11644 0 -1 4202560 299 0 0 0 0 0 0 0 16 0 19 0 906081739 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17861] ppid=17845 vsize=13625324 CPUtime=0.02 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17845 17847 11644 0 -1 4202560 714 0 0 0 2 0 0 0 15 0 19 0 906081740 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 0 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17862] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17845 17847 11644 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906081741 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17863] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17845 17847 11644 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906081741 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17864] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216747002289 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17865] ppid=17845 vsize=13625324 CPUtime=0.23 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17845 17847 11644 0 -1 4202560 1871 0 0 0 23 0 0 0 15 0 19 0 906081743 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17866] ppid=17845 vsize=13625324 CPUtime=0.15 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17845 17847 11644 0 -1 4202560 1437 0 0 0 15 0 0 0 19 0 19 0 906081743 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17867] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17867/stat : 17867 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17868] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17868/stat : 17868 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906081743 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17885] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17885/stat : 17885 (java) S 17845 17847 11644 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906081760 13952331776 19731 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13625324

[startup+3.10105 s]
/proc/loadavg: 1.84 1.99 1.86 3/564 17914
/proc/meminfo: memFree=24797568/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13625324 CPUtime=3.47 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 21748 0 1 0 344 3 0 0 23 0 19 0 906081737 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3406331 20516 2249 9 0 3397065 0
[pid=17847/tid=17848] ppid=17845 vsize=13625324 CPUtime=2.94 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) R 17845 17847 11644 0 -1 4202560 14873 0 1 0 293 1 0 0 21 0 19 0 906081737 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 46912505560996 0 4 0 16800975 0 0 0 -1 1 0 0 4
[pid=17847/tid=17853] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17845 17847 11644 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17854] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17845 17847 11644 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17855] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17845 17847 11644 0 -1 4202560 234 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17856] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17845 17847 11644 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17857] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17858] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17845 17847 11644 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17859] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17845 17847 11644 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17860] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17845 17847 11644 0 -1 4202560 301 0 0 0 0 0 0 0 15 0 19 0 906081739 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17861] ppid=17845 vsize=13625324 CPUtime=0.07 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17845 17847 11644 0 -1 4202560 1217 0 0 0 7 0 0 0 16 0 19 0 906081740 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 0 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17862] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17845 17847 11644 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906081741 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17863] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17845 17847 11644 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906081741 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17864] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216747002289 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17865] ppid=17845 vsize=13625324 CPUtime=0.25 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17845 17847 11644 0 -1 4202560 1880 0 0 0 25 0 0 0 15 0 19 0 906081743 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17866] ppid=17845 vsize=13625324 CPUtime=0.15 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17845 17847 11644 0 -1 4202560 1439 0 0 0 15 0 0 0 15 0 19 0 906081743 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17867] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17867/stat : 17867 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17868] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17868/stat : 17868 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906081743 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17885] ppid=17845 vsize=13625324 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17885/stat : 17885 (java) S 17845 17847 11644 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906081760 13952331776 20516 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 13625324

[startup+6.30148 s]
/proc/loadavg: 1.85 1.99 1.86 4/564 17914
/proc/meminfo: memFree=24774612/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13624592 CPUtime=6.81 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 27589 0 1 0 677 4 0 0 23 0 19 0 906081737 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3406148 24105 2249 9 0 3396882 0
[pid=17847/tid=17848] ppid=17845 vsize=13624592 CPUtime=6.04 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) R 17845 17847 11644 0 -1 4202560 14882 0 1 0 603 1 0 0 25 0 19 0 906081737 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 46912505366496 0 4 0 16800975 0 0 0 -1 1 0 0 4
[pid=17847/tid=17853] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17845 17847 11644 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 906081739 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17854] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17845 17847 11644 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 906081739 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17855] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17845 17847 11644 0 -1 4202560 234 0 0 0 0 0 0 0 15 0 19 0 906081739 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17856] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17845 17847 11644 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 906081739 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17857] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17845 17847 11644 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 906081739 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17858] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17845 17847 11644 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 906081739 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17859] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17845 17847 11644 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 906081739 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17860] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17845 17847 11644 0 -1 4202560 301 0 0 0 0 0 0 0 15 0 19 0 906081739 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17861] ppid=17845 vsize=13624592 CPUtime=0.15 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17845 17847 11644 0 -1 4202560 1636 0 0 0 15 0 0 0 16 0 19 0 906081740 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 0 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17862] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17845 17847 11644 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906081741 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17863] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17845 17847 11644 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906081741 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17864] ppid=17845 vsize=13624592 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216747002289 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17865] ppid=17845 vsize=13624592 CPUtime=0.37 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) R 17845 17847 11644 0 -1 4202560 7282 0 0 0 37 0 0 0 15 0 19 0 906081743 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 47945121306608 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17847/tid=17866] ppid=17845 vsize=13624592 CPUtime=0.16 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17845 17847 11644 0 -1 4202560 1442 0 0 0 16 0 0 0 16 0 19 0 906081743 13951582208 24105 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0

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

/proc/17847/task/17853/stat : 17853 (java) S 17845 17847 11644 0 -1 4202560 238 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17854] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17845 17847 11644 0 -1 4202560 234 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17855] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17845 17847 11644 0 -1 4202560 244 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17856] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17845 17847 11644 0 -1 4202560 103 0 0 0 3 0 0 0 16 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17857] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17845 17847 11644 0 -1 4202560 14 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17858] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17845 17847 11644 0 -1 4202560 119 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17859] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17845 17847 11644 0 -1 4202560 53 0 0 0 3 0 0 0 16 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17860] ppid=17845 vsize=13625744 CPUtime=0.02 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17845 17847 11644 0 -1 4202560 333 0 0 0 2 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17861] ppid=17845 vsize=13625744 CPUtime=1.47 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17845 17847 11644 0 -1 4202560 3116 0 0 0 146 1 0 0 15 0 19 0 906081740 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 0 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17862] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17845 17847 11644 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906081741 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17863] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17845 17847 11644 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906081741 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17864] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216747002289 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17865] ppid=17845 vsize=13625744 CPUtime=0.86 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17845 17847 11644 0 -1 4202560 12533 0 0 0 85 1 0 0 15 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17866] ppid=17845 vsize=13625744 CPUtime=0.23 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17845 17847 11644 0 -1 4202560 1658 0 0 0 23 0 0 0 15 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17867] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17867/stat : 17867 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17868] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17868/stat : 17868 (java) S 17845 17847 11644 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17885] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17885/stat : 17885 (java) S 17845 17847 11644 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906081760 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 55.48
Current children cumulated vsize (KiB) 13625744

[startup+54.701 s]
/proc/loadavg: 2.07 2.03 1.88 3/564 17971
/proc/meminfo: memFree=24753788/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13625744 CPUtime=55.88 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 34755 0 1 0 5582 6 0 0 23 0 19 0 906081737 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3406436 26053 2250 9 0 3397170 0
[pid=17847/tid=17848] ppid=17845 vsize=13625744 CPUtime=52.96 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) R 17845 17847 11644 0 -1 4202560 14958 0 1 0 5295 1 0 0 25 0 19 0 906081737 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 46912505543104 0 4 0 16800975 0 0 0 -1 5 0 0 4
[pid=17847/tid=17853] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17845 17847 11644 0 -1 4202560 238 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17854] ppid=17845 vsize=13625744 CPUtime=0.04 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17845 17847 11644 0 -1 4202560 234 0 0 0 4 0 0 0 16 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17855] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17845 17847 11644 0 -1 4202560 244 0 0 0 3 0 0 0 16 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17856] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17845 17847 11644 0 -1 4202560 103 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17857] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17845 17847 11644 0 -1 4202560 14 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17858] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17845 17847 11644 0 -1 4202560 119 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17859] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17845 17847 11644 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17860] ppid=17845 vsize=13625744 CPUtime=0.02 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17845 17847 11644 0 -1 4202560 333 0 0 0 2 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17861] ppid=17845 vsize=13625744 CPUtime=1.49 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17845 17847 11644 0 -1 4202560 3116 0 0 0 148 1 0 0 15 0 19 0 906081740 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 0 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17862] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17845 17847 11644 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906081741 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17863] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17845 17847 11644 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906081741 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17864] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216747002289 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17865] ppid=17845 vsize=13625744 CPUtime=0.86 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17845 17847 11644 0 -1 4202560 12533 0 0 0 85 1 0 0 15 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17866] ppid=17845 vsize=13625744 CPUtime=0.23 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17845 17847 11644 0 -1 4202560 1658 0 0 0 23 0 0 0 15 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17867] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17867/stat : 17867 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17868] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17868/stat : 17868 (java) S 17845 17847 11644 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17885] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17885/stat : 17885 (java) S 17845 17847 11644 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906081760 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 55.88
Current children cumulated vsize (KiB) 13625744

[startup+55.1009 s]
/proc/loadavg: 2.07 2.03 1.88 3/564 17971
/proc/meminfo: memFree=24753788/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13625744 CPUtime=56.28 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 34755 0 1 0 5622 6 0 0 23 0 19 0 906081737 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3406436 26053 2250 9 0 3397170 0
[pid=17847/tid=17848] ppid=17845 vsize=13625744 CPUtime=53.36 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) R 17845 17847 11644 0 -1 4202560 14958 0 1 0 5335 1 0 0 25 0 19 0 906081737 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 46912505532491 0 4 0 16800975 0 0 0 -1 5 0 0 4
[pid=17847/tid=17853] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17845 17847 11644 0 -1 4202560 238 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17854] ppid=17845 vsize=13625744 CPUtime=0.04 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17845 17847 11644 0 -1 4202560 234 0 0 0 4 0 0 0 16 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17855] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17845 17847 11644 0 -1 4202560 244 0 0 0 3 0 0 0 16 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17856] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17845 17847 11644 0 -1 4202560 103 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17857] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17845 17847 11644 0 -1 4202560 14 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17858] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17845 17847 11644 0 -1 4202560 119 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17859] ppid=17845 vsize=13625744 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17845 17847 11644 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17860] ppid=17845 vsize=13625744 CPUtime=0.02 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17845 17847 11644 0 -1 4202560 333 0 0 0 2 0 0 0 15 0 19 0 906081739 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17861] ppid=17845 vsize=13625744 CPUtime=1.49 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17845 17847 11644 0 -1 4202560 3116 0 0 0 148 1 0 0 15 0 19 0 906081740 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 0 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17862] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17845 17847 11644 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 906081741 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17863] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17845 17847 11644 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906081741 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17864] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216747002289 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17865] ppid=17845 vsize=13625744 CPUtime=0.86 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17845 17847 11644 0 -1 4202560 12533 0 0 0 85 1 0 0 15 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17866] ppid=17845 vsize=13625744 CPUtime=0.23 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17845 17847 11644 0 -1 4202560 1658 0 0 0 23 0 0 0 15 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17867] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17867/stat : 17867 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17868] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17868/stat : 17868 (java) S 17845 17847 11644 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906081743 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17885] ppid=17845 vsize=13625744 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17885/stat : 17885 (java) S 17845 17847 11644 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906081760 13952761856 26053 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 56.28
Current children cumulated vsize (KiB) 13625744

[startup+55.2009 s]
/proc/loadavg: 2.07 2.03 1.88 3/564 17971
/proc/meminfo: memFree=24753788/32951124 swapFree=56241860/67111528
[pid=17847] ppid=17845 vsize=13626772 CPUtime=56.39 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17845 17847 11644 0 -1 4202496 34766 0 1 0 5633 6 0 0 23 0 20 0 906081737 13953814528 26064 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17847/statm: 3406693 26065 2250 9 0 3397427 0
[pid=17847/tid=17848] ppid=17845 vsize=13626772 CPUtime=53.46 cores=1,3,5,7
/proc/17847/task/17848/stat : 17848 (java) S 17845 17847 11644 0 -1 4202560 14962 0 1 0 5345 1 0 0 25 0 20 0 906081737 13953814528 26065 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 4
[pid=17847/tid=17853] ppid=17845 vsize=13626772 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17845 17847 11644 0 -1 4202560 238 0 0 0 3 0 0 0 15 0 20 0 906081739 13953814528 26065 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17854] ppid=17845 vsize=13626772 CPUtime=0.04 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17845 17847 11644 0 -1 4202560 234 0 0 0 4 0 0 0 16 0 20 0 906081739 13953814528 26065 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17855] ppid=17845 vsize=13626772 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17845 17847 11644 0 -1 4202560 244 0 0 0 3 0 0 0 16 0 20 0 906081739 13953814528 26065 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17856] ppid=17845 vsize=13626772 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17845 17847 11644 0 -1 4202560 103 0 0 0 3 0 0 0 15 0 20 0 906081739 13953814528 26065 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17857] ppid=17845 vsize=13626772 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17845 17847 11644 0 -1 4202560 14 0 0 0 3 0 0 0 15 0 20 0 906081739 13953814528 26065 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17858] ppid=17845 vsize=13626772 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17845 17847 11644 0 -1 4202560 119 0 0 0 3 0 0 0 15 0 20 0 906081739 13953814528 26065 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17859] ppid=17845 vsize=13626772 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17845 17847 11644 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 20 0 906081739 13953814528 26066 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17860] ppid=17845 vsize=13626772 CPUtime=0.02 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17845 17847 11644 0 -1 4202560 333 0 0 0 2 0 0 0 15 0 20 0 906081739 13953814528 26066 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17861] ppid=17845 vsize=13626772 CPUtime=1.49 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17845 17847 11644 0 -1 4202560 3116 0 0 0 148 1 0 0 15 0 20 0 906081740 13953814528 26066 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 0 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17862] ppid=17845 vsize=13626772 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17845 17847 11644 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 20 0 906081741 13953814528 26066 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17863] ppid=17845 vsize=13626772 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17845 17847 11644 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 20 0 906081741 13953814528 26066 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17864] ppid=17845 vsize=13626772 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 906081743 13953814528 26066 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216747002289 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17865] ppid=17845 vsize=13626772 CPUtime=0.87 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17845 17847 11644 0 -1 4202560 12533 0 0 0 86 1 0 0 15 0 20 0 906081743 13953814528 26066 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 3 0 0 0
[pid=17847/tid=17866] ppid=17845 vsize=13626772 CPUtime=0.24 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17845 17847 11644 0 -1 4202560 1658 0 0 0 24 0 0 0 15 0 20 0 906081743 13953814528 26067 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
[pid=17847/tid=17867] ppid=17845 vsize=13626772 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17867/stat : 17867 (java) S 17845 17847 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 906081743 13953814528 26067 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746994585 0 4 0 16800975 18446604465368487040 0 0 -1 1 0 0 0
[pid=17847/tid=17868] ppid=17845 vsize=13626772 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17868/stat : 17868 (java) S 17845 17847 11644 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 906081743 13953814528 26067 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 5 0 0 0
[pid=17847/tid=17885] ppid=17845 vsize=13626772 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17885/stat : 17885 (java) S 17845 17847 11644 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 906081760 13953814528 26067 33554432000 1073741824 1073778376 140735617825296 18446744073709551615 216746995200 0 4 0 16800975 18446604465368487040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 56.39
Current children cumulated vsize (KiB) 13626772

Child status: 30
Real time (s): 55.208
CPU time (s): 56.4064
CPU user time (s): 56.3344
CPU system time (s): 0.071989
CPU usage (%): 102.171
Max. virtual memory (cumulated for all children) (KiB): 13626772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.3344
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34774
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= 3463
involuntary context switches= 1922

runsolver used 0.281957 second user time and 0.701893 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-04 05:35:11
IDJOB=3458267
IDBENCH=48087
IDSOLVER=1952
FILE ID=node119/3458267-1307158511
RUNJOBID= node119-1307156711-17662
PBS_JOBID= 13508797
Free space on /tmp= 73660 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=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458267-1307158511/watcher-3458267-1307158511 -o /tmp/evaluation-result-3458267-1307158511/solver-3458267-1307158511 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458267-1307158511.opb

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

MD5SUM BENCH= afe3df18e5a0f1ba7fdc86d94afdb427
RANDOM SEED=1535460712

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.815
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.67
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.815
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.815
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.815
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:      24940840 kB
Buffers:        235204 kB
Cached:         585188 kB
SwapCached:      59076 kB
Active:         697848 kB
Inactive:      7015072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24940840 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:             596 kB
Writeback:           0 kB
AnonPages:     6837072 kB
Mapped:          33400 kB
Slab:           149144 kB
PageTables:      79324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163854680 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= 73660 MiB
End job on node119 at 2011-06-04 05:36:06