Trace number 3492344

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 23.1625 22.6919

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213670--soft-66-100-0.wbo
MD5SUM5705deccd297dab8064630be22206ee7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.98185
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/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@38540408
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-3492344-1307909587.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     197
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.67/0.45	c cleaning 2498 clauses out of 5000 with flag 5000/5000
0.91/0.66	c cleaning 4250 clauses out of 8504 with flag 11002/11002
1.23/0.90	c cleaning 5623 clauses out of 11252 with flag 18000/18000
1.45/1.18	c cleaning 6812 clauses out of 13633 with flag 26004/26004
1.86/1.51	c cleaning 7905 clauses out of 15817 with flag 35000/35000
2.16/1.84	c cleaning 8953 clauses out of 17913 with flag 45001/45001
2.47/2.19	c cleaning 9474 clauses out of 18959 with flag 55000/55000
2.87/2.52	c cleaning 9739 clauses out of 19486 with flag 65001/65001
3.17/2.85	c cleaning 9873 clauses out of 19746 with flag 75000/75000
3.58/3.20	c cleaning 9934 clauses out of 19873 with flag 85000/85000
3.58/3.22	c SATISFIABLE
3.58/3.22	c OPTIMIZING...
3.58/3.22	c Got one! Elapsed wall clock time (in seconds):3.117
3.58/3.23	o 292
3.68/3.36	c cleaning 7578 clauses out of 15164 with flag 5000/90225
3.87/3.55	c cleaning 6791 clauses out of 13588 with flag 11002/96227
4.07/3.75	c cleaning 6894 clauses out of 13796 with flag 18001/103226
4.37/4.01	c cleaning 7448 clauses out of 14903 with flag 26002/111227
4.57/4.28	c cleaning 8220 clauses out of 16453 with flag 35000/120225
4.97/4.62	c cleaning 9113 clauses out of 18233 with flag 45000/130225
5.27/4.94	c cleaning 9556 clauses out of 19121 with flag 55001/140226
5.57/5.27	c cleaning 9779 clauses out of 19565 with flag 65001/150226
5.88/5.57	c cleaning 9888 clauses out of 19785 with flag 75000/160225
6.28/5.90	c cleaning 9940 clauses out of 19897 with flag 85000/170225
6.58/6.23	c cleaning 9975 clauses out of 19957 with flag 95000/180225
6.88/6.58	c cleaning 9987 clauses out of 19984 with flag 105002/190227
7.28/6.91	c cleaning 9995 clauses out of 19996 with flag 115001/200226
7.58/7.25	c cleaning 9995 clauses out of 20000 with flag 125000/210225
7.88/7.58	c cleaning 10000 clauses out of 20008 with flag 135003/220228
8.18/7.85	c Got one! Elapsed wall clock time (in seconds):7.74
8.18/7.85	o 245
8.38/8.06	c cleaning 11907 clauses out of 23819 with flag 5000/234039
8.59/8.26	c cleaning 8951 clauses out of 17912 with flag 11000/240039
8.79/8.49	c cleaning 7975 clauses out of 15961 with flag 18000/247039
9.09/8.76	c cleaning 7987 clauses out of 15988 with flag 26002/255041
9.39/9.04	c cleaning 8488 clauses out of 16999 with flag 35000/264039
9.69/9.37	c cleaning 9250 clauses out of 18511 with flag 45000/274039
10.09/9.70	c cleaning 9624 clauses out of 19263 with flag 55002/284041
10.40/10.03	c cleaning 9813 clauses out of 19637 with flag 65000/294039
10.60/10.22	c Got one! Elapsed wall clock time (in seconds):10.116
10.60/10.22	o 203
10.80/10.44	c cleaning 10500 clauses out of 21008 with flag 5000/305223
11.00/10.63	c cleaning 8249 clauses out of 16508 with flag 11000/311223
11.10/10.77	c Got one! Elapsed wall clock time (in seconds):10.66
11.10/10.77	o 100
11.20/10.81	c cleaning 7084 clauses out of 14178 with flag 1000/317142
11.30/10.99	c cleaning 6541 clauses out of 13094 with flag 7000/323142
11.60/11.21	c cleaning 6768 clauses out of 13553 with flag 14000/330142
11.90/11.53	c cleaning 7389 clauses out of 14786 with flag 22001/338143
12.20/11.88	c cleaning 8195 clauses out of 16400 with flag 31004/347146
12.60/12.25	c cleaning 9098 clauses out of 18202 with flag 41001/357143
12.90/12.58	c cleaning 9549 clauses out of 19104 with flag 51001/367143
13.30/12.91	c cleaning 9771 clauses out of 19554 with flag 61000/377142
13.61/13.25	c cleaning 9882 clauses out of 19783 with flag 71000/387142
13.90/13.59	c cleaning 9946 clauses out of 19902 with flag 81001/397143
14.30/13.92	c cleaning 9972 clauses out of 19956 with flag 91001/407143
14.61/14.26	c cleaning 9988 clauses out of 19983 with flag 101000/417142
15.00/14.63	c cleaning 9994 clauses out of 19995 with flag 111000/427142
15.30/14.97	c cleaning 9994 clauses out of 20002 with flag 121001/437143
15.71/15.31	c cleaning 9995 clauses out of 20007 with flag 131000/447142
16.00/15.65	c cleaning 10004 clauses out of 20015 with flag 141003/457145
16.31/15.99	c cleaning 9997 clauses out of 20009 with flag 151001/467143
16.71/16.33	c cleaning 10001 clauses out of 20014 with flag 161003/477145
17.01/16.65	c cleaning 9999 clauses out of 20011 with flag 171001/487143
17.31/16.96	c cleaning 9998 clauses out of 20011 with flag 181000/497142
17.62/17.27	c cleaning 10004 clauses out of 20015 with flag 191002/507144
18.03/17.61	c cleaning 10000 clauses out of 20009 with flag 201000/517142
18.32/17.92	c cleaning 10001 clauses out of 20010 with flag 211001/527143
18.62/18.25	c cleaning 9994 clauses out of 20008 with flag 221000/537142
18.92/18.59	c cleaning 9999 clauses out of 20015 with flag 231001/547143
19.33/18.91	c cleaning 10002 clauses out of 20015 with flag 241000/557142
19.63/19.24	c cleaning 10002 clauses out of 20013 with flag 251000/567142
19.93/19.57	c cleaning 10005 clauses out of 20016 with flag 261005/577147
20.33/19.91	c cleaning 9998 clauses out of 20008 with flag 271002/587144
20.65/20.25	c cleaning 10001 clauses out of 20008 with flag 281000/597142
20.95/20.58	c cleaning 9996 clauses out of 20007 with flag 291000/607142
21.36/20.93	c cleaning 9999 clauses out of 20011 with flag 301000/617142
21.65/21.29	c cleaning 10001 clauses out of 20012 with flag 311000/627142
22.05/21.64	c cleaning 10000 clauses out of 20012 with flag 321001/637143
22.36/21.99	c cleaning 9998 clauses out of 20011 with flag 331000/647142
22.75/22.34	c cleaning 10004 clauses out of 20013 with flag 341000/657142
23.05/22.67	c Got one! Elapsed wall clock time (in seconds):22.557
23.05/22.67	o 80
23.05/22.68	c starts		: 171
23.05/22.68	c conflicts		: 666528
23.05/22.68	c decisions		: 1063752
23.05/22.68	c propagations		: 15746599
23.05/22.68	c inspects		: 147801700
23.05/22.68	c shortcuts		: 0
23.05/22.68	c learnt literals	: 1
23.05/22.68	c learnt binary clauses	: 7
23.05/22.68	c learnt ternary clauses	: 215
23.05/22.68	c learnt constraints	: 666527
23.05/22.68	c ignored constraints	: 0
23.05/22.68	c root simplifications	: 0
23.05/22.68	c removed literals (reason simplification)	: 4768653
23.05/22.68	c reason swapping (by a shorter reason)	: 0
23.05/22.68	c Calls to reduceDB	: 71
23.05/22.68	c number of reductions to clauses (during analyze)	: 0
23.05/22.68	c number of learned constraints concerned by reduction	: 0
23.05/22.68	c number of learning phase by resolution	: 0
23.05/22.68	c number of learning phase by cutting planes	: 0
23.05/22.68	c speed (assignments/second)	: 9.841624375E8
23.05/22.68	c non guided choices	280
23.05/22.68	c learnt constraints type 
23.05/22.68	c constraints type 
23.05/22.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
23.05/22.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
23.05/22.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
23.05/22.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
23.05/22.68	s OPTIMUM FOUND
23.05/22.68	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 -x169 
23.05/22.68	c objective function=80
23.05/22.68	c Total wall clock time (in seconds): 22.575

Verifier Data

OK	80

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3492344-1307909587/watcher-3492344-1307909587 -o /var/tmp/evaluation-result-3492344-1307909587/solver-3492344-1307909587 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492344-1307909587.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.03 1.93 1.71 2/195 5024
/proc/meminfo: memFree=1032972/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/5024/stat : 5024 (java) R 5022 5024 2916 0 -1 4202496 824 0 0 0 0 0 0 0 25 0 1 0 635149958 23580672 565 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268655699733 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5024/statm: 5757 576 429 9 0 124 0

[startup+0.0696271 s]
/proc/loadavg: 2.03 1.93 1.71 2/195 5024
/proc/meminfo: memFree=1032972/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=10538348 CPUtime=0.05 cores=1,3,5,7
/proc/5024/stat : 5024 (java) S 5022 5024 2916 0 -1 4202496 11757 0 1 0 4 1 0 0 25 0 18 0 635149958 10791268352 11451 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5024/statm: 2634587 11452 1741 9 0 2625321 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10538348

[startup+0.100583 s]
/proc/loadavg: 2.03 1.93 1.71 2/195 5024
/proc/meminfo: memFree=1032972/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=10539496 CPUtime=0.1 cores=1,3,5,7
/proc/5024/stat : 5024 (java) S 5022 5024 2916 0 -1 4202496 13026 0 1 0 9 1 0 0 25 0 18 0 635149958 10792443904 12694 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5024/statm: 2634874 12694 2092 9 0 2625608 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539496

[startup+0.300587 s]
/proc/loadavg: 2.03 1.93 1.71 2/195 5024
/proc/meminfo: memFree=1032972/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=10542356 CPUtime=0.53 cores=1,3,5,7
/proc/5024/stat : 5024 (java) S 5022 5024 2916 0 -1 4202496 16228 0 1 0 51 2 0 0 25 0 19 0 635149958 10795372544 14705 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5024/statm: 2635589 14705 2214 9 0 2626323 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10542356

[startup+0.700513 s]
/proc/loadavg: 2.03 1.93 1.71 2/195 5024
/proc/meminfo: memFree=1032972/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=10542356 CPUtime=1.03 cores=1,3,5,7
/proc/5024/stat : 5024 (java) S 5022 5024 2916 0 -1 4202496 17257 0 1 0 101 2 0 0 25 0 19 0 635149958 10795372544 15672 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5024/statm: 2635589 15672 2246 9 0 2626323 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10542356

[startup+1.50137 s]
/proc/loadavg: 2.03 1.93 1.71 3/214 5043
/proc/meminfo: memFree=978720/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=10542356 CPUtime=1.86 cores=1,3,5,7
/proc/5024/stat : 5024 (java) S 5022 5024 2916 0 -1 4202496 17475 0 1 0 183 3 0 0 25 0 19 0 635149958 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5024/statm: 2635589 15887 2247 9 0 2626323 0
[pid=5024/tid=5026] ppid=5022 vsize=10542356 CPUtime=1.42 cores=1,3,5,7
/proc/5024/task/5026/stat : 5026 (java) R 5022 5024 2916 0 -1 4202560 11921 0 1 0 141 1 0 0 18 0 19 0 635149959 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 46912505610935 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 2916 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5028] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 2916 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5029] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 2916 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5030] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 2916 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5031] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 2916 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 19 0 635149961 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 2916 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5033] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 2916 0 -1 4202560 111 0 0 0 0 0 0 0 16 0 19 0 635149961 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5034] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5034/stat : 5034 (java) S 5022 5024 2916 0 -1 4202560 166 0 0 0 0 0 0 0 16 0 19 0 635149961 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5035] ppid=5022 vsize=10542356 CPUtime=0.04 cores=1,3,5,7
/proc/5024/task/5035/stat : 5035 (java) S 5022 5024 2916 0 -1 4202560 396 0 0 0 4 0 0 0 16 0 19 0 635149962 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 0 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5036] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5036/stat : 5036 (java) S 5022 5024 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635149962 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5037] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5037/stat : 5037 (java) S 5022 5024 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635149962 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5038] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5038/stat : 5038 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672485809 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5039] ppid=5022 vsize=10542356 CPUtime=0.15 cores=1,3,5,7
/proc/5024/task/5039/stat : 5039 (java) S 5022 5024 2916 0 -1 4202560 1191 0 0 0 15 0 0 0 17 0 19 0 635149964 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5040] ppid=5022 vsize=10542356 CPUtime=0.21 cores=1,3,5,7
/proc/5024/task/5040/stat : 5040 (java) S 5022 5024 2916 0 -1 4202560 2253 0 0 0 21 0 0 0 15 0 19 0 635149964 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5041] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5041/stat : 5041 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5042] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5042/stat : 5042 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635149964 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5043] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5043/stat : 5043 (java) S 5022 5024 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635149975 10795372544 15887 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10542356

[startup+3.10109 s]
/proc/loadavg: 2.03 1.93 1.71 3/214 5043
/proc/meminfo: memFree=977480/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=10542356 CPUtime=3.47 cores=1,3,5,7
/proc/5024/stat : 5024 (java) S 5022 5024 2916 0 -1 4202496 17715 0 1 0 344 3 0 0 25 0 19 0 635149958 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5024/statm: 2635589 16122 2247 9 0 2626323 0
[pid=5024/tid=5026] ppid=5022 vsize=10542356 CPUtime=2.95 cores=1,3,5,7
/proc/5024/task/5026/stat : 5026 (java) R 5022 5024 2916 0 -1 4202560 11926 0 1 0 294 1 0 0 20 0 19 0 635149959 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 46912505535820 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 2916 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5028] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 2916 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5029] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 2916 0 -1 4202560 63 0 0 0 0 0 0 0 16 0 19 0 635149961 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5030] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 2916 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5031] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 2916 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 19 0 635149961 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 2916 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5033] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 2916 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5034] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5034/stat : 5034 (java) S 5022 5024 2916 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5035] ppid=5022 vsize=10542356 CPUtime=0.1 cores=1,3,5,7
/proc/5024/task/5035/stat : 5035 (java) S 5022 5024 2916 0 -1 4202560 591 0 0 0 10 0 0 0 15 0 19 0 635149962 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 0 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5036] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5036/stat : 5036 (java) S 5022 5024 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635149962 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5037] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5037/stat : 5037 (java) S 5022 5024 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635149962 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5038] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5038/stat : 5038 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672485809 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5039] ppid=5022 vsize=10542356 CPUtime=0.15 cores=1,3,5,7
/proc/5024/task/5039/stat : 5039 (java) S 5022 5024 2916 0 -1 4202560 1191 0 0 0 15 0 0 0 17 0 19 0 635149964 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5040] ppid=5022 vsize=10542356 CPUtime=0.21 cores=1,3,5,7
/proc/5024/task/5040/stat : 5040 (java) S 5022 5024 2916 0 -1 4202560 2253 0 0 0 21 0 0 0 15 0 19 0 635149964 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5041] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5041/stat : 5041 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5042] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5042/stat : 5042 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635149964 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5043] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5043/stat : 5043 (java) S 5022 5024 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635149975 10795372544 16122 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10542356

[startup+6.30053 s]
/proc/loadavg: 2.03 1.93 1.71 3/214 5043
/proc/meminfo: memFree=976736/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=10542356 CPUtime=6.68 cores=1,3,5,7
/proc/5024/stat : 5024 (java) S 5022 5024 2916 0 -1 4202496 17785 0 1 0 665 3 0 0 25 0 19 0 635149958 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5024/statm: 2635589 16179 2247 9 0 2626323 0
[pid=5024/tid=5026] ppid=5022 vsize=10542356 CPUtime=5.99 cores=1,3,5,7
/proc/5024/task/5026/stat : 5026 (java) R 5022 5024 2916 0 -1 4202560 11945 0 1 0 598 1 0 0 19 0 19 0 635149959 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 46912505530255 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 2916 0 -1 4202560 141 0 0 0 0 0 0 0 16 0 19 0 635149961 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5028] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 2916 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 19 0 635149961 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5029] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 2916 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5030] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 2916 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5031] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 2916 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 2916 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5033] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 2916 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5034] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5034/stat : 5034 (java) S 5022 5024 2916 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 635149961 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5035] ppid=5022 vsize=10542356 CPUtime=0.25 cores=1,3,5,7
/proc/5024/task/5035/stat : 5035 (java) S 5022 5024 2916 0 -1 4202560 637 0 0 0 25 0 0 0 15 0 19 0 635149962 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 0 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5036] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5036/stat : 5036 (java) S 5022 5024 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635149962 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5037] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5037/stat : 5037 (java) S 5022 5024 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635149962 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5038] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5038/stat : 5038 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672485809 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5039] ppid=5022 vsize=10542356 CPUtime=0.15 cores=1,3,5,7
/proc/5024/task/5039/stat : 5039 (java) S 5022 5024 2916 0 -1 4202560 1191 0 0 0 15 0 0 0 17 0 19 0 635149964 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5040] ppid=5022 vsize=10542356 CPUtime=0.21 cores=1,3,5,7
/proc/5024/task/5040/stat : 5040 (java) S 5022 5024 2916 0 -1 4202560 2253 0 0 0 21 0 0 0 15 0 19 0 635149964 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5041] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5041/stat : 5041 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5042] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5042/stat : 5042 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635149964 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5043] ppid=5022 vsize=10542356 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5043/stat : 5043 (java) S 5022 5024 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635149975 10795372544 16179 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 10542356

[startup+12.7014 s]

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

/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 2916 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5028] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 2916 0 -1 4202560 19 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5029] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 2916 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5030] ppid=5022 vsize=10542292 CPUtime=0.02 cores=1,3,5,7
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 2916 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 635149961 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5031] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 2916 0 -1 4202560 33 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 2916 0 -1 4202560 62 0 0 0 1 0 0 0 16 0 19 0 635149961 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5033] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 2916 0 -1 4202560 117 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5034] ppid=5022 vsize=10542292 CPUtime=0.02 cores=1,3,5,7
/proc/5024/task/5034/stat : 5034 (java) S 5022 5024 2916 0 -1 4202560 178 0 0 0 2 0 0 0 15 0 19 0 635149961 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5035] ppid=5022 vsize=10542292 CPUtime=0.87 cores=1,3,5,7
/proc/5024/task/5035/stat : 5035 (java) S 5022 5024 2916 0 -1 4202560 814 0 0 0 86 1 0 0 15 0 19 0 635149962 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 0 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5036] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5036/stat : 5036 (java) S 5022 5024 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635149962 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5037] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5037/stat : 5037 (java) S 5022 5024 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635149962 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5038] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5038/stat : 5038 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672485809 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5039] ppid=5022 vsize=10542292 CPUtime=0.18 cores=1,3,5,7
/proc/5024/task/5039/stat : 5039 (java) S 5022 5024 2916 0 -1 4202560 1567 0 0 0 18 0 0 0 15 0 19 0 635149964 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5040] ppid=5022 vsize=10542292 CPUtime=0.21 cores=1,3,5,7
/proc/5024/task/5040/stat : 5040 (java) S 5022 5024 2916 0 -1 4202560 2253 0 0 0 21 0 0 0 15 0 19 0 635149964 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5041] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5041/stat : 5041 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5042] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5042/stat : 5042 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635149964 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5043] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5043/stat : 5043 (java) S 5022 5024 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635149975 10795307008 16368 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.95
Current children cumulated vsize (KiB) 10542292

[startup+22.3007 s]
/proc/loadavg: 2.02 1.93 1.72 3/214 5044
/proc/meminfo: memFree=974068/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=10542292 CPUtime=22.75 cores=1,3,5,7
/proc/5024/stat : 5024 (java) S 5022 5024 2916 0 -1 4202496 18411 0 1 0 2270 5 0 0 25 0 19 0 635149958 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5024/statm: 2635573 16369 2248 9 0 2626307 0
[pid=5024/tid=5026] ppid=5022 vsize=10542292 CPUtime=21.28 cores=1,3,5,7
/proc/5024/task/5026/stat : 5026 (java) R 5022 5024 2916 0 -1 4202560 11993 0 1 0 2127 1 0 0 25 0 19 0 635149959 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 46912505567616 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 2916 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5028] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 2916 0 -1 4202560 19 0 0 0 1 0 0 0 16 0 19 0 635149961 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5029] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 2916 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5030] ppid=5022 vsize=10542292 CPUtime=0.02 cores=1,3,5,7
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 2916 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 635149961 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5031] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 2916 0 -1 4202560 33 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 2916 0 -1 4202560 62 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5033] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 2916 0 -1 4202560 118 0 0 0 1 0 0 0 16 0 19 0 635149961 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5034] ppid=5022 vsize=10542292 CPUtime=0.02 cores=1,3,5,7
/proc/5024/task/5034/stat : 5034 (java) S 5022 5024 2916 0 -1 4202560 178 0 0 0 2 0 0 0 16 0 19 0 635149961 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5035] ppid=5022 vsize=10542292 CPUtime=0.89 cores=1,3,5,7
/proc/5024/task/5035/stat : 5035 (java) S 5022 5024 2916 0 -1 4202560 814 0 0 0 88 1 0 0 15 0 19 0 635149962 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 0 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5036] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5036/stat : 5036 (java) S 5022 5024 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635149962 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5037] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5037/stat : 5037 (java) S 5022 5024 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635149962 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5038] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5038/stat : 5038 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672485809 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5039] ppid=5022 vsize=10542292 CPUtime=0.18 cores=1,3,5,7
/proc/5024/task/5039/stat : 5039 (java) S 5022 5024 2916 0 -1 4202560 1567 0 0 0 18 0 0 0 15 0 19 0 635149964 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5040] ppid=5022 vsize=10542292 CPUtime=0.21 cores=1,3,5,7
/proc/5024/task/5040/stat : 5040 (java) S 5022 5024 2916 0 -1 4202560 2253 0 0 0 21 0 0 0 15 0 19 0 635149964 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5041] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5041/stat : 5041 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5042] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5042/stat : 5042 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635149964 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5043] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5043/stat : 5043 (java) S 5022 5024 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635149975 10795307008 16369 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.75
Current children cumulated vsize (KiB) 10542292

[startup+22.5007 s]
/proc/loadavg: 2.02 1.93 1.72 3/214 5044
/proc/meminfo: memFree=974068/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=10542292 CPUtime=22.95 cores=1,3,5,7
/proc/5024/stat : 5024 (java) S 5022 5024 2916 0 -1 4202496 18416 0 1 0 2290 5 0 0 25 0 19 0 635149958 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5024/statm: 2635573 16373 2248 9 0 2626307 0
[pid=5024/tid=5026] ppid=5022 vsize=10542292 CPUtime=21.47 cores=1,3,5,7
/proc/5024/task/5026/stat : 5026 (java) R 5022 5024 2916 0 -1 4202560 11995 0 1 0 2146 1 0 0 25 0 19 0 635149959 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 46912505610935 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 2916 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5028] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 2916 0 -1 4202560 19 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5029] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 2916 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5030] ppid=5022 vsize=10542292 CPUtime=0.02 cores=1,3,5,7
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 2916 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5031] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 2916 0 -1 4202560 33 0 0 0 1 0 0 0 16 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 2916 0 -1 4202560 62 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5033] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 2916 0 -1 4202560 118 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5034] ppid=5022 vsize=10542292 CPUtime=0.02 cores=1,3,5,7
/proc/5024/task/5034/stat : 5034 (java) S 5022 5024 2916 0 -1 4202560 178 0 0 0 2 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5035] ppid=5022 vsize=10542292 CPUtime=0.9 cores=1,3,5,7
/proc/5024/task/5035/stat : 5035 (java) S 5022 5024 2916 0 -1 4202560 817 0 0 0 89 1 0 0 15 0 19 0 635149962 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 0 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5036] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5036/stat : 5036 (java) S 5022 5024 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635149962 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5037] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5037/stat : 5037 (java) S 5022 5024 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635149962 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5038] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5038/stat : 5038 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672485809 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5039] ppid=5022 vsize=10542292 CPUtime=0.18 cores=1,3,5,7
/proc/5024/task/5039/stat : 5039 (java) S 5022 5024 2916 0 -1 4202560 1567 0 0 0 18 0 0 0 15 0 19 0 635149964 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5040] ppid=5022 vsize=10542292 CPUtime=0.21 cores=1,3,5,7
/proc/5024/task/5040/stat : 5040 (java) S 5022 5024 2916 0 -1 4202560 2253 0 0 0 21 0 0 0 15 0 19 0 635149964 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5041] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5041/stat : 5041 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5042] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5042/stat : 5042 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635149964 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5043] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5043/stat : 5043 (java) S 5022 5024 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635149975 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.95
Current children cumulated vsize (KiB) 10542292

[startup+22.6006 s]
/proc/loadavg: 2.02 1.93 1.72 3/214 5044
/proc/meminfo: memFree=974068/32951124 swapFree=67055716/67111528
[pid=5024] ppid=5022 vsize=10542292 CPUtime=23.05 cores=1,3,5,7
/proc/5024/stat : 5024 (java) S 5022 5024 2916 0 -1 4202496 18416 0 1 0 2300 5 0 0 25 0 19 0 635149958 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5024/statm: 2635573 16373 2248 9 0 2626307 0
[pid=5024/tid=5026] ppid=5022 vsize=10542292 CPUtime=21.57 cores=1,3,5,7
/proc/5024/task/5026/stat : 5026 (java) R 5022 5024 2916 0 -1 4202560 11995 0 1 0 2156 1 0 0 25 0 19 0 635149959 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5024/tid=5027] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5027/stat : 5027 (java) S 5022 5024 2916 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5028] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5028/stat : 5028 (java) S 5022 5024 2916 0 -1 4202560 19 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5029] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5029/stat : 5029 (java) S 5022 5024 2916 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5030] ppid=5022 vsize=10542292 CPUtime=0.02 cores=1,3,5,7
/proc/5024/task/5030/stat : 5030 (java) S 5022 5024 2916 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5031] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5031/stat : 5031 (java) S 5022 5024 2916 0 -1 4202560 33 0 0 0 1 0 0 0 16 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5032] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5032/stat : 5032 (java) S 5022 5024 2916 0 -1 4202560 62 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5033] ppid=5022 vsize=10542292 CPUtime=0.01 cores=1,3,5,7
/proc/5024/task/5033/stat : 5033 (java) S 5022 5024 2916 0 -1 4202560 118 0 0 0 1 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5034] ppid=5022 vsize=10542292 CPUtime=0.02 cores=1,3,5,7
/proc/5024/task/5034/stat : 5034 (java) S 5022 5024 2916 0 -1 4202560 178 0 0 0 2 0 0 0 15 0 19 0 635149961 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5035] ppid=5022 vsize=10542292 CPUtime=0.9 cores=1,3,5,7
/proc/5024/task/5035/stat : 5035 (java) S 5022 5024 2916 0 -1 4202560 817 0 0 0 89 1 0 0 15 0 19 0 635149962 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 0 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5036] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5036/stat : 5036 (java) S 5022 5024 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635149962 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5037] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5037/stat : 5037 (java) S 5022 5024 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635149962 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5038] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5038/stat : 5038 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672485809 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5039] ppid=5022 vsize=10542292 CPUtime=0.18 cores=1,3,5,7
/proc/5024/task/5039/stat : 5039 (java) S 5022 5024 2916 0 -1 4202560 1567 0 0 0 18 0 0 0 15 0 19 0 635149964 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 7 0 0 0
[pid=5024/tid=5040] ppid=5022 vsize=10542292 CPUtime=0.21 cores=1,3,5,7
/proc/5024/task/5040/stat : 5040 (java) S 5022 5024 2916 0 -1 4202560 2253 0 0 0 21 0 0 0 15 0 19 0 635149964 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
[pid=5024/tid=5041] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5041/stat : 5041 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635149964 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478105 0 4 0 16800975 18446604465380201664 0 0 -1 1 0 0 0
[pid=5024/tid=5042] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5042/stat : 5042 (java) S 5022 5024 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635149964 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 5 0 0 0
[pid=5024/tid=5043] ppid=5022 vsize=10542292 CPUtime=0 cores=1,3,5,7
/proc/5024/task/5043/stat : 5043 (java) S 5022 5024 2916 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 635149975 10795307008 16373 33554432000 1073741824 1073778376 140735046119328 18446744073709551615 268672478720 0 4 0 16800975 18446604465380201664 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 10542292

Child status: 30
Real time (s): 22.6919
CPU time (s): 23.1625
CPU user time (s): 23.1015
CPU system time (s): 0.06099
CPU usage (%): 102.074
Max. virtual memory (cumulated for all children) (KiB): 10544312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.1015
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18439
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= 2486
involuntary context switches= 1456

runsolver used 0.034994 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 22:13:07
IDJOB=3492344
IDBENCH=78770
IDSOLVER=1982
FILE ID=node107/3492344-1307909587
RUNJOBID= node107-1307908886-4789
PBS_JOBID= 13559596
Free space on /var/tmp= 2892 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213670--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492344-1307909587/watcher-3492344-1307909587 -o /var/tmp/evaluation-result-3492344-1307909587/solver-3492344-1307909587 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492344-1307909587.wbo

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

MD5SUM BENCH= 5705deccd297dab8064630be22206ee7
RANDOM SEED=1415550477

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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:       1033764 kB
Buffers:         59864 kB
Cached:       30723184 kB
SwapCached:      20072 kB
Active:       15773268 kB
Inactive:     15184176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1033764 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:             100 kB
Writeback:           0 kB
AnonPages:      172076 kB
Mapped:          21136 kB
Slab:           896528 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10535652 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 /var/tmp at the end= 2892 MiB
End job on node107 at 2011-06-12 22:13:30