Trace number 3492416

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 31.1613 29.9934

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222257--soft-66-100-0.wbo
MD5SUM71325e7cac253fc5c21b0ac5c0e624a3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark78
Best CPU time to get the best result obtained on this benchmark1.84072
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 constraints26
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 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1262
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492416-1307909812.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.053s.
0.11/0.16	c #vars     195
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.68/0.41	c SATISFIABLE
0.68/0.41	c OPTIMIZING...
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.308
0.68/0.41	o 130
0.68/0.47	c cleaning 2840 clauses out of 5685 with flag 1001/5685
0.91/0.65	c cleaning 4419 clauses out of 8844 with flag 7000/11684
1.14/0.86	c cleaning 5712 clauses out of 11428 with flag 14003/18687
1.46/1.11	c cleaning 6852 clauses out of 13713 with flag 22000/26684
1.79/1.40	c cleaning 7928 clauses out of 15862 with flag 31001/35685
2.09/1.73	c cleaning 8964 clauses out of 17934 with flag 41001/45685
2.39/2.05	c cleaning 9479 clauses out of 18969 with flag 51000/55684
2.69/2.36	c cleaning 9740 clauses out of 19492 with flag 61002/65686
2.99/2.68	c cleaning 9871 clauses out of 19752 with flag 71002/75686
3.39/3.03	c cleaning 9938 clauses out of 19881 with flag 81002/85686
3.70/3.32	c cleaning 9970 clauses out of 19942 with flag 91001/95685
3.70/3.34	c Got one! Elapsed wall clock time (in seconds):3.239
3.70/3.34	o 106
3.80/3.49	c cleaning 7652 clauses out of 15309 with flag 5001/101022
4.00/3.67	c cleaning 6823 clauses out of 13658 with flag 11002/107023
4.20/3.87	c cleaning 6911 clauses out of 13833 with flag 18000/114021
4.40/4.09	c cleaning 7459 clauses out of 14925 with flag 26003/122024
4.70/4.38	c cleaning 8230 clauses out of 16463 with flag 35000/131021
5.00/4.68	c cleaning 9109 clauses out of 18233 with flag 45000/141021
5.30/4.98	c cleaning 9558 clauses out of 19124 with flag 55000/151021
5.60/5.29	c cleaning 9780 clauses out of 19567 with flag 65001/161022
5.90/5.58	c cleaning 9885 clauses out of 19786 with flag 75000/171021
6.20/5.87	c cleaning 9944 clauses out of 19902 with flag 85001/181022
6.50/6.20	c cleaning 9973 clauses out of 19959 with flag 95002/191023
6.91/6.51	c cleaning 9986 clauses out of 19984 with flag 105000/201021
7.21/6.85	c cleaning 9995 clauses out of 19999 with flag 115001/211022
7.51/7.18	c cleaning 9997 clauses out of 20005 with flag 125002/221023
7.81/7.49	c cleaning 10001 clauses out of 20008 with flag 135002/231023
8.22/7.80	c cleaning 9995 clauses out of 20006 with flag 145001/241022
8.52/8.10	c cleaning 10001 clauses out of 20012 with flag 155002/251023
8.82/8.42	c cleaning 10000 clauses out of 20009 with flag 165000/261021
9.13/8.75	c cleaning 10003 clauses out of 20011 with flag 175002/271023
9.42/9.08	c cleaning 9998 clauses out of 20006 with flag 185000/281021
9.72/9.39	c cleaning 10001 clauses out of 20008 with flag 195000/291021
10.02/9.69	c cleaning 9998 clauses out of 20007 with flag 205000/301021
10.43/10.01	c cleaning 9997 clauses out of 20009 with flag 215000/311021
10.73/10.31	c cleaning 10000 clauses out of 20012 with flag 225000/321021
11.03/10.62	c cleaning 9999 clauses out of 20012 with flag 235000/331021
11.33/10.92	c cleaning 10003 clauses out of 20013 with flag 245000/341021
11.63/11.23	c cleaning 10000 clauses out of 20010 with flag 255000/351021
11.93/11.55	c cleaning 10001 clauses out of 20010 with flag 265000/361021
12.23/11.86	c cleaning 9999 clauses out of 20009 with flag 275000/371021
12.54/12.15	c cleaning 10001 clauses out of 20010 with flag 285000/381021
12.83/12.44	c cleaning 9999 clauses out of 20010 with flag 295001/391022
13.13/12.76	c cleaning 9998 clauses out of 20011 with flag 305001/401022
13.44/13.08	c cleaning 10003 clauses out of 20014 with flag 315002/411023
13.74/13.39	c cleaning 9999 clauses out of 20010 with flag 325001/421022
14.14/13.73	c cleaning 10001 clauses out of 20011 with flag 335001/431022
14.44/14.02	c cleaning 10003 clauses out of 20011 with flag 345002/441023
14.75/14.31	c cleaning 9999 clauses out of 20007 with flag 355001/451022
15.04/14.63	c cleaning 10001 clauses out of 20007 with flag 365000/461021
15.34/14.94	c cleaning 9999 clauses out of 20007 with flag 375001/471022
15.64/15.25	c cleaning 9999 clauses out of 20008 with flag 385001/481022
15.95/15.56	c cleaning 10000 clauses out of 20008 with flag 395000/491021
16.25/15.86	c cleaning 9999 clauses out of 20008 with flag 405000/501021
16.55/16.16	c cleaning 9995 clauses out of 20009 with flag 415000/511021
16.85/16.47	c cleaning 10000 clauses out of 20014 with flag 425000/521021
17.15/16.77	c cleaning 10003 clauses out of 20015 with flag 435001/531022
17.45/17.06	c cleaning 9995 clauses out of 20012 with flag 445001/541022
17.75/17.35	c cleaning 10003 clauses out of 20016 with flag 455000/551021
18.06/17.66	c cleaning 10000 clauses out of 20014 with flag 465001/561022
18.36/17.96	c cleaning 9999 clauses out of 20013 with flag 475000/571021
18.66/18.28	c cleaning 10001 clauses out of 20014 with flag 485000/581021
18.96/18.58	c cleaning 10002 clauses out of 20013 with flag 495000/591021
19.36/18.90	c cleaning 10002 clauses out of 20013 with flag 505002/601023
19.66/19.24	c cleaning 10003 clauses out of 20011 with flag 515002/611023
19.96/19.56	c cleaning 10001 clauses out of 20007 with flag 525001/621022
20.28/19.88	c cleaning 9999 clauses out of 20010 with flag 535005/631026
20.67/20.21	c cleaning 9998 clauses out of 20006 with flag 545000/641021
20.97/20.52	c cleaning 10001 clauses out of 20008 with flag 555000/651021
21.28/20.83	c cleaning 10002 clauses out of 20008 with flag 565001/661022
21.57/21.12	c cleaning 10000 clauses out of 20005 with flag 575000/671021
21.88/21.43	c cleaning 9996 clauses out of 20005 with flag 585000/681021
22.18/21.74	c cleaning 10000 clauses out of 20010 with flag 595001/691022
22.18/21.76	c Got one! Elapsed wall clock time (in seconds):21.655
22.18/21.76	o 78
22.38/21.91	c cleaning 7549 clauses out of 15110 with flag 5001/696122
22.49/22.09	c cleaning 6774 clauses out of 13560 with flag 11000/702121
22.78/22.33	c cleaning 6888 clauses out of 13787 with flag 18001/709122
22.98/22.57	c cleaning 7445 clauses out of 14898 with flag 26000/717121
23.28/22.87	c cleaning 8224 clauses out of 16453 with flag 35000/726121
23.68/23.20	c cleaning 9108 clauses out of 18229 with flag 45000/736121
23.98/23.58	c cleaning 9547 clauses out of 19122 with flag 55001/746122
24.38/23.95	c cleaning 9780 clauses out of 19577 with flag 65003/756124
24.69/24.28	c cleaning 9892 clauses out of 19794 with flag 75000/766121
25.09/24.62	c cleaning 9941 clauses out of 19902 with flag 85000/776121
25.39/24.95	c cleaning 9975 clauses out of 19962 with flag 95001/786122
25.70/25.26	c cleaning 9988 clauses out of 19986 with flag 105000/796121
25.99/25.58	c cleaning 9992 clauses out of 19999 with flag 115001/806122
26.29/25.88	c cleaning 9996 clauses out of 20006 with flag 125000/816121
26.59/26.18	c cleaning 10000 clauses out of 20010 with flag 135000/826121
26.99/26.51	c cleaning 9995 clauses out of 20010 with flag 145000/836121
27.29/26.84	c cleaning 10005 clauses out of 20017 with flag 155002/846123
27.59/27.14	c cleaning 10002 clauses out of 20012 with flag 165002/856123
27.90/27.45	c cleaning 9999 clauses out of 20008 with flag 175000/866121
28.20/27.78	c cleaning 10002 clauses out of 20010 with flag 185001/876122
28.60/28.10	c cleaning 10001 clauses out of 20009 with flag 195002/886123
28.90/28.41	c cleaning 9998 clauses out of 20006 with flag 205000/896121
29.20/28.79	c cleaning 9999 clauses out of 20010 with flag 215002/906123
29.97/29.12	c cleaning 10003 clauses out of 20009 with flag 225000/916121
30.56/29.46	c cleaning 9998 clauses out of 20007 with flag 235001/926122
30.86/29.80	c cleaning 10000 clauses out of 20010 with flag 245002/936123
31.06/29.97	c starts		: 188
31.06/29.97	c conflicts		: 941484
31.06/29.97	c decisions		: 1556126
31.06/29.97	c propagations		: 20717904
31.06/29.97	c inspects		: 189856425
31.06/29.97	c shortcuts		: 0
31.06/29.97	c learnt literals	: 8
31.06/29.97	c learnt binary clauses	: 32
31.06/29.97	c learnt ternary clauses	: 447
31.06/29.97	c learnt constraints	: 941475
31.06/29.97	c ignored constraints	: 0
31.06/29.97	c root simplifications	: 0
31.06/29.97	c removed literals (reason simplification)	: 7313459
31.06/29.97	c reason swapping (by a shorter reason)	: 0
31.06/29.97	c Calls to reduceDB	: 98
31.06/29.97	c number of reductions to clauses (during analyze)	: 0
31.06/29.97	c number of learned constraints concerned by reduction	: 0
31.06/29.97	c number of learning phase by resolution	: 0
31.06/29.97	c number of learning phase by cutting planes	: 0
31.06/29.97	c speed (assignments/second)	: 2523496.2241169303
31.06/29.97	c non guided choices	174
31.06/29.97	c learnt constraints type 
31.06/29.97	c constraints type 
31.06/29.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
31.06/29.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
31.06/29.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
31.06/29.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
31.06/29.97	s OPTIMUM FOUND
31.06/29.97	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 
31.06/29.97	c objective function=78
31.06/29.97	c Total wall clock time (in seconds): 29.866

Verifier Data

OK	78

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 1.93 2/195 14075
/proc/meminfo: memFree=3001108/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 1191 0 0 0 0 0 0 0 25 0 2 0 883397013 31313920 916 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 7645 920 699 9 0 383 0
[pid=14075/tid=14076] ppid=14073 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 96 0 0 0 0 0 0 0 25 0 2 0 883397014 31313920 936 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233505335040 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0935409 s]
/proc/loadavg: 2.01 2.02 1.93 2/195 14075
/proc/meminfo: memFree=3001108/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=10605232 CPUtime=0.1 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 12994 0 1 0 9 1 0 0 25 0 18 0 883397013 10859757568 12651 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 2651308 12652 2092 9 0 2642042 0
[pid=14075/tid=14076] ppid=14073 vsize=10605232 CPUtime=0.07 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 11063 0 1 0 7 0 0 0 18 0 18 0 883397014 10859757568 12652 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522124235 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605232

[startup+0.100536 s]
/proc/loadavg: 2.01 2.02 1.93 2/195 14075
/proc/meminfo: memFree=3001108/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=10605232 CPUtime=0.11 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 13128 0 1 0 10 1 0 0 25 0 18 0 883397013 10859757568 12785 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 2651308 12785 2092 9 0 2642042 0
[pid=14075/tid=14076] ppid=14073 vsize=10605232 CPUtime=0.08 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 11197 0 1 0 8 0 0 0 18 0 18 0 883397014 10859757568 12786 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522124235 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10605232

[startup+0.300542 s]
/proc/loadavg: 2.01 2.02 1.93 2/195 14075
/proc/meminfo: memFree=3001108/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=10609384 CPUtime=0.55 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 16220 0 1 0 54 1 0 0 25 0 19 0 883397013 10864009216 14718 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 2652346 14718 2214 9 0 2643080 0
[pid=14075/tid=14076] ppid=14073 vsize=10609384 CPUtime=0.28 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 11775 0 1 0 28 0 0 0 19 0 19 0 883397014 10864009216 14718 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 46912505626752 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10609384

[startup+0.700471 s]
/proc/loadavg: 2.01 2.02 1.93 2/195 14075
/proc/meminfo: memFree=3001108/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=10609612 CPUtime=1.04 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 17377 0 1 0 102 2 0 0 25 0 19 0 883397013 10864242688 15725 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 2652403 15725 2246 9 0 2643137 0
[pid=14075/tid=14076] ppid=14073 vsize=10609612 CPUtime=0.65 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 12007 0 1 0 65 0 0 0 19 0 19 0 883397014 10864242688 15725 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 46912505550915 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10609612

[startup+1.50129 s]
/proc/loadavg: 2.01 2.02 1.93 3/214 14094
/proc/meminfo: memFree=2947104/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=10609612 CPUtime=1.89 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 17690 0 1 0 187 2 0 0 25 0 19 0 883397013 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 2652403 16035 2247 9 0 2643137 0
[pid=14075/tid=14076] ppid=14073 vsize=10609612 CPUtime=1.4 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 12008 0 1 0 140 0 0 0 20 0 19 0 883397014 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 46912505557347 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14075/tid=14078] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14078/stat : 14078 (java) S 14073 14075 12607 0 -1 4202560 95 0 0 0 0 0 0 0 16 0 19 0 883397015 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14079] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14079/stat : 14079 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883397015 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14080] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14080/stat : 14080 (java) S 14073 14075 12607 0 -1 4202560 60 0 0 0 0 0 0 0 16 0 19 0 883397015 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14081] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14081/stat : 14081 (java) S 14073 14075 12607 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 883397015 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14082] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14082/stat : 14082 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883397015 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14083] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14083/stat : 14083 (java) S 14073 14075 12607 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 883397015 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14084] ppid=14073 vsize=10609612 CPUtime=0.01 cores=1,3,5,7
/proc/14075/task/14084/stat : 14084 (java) S 14073 14075 12607 0 -1 4202560 126 0 0 0 1 0 0 0 15 0 19 0 883397015 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14085] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14085/stat : 14085 (java) S 14073 14075 12607 0 -1 4202560 160 0 0 0 0 0 0 0 16 0 19 0 883397015 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14086] ppid=14073 vsize=10609612 CPUtime=0.05 cores=1,3,5,7
/proc/14075/task/14086/stat : 14086 (java) S 14073 14075 12607 0 -1 4202560 449 0 0 0 5 0 0 0 16 0 19 0 883397016 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 0 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14087] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14087/stat : 14087 (java) S 14073 14075 12607 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 883397017 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14088] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14088/stat : 14088 (java) S 14073 14075 12607 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 883397017 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14089] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14089/stat : 14089 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522121137 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14090] ppid=14073 vsize=10609612 CPUtime=0.21 cores=1,3,5,7
/proc/14075/task/14090/stat : 14090 (java) S 14073 14075 12607 0 -1 4202560 1881 0 0 0 21 0 0 0 15 0 19 0 883397019 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14091] ppid=14073 vsize=10609612 CPUtime=0.15 cores=1,3,5,7
/proc/14075/task/14091/stat : 14091 (java) S 14073 14075 12607 0 -1 4202560 1641 0 0 0 15 0 0 0 18 0 19 0 883397019 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14092] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14092/stat : 14092 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14093] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14093/stat : 14093 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883397019 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14094] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14094/stat : 14094 (java) S 14073 14075 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883397030 10864242688 16035 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10609612

[startup+3.10105 s]
/proc/loadavg: 2.01 2.02 1.93 3/214 14094
/proc/meminfo: memFree=2944996/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=10609612 CPUtime=3.49 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 17853 0 1 0 347 2 0 0 25 0 19 0 883397013 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 2652403 16193 2247 9 0 2643137 0
[pid=14075/tid=14076] ppid=14073 vsize=10609612 CPUtime=2.93 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 12013 0 1 0 293 0 0 0 24 0 19 0 883397014 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 46912505537263 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14075/tid=14078] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14078/stat : 14078 (java) S 14073 14075 12607 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 883397015 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14079] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14079/stat : 14079 (java) S 14073 14075 12607 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 883397015 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14080] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14080/stat : 14080 (java) S 14073 14075 12607 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 883397015 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14081] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14081/stat : 14081 (java) S 14073 14075 12607 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 883397015 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14082] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14082/stat : 14082 (java) S 14073 14075 12607 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 883397015 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14083] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14083/stat : 14083 (java) S 14073 14075 12607 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 19 0 883397015 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14084] ppid=14073 vsize=10609612 CPUtime=0.01 cores=1,3,5,7
/proc/14075/task/14084/stat : 14084 (java) S 14073 14075 12607 0 -1 4202560 128 0 0 0 1 0 0 0 15 0 19 0 883397015 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14085] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14085/stat : 14085 (java) S 14073 14075 12607 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 883397015 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14086] ppid=14073 vsize=10609612 CPUtime=0.11 cores=1,3,5,7
/proc/14075/task/14086/stat : 14086 (java) S 14073 14075 12607 0 -1 4202560 596 0 0 0 11 0 0 0 15 0 19 0 883397016 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 0 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14087] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14087/stat : 14087 (java) S 14073 14075 12607 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 883397017 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14088] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14088/stat : 14088 (java) S 14073 14075 12607 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 883397017 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14089] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14089/stat : 14089 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522121137 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14090] ppid=14073 vsize=10609612 CPUtime=0.21 cores=1,3,5,7
/proc/14075/task/14090/stat : 14090 (java) S 14073 14075 12607 0 -1 4202560 1881 0 0 0 21 0 0 0 15 0 19 0 883397019 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14091] ppid=14073 vsize=10609612 CPUtime=0.15 cores=1,3,5,7
/proc/14075/task/14091/stat : 14091 (java) S 14073 14075 12607 0 -1 4202560 1641 0 0 0 15 0 0 0 15 0 19 0 883397019 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14092] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14092/stat : 14092 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14093] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14093/stat : 14093 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883397019 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14094] ppid=14073 vsize=10609612 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14094/stat : 14094 (java) S 14073 14075 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883397030 10864242688 16193 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10609612

[startup+6.30147 s]
/proc/loadavg: 2.01 2.02 1.93 3/214 14094
/proc/meminfo: memFree=2943412/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=10608160 CPUtime=6.7 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 17907 0 1 0 668 2 0 0 25 0 19 0 883397013 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 2652040 15835 2247 9 0 2642774 0
[pid=14075/tid=14076] ppid=14073 vsize=10608160 CPUtime=5.97 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 12026 0 1 0 596 1 0 0 25 0 19 0 883397014 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 46912505587816 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14075/tid=14078] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14078/stat : 14078 (java) S 14073 14075 12607 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 883397015 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14079] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14079/stat : 14079 (java) S 14073 14075 12607 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883397015 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14080] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14080/stat : 14080 (java) S 14073 14075 12607 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 883397015 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14081] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14081/stat : 14081 (java) S 14073 14075 12607 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 883397015 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14082] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14082/stat : 14082 (java) S 14073 14075 12607 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883397015 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14083] ppid=14073 vsize=10608160 CPUtime=0.01 cores=1,3,5,7
/proc/14075/task/14083/stat : 14083 (java) S 14073 14075 12607 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 883397015 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14084] ppid=14073 vsize=10608160 CPUtime=0.01 cores=1,3,5,7
/proc/14075/task/14084/stat : 14084 (java) S 14073 14075 12607 0 -1 4202560 128 0 0 0 1 0 0 0 15 0 19 0 883397015 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14085] ppid=14073 vsize=10608160 CPUtime=0.01 cores=1,3,5,7
/proc/14075/task/14085/stat : 14085 (java) S 14073 14075 12607 0 -1 4202560 161 0 0 0 1 0 0 0 16 0 19 0 883397015 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14086] ppid=14073 vsize=10608160 CPUtime=0.26 cores=1,3,5,7
/proc/14075/task/14086/stat : 14086 (java) S 14073 14075 12607 0 -1 4202560 634 0 0 0 26 0 0 0 15 0 19 0 883397016 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 0 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14087] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14087/stat : 14087 (java) S 14073 14075 12607 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 883397017 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14088] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14088/stat : 14088 (java) S 14073 14075 12607 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 883397017 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14089] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14089/stat : 14089 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522121137 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14090] ppid=14073 vsize=10608160 CPUtime=0.21 cores=1,3,5,7
/proc/14075/task/14090/stat : 14090 (java) S 14073 14075 12607 0 -1 4202560 1881 0 0 0 21 0 0 0 15 0 19 0 883397019 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14091] ppid=14073 vsize=10608160 CPUtime=0.15 cores=1,3,5,7
/proc/14075/task/14091/stat : 14091 (java) S 14073 14075 12607 0 -1 4202560 1641 0 0 0 15 0 0 0 15 0 19 0 883397019 10862755840 15835 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0

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

/proc/14075/task/14078/stat : 14078 (java) S 14073 14075 12607 0 -1 4202560 98 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14079] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14079/stat : 14079 (java) S 14073 14075 12607 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14080] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14080/stat : 14080 (java) S 14073 14075 12607 0 -1 4202560 69 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14081] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14081/stat : 14081 (java) S 14073 14075 12607 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14082] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14082/stat : 14082 (java) S 14073 14075 12607 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14083] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14083/stat : 14083 (java) S 14073 14075 12607 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14084] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14084/stat : 14084 (java) S 14073 14075 12607 0 -1 4202560 128 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14085] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14085/stat : 14085 (java) S 14073 14075 12607 0 -1 4202560 165 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14086] ppid=14073 vsize=10608160 CPUtime=1.15 cores=1,3,5,7
/proc/14075/task/14086/stat : 14086 (java) S 14073 14075 12607 0 -1 4202560 857 0 0 0 114 1 0 0 16 0 19 0 883397016 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 0 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14087] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14087/stat : 14087 (java) S 14073 14075 12607 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 883397017 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14088] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14088/stat : 14088 (java) S 14073 14075 12607 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 883397017 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14089] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14089/stat : 14089 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522121137 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14090] ppid=14073 vsize=10608160 CPUtime=0.21 cores=1,3,5,7
/proc/14075/task/14090/stat : 14090 (java) S 14073 14075 12607 0 -1 4202560 1881 0 0 0 21 0 0 0 15 0 19 0 883397019 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14091] ppid=14073 vsize=10608160 CPUtime=0.18 cores=1,3,5,7
/proc/14075/task/14091/stat : 14091 (java) S 14073 14075 12607 0 -1 4202560 2204 0 0 0 18 0 0 0 15 0 19 0 883397019 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14092] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14092/stat : 14092 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14093] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14093/stat : 14093 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883397019 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14094] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14094/stat : 14094 (java) S 14073 14075 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883397030 10862755840 16617 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 27.59
Current children cumulated vsize (KiB) 10608160

[startup+28.7014 s]
/proc/loadavg: 2.00 2.02 1.93 3/214 14095
/proc/meminfo: memFree=2939932/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=10608160 CPUtime=29.2 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 18792 0 1 0 2917 3 0 0 25 0 19 0 883397013 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 2652040 16620 2249 9 0 2642774 0
[pid=14075/tid=14076] ppid=14073 vsize=10608160 CPUtime=27.34 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 12100 0 1 0 2733 1 0 0 25 0 19 0 883397014 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 46912505717694 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14075/tid=14078] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14078/stat : 14078 (java) S 14073 14075 12607 0 -1 4202560 98 0 0 0 2 0 0 0 16 0 19 0 883397015 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14079] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14079/stat : 14079 (java) S 14073 14075 12607 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14080] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14080/stat : 14080 (java) S 14073 14075 12607 0 -1 4202560 69 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14081] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14081/stat : 14081 (java) S 14073 14075 12607 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14082] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14082/stat : 14082 (java) S 14073 14075 12607 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14083] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14083/stat : 14083 (java) S 14073 14075 12607 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14084] ppid=14073 vsize=10608160 CPUtime=0.03 cores=1,3,5,7
/proc/14075/task/14084/stat : 14084 (java) S 14073 14075 12607 0 -1 4202560 129 0 0 0 3 0 0 0 15 0 19 0 883397015 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14085] ppid=14073 vsize=10608160 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14085/stat : 14085 (java) S 14073 14075 12607 0 -1 4202560 165 0 0 0 2 0 0 0 15 0 19 0 883397015 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14086] ppid=14073 vsize=10608160 CPUtime=1.22 cores=1,3,5,7
/proc/14075/task/14086/stat : 14086 (java) S 14073 14075 12607 0 -1 4202560 858 0 0 0 121 1 0 0 16 0 19 0 883397016 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 0 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14087] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14087/stat : 14087 (java) S 14073 14075 12607 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 883397017 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14088] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14088/stat : 14088 (java) S 14073 14075 12607 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 883397017 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14089] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14089/stat : 14089 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522121137 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14090] ppid=14073 vsize=10608160 CPUtime=0.21 cores=1,3,5,7
/proc/14075/task/14090/stat : 14090 (java) S 14073 14075 12607 0 -1 4202560 1881 0 0 0 21 0 0 0 15 0 19 0 883397019 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14091] ppid=14073 vsize=10608160 CPUtime=0.18 cores=1,3,5,7
/proc/14075/task/14091/stat : 14091 (java) S 14073 14075 12607 0 -1 4202560 2204 0 0 0 18 0 0 0 15 0 19 0 883397019 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14092] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14092/stat : 14092 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14093] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14093/stat : 14093 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883397019 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14094] ppid=14073 vsize=10608160 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14094/stat : 14094 (java) S 14073 14075 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883397030 10862755840 16620 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29.2
Current children cumulated vsize (KiB) 10608160

[startup+29.5013 s]
/proc/loadavg: 2.00 2.02 1.93 3/214 14095
/proc/meminfo: memFree=2939932/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=10618892 CPUtime=30.66 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 29872 0 1 0 3061 5 0 0 25 0 19 0 883397013 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 2654723 23389 2250 9 0 2645457 0
[pid=14075/tid=14076] ppid=14073 vsize=10618892 CPUtime=28.09 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 12103 0 1 0 2808 1 0 0 25 0 19 0 883397014 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 46912505557561 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14075/tid=14078] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14078/stat : 14078 (java) S 14073 14075 12607 0 -1 4202560 98 0 0 0 2 0 0 0 15 0 19 0 883397015 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14079] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14079/stat : 14079 (java) S 14073 14075 12607 0 -1 4202560 6 0 0 0 2 0 0 0 16 0 19 0 883397015 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14080] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14080/stat : 14080 (java) S 14073 14075 12607 0 -1 4202560 69 0 0 0 2 0 0 0 15 0 19 0 883397015 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14081] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14081/stat : 14081 (java) S 14073 14075 12607 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 883397015 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14082] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14082/stat : 14082 (java) S 14073 14075 12607 0 -1 4202560 6 0 0 0 2 0 0 0 16 0 19 0 883397015 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14083] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14083/stat : 14083 (java) S 14073 14075 12607 0 -1 4202560 49 0 0 0 2 0 0 0 16 0 19 0 883397015 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14084] ppid=14073 vsize=10618892 CPUtime=0.03 cores=1,3,5,7
/proc/14075/task/14084/stat : 14084 (java) S 14073 14075 12607 0 -1 4202560 130 0 0 0 3 0 0 0 16 0 19 0 883397015 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14085] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14085/stat : 14085 (java) S 14073 14075 12607 0 -1 4202560 165 0 0 0 2 0 0 0 15 0 19 0 883397015 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14086] ppid=14073 vsize=10618892 CPUtime=1.26 cores=1,3,5,7
/proc/14075/task/14086/stat : 14086 (java) S 14073 14075 12607 0 -1 4202560 873 0 0 0 125 1 0 0 16 0 19 0 883397016 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 0 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14087] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14087/stat : 14087 (java) S 14073 14075 12607 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 883397017 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14088] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14088/stat : 14088 (java) S 14073 14075 12607 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 883397017 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14089] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14089/stat : 14089 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522121137 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14090] ppid=14073 vsize=10618892 CPUtime=0.51 cores=1,3,5,7
/proc/14075/task/14090/stat : 14090 (java) S 14073 14075 12607 0 -1 4202560 5057 0 0 0 51 0 0 0 16 0 19 0 883397019 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14091] ppid=14073 vsize=10618892 CPUtime=0.53 cores=1,3,5,7
/proc/14075/task/14091/stat : 14091 (java) S 14073 14075 12607 0 -1 4202560 10089 0 0 0 52 1 0 0 16 0 19 0 883397019 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14092] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14092/stat : 14092 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14093] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14093/stat : 14093 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883397019 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14094] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14094/stat : 14094 (java) S 14073 14075 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883397030 10873745408 23389 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 30.66
Current children cumulated vsize (KiB) 10618892

[startup+29.9012 s]
/proc/loadavg: 2.08 2.03 1.93 3/214 14095
/proc/meminfo: memFree=2912156/32951124 swapFree=67054264/67111528
[pid=14075] ppid=14073 vsize=10618892 CPUtime=31.06 cores=1,3,5,7
/proc/14075/stat : 14075 (java) S 14073 14075 12607 0 -1 4202496 29876 0 1 0 3101 5 0 0 25 0 19 0 883397013 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14075/statm: 2654723 23392 2250 9 0 2645457 0
[pid=14075/tid=14076] ppid=14073 vsize=10618892 CPUtime=28.48 cores=1,3,5,7
/proc/14075/task/14076/stat : 14076 (java) R 14073 14075 12607 0 -1 4202560 12105 0 1 0 2847 1 0 0 25 0 19 0 883397014 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 47724659994955 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14075/tid=14078] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14078/stat : 14078 (java) S 14073 14075 12607 0 -1 4202560 98 0 0 0 2 0 0 0 15 0 19 0 883397015 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14079] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14079/stat : 14079 (java) S 14073 14075 12607 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 883397015 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14080] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14080/stat : 14080 (java) S 14073 14075 12607 0 -1 4202560 69 0 0 0 2 0 0 0 16 0 19 0 883397015 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14081] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14081/stat : 14081 (java) S 14073 14075 12607 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 883397015 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14082] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14082/stat : 14082 (java) S 14073 14075 12607 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883397015 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14083] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14083/stat : 14083 (java) S 14073 14075 12607 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 883397015 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14084] ppid=14073 vsize=10618892 CPUtime=0.03 cores=1,3,5,7
/proc/14075/task/14084/stat : 14084 (java) S 14073 14075 12607 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 883397015 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14085] ppid=14073 vsize=10618892 CPUtime=0.02 cores=1,3,5,7
/proc/14075/task/14085/stat : 14085 (java) S 14073 14075 12607 0 -1 4202560 165 0 0 0 2 0 0 0 15 0 19 0 883397015 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14086] ppid=14073 vsize=10618892 CPUtime=1.27 cores=1,3,5,7
/proc/14075/task/14086/stat : 14086 (java) S 14073 14075 12607 0 -1 4202560 873 0 0 0 126 1 0 0 16 0 19 0 883397016 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 0 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
[pid=14075/tid=14087] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14087/stat : 14087 (java) S 14073 14075 12607 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 883397017 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14088] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14088/stat : 14088 (java) S 14073 14075 12607 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 883397017 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14089] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14089/stat : 14089 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522121137 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14090] ppid=14073 vsize=10618892 CPUtime=0.51 cores=1,3,5,7
/proc/14075/task/14090/stat : 14090 (java) S 14073 14075 12607 0 -1 4202560 5057 0 0 0 51 0 0 0 16 0 19 0 883397019 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 1 0 0 0
[pid=14075/tid=14091] ppid=14073 vsize=10618892 CPUtime=0.53 cores=1,3,5,7
/proc/14075/task/14091/stat : 14091 (java) S 14073 14075 12607 0 -1 4202560 10089 0 0 0 52 1 0 0 16 0 19 0 883397019 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14092] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14092/stat : 14092 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883397019 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522113433 0 4 0 16800975 18446604471130177984 0 0 -1 3 0 0 0
[pid=14075/tid=14093] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14093/stat : 14093 (java) S 14073 14075 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883397019 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 7 0 0 0
[pid=14075/tid=14094] ppid=14073 vsize=10618892 CPUtime=0 cores=1,3,5,7
/proc/14075/task/14094/stat : 14094 (java) S 14073 14075 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883397030 10873745408 23392 33554432000 1073741824 1073778376 140735087441440 18446744073709551615 233522114048 0 4 0 16800975 18446604471130177984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 31.06
Current children cumulated vsize (KiB) 10618892

Child status: 30
Real time (s): 29.9934
CPU time (s): 31.1613
CPU user time (s): 31.1063
CPU system time (s): 0.054991
CPU usage (%): 103.894
Max. virtual memory (cumulated for all children) (KiB): 10618892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.1063
system time used= 0.054991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29896
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= 3414
involuntary context switches= 1832

runsolver used 0.051992 second user time and 0.120981 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-12 22:16:52
IDJOB=3492416
IDBENCH=78805
IDSOLVER=1982
FILE ID=node145/3492416-1307909812
RUNJOBID= node145-1307907979-13799
PBS_JOBID= 13559605
Free space on /var/tmp= 2912 MiB

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

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

MD5SUM BENCH= 71325e7cac253fc5c21b0ac5c0e624a3
RANDOM SEED=1977269207

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3001884 kB
Buffers:         63792 kB
Cached:       28760716 kB
SwapCached:       9324 kB
Active:       14116004 kB
Inactive:     14927160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3001884 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:             152 kB
Writeback:           0 kB
AnonPages:      216760 kB
Mapped:          21192 kB
Slab:           842056 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10545880 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= 2912 MiB
End job on node145 at 2011-06-12 22:17:22