Trace number 3492468

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 35.0197 33.9597

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-66-100-0.wbo
MD5SUMcabbc57a5ab962c45538fe46c723245f
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.78388
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.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/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@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492468-1307909874.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.058s.
0.10/0.17	c #vars     197
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.65/0.48	c cleaning 2494 clauses out of 5000 with flag 5000/5000
0.94/0.69	c cleaning 4250 clauses out of 8507 with flag 11001/11001
1.26/0.93	c cleaning 5624 clauses out of 11256 with flag 18000/18000
1.57/1.22	c cleaning 6814 clauses out of 13632 with flag 26000/26000
1.69/1.32	c SATISFIABLE
1.69/1.32	c OPTIMIZING...
1.69/1.32	c Got one! Elapsed wall clock time (in seconds):1.216
1.69/1.33	o 219
1.69/1.39	c cleaning 6024 clauses out of 12059 with flag 2001/31241
1.89/1.59	c cleaning 6012 clauses out of 12035 with flag 8001/37241
2.20/1.83	c cleaning 6503 clauses out of 13022 with flag 15000/44240
2.50/2.11	c cleaning 7253 clauses out of 14519 with flag 23000/52240
2.60/2.24	c Got one! Elapsed wall clock time (in seconds):2.127
2.60/2.24	o 197
2.70/2.31	c cleaning 6505 clauses out of 13024 with flag 2000/57998
2.90/2.52	c cleaning 6256 clauses out of 12521 with flag 8002/64000
3.10/2.75	c cleaning 6630 clauses out of 13266 with flag 15003/71001
3.40/3.03	c cleaning 7313 clauses out of 14633 with flag 23000/78998
3.71/3.36	c cleaning 8158 clauses out of 16324 with flag 32004/88002
4.11/3.73	c cleaning 9077 clauses out of 18163 with flag 42001/97999
4.41/4.08	c cleaning 9538 clauses out of 19085 with flag 52000/107998
4.81/4.44	c cleaning 9768 clauses out of 19548 with flag 62001/117999
5.21/4.81	c cleaning 9886 clauses out of 19779 with flag 72000/127998
5.51/5.18	c cleaning 9942 clauses out of 19893 with flag 82000/137998
5.92/5.53	c cleaning 9969 clauses out of 19951 with flag 92000/147998
6.21/5.88	c cleaning 9987 clauses out of 19982 with flag 102000/157998
6.61/6.25	c cleaning 9993 clauses out of 19995 with flag 112000/167998
6.92/6.59	c cleaning 9999 clauses out of 20002 with flag 122000/177998
7.32/6.95	c cleaning 9997 clauses out of 20004 with flag 132001/187999
7.62/7.30	c cleaning 9999 clauses out of 20006 with flag 142000/197998
8.03/7.64	c cleaning 10000 clauses out of 20007 with flag 152000/207998
8.22/7.86	c Got one! Elapsed wall clock time (in seconds):7.752
8.22/7.86	o 97
8.42/8.07	c cleaning 10825 clauses out of 21659 with flag 5001/219650
8.62/8.29	c cleaning 8413 clauses out of 16833 with flag 11000/225649
8.92/8.56	c cleaning 7706 clauses out of 15421 with flag 18001/232650
9.23/8.87	c cleaning 7855 clauses out of 15716 with flag 26002/240651
9.63/9.21	c cleaning 8425 clauses out of 16860 with flag 35001/249650
9.93/9.59	c cleaning 9214 clauses out of 18435 with flag 45001/259650
10.33/9.98	c cleaning 9605 clauses out of 19220 with flag 55000/269649
10.73/10.36	c cleaning 9799 clauses out of 19616 with flag 65001/279650
11.13/10.73	c cleaning 9904 clauses out of 19818 with flag 75002/289651
11.53/11.13	c cleaning 9949 clauses out of 19912 with flag 85000/299649
11.84/11.49	c cleaning 9976 clauses out of 19963 with flag 95000/309649
12.24/11.87	c cleaning 9985 clauses out of 19987 with flag 105000/319649
12.64/12.25	c cleaning 9995 clauses out of 20002 with flag 115000/329649
13.04/12.64	c cleaning 10001 clauses out of 20010 with flag 125003/339652
13.44/13.03	c cleaning 10001 clauses out of 20008 with flag 135002/349651
13.84/13.41	c cleaning 9998 clauses out of 20006 with flag 145001/359650
14.14/13.77	c cleaning 9998 clauses out of 20007 with flag 155000/369649
14.34/13.97	c Got one! Elapsed wall clock time (in seconds):13.861
14.34/13.97	o 96
14.54/14.20	c cleaning 10272 clauses out of 20551 with flag 5001/380191
14.84/14.43	c cleaning 8135 clauses out of 16278 with flag 11000/386190
15.04/14.69	c cleaning 7566 clauses out of 15143 with flag 18000/393190
15.34/14.97	c cleaning 7786 clauses out of 15577 with flag 26000/401190
15.64/15.29	c cleaning 8391 clauses out of 16792 with flag 35001/410191
16.04/15.67	c cleaning 9195 clauses out of 18401 with flag 45001/420191
16.45/16.09	c cleaning 9595 clauses out of 19205 with flag 55000/430190
16.85/16.48	c cleaning 9796 clauses out of 19612 with flag 65002/440192
17.25/16.85	c cleaning 9904 clauses out of 19814 with flag 75000/450190
17.55/17.20	c cleaning 9952 clauses out of 19910 with flag 85000/460190
17.95/17.52	c cleaning 9976 clauses out of 19958 with flag 95000/470190
18.25/17.84	c cleaning 9988 clauses out of 19983 with flag 105001/480191
18.55/18.16	c cleaning 9992 clauses out of 19995 with flag 115001/490191
18.96/18.51	c cleaning 9992 clauses out of 20003 with flag 125001/500191
19.26/18.82	c cleaning 9997 clauses out of 20010 with flag 135000/510190
19.56/19.16	c cleaning 10004 clauses out of 20014 with flag 145001/520191
19.96/19.50	c cleaning 10001 clauses out of 20009 with flag 155000/530190
20.27/19.83	c cleaning 10000 clauses out of 20010 with flag 165002/540192
20.56/20.15	c cleaning 10001 clauses out of 20008 with flag 175000/550190
20.86/20.47	c cleaning 9992 clauses out of 20007 with flag 185000/560190
21.27/20.81	c cleaning 10005 clauses out of 20018 with flag 195003/570193
21.66/21.20	c cleaning 9997 clauses out of 20011 with flag 205001/580191
21.98/21.56	c cleaning 10001 clauses out of 20013 with flag 215000/590190
22.28/21.90	c cleaning 9999 clauses out of 20012 with flag 225000/600190
22.68/22.24	c cleaning 10000 clauses out of 20014 with flag 235001/610191
22.98/22.59	c cleaning 10000 clauses out of 20014 with flag 245001/620191
23.38/22.95	c cleaning 10002 clauses out of 20015 with flag 255002/630192
23.78/23.31	c cleaning 10004 clauses out of 20012 with flag 265001/640191
24.08/23.62	c cleaning 10000 clauses out of 20009 with flag 275002/650192
24.38/23.93	c cleaning 9999 clauses out of 20007 with flag 285000/660190
24.69/24.26	c cleaning 9999 clauses out of 20009 with flag 295001/670191
24.98/24.59	c cleaning 10003 clauses out of 20010 with flag 305001/680191
25.39/24.92	c cleaning 9994 clauses out of 20007 with flag 315001/690191
25.70/25.25	c cleaning 10004 clauses out of 20013 with flag 325001/700191
26.10/25.60	c cleaning 9992 clauses out of 20008 with flag 335000/710190
26.40/25.94	c cleaning 10000 clauses out of 20016 with flag 345000/720190
26.70/26.27	c cleaning 10004 clauses out of 20018 with flag 355002/730192
27.00/26.60	c cleaning 9996 clauses out of 20013 with flag 365001/740191
27.40/26.94	c cleaning 10001 clauses out of 20016 with flag 375000/750190
27.70/27.29	c cleaning 10002 clauses out of 20018 with flag 385003/760193
28.10/27.62	c cleaning 10001 clauses out of 20013 with flag 395000/770190
28.40/27.95	c cleaning 10004 clauses out of 20013 with flag 405001/780191
28.80/28.30	c cleaning 9995 clauses out of 20008 with flag 415000/790190
29.11/28.65	c cleaning 10003 clauses out of 20014 with flag 425001/800191
29.40/28.98	c cleaning 9998 clauses out of 20010 with flag 435000/810190
29.80/29.32	c cleaning 10003 clauses out of 20013 with flag 445001/820191
30.11/29.65	c cleaning 10002 clauses out of 20011 with flag 455002/830192
30.50/30.01	c cleaning 10000 clauses out of 20007 with flag 465000/840190
30.80/30.33	c cleaning 10000 clauses out of 20008 with flag 475001/850191
31.11/30.69	c cleaning 9997 clauses out of 20007 with flag 485000/860190
31.51/31.05	c cleaning 9997 clauses out of 20011 with flag 495001/870191
31.81/31.39	c cleaning 10000 clauses out of 20013 with flag 505000/880190
32.21/31.74	c cleaning 10002 clauses out of 20014 with flag 515001/890191
32.51/32.07	c cleaning 10003 clauses out of 20011 with flag 525000/900190
32.91/32.42	c cleaning 10002 clauses out of 20010 with flag 535002/910192
33.31/32.86	c cleaning 10000 clauses out of 20007 with flag 545001/920191
33.89/33.28	c cleaning 10002 clauses out of 20009 with flag 555003/930193
34.75/33.70	c cleaning 10001 clauses out of 20006 with flag 565002/940192
34.95/33.93	c Got one! Elapsed wall clock time (in seconds):33.826
34.95/33.93	o 80
34.95/33.95	c starts		: 188
34.95/33.95	c conflicts		: 946073
34.95/33.95	c decisions		: 1581438
34.95/33.95	c propagations		: 22065523
34.95/33.95	c inspects		: 206491488
34.95/33.95	c shortcuts		: 0
34.95/33.95	c learnt literals	: 1
34.95/33.95	c learnt binary clauses	: 9
34.95/33.95	c learnt ternary clauses	: 194
34.95/33.95	c learnt constraints	: 946072
34.95/33.95	c ignored constraints	: 0
34.95/33.95	c root simplifications	: 0
34.95/33.95	c removed literals (reason simplification)	: 7166106
34.95/33.95	c reason swapping (by a shorter reason)	: 0
34.95/33.95	c Calls to reduceDB	: 100
34.95/33.95	c number of reductions to clauses (during analyze)	: 0
34.95/33.95	c number of learned constraints concerned by reduction	: 0
34.95/33.95	c number of learning phase by resolution	: 0
34.95/33.95	c number of learning phase by cutting planes	: 0
34.95/33.95	c speed (assignments/second)	: 1.5761087857142856E9
34.95/33.95	c non guided choices	256
34.95/33.95	c learnt constraints type 
34.95/33.95	c constraints type 
34.95/33.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
34.95/33.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
34.95/33.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
34.95/33.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
34.95/33.95	s OPTIMUM FOUND
34.95/33.95	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 
34.95/33.95	c objective function=80
34.95/33.95	c Total wall clock time (in seconds): 33.841

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-3492468-1307909874/watcher-3492468-1307909874 -o /var/tmp/evaluation-result-3492468-1307909874/solver-3492468-1307909874 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492468-1307909874.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: 2.06 2.08 1.98 3/195 26804
/proc/meminfo: memFree=10915752/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 1239 0 0 0 0 0 0 0 25 0 2 0 981218033 31260672 957 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 7632 957 730 9 0 383 0
[pid=26804/tid=26805] ppid=26802 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 24181 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 981218033 31260672 957 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260020395776 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.06747 s]
/proc/loadavg: 2.06 2.08 1.98 3/195 26804
/proc/meminfo: memFree=10915752/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 11817 0 1 0 4 1 0 0 25 0 18 0 981218033 10724442112 11512 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 2618272 11512 1742 9 0 2609006 0
[pid=26804/tid=26805] ppid=26802 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 24181 0 -1 4202560 10641 0 1 0 4 1 0 0 25 0 18 0 981218033 10724442112 11512 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10473088

[startup+0.100447 s]
/proc/loadavg: 2.06 2.08 1.98 3/195 26804
/proc/meminfo: memFree=10915752/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=10540148 CPUtime=0.1 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 13062 0 1 0 9 1 0 0 25 0 18 0 981218033 10793111552 12757 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 2635037 12759 2092 9 0 2625771 0
[pid=26804/tid=26805] ppid=26802 vsize=10540148 CPUtime=0.08 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 24181 0 -1 4202560 11148 0 1 0 7 1 0 0 25 0 18 0 981218033 10793111552 12759 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260020057121 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540148

[startup+0.300432 s]
/proc/loadavg: 2.06 2.08 1.98 3/195 26804
/proc/meminfo: memFree=10915752/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=10543412 CPUtime=0.54 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 15733 0 1 0 52 2 0 0 25 0 19 0 981218033 10796453888 14722 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 2635853 14722 2214 9 0 2626587 0
[pid=26804/tid=26805] ppid=26802 vsize=10543412 CPUtime=0.28 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 24181 0 -1 4202560 11745 0 1 0 27 1 0 0 25 0 19 0 981218033 10796453888 14722 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 46912505523123 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543412

[startup+0.701067 s]
/proc/loadavg: 2.06 2.08 1.98 3/195 26804
/proc/meminfo: memFree=10915752/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=10543412 CPUtime=1.06 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 17254 0 1 0 104 2 0 0 25 0 19 0 981218033 10796453888 15609 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 2635853 15609 2246 9 0 2626587 0
[pid=26804/tid=26805] ppid=26802 vsize=10543412 CPUtime=0.67 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) S 26802 26804 24181 0 -1 4202560 11960 0 1 0 66 1 0 0 18 0 19 0 981218033 10796453888 15609 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10543412

[startup+1.50125 s]
/proc/loadavg: 2.06 2.08 1.98 3/214 26823
/proc/meminfo: memFree=10861056/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=10543412 CPUtime=1.89 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 17567 0 1 0 187 2 0 0 25 0 19 0 981218033 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 2635853 15918 2247 9 0 2626587 0
[pid=26804/tid=26805] ppid=26802 vsize=10543412 CPUtime=1.41 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 24181 0 -1 4202560 11968 0 1 0 140 1 0 0 18 0 19 0 981218033 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 46912505619094 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 24181 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 24181 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 24181 0 -1 4202560 83 0 0 0 0 0 0 0 16 0 19 0 981218035 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 24181 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 24181 0 -1 4202560 264 0 0 0 0 0 0 0 16 0 19 0 981218035 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26815] ppid=26802 vsize=10543412 CPUtime=0.05 cores=0,2,4,6
/proc/26804/task/26815/stat : 26815 (java) S 26802 26804 24181 0 -1 4202560 410 0 0 0 5 0 0 0 15 0 19 0 981218036 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 0 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 24181 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 24181 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032219569 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=10543412 CPUtime=0.15 cores=0,2,4,6
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 24181 0 -1 4202560 743 0 0 0 15 0 0 0 15 0 19 0 981218038 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=10543412 CPUtime=0.24 cores=0,2,4,6
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 24181 0 -1 4202560 2761 0 0 0 24 0 0 0 15 0 19 0 981218038 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981218038 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981218050 10796453888 15918 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10543412

[startup+3.10093 s]
/proc/loadavg: 2.05 2.08 1.98 3/214 26823
/proc/meminfo: memFree=10860064/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=10543412 CPUtime=3.51 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 17663 0 1 0 349 2 0 0 25 0 19 0 981218033 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 2635853 16007 2247 9 0 2626587 0
[pid=26804/tid=26805] ppid=26802 vsize=10543412 CPUtime=2.91 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 24181 0 -1 4202560 11975 0 1 0 290 1 0 0 19 0 19 0 981218033 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 46912505526487 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 24181 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 19 0 981218035 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 24181 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 24181 0 -1 4202560 40 0 0 0 0 0 0 0 16 0 19 0 981218035 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 24181 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 24181 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 24181 0 -1 4202560 265 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26815] ppid=26802 vsize=10543412 CPUtime=0.14 cores=0,2,4,6
/proc/26804/task/26815/stat : 26815 (java) S 26802 26804 24181 0 -1 4202560 495 0 0 0 14 0 0 0 16 0 19 0 981218036 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 0 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 24181 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 24181 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032219569 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=10543412 CPUtime=0.15 cores=0,2,4,6
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 24181 0 -1 4202560 743 0 0 0 15 0 0 0 15 0 19 0 981218038 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=10543412 CPUtime=0.24 cores=0,2,4,6
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 24181 0 -1 4202560 2761 0 0 0 24 0 0 0 15 0 19 0 981218038 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981218038 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981218050 10796453888 16007 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 10543412

[startup+6.30136 s]
/proc/loadavg: 2.05 2.08 1.98 3/214 26823
/proc/meminfo: memFree=10859044/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=10543412 CPUtime=6.71 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 17842 0 1 0 669 2 0 0 25 0 19 0 981218033 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 2635853 16168 2247 9 0 2626587 0
[pid=26804/tid=26805] ppid=26802 vsize=10543412 CPUtime=5.98 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 24181 0 -1 4202560 11985 0 1 0 597 1 0 0 25 0 19 0 981218033 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 46912505556839 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 24181 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 24181 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 24181 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 24181 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 24181 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 24181 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 24181 0 -1 4202560 266 0 0 0 0 0 0 0 15 0 19 0 981218035 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26815] ppid=26802 vsize=10543412 CPUtime=0.27 cores=0,2,4,6
/proc/26804/task/26815/stat : 26815 (java) S 26802 26804 24181 0 -1 4202560 656 0 0 0 27 0 0 0 16 0 19 0 981218036 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 0 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 24181 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 24181 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032219569 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=10543412 CPUtime=0.15 cores=0,2,4,6
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 24181 0 -1 4202560 743 0 0 0 15 0 0 0 15 0 19 0 981218038 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=10543412 CPUtime=0.24 cores=0,2,4,6
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 24181 0 -1 4202560 2761 0 0 0 24 0 0 0 15 0 19 0 981218038 10796453888 16168 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0

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

/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 24181 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=10543412 CPUtime=0.01 cores=0,2,4,6
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 24181 0 -1 4202560 83 0 0 0 1 0 0 0 15 0 19 0 981218035 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 24181 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 24181 0 -1 4202560 8 0 0 0 2 0 0 0 16 0 19 0 981218035 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 24181 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 24181 0 -1 4202560 69 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 24181 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26815] ppid=26802 vsize=10543412 CPUtime=1.26 cores=0,2,4,6
/proc/26804/task/26815/stat : 26815 (java) S 26802 26804 24181 0 -1 4202560 849 0 0 0 125 1 0 0 16 0 19 0 981218036 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 0 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 24181 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 24181 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032219569 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=10543412 CPUtime=0.15 cores=0,2,4,6
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 24181 0 -1 4202560 743 0 0 0 15 0 0 0 15 0 19 0 981218038 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=10543412 CPUtime=0.27 cores=0,2,4,6
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 24181 0 -1 4202560 3096 0 0 0 27 0 0 0 15 0 19 0 981218038 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981218038 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981218050 10796453888 16404 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 32.42
Current children cumulated vsize (KiB) 10543412

[startup+32.7015 s]
/proc/loadavg: 2.03 2.07 1.98 3/214 26824
/proc/meminfo: memFree=10855200/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=10543412 CPUtime=33.21 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 18489 0 1 0 3317 4 0 0 25 0 19 0 981218033 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 2635853 16407 2249 9 0 2626587 0
[pid=26804/tid=26805] ppid=26802 vsize=10543412 CPUtime=31.27 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 24181 0 -1 4202560 12063 0 1 0 3126 1 0 0 19 0 19 0 981218033 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 46912505535210 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 24181 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=10543412 CPUtime=0.01 cores=0,2,4,6
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 24181 0 -1 4202560 83 0 0 0 1 0 0 0 15 0 19 0 981218035 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=10543412 CPUtime=0.03 cores=0,2,4,6
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 3 0 0 0 16 0 19 0 981218035 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 24181 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 24181 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 24181 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 24181 0 -1 4202560 70 0 0 0 2 0 0 0 16 0 19 0 981218035 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 24181 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26815] ppid=26802 vsize=10543412 CPUtime=1.29 cores=0,2,4,6
/proc/26804/task/26815/stat : 26815 (java) S 26802 26804 24181 0 -1 4202560 850 0 0 0 128 1 0 0 16 0 19 0 981218036 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 0 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 24181 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 24181 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032219569 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=10543412 CPUtime=0.15 cores=0,2,4,6
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 24181 0 -1 4202560 743 0 0 0 15 0 0 0 15 0 19 0 981218038 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=10543412 CPUtime=0.27 cores=0,2,4,6
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 24181 0 -1 4202560 3096 0 0 0 27 0 0 0 15 0 19 0 981218038 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981218038 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981218050 10796453888 16407 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 33.21
Current children cumulated vsize (KiB) 10543412

[startup+33.5014 s]
/proc/loadavg: 2.03 2.07 1.98 4/214 26824
/proc/meminfo: memFree=10843540/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=10543412 CPUtime=34.45 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 27260 0 1 0 3440 5 0 0 25 0 19 0 981218033 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 2635853 21103 2250 9 0 2626587 0
[pid=26804/tid=26805] ppid=26802 vsize=10543412 CPUtime=32.03 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 24181 0 -1 4202560 12063 0 1 0 3202 1 0 0 20 0 19 0 981218033 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 46912505568972 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 24181 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=10543412 CPUtime=0.01 cores=0,2,4,6
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 24181 0 -1 4202560 83 0 0 0 1 0 0 0 15 0 19 0 981218035 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=10543412 CPUtime=0.03 cores=0,2,4,6
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981218035 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 24181 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 24181 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 24181 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 24181 0 -1 4202560 70 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 24181 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26815] ppid=26802 vsize=10543412 CPUtime=1.31 cores=0,2,4,6
/proc/26804/task/26815/stat : 26815 (java) S 26802 26804 24181 0 -1 4202560 860 0 0 0 130 1 0 0 15 0 19 0 981218036 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 0 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 24181 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 24181 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032219569 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=10543412 CPUtime=0.17 cores=0,2,4,6
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 24181 0 -1 4202560 763 0 0 0 17 0 0 0 15 0 19 0 981218038 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=10543412 CPUtime=0.7 cores=0,2,4,6
/proc/26804/task/26820/stat : 26820 (java) R 26802 26804 24181 0 -1 4202560 11835 0 0 0 68 2 0 0 16 0 19 0 981218038 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 47690176632234 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981218038 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981218050 10796453888 21103 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 34.45
Current children cumulated vsize (KiB) 10543412

[startup+33.9013 s]
/proc/loadavg: 2.03 2.07 1.98 4/214 26824
/proc/meminfo: memFree=10843540/32951124 swapFree=67056304/67111528
[pid=26804] ppid=26802 vsize=10543412 CPUtime=34.95 cores=0,2,4,6
/proc/26804/stat : 26804 (java) S 26802 26804 24181 0 -1 4202496 28132 0 1 0 3489 6 0 0 25 0 19 0 981218033 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/26804/statm: 2635853 20476 2250 9 0 2626587 0
[pid=26804/tid=26805] ppid=26802 vsize=10543412 CPUtime=32.41 cores=0,2,4,6
/proc/26804/task/26805/stat : 26805 (java) R 26802 26804 24181 0 -1 4202560 12064 0 1 0 3240 1 0 0 21 0 19 0 981218033 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 46912505535964 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26804/tid=26807] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26807/stat : 26807 (java) S 26802 26804 24181 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26808] ppid=26802 vsize=10543412 CPUtime=0.01 cores=0,2,4,6
/proc/26804/task/26808/stat : 26808 (java) S 26802 26804 24181 0 -1 4202560 83 0 0 0 1 0 0 0 15 0 19 0 981218035 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26809] ppid=26802 vsize=10543412 CPUtime=0.03 cores=0,2,4,6
/proc/26804/task/26809/stat : 26809 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981218035 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26810] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26810/stat : 26810 (java) S 26802 26804 24181 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26811] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26811/stat : 26811 (java) S 26802 26804 24181 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26812] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26812/stat : 26812 (java) S 26802 26804 24181 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26813] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26813/stat : 26813 (java) S 26802 26804 24181 0 -1 4202560 70 0 0 0 2 0 0 0 16 0 19 0 981218035 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26814] ppid=26802 vsize=10543412 CPUtime=0.02 cores=0,2,4,6
/proc/26804/task/26814/stat : 26814 (java) S 26802 26804 24181 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 19 0 981218035 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26815] ppid=26802 vsize=10543412 CPUtime=1.33 cores=0,2,4,6
/proc/26804/task/26815/stat : 26815 (java) S 26802 26804 24181 0 -1 4202560 860 0 0 0 132 1 0 0 15 0 19 0 981218036 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 0 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26816] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26816/stat : 26816 (java) S 26802 26804 24181 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26817] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26817/stat : 26817 (java) S 26802 26804 24181 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981218036 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26818] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26818/stat : 26818 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032219569 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26819] ppid=26802 vsize=10543412 CPUtime=0.17 cores=0,2,4,6
/proc/26804/task/26819/stat : 26819 (java) S 26802 26804 24181 0 -1 4202560 763 0 0 0 17 0 0 0 15 0 19 0 981218038 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
[pid=26804/tid=26820] ppid=26802 vsize=10543412 CPUtime=0.79 cores=0,2,4,6
/proc/26804/task/26820/stat : 26820 (java) S 26802 26804 24181 0 -1 4202560 12706 0 0 0 77 2 0 0 16 0 19 0 981218038 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 4 0 0 0
[pid=26804/tid=26821] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26821/stat : 26821 (java) S 26802 26804 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981218038 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032211865 0 4 0 16800975 18446604453922980864 0 0 -1 6 0 0 0
[pid=26804/tid=26822] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26822/stat : 26822 (java) S 26802 26804 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981218038 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 0 0 0 0
[pid=26804/tid=26823] ppid=26802 vsize=10543412 CPUtime=0 cores=0,2,4,6
/proc/26804/task/26823/stat : 26823 (java) S 26802 26804 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981218050 10796453888 20476 33554432000 1073741824 1073778376 140733834671968 18446744073709551615 260032212480 0 4 0 16800975 18446604453922980864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 34.95
Current children cumulated vsize (KiB) 10543412

Child status: 30
Real time (s): 33.9597
CPU time (s): 35.0197
CPU user time (s): 34.9527
CPU system time (s): 0.066989
CPU usage (%): 103.121
Max. virtual memory (cumulated for all children) (KiB): 10543412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.9527
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28158
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= 3691
involuntary context switches= 1811

runsolver used 0.06299 second user time and 0.134979 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 22:17:55
IDJOB=3492468
IDBENCH=78830
IDSOLVER=1982
FILE ID=node110/3492468-1307909874
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.1110970444--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-3492468-1307909874/watcher-3492468-1307909874 -o /var/tmp/evaluation-result-3492468-1307909874/solver-3492468-1307909874 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492468-1307909874.wbo

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

MD5SUM BENCH= cabbc57a5ab962c45538fe46c723245f
RANDOM SEED=630762447

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:      10916032 kB
Buffers:         52300 kB
Cached:       20955560 kB
SwapCached:       9144 kB
Active:        6013596 kB
Inactive:     15307424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10916032 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             520 kB
Writeback:           0 kB
AnonPages:      310356 kB
Mapped:          21492 kB
Slab:           649552 kB
PageTables:       5008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10548316 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:18:29