Trace number 3492350

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 19.712 18.6852

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968094--soft-33-100-0.wbo
MD5SUMfe65609ab6055158a33ec1709a24fe9b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark1.19582
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1242
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	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-3492350-1307909607.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     233
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 => 30
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.29/0.27	c SATISFIABLE
0.29/0.27	c OPTIMIZING...
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.164
0.29/0.27	o 507
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.2
0.55/0.31	o 500
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.248
0.55/0.35	o 455
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.28
0.55/0.39	o 421
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.308
0.68/0.41	o 418
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.337
0.68/0.44	o 373
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.388
0.68/0.49	o 344
0.79/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
0.79/0.53	o 332
0.89/0.62	c Got one! Elapsed wall clock time (in seconds):0.512
0.89/0.62	o 288
1.05/0.70	c cleaning 5159 clauses out of 10324 with flag 1000/10324
1.05/0.74	c Got one! Elapsed wall clock time (in seconds):0.631
1.05/0.74	o 245
1.24/0.87	c Got one! Elapsed wall clock time (in seconds):0.76
1.24/0.87	o 238
1.35/0.91	c cleaning 5694 clauses out of 11393 with flag 1000/16552
1.47/1.08	c Got one! Elapsed wall clock time (in seconds):0.975
1.47/1.08	o 220
1.57/1.12	c cleaning 5812 clauses out of 11633 with flag 1002/22486
1.68/1.27	c Got one! Elapsed wall clock time (in seconds):1.168
1.68/1.27	o 216
1.79/1.32	c cleaning 5575 clauses out of 11154 with flag 1000/27819
1.79/1.35	c Got one! Elapsed wall clock time (in seconds):1.24
1.79/1.35	o 212
1.88/1.43	c Got one! Elapsed wall clock time (in seconds):1.323
1.88/1.43	o 186
1.99/1.54	c cleaning 5857 clauses out of 11725 with flag 3000/33965
2.08/1.61	c Got one! Elapsed wall clock time (in seconds):1.505
2.08/1.61	o 175
2.19/1.75	c cleaning 5881 clauses out of 11769 with flag 4001/39866
2.29/1.80	c Got one! Elapsed wall clock time (in seconds):1.693
2.29/1.80	o 158
2.39/1.94	c cleaning 5544 clauses out of 11089 with flag 4004/45067
2.50/2.02	c Got one! Elapsed wall clock time (in seconds):1.911
2.50/2.02	o 135
2.60/2.12	c cleaning 5409 clauses out of 10822 with flag 3001/50344
2.80/2.33	c cleaning 5700 clauses out of 11412 with flag 9000/56343
3.00/2.59	c cleaning 6352 clauses out of 12714 with flag 16002/63345
3.20/2.75	c Got one! Elapsed wall clock time (in seconds):2.646
3.20/2.75	o 125
3.20/2.79	c cleaning 5705 clauses out of 11420 with flag 1000/68403
3.50/3.00	c cleaning 5852 clauses out of 11715 with flag 7000/74403
3.71/3.21	c Got one! Elapsed wall clock time (in seconds):3.106
3.71/3.21	o 123
3.91/3.40	c cleaning 8412 clauses out of 16835 with flag 5000/85375
4.11/3.60	c cleaning 7209 clauses out of 14423 with flag 11000/91375
4.31/3.86	c cleaning 7101 clauses out of 14216 with flag 18002/98377
4.61/4.15	c cleaning 7551 clauses out of 15113 with flag 26000/106375
5.01/4.51	c cleaning 8277 clauses out of 16562 with flag 35000/115375
5.41/4.91	c cleaning 9138 clauses out of 18285 with flag 45000/125375
5.81/5.30	c cleaning 9570 clauses out of 19148 with flag 55001/135376
6.02/5.56	c Got one! Elapsed wall clock time (in seconds):5.451
6.02/5.56	o 120
6.23/5.76	c cleaning 10563 clauses out of 21132 with flag 5002/146930
6.43/5.99	c Got one! Elapsed wall clock time (in seconds):5.883
6.43/5.99	o 88
6.63/6.19	c cleaning 10534 clauses out of 21075 with flag 5002/157436
6.93/6.40	c cleaning 8264 clauses out of 16539 with flag 11000/163434
7.04/6.56	c Got one! Elapsed wall clock time (in seconds):6.455
7.04/6.56	o 86
7.14/6.60	c cleaning 6826 clauses out of 13657 with flag 1002/168816
7.34/6.80	c cleaning 6412 clauses out of 12831 with flag 7002/174816
7.54/7.04	c cleaning 6706 clauses out of 13420 with flag 14003/181817
7.84/7.36	c cleaning 7349 clauses out of 14712 with flag 22001/189815
8.25/7.71	c cleaning 8176 clauses out of 16362 with flag 31000/198814
8.34/7.81	c Got one! Elapsed wall clock time (in seconds):7.705
8.34/7.81	o 85
8.45/7.91	c cleaning 6920 clauses out of 13846 with flag 3000/204474
8.55/8.04	c Got one! Elapsed wall clock time (in seconds):7.929
8.55/8.04	o 53
8.65/8.10	c cleaning 6271 clauses out of 12548 with flag 2001/210096
8.85/8.31	c cleaning 6135 clauses out of 12276 with flag 8000/216095
8.95/8.49	c Got one! Elapsed wall clock time (in seconds):8.38
8.95/8.49	o 51
9.15/8.69	c cleaning 8248 clauses out of 16503 with flag 5001/226457
9.36/8.89	c cleaning 7117 clauses out of 14255 with flag 11001/232457
9.65/9.11	c cleaning 7064 clauses out of 14139 with flag 18002/239458
9.76/9.23	c Got one! Elapsed wall clock time (in seconds):9.126
9.76/9.23	o 28
9.86/9.30	c cleaning 6327 clauses out of 12657 with flag 2000/245040
10.06/9.50	c cleaning 6161 clauses out of 12330 with flag 8000/251040
10.26/9.71	c cleaning 6584 clauses out of 13171 with flag 15002/258042
10.46/9.99	c cleaning 7288 clauses out of 14585 with flag 23000/266040
10.86/10.32	c cleaning 8138 clauses out of 16297 with flag 32000/275040
11.16/10.65	c cleaning 9076 clauses out of 18160 with flag 42001/285041
11.48/10.96	c cleaning 9538 clauses out of 19083 with flag 52000/295040
11.77/11.29	c cleaning 9769 clauses out of 19545 with flag 62000/305040
12.07/11.57	c Got one! Elapsed wall clock time (in seconds):11.466
12.07/11.57	o 23
12.37/11.83	c cleaning 11421 clauses out of 22847 with flag 5000/318111
12.60/12.04	c cleaning 8708 clauses out of 17426 with flag 11000/324111
12.79/12.27	c cleaning 7856 clauses out of 15720 with flag 18002/331113
13.09/12.53	c cleaning 7928 clauses out of 15862 with flag 26000/339111
13.39/12.81	c cleaning 8463 clauses out of 16935 with flag 35001/348112
13.70/13.11	c cleaning 9228 clauses out of 18471 with flag 45000/358111
14.00/13.41	c cleaning 9618 clauses out of 19243 with flag 55000/368111
14.30/13.71	c cleaning 9807 clauses out of 19625 with flag 65000/378111
14.60/14.03	c cleaning 9903 clauses out of 19818 with flag 75000/388111
14.91/14.36	c cleaning 9949 clauses out of 19915 with flag 85000/398111
15.20/14.67	c cleaning 9977 clauses out of 19966 with flag 95000/408111
15.60/15.00	c cleaning 9988 clauses out of 19989 with flag 105000/418111
15.91/15.31	c cleaning 9997 clauses out of 20002 with flag 115001/428112
16.20/15.63	c cleaning 9998 clauses out of 20005 with flag 125001/438112
16.50/15.96	c cleaning 9998 clauses out of 20006 with flag 135000/448111
16.80/16.28	c cleaning 10000 clauses out of 20009 with flag 145001/458112
17.11/16.59	c cleaning 10002 clauses out of 20011 with flag 155003/468114
17.51/16.90	c cleaning 10000 clauses out of 20006 with flag 165000/478111
17.81/17.21	c cleaning 9992 clauses out of 20006 with flag 175000/488111
18.12/17.53	c cleaning 10006 clauses out of 20015 with flag 185001/498112
18.41/17.85	c cleaning 9999 clauses out of 20008 with flag 195000/508111
18.85/18.22	c cleaning 10004 clauses out of 20009 with flag 205000/518111
19.56/18.62	c cleaning 10003 clauses out of 20005 with flag 215002/528113
19.56/18.66	c starts		: 179
19.56/18.66	c conflicts		: 528540
19.56/18.66	c decisions		: 876282
19.56/18.66	c propagations		: 13232813
19.56/18.66	c inspects		: 107804400
19.56/18.66	c shortcuts		: 0
19.56/18.66	c learnt literals	: 8
19.56/18.66	c learnt binary clauses	: 24
19.56/18.66	c learnt ternary clauses	: 355
19.56/18.66	c learnt constraints	: 528531
19.56/18.66	c ignored constraints	: 0
19.56/18.66	c root simplifications	: 0
19.56/18.66	c removed literals (reason simplification)	: 3677516
19.56/18.66	c reason swapping (by a shorter reason)	: 0
19.56/18.66	c Calls to reduceDB	: 64
19.56/18.66	c number of reductions to clauses (during analyze)	: 0
19.56/18.66	c number of learned constraints concerned by reduction	: 0
19.56/18.66	c number of learning phase by resolution	: 0
19.56/18.66	c number of learning phase by cutting planes	: 0
19.56/18.66	c speed (assignments/second)	: 1866668.5004937225
19.56/18.66	c non guided choices	1322
19.56/18.66	c learnt constraints type 
19.56/18.66	c constraints type 
19.56/18.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
19.56/18.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
19.56/18.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
19.56/18.66	s OPTIMUM FOUND
19.56/18.66	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 
19.56/18.66	c objective function=23
19.56/18.66	c Total wall clock time (in seconds): 18.556

Verifier Data

OK	23

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

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

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


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.93 2/195 26284
/proc/meminfo: memFree=10939736/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 1241 0 0 0 0 0 0 0 25 0 2 0 981191271 31272960 959 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 7635 959 732 9 0 386 0
[pid=26284/tid=26285] ppid=26282 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 126 0 0 0 0 0 0 0 25 0 2 0 981191272 31272960 960 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260020395835 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0508459 s]
/proc/loadavg: 1.97 1.98 1.93 2/195 26284
/proc/meminfo: memFree=10939736/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 11440 0 1 0 3 1 0 0 25 0 13 0 981191271 10718838784 11135 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 2616904 11135 1684 9 0 2607652 0
[pid=26284/tid=26285] ppid=26282 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 10291 0 1 0 3 1 0 0 18 0 13 0 981191272 10718838784 11135 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032225247 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100845 s]
/proc/loadavg: 1.97 1.98 1.93 2/195 26284
/proc/meminfo: memFree=10939736/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=10540056 CPUtime=0.1 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 13054 0 1 0 9 1 0 0 25 0 18 0 981191271 10793017344 12749 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 2635014 12749 2092 9 0 2625748 0
[pid=26284/tid=26285] ppid=26282 vsize=10540056 CPUtime=0.08 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 11166 0 1 0 7 1 0 0 22 0 18 0 981191272 10793017344 12750 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 47218503468085 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540056

[startup+0.301844 s]
/proc/loadavg: 1.97 1.98 1.93 2/195 26284
/proc/meminfo: memFree=10939736/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=10543324 CPUtime=0.55 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 16021 0 1 0 54 1 0 0 25 0 19 0 981191271 10796363776 14783 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 2635831 14783 2214 9 0 2626565 0
[pid=26284/tid=26285] ppid=26282 vsize=10543324 CPUtime=0.28 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 11784 0 1 0 27 1 0 0 23 0 19 0 981191272 10796363776 14783 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 46912505217108 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10543324

[startup+0.700731 s]
/proc/loadavg: 1.97 1.98 1.93 2/195 26284
/proc/meminfo: memFree=10939736/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=10543524 CPUtime=1.05 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 16957 0 1 0 104 1 0 0 25 0 19 0 981191271 10796568576 15542 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 2635881 15542 2223 9 0 2626615 0
[pid=26284/tid=26285] ppid=26282 vsize=10543524 CPUtime=0.68 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 12443 0 1 0 67 1 0 0 25 0 19 0 981191272 10796568576 15542 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 46912505179334 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10543524

[startup+1.50158 s]
/proc/loadavg: 1.97 1.98 1.93 3/214 26303
/proc/meminfo: memFree=10872584/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=10554008 CPUtime=1.99 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 21864 0 1 0 197 2 0 0 25 0 19 0 981191271 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 2638502 19058 2248 9 0 2629236 0
[pid=26284/tid=26285] ppid=26282 vsize=10554008 CPUtime=1.43 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 12450 0 1 0 142 1 0 0 25 0 19 0 981191272 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 46912505555833 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 24181 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26289] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 24181 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 24181 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 24181 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 19 0 981191273 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 24181 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26294] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 24181 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=10554008 CPUtime=0.04 cores=0,2,4,6
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 24181 0 -1 4202560 488 0 0 0 4 0 0 0 15 0 19 0 981191274 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981191275 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981191275 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26298] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26298/stat : 26298 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981191277 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26299] ppid=26282 vsize=10554008 CPUtime=0.18 cores=0,2,4,6
/proc/26284/task/26299/stat : 26299 (java) S 26282 26284 24181 0 -1 4202560 1779 0 0 0 18 0 0 0 15 0 19 0 981191277 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26300] ppid=26282 vsize=10554008 CPUtime=0.3 cores=0,2,4,6
/proc/26284/task/26300/stat : 26300 (java) S 26282 26284 24181 0 -1 4202560 5407 0 0 0 30 0 0 0 15 0 19 0 981191277 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26301] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26301/stat : 26301 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981191277 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26302] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26302/stat : 26302 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981191277 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26303] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26303/stat : 26303 (java) S 26282 26284 24181 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981191288 10807304192 19058 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 10554008

[startup+3.10125 s]
/proc/loadavg: 1.97 1.98 1.93 3/214 26303
/proc/meminfo: memFree=10871840/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=10554008 CPUtime=3.61 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 21942 0 1 0 359 2 0 0 25 0 19 0 981191271 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 2638502 19128 2248 9 0 2629236 0
[pid=26284/tid=26285] ppid=26282 vsize=10554008 CPUtime=2.92 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 12459 0 1 0 291 1 0 0 25 0 19 0 981191272 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 46912505576768 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 24181 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26289] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 24181 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 24181 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 24181 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 24181 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 24181 0 -1 4202560 151 0 0 0 0 0 0 0 16 0 19 0 981191273 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26294] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 24181 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 981191273 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=10554008 CPUtime=0.14 cores=0,2,4,6
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 24181 0 -1 4202560 498 0 0 0 14 0 0 0 15 0 19 0 981191274 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981191275 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981191275 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26298] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26298/stat : 26298 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981191277 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26299] ppid=26282 vsize=10554008 CPUtime=0.19 cores=0,2,4,6
/proc/26284/task/26299/stat : 26299 (java) S 26282 26284 24181 0 -1 4202560 1779 0 0 0 19 0 0 0 15 0 19 0 981191277 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26300] ppid=26282 vsize=10554008 CPUtime=0.3 cores=0,2,4,6
/proc/26284/task/26300/stat : 26300 (java) S 26282 26284 24181 0 -1 4202560 5407 0 0 0 30 0 0 0 15 0 19 0 981191277 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26301] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26301/stat : 26301 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981191277 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26302] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26302/stat : 26302 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981191277 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26303] ppid=26282 vsize=10554008 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26303/stat : 26303 (java) S 26282 26284 24181 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981191288 10807304192 19128 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 10554008

[startup+6.30069 s]
/proc/loadavg: 1.97 1.98 1.93 3/214 26303
/proc/meminfo: memFree=10875544/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=10548904 CPUtime=6.83 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 22219 0 1 0 681 2 0 0 25 0 19 0 981191271 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 2637226 17923 2249 9 0 2627960 0
[pid=26284/tid=26285] ppid=26282 vsize=10548904 CPUtime=5.98 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 12469 0 1 0 597 1 0 0 20 0 19 0 981191272 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 46912505582977 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 24181 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 981191273 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 24181 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 981191273 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26289] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 24181 0 -1 4202560 130 0 0 0 0 0 0 0 16 0 19 0 981191273 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 24181 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 19 0 981191273 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 24181 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 19 0 981191273 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 24181 0 -1 4202560 135 0 0 0 0 0 0 0 16 0 19 0 981191273 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 24181 0 -1 4202560 151 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26294] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 24181 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 981191273 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=10548904 CPUtime=0.26 cores=0,2,4,6
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 24181 0 -1 4202560 678 0 0 0 26 0 0 0 15 0 19 0 981191274 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981191275 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981191275 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26298] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26298/stat : 26298 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981191277 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26299] ppid=26282 vsize=10548904 CPUtime=0.21 cores=0,2,4,6
/proc/26284/task/26299/stat : 26299 (java) S 26282 26284 24181 0 -1 4202560 1787 0 0 0 21 0 0 0 15 0 19 0 981191277 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26300] ppid=26282 vsize=10548904 CPUtime=0.31 cores=0,2,4,6
/proc/26284/task/26300/stat : 26300 (java) S 26282 26284 24181 0 -1 4202560 5408 0 0 0 31 0 0 0 15 0 19 0 981191277 10802077696 17923 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0

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

/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 24181 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 24181 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26289] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 24181 0 -1 4202560 131 0 0 0 1 0 0 0 16 0 19 0 981191273 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 24181 0 -1 4202560 35 0 0 0 1 0 0 0 16 0 19 0 981191273 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 24181 0 -1 4202560 49 0 0 0 1 0 0 0 16 0 19 0 981191273 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 24181 0 -1 4202560 136 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 24181 0 -1 4202560 151 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26294] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 24181 0 -1 4202560 166 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=10548904 CPUtime=0.78 cores=0,2,4,6
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 24181 0 -1 4202560 804 0 0 0 78 0 0 0 15 0 19 0 981191274 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981191275 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981191275 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26298] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26298/stat : 26298 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981191277 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26299] ppid=26282 vsize=10548904 CPUtime=0.24 cores=0,2,4,6
/proc/26284/task/26299/stat : 26299 (java) S 26282 26284 24181 0 -1 4202560 2312 0 0 0 24 0 0 0 15 0 19 0 981191277 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26300] ppid=26282 vsize=10548904 CPUtime=0.31 cores=0,2,4,6
/proc/26284/task/26300/stat : 26300 (java) S 26282 26284 24181 0 -1 4202560 5408 0 0 0 31 0 0 0 15 0 19 0 981191277 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26301] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26301/stat : 26301 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981191277 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26302] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26302/stat : 26302 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981191277 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26303] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26303/stat : 26303 (java) S 26282 26284 24181 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981191288 10802077696 18291 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.12
Current children cumulated vsize (KiB) 10548904

[startup+18.3015 s]
/proc/loadavg: 1.97 1.98 1.93 3/214 26304
/proc/meminfo: memFree=10860676/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=10548904 CPUtime=19.04 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 29125 0 1 0 1900 4 0 0 25 0 19 0 981191271 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 2637226 22444 2250 9 0 2627960 0
[pid=26284/tid=26285] ppid=26282 vsize=10548904 CPUtime=17.37 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 12512 0 1 0 1736 1 0 0 19 0 19 0 981191272 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 46912505550655 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 24181 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 24181 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26289] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 24181 0 -1 4202560 131 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 24181 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 24181 0 -1 4202560 49 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 24181 0 -1 4202560 136 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 24181 0 -1 4202560 151 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26294] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 24181 0 -1 4202560 166 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=10548904 CPUtime=0.82 cores=0,2,4,6
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 24181 0 -1 4202560 806 0 0 0 82 0 0 0 15 0 19 0 981191274 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981191275 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981191275 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26298] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26298/stat : 26298 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981191277 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26299] ppid=26282 vsize=10548904 CPUtime=0.33 cores=0,2,4,6
/proc/26284/task/26299/stat : 26299 (java) R 26282 26284 24181 0 -1 4202560 8501 0 0 0 33 0 0 0 15 0 19 0 981191277 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 47218502846566 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26284/tid=26300] ppid=26282 vsize=10548904 CPUtime=0.33 cores=0,2,4,6
/proc/26284/task/26300/stat : 26300 (java) S 26282 26284 24181 0 -1 4202560 5420 0 0 0 33 0 0 0 16 0 19 0 981191277 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26301] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26301/stat : 26301 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981191277 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26302] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26302/stat : 26302 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981191277 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26303] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26303/stat : 26303 (java) S 26282 26284 24181 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981191288 10802077696 22444 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19.04
Current children cumulated vsize (KiB) 10548904

[startup+18.5014 s]
/proc/loadavg: 1.97 1.98 1.93 3/214 26304
/proc/meminfo: memFree=10860676/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=10548904 CPUtime=19.45 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 30256 0 1 0 1941 4 0 0 25 0 19 0 981191271 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 2637226 22841 2250 9 0 2627960 0
[pid=26284/tid=26285] ppid=26282 vsize=10548904 CPUtime=17.57 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 12513 0 1 0 1756 1 0 0 19 0 19 0 981191272 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 46912505534312 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 24181 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 24181 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26289] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 24181 0 -1 4202560 131 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 24181 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 24181 0 -1 4202560 49 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 24181 0 -1 4202560 136 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 24181 0 -1 4202560 151 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26294] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 24181 0 -1 4202560 166 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=10548904 CPUtime=0.82 cores=0,2,4,6
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 24181 0 -1 4202560 806 0 0 0 82 0 0 0 15 0 19 0 981191274 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981191275 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981191275 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26298] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26298/stat : 26298 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981191277 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26299] ppid=26282 vsize=10548904 CPUtime=0.53 cores=0,2,4,6
/proc/26284/task/26299/stat : 26299 (java) S 26282 26284 24181 0 -1 4202560 9588 0 0 0 52 1 0 0 16 0 19 0 981191277 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26300] ppid=26282 vsize=10548904 CPUtime=0.35 cores=0,2,4,6
/proc/26284/task/26300/stat : 26300 (java) S 26282 26284 24181 0 -1 4202560 5463 0 0 0 35 0 0 0 15 0 19 0 981191277 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26301] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26301/stat : 26301 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981191277 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26302] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26302/stat : 26302 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981191277 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26303] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26303/stat : 26303 (java) S 26282 26284 24181 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981191288 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19.45
Current children cumulated vsize (KiB) 10548904

[startup+18.6014 s]
/proc/loadavg: 1.97 1.98 1.93 4/214 26304
/proc/meminfo: memFree=10842200/32951124 swapFree=67056304/67111528
[pid=26284] ppid=26282 vsize=10548904 CPUtime=19.56 cores=0,2,4,6
/proc/26284/stat : 26284 (java) S 26282 26284 24181 0 -1 4202496 30256 0 1 0 1952 4 0 0 25 0 19 0 981191271 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26284/statm: 2637226 22841 2250 9 0 2627960 0
[pid=26284/tid=26285] ppid=26282 vsize=10548904 CPUtime=17.68 cores=0,2,4,6
/proc/26284/task/26285/stat : 26285 (java) R 26282 26284 24181 0 -1 4202560 12513 0 1 0 1767 1 0 0 19 0 19 0 981191272 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 47218504150944 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 24181 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 24181 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26289] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 24181 0 -1 4202560 131 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 24181 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 24181 0 -1 4202560 49 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 24181 0 -1 4202560 136 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 24181 0 -1 4202560 151 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26294] ppid=26282 vsize=10548904 CPUtime=0.01 cores=0,2,4,6
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 24181 0 -1 4202560 166 0 0 0 1 0 0 0 15 0 19 0 981191273 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=10548904 CPUtime=0.82 cores=0,2,4,6
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 24181 0 -1 4202560 806 0 0 0 82 0 0 0 15 0 19 0 981191274 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981191275 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981191275 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26284/tid=26298] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26298/stat : 26298 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981191277 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26299] ppid=26282 vsize=10548904 CPUtime=0.55 cores=0,2,4,6
/proc/26284/task/26299/stat : 26299 (java) R 26282 26284 24181 0 -1 4202560 9588 0 0 0 54 1 0 0 15 0 19 0 981191277 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 47218500948225 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26284/tid=26300] ppid=26282 vsize=10548904 CPUtime=0.35 cores=0,2,4,6
/proc/26284/task/26300/stat : 26300 (java) S 26282 26284 24181 0 -1 4202560 5463 0 0 0 35 0 0 0 15 0 19 0 981191277 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26284/tid=26301] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26301/stat : 26301 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981191277 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26302] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26302/stat : 26302 (java) S 26282 26284 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981191277 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26284/tid=26303] ppid=26282 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/26284/task/26303/stat : 26303 (java) S 26282 26284 24181 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981191288 10802077696 22841 33554432000 1073741824 1073778376 140733708720640 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19.56
Current children cumulated vsize (KiB) 10548904

Child status: 30
Real time (s): 18.6852
CPU time (s): 19.712
CPU user time (s): 19.66
CPU system time (s): 0.051992
CPU usage (%): 105.495
Max. virtual memory (cumulated for all children) (KiB): 10554008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.66
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31454
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= 2154
involuntary context switches= 720

runsolver used 0.048992 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 22:13:27
IDJOB=3492350
IDBENCH=78773
IDSOLVER=1982
FILE ID=node110/3492350-1307909607
RUNJOBID= node110-1307907269-25818
PBS_JOBID= 13559603
Free space on /var/tmp= 2884 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110968094--soft-33-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-3492350-1307909607/watcher-3492350-1307909607 -o /var/tmp/evaluation-result-3492350-1307909607/solver-3492350-1307909607 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492350-1307909607.wbo

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

MD5SUM BENCH= fe65609ab6055158a33ec1709a24fe9b
RANDOM SEED=1163545996

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10939892 kB
Buffers:         51680 kB
Cached:       20955308 kB
SwapCached:       9144 kB
Active:        5990760 kB
Inactive:     15306612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10939892 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:      287992 kB
Mapped:          21488 kB
Slab:           649444 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10550288 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= 2884 MiB
End job on node110 at 2011-06-12 22:13:46