Trace number 3492494

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 23.0695 22.1978

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225605--soft-66-100-0.wbo
MD5SUM0b429bb598a1356114a5dedac9be9982
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.792879
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 1240
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/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@13d4c61c
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-3492494-1307909910.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c #vars     197
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 => 28
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.67/0.44	c cleaning 2498 clauses out of 5000 with flag 5000/5000
0.91/0.66	c cleaning 4248 clauses out of 8503 with flag 11001/11001
1.13/0.89	c cleaning 5626 clauses out of 11257 with flag 18003/18003
1.24/0.99	c SATISFIABLE
1.24/0.99	c OPTIMIZING...
1.24/0.99	c Got one! Elapsed wall clock time (in seconds):0.882
1.24/0.99	o 157
1.35/1.06	c cleaning 5331 clauses out of 10666 with flag 2000/23038
1.57/1.26	c cleaning 5662 clauses out of 11336 with flag 8001/29039
1.77/1.49	c cleaning 6335 clauses out of 12674 with flag 15001/36039
2.07/1.75	c cleaning 7163 clauses out of 14339 with flag 23001/44039
2.37/2.03	c Got one! Elapsed wall clock time (in seconds):1.92
2.37/2.03	o 117
2.58/2.27	c cleaning 10116 clauses out of 20240 with flag 5001/57103
2.77/2.49	c cleaning 8055 clauses out of 16123 with flag 11000/63102
3.07/2.71	c cleaning 7530 clauses out of 15069 with flag 18001/70103
3.27/2.96	c cleaning 7766 clauses out of 15539 with flag 26001/78103
3.58/3.29	c cleaning 8382 clauses out of 16773 with flag 35001/87103
3.77/3.43	c Got one! Elapsed wall clock time (in seconds):3.322
3.77/3.43	o 116
3.77/3.47	c cleaning 6994 clauses out of 13995 with flag 1000/92707
3.97/3.65	c cleaning 6498 clauses out of 13003 with flag 7002/98709
4.17/3.89	c cleaning 6744 clauses out of 13503 with flag 14000/105707
4.47/4.17	c cleaning 7376 clauses out of 14761 with flag 22002/113709
4.78/4.48	c cleaning 8187 clauses out of 16384 with flag 31001/122708
4.87/4.59	c Got one! Elapsed wall clock time (in seconds):4.488
4.87/4.59	o 113
4.97/4.67	c cleaning 6968 clauses out of 13944 with flag 2000/128455
5.18/4.87	c cleaning 6482 clauses out of 12976 with flag 8000/134455
5.38/5.09	c cleaning 6746 clauses out of 13495 with flag 15001/141456
5.68/5.36	c cleaning 7370 clauses out of 14749 with flag 23001/149456
5.98/5.65	c cleaning 8186 clauses out of 16379 with flag 32001/158456
5.98/5.67	c Got one! Elapsed wall clock time (in seconds):5.566
5.98/5.67	o 100
6.18/5.83	c cleaning 6658 clauses out of 13321 with flag 5001/163584
6.38/6.02	c cleaning 6329 clauses out of 12663 with flag 11001/169584
6.48/6.19	c Got one! Elapsed wall clock time (in seconds):6.08
6.48/6.19	o 97
6.68/6.38	c cleaning 8395 clauses out of 16796 with flag 5000/180046
6.89/6.58	c cleaning 7198 clauses out of 14403 with flag 11002/186048
7.19/6.81	c cleaning 7097 clauses out of 14204 with flag 18001/193047
7.39/7.08	c cleaning 7549 clauses out of 15106 with flag 26000/201046
7.69/7.36	c Got one! Elapsed wall clock time (in seconds):7.257
7.69/7.36	o 77
7.89/7.58	c cleaning 10645 clauses out of 21299 with flag 5001/214788
8.19/7.80	c cleaning 8323 clauses out of 16654 with flag 11001/220788
8.39/8.04	c cleaning 7662 clauses out of 15330 with flag 18000/227787
8.69/8.31	c cleaning 7830 clauses out of 15669 with flag 26001/235788
8.99/8.62	c cleaning 8414 clauses out of 16838 with flag 35000/244787
9.30/8.94	c cleaning 9206 clauses out of 18424 with flag 45000/254787
9.60/9.29	c cleaning 9605 clauses out of 19218 with flag 55000/264787
10.00/9.63	c cleaning 9802 clauses out of 19613 with flag 65000/274787
10.31/9.96	c cleaning 9902 clauses out of 19814 with flag 75003/284790
10.71/10.32	c cleaning 9950 clauses out of 19909 with flag 85000/294787
11.01/10.67	c cleaning 9978 clauses out of 19962 with flag 95003/304790
11.32/11.00	c cleaning 9986 clauses out of 19984 with flag 105003/314790
11.71/11.33	c cleaning 9995 clauses out of 19998 with flag 115003/324790
12.02/11.66	c cleaning 9995 clauses out of 20002 with flag 125002/334789
12.32/11.99	c cleaning 9999 clauses out of 20005 with flag 135000/344787
12.72/12.34	c cleaning 9997 clauses out of 20006 with flag 145000/354787
13.03/12.68	c cleaning 9999 clauses out of 20012 with flag 155003/364790
13.13/12.71	c Got one! Elapsed wall clock time (in seconds):12.605
13.13/12.71	o 64
13.23/12.87	c cleaning 7908 clauses out of 15827 with flag 5001/370604
13.43/13.07	c cleaning 6955 clauses out of 13918 with flag 11000/376603
13.63/13.30	c cleaning 6973 clauses out of 13964 with flag 18001/383604
13.93/13.55	c cleaning 7488 clauses out of 14990 with flag 26000/391603
14.23/13.85	c cleaning 8249 clauses out of 16503 with flag 35001/400604
14.53/14.19	c cleaning 9124 clauses out of 18254 with flag 45001/410604
14.94/14.55	c cleaning 9560 clauses out of 19130 with flag 55001/420604
15.24/14.89	c cleaning 9780 clauses out of 19570 with flag 65001/430604
15.64/15.24	c cleaning 9891 clauses out of 19790 with flag 75001/440604
16.04/15.61	c cleaning 9944 clauses out of 19898 with flag 85000/450603
16.34/15.96	c cleaning 9975 clauses out of 19956 with flag 95002/460605
16.44/16.06	c Got one! Elapsed wall clock time (in seconds):15.959
16.44/16.06	o 54
16.54/16.14	c cleaning 7620 clauses out of 15251 with flag 2001/465875
16.74/16.33	c cleaning 6812 clauses out of 13631 with flag 8001/471875
16.95/16.56	c cleaning 6904 clauses out of 13819 with flag 15001/478875
17.27/16.83	c cleaning 7452 clauses out of 14914 with flag 23000/486874
17.57/17.13	c cleaning 8230 clauses out of 16466 with flag 32004/495878
17.87/17.46	c cleaning 9111 clauses out of 18233 with flag 42001/505875
18.17/17.79	c cleaning 9555 clauses out of 19122 with flag 52001/515875
18.57/18.11	c cleaning 9775 clauses out of 19566 with flag 62000/525874
18.88/18.45	c cleaning 9893 clauses out of 19793 with flag 72002/535876
19.18/18.76	c Got one! Elapsed wall clock time (in seconds):18.65
19.18/18.76	o 17
19.38/18.97	c cleaning 12211 clauses out of 24428 with flag 5001/550404
19.58/19.18	c cleaning 9103 clauses out of 18217 with flag 11001/556404
19.88/19.40	c cleaning 8048 clauses out of 16113 with flag 18000/563403
20.08/19.65	c cleaning 8028 clauses out of 16065 with flag 26000/571403
20.38/19.94	c cleaning 8513 clauses out of 17037 with flag 35000/580403
20.68/20.28	c cleaning 9259 clauses out of 18525 with flag 45001/590404
21.08/20.63	c cleaning 9626 clauses out of 19266 with flag 55001/600404
21.39/20.97	c cleaning 9818 clauses out of 19641 with flag 65002/610405
21.78/21.31	c cleaning 9906 clauses out of 19821 with flag 75000/620403
22.25/21.72	c cleaning 9952 clauses out of 19914 with flag 85000/630403
22.90/22.10	c cleaning 9979 clauses out of 19962 with flag 95000/640403
22.90/22.18	c starts		: 163
22.90/22.18	c conflicts		: 642280
22.90/22.18	c decisions		: 1034165
22.90/22.18	c propagations		: 14518402
22.90/22.18	c inspects		: 139951971
22.90/22.18	c shortcuts		: 0
22.90/22.18	c learnt literals	: 8
22.90/22.18	c learnt binary clauses	: 25
22.90/22.18	c learnt ternary clauses	: 295
22.90/22.18	c learnt constraints	: 642271
22.90/22.18	c ignored constraints	: 0
22.90/22.18	c root simplifications	: 0
22.90/22.18	c removed literals (reason simplification)	: 5121545
22.90/22.18	c reason swapping (by a shorter reason)	: 0
22.90/22.18	c Calls to reduceDB	: 76
22.90/22.18	c number of reductions to clauses (during analyze)	: 0
22.90/22.18	c number of learned constraints concerned by reduction	: 0
22.90/22.18	c number of learning phase by resolution	: 0
22.90/22.18	c number of learning phase by cutting planes	: 0
22.90/22.18	c speed (assignments/second)	: 4243905.875475007
22.90/22.18	c non guided choices	520
22.90/22.18	c learnt constraints type 
22.90/22.18	c constraints type 
22.90/22.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
22.90/22.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
22.90/22.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
22.90/22.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
22.90/22.18	s OPTIMUM FOUND
22.90/22.18	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 
22.90/22.18	c objective function=17
22.90/22.18	c Total wall clock time (in seconds): 22.072

Verifier Data

OK	17

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-3492494-1307909910/watcher-3492494-1307909910 -o /var/tmp/evaluation-result-3492494-1307909910/solver-3492494-1307909910 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492494-1307909910.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: 1.93 1.97 1.88 3/195 14051
/proc/meminfo: memFree=1220268/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=26140 CPUtime=0 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 1155 0 0 0 0 0 0 0 25 0 2 0 902588982 26767360 888 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 6522 887 672 9 0 381 0
[pid=14051/tid=14052] ppid=14049 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) S 14049 14051 12190 0 -1 4202560 54 0 0 0 0 0 0 0 25 0 2 0 902588983 26714112 897 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228117790343 0 2147483391 4096 0 18446744071699207358 0 0 -1 3 0 0 0

[startup+0.022606 s]
/proc/loadavg: 1.93 1.97 1.88 3/195 14051
/proc/meminfo: memFree=1220268/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 10001 0 1 0 1 0 0 0 25 0 10 0 902588982 10703900672 9700 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 2613257 9700 982 9 0 2604413 0
[pid=14051/tid=14052] ppid=14049 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) R 14049 14051 12190 0 -1 4202560 8877 0 1 0 0 0 0 0 20 0 10 0 902588983 10703900672 9701 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 47110525608102 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.105645 s]
/proc/loadavg: 1.93 1.97 1.88 3/195 14051
/proc/meminfo: memFree=1220268/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=10540484 CPUtime=0.11 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 13182 0 1 0 10 1 0 0 25 0 18 0 902588982 10793455616 12815 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 2635121 12818 2096 9 0 2625855 0
[pid=14051/tid=14052] ppid=14049 vsize=10540484 CPUtime=0.09 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) R 14049 14051 12190 0 -1 4202560 11228 0 1 0 8 1 0 0 18 0 18 0 902588983 10793455616 12821 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540484

[startup+0.300551 s]
/proc/loadavg: 1.93 1.97 1.88 3/195 14051
/proc/meminfo: memFree=1220268/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=10544360 CPUtime=0.52 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 16090 0 1 0 51 1 0 0 25 0 19 0 902588982 10797424640 14853 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 2636090 14853 2215 9 0 2626824 0
[pid=14051/tid=14052] ppid=14049 vsize=10544360 CPUtime=0.28 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) R 14049 14051 12190 0 -1 4202560 11768 0 1 0 27 1 0 0 19 0 19 0 902588983 10797424640 14853 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 46912505546303 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10544360

[startup+0.700485 s]
/proc/loadavg: 1.93 1.97 1.88 3/195 14051
/proc/meminfo: memFree=1220268/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=10544060 CPUtime=1.03 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 17098 0 1 0 101 2 0 0 25 0 19 0 902588982 10797117440 15750 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 2636015 15750 2248 9 0 2626749 0
[pid=14051/tid=14052] ppid=14049 vsize=10544060 CPUtime=0.66 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) R 14049 14051 12190 0 -1 4202560 11950 0 1 0 65 1 0 0 19 0 19 0 902588983 10797117440 15750 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 46912505530936 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544060

[startup+1.5013 s]
/proc/loadavg: 1.93 1.97 1.88 3/214 14070
/proc/meminfo: memFree=1165396/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=10544060 CPUtime=1.87 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 17290 0 1 0 185 2 0 0 25 0 19 0 902588982 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 2636015 15938 2249 9 0 2626749 0
[pid=14051/tid=14052] ppid=14049 vsize=10544060 CPUtime=1.41 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) S 14049 14051 12190 0 -1 4202560 11960 0 1 0 140 1 0 0 20 0 19 0 902588983 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 5 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12190 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 19 0 902588984 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12190 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12190 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12190 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12190 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12190 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 19 0 902588984 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12190 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12190 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=10544060 CPUtime=0.06 cores=1,3,5,7
/proc/14051/task/14062/stat : 14062 (java) R 14049 14051 12190 0 -1 4202560 392 0 0 0 6 0 0 0 15 0 19 0 902588985 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 47110530152869 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902588986 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14064] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14064/stat : 14064 (java) S 14049 14051 12190 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902588986 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14065] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14065/stat : 14065 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134537649 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14066] ppid=14049 vsize=10544060 CPUtime=0.21 cores=1,3,5,7
/proc/14051/task/14066/stat : 14066 (java) S 14049 14051 12190 0 -1 4202560 1771 0 0 0 21 0 0 0 19 0 19 0 902588988 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14067] ppid=14049 vsize=10544060 CPUtime=0.15 cores=1,3,5,7
/proc/14051/task/14067/stat : 14067 (java) S 14049 14051 12190 0 -1 4202560 1482 0 0 0 15 0 0 0 15 0 19 0 902588988 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14068] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14068/stat : 14068 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14069] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14069/stat : 14069 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588988 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14070] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14070/stat : 14070 (java) S 14049 14051 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902588999 10797117440 15938 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10544060

[startup+3.10105 s]
/proc/loadavg: 1.93 1.97 1.88 3/214 14070
/proc/meminfo: memFree=1164156/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=10544060 CPUtime=3.47 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 17625 0 1 0 345 2 0 0 25 0 19 0 902588982 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 2636015 16268 2249 9 0 2626749 0
[pid=14051/tid=14052] ppid=14049 vsize=10544060 CPUtime=2.94 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) R 14049 14051 12190 0 -1 4202560 11965 0 1 0 293 1 0 0 23 0 19 0 902588983 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 46912505560876 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12190 0 -1 4202560 109 0 0 0 0 0 0 0 16 0 19 0 902588984 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12190 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902588984 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12190 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12190 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12190 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12190 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12190 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 902588984 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=10544060 CPUtime=0.12 cores=1,3,5,7
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12190 0 -1 4202560 591 0 0 0 12 0 0 0 16 0 19 0 902588985 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 0 0 16800975 18446604461482743680 0 0 -1 5 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902588986 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14064] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14064/stat : 14064 (java) S 14049 14051 12190 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902588986 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14065] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14065/stat : 14065 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134537649 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14066] ppid=14049 vsize=10544060 CPUtime=0.21 cores=1,3,5,7
/proc/14051/task/14066/stat : 14066 (java) S 14049 14051 12190 0 -1 4202560 1771 0 0 0 21 0 0 0 18 0 19 0 902588988 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14067] ppid=14049 vsize=10544060 CPUtime=0.15 cores=1,3,5,7
/proc/14051/task/14067/stat : 14067 (java) S 14049 14051 12190 0 -1 4202560 1482 0 0 0 15 0 0 0 15 0 19 0 902588988 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14068] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14068/stat : 14068 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14069] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14069/stat : 14069 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588988 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14070] ppid=14049 vsize=10544060 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14070/stat : 14070 (java) S 14049 14051 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902588999 10797117440 16268 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10544060

[startup+6.30147 s]
/proc/loadavg: 1.93 1.97 1.88 3/214 14070
/proc/meminfo: memFree=1163028/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=10543464 CPUtime=6.68 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 17646 0 1 0 666 2 0 0 25 0 19 0 902588982 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 2635866 16079 2249 9 0 2626600 0
[pid=14051/tid=14052] ppid=14049 vsize=10543464 CPUtime=5.97 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) R 14049 14051 12190 0 -1 4202560 11980 0 1 0 596 1 0 0 25 0 19 0 902588983 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 46912505536101 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12190 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 902588984 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12190 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902588984 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12190 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902588984 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12190 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 902588984 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12190 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 902588984 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12190 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 902588984 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12190 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 902588984 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12190 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 902588984 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=10543464 CPUtime=0.27 cores=1,3,5,7
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12190 0 -1 4202560 591 0 0 0 27 0 0 0 16 0 19 0 902588985 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 0 0 16800975 18446604461482743680 0 0 -1 5 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902588986 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14064] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14064/stat : 14064 (java) S 14049 14051 12190 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902588986 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14065] ppid=14049 vsize=10543464 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14065/stat : 14065 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134537649 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14066] ppid=14049 vsize=10543464 CPUtime=0.21 cores=1,3,5,7
/proc/14051/task/14066/stat : 14066 (java) S 14049 14051 12190 0 -1 4202560 1771 0 0 0 21 0 0 0 18 0 19 0 902588988 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14067] ppid=14049 vsize=10543464 CPUtime=0.15 cores=1,3,5,7
/proc/14051/task/14067/stat : 14067 (java) S 14049 14051 12190 0 -1 4202560 1482 0 0 0 15 0 0 0 15 0 19 0 902588988 10796507136 16079 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0

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

/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12190 0 -1 4202560 135 0 0 0 2 0 0 0 15 0 19 0 902588984 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=10542352 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12190 0 -1 4202560 29 0 0 0 1 0 0 0 16 0 19 0 902588984 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=10542352 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12190 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 902588984 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=10542352 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12190 0 -1 4202560 114 0 0 0 2 0 0 0 16 0 19 0 902588984 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=10542352 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12190 0 -1 4202560 104 0 0 0 2 0 0 0 15 0 19 0 902588984 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=10542352 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12190 0 -1 4202560 92 0 0 0 2 0 0 0 16 0 19 0 902588984 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=10542352 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12190 0 -1 4202560 98 0 0 0 1 0 0 0 16 0 19 0 902588984 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=10542352 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12190 0 -1 4202560 171 0 0 0 1 0 0 0 16 0 19 0 902588984 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=10542352 CPUtime=0.89 cores=1,3,5,7
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12190 0 -1 4202560 828 0 0 0 89 0 0 0 15 0 19 0 902588985 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 0 0 16800975 18446604461482743680 0 0 -1 5 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902588986 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14064] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14064/stat : 14064 (java) S 14049 14051 12190 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902588986 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14065] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14065/stat : 14065 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134537649 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14066] ppid=14049 vsize=10542352 CPUtime=0.24 cores=1,3,5,7
/proc/14051/task/14066/stat : 14066 (java) S 14049 14051 12190 0 -1 4202560 2291 0 0 0 24 0 0 0 15 0 19 0 902588988 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14067] ppid=14049 vsize=10542352 CPUtime=0.15 cores=1,3,5,7
/proc/14051/task/14067/stat : 14067 (java) S 14049 14051 12190 0 -1 4202560 1482 0 0 0 15 0 0 0 15 0 19 0 902588988 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14068] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14068/stat : 14068 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14069] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14069/stat : 14069 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588988 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14070] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14070/stat : 14070 (java) S 14049 14051 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902588999 10795368448 16632 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.18
Current children cumulated vsize (KiB) 10542352

[startup+21.5007 s]
/proc/loadavg: 1.95 1.97 1.89 3/214 14070
/proc/meminfo: memFree=1160148/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=10542352 CPUtime=21.98 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 18552 0 1 0 2195 3 0 0 25 0 19 0 902588982 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 2635588 16176 2250 9 0 2626322 0
[pid=14051/tid=14052] ppid=14049 vsize=10542352 CPUtime=20.47 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) R 14049 14051 12190 0 -1 4202560 12030 0 1 0 2046 1 0 0 17 0 19 0 902588983 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 46912505550852 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=10542352 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12190 0 -1 4202560 135 0 0 0 2 0 0 0 15 0 19 0 902588984 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=10542352 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12190 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 902588984 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=10542352 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12190 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 902588984 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=10542352 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12190 0 -1 4202560 114 0 0 0 2 0 0 0 15 0 19 0 902588984 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=10542352 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12190 0 -1 4202560 104 0 0 0 2 0 0 0 16 0 19 0 902588984 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=10542352 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12190 0 -1 4202560 92 0 0 0 2 0 0 0 15 0 19 0 902588984 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=10542352 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12190 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 902588984 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=10542352 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12190 0 -1 4202560 172 0 0 0 1 0 0 0 15 0 19 0 902588984 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=10542352 CPUtime=0.91 cores=1,3,5,7
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12190 0 -1 4202560 828 0 0 0 91 0 0 0 15 0 19 0 902588985 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 0 0 16800975 18446604461482743680 0 0 -1 5 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902588986 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14064] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14064/stat : 14064 (java) S 14049 14051 12190 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902588986 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14065] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14065/stat : 14065 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134537649 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14066] ppid=14049 vsize=10542352 CPUtime=0.24 cores=1,3,5,7
/proc/14051/task/14066/stat : 14066 (java) S 14049 14051 12190 0 -1 4202560 2291 0 0 0 24 0 0 0 15 0 19 0 902588988 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14067] ppid=14049 vsize=10542352 CPUtime=0.15 cores=1,3,5,7
/proc/14051/task/14067/stat : 14067 (java) S 14049 14051 12190 0 -1 4202560 1482 0 0 0 15 0 0 0 15 0 19 0 902588988 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14068] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14068/stat : 14068 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14069] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14069/stat : 14069 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588988 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14070] ppid=14049 vsize=10542352 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14070/stat : 14070 (java) S 14049 14051 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902588999 10795368448 16176 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.98
Current children cumulated vsize (KiB) 10542352

[startup+21.9006 s]
/proc/loadavg: 1.95 1.97 1.89 4/214 14070
/proc/meminfo: memFree=1147128/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=10557292 CPUtime=22.65 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 23939 0 1 0 2261 4 0 0 25 0 19 0 902588982 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 2639323 19948 2251 9 0 2630057 0
[pid=14051/tid=14052] ppid=14049 vsize=10557292 CPUtime=20.86 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) R 14049 14051 12190 0 -1 4202560 12034 0 1 0 2085 1 0 0 18 0 19 0 902588983 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 46912505611175 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=10557292 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12190 0 -1 4202560 135 0 0 0 2 0 0 0 15 0 19 0 902588984 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=10557292 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12190 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 902588984 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=10557292 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12190 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 902588984 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=10557292 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12190 0 -1 4202560 114 0 0 0 2 0 0 0 15 0 19 0 902588984 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=10557292 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12190 0 -1 4202560 104 0 0 0 2 0 0 0 15 0 19 0 902588984 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=10557292 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12190 0 -1 4202560 92 0 0 0 2 0 0 0 16 0 19 0 902588984 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=10557292 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12190 0 -1 4202560 98 0 0 0 1 0 0 0 16 0 19 0 902588984 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=10557292 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12190 0 -1 4202560 172 0 0 0 1 0 0 0 15 0 19 0 902588984 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=10557292 CPUtime=0.93 cores=1,3,5,7
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12190 0 -1 4202560 845 0 0 0 93 0 0 0 16 0 19 0 902588985 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 0 0 16800975 18446604461482743680 0 0 -1 5 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=10557292 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902588986 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14064] ppid=14049 vsize=10557292 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14064/stat : 14064 (java) S 14049 14051 12190 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902588986 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14065] ppid=14049 vsize=10557292 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14065/stat : 14065 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134537649 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14066] ppid=14049 vsize=10557292 CPUtime=0.28 cores=1,3,5,7
/proc/14051/task/14066/stat : 14066 (java) S 14049 14051 12190 0 -1 4202560 2680 0 0 0 28 0 0 0 16 0 19 0 902588988 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14067] ppid=14049 vsize=10557292 CPUtime=0.37 cores=1,3,5,7
/proc/14051/task/14067/stat : 14067 (java) R 14049 14051 12190 0 -1 4202560 6459 0 0 0 37 0 0 0 15 0 19 0 902588988 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 47110527385494 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14051/tid=14068] ppid=14049 vsize=10557292 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14068/stat : 14068 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14069] ppid=14049 vsize=10557292 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14069/stat : 14069 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588988 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14070] ppid=14049 vsize=10557292 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14070/stat : 14070 (java) S 14049 14051 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902588999 10810667008 19948 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.65
Current children cumulated vsize (KiB) 10557292

[startup+22.1006 s]
/proc/loadavg: 1.95 1.97 1.89 4/214 14070
/proc/meminfo: memFree=1147128/32951124 swapFree=67051728/67111528
[pid=14051] ppid=14049 vsize=10558264 CPUtime=22.9 cores=1,3,5,7
/proc/14051/stat : 14051 (java) S 14049 14051 12190 0 -1 4202496 24202 0 1 0 2286 4 0 0 25 0 19 0 902588982 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14051/statm: 2639566 20211 2251 9 0 2630300 0
[pid=14051/tid=14052] ppid=14049 vsize=10558264 CPUtime=21.06 cores=1,3,5,7
/proc/14051/task/14052/stat : 14052 (java) R 14049 14051 12190 0 -1 4202560 12035 0 1 0 2105 1 0 0 18 0 19 0 902588983 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=10558264 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12190 0 -1 4202560 135 0 0 0 2 0 0 0 15 0 19 0 902588984 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=10558264 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12190 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 902588984 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=10558264 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12190 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 902588984 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=10558264 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12190 0 -1 4202560 114 0 0 0 2 0 0 0 15 0 19 0 902588984 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=10558264 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12190 0 -1 4202560 104 0 0 0 2 0 0 0 15 0 19 0 902588984 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=10558264 CPUtime=0.02 cores=1,3,5,7
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12190 0 -1 4202560 92 0 0 0 2 0 0 0 16 0 19 0 902588984 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=10558264 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12190 0 -1 4202560 98 0 0 0 1 0 0 0 16 0 19 0 902588984 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=10558264 CPUtime=0.01 cores=1,3,5,7
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12190 0 -1 4202560 172 0 0 0 1 0 0 0 15 0 19 0 902588984 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=10558264 CPUtime=0.93 cores=1,3,5,7
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12190 0 -1 4202560 845 0 0 0 93 0 0 0 16 0 19 0 902588985 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 0 0 16800975 18446604461482743680 0 0 -1 5 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=10558264 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902588986 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14064] ppid=14049 vsize=10558264 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14064/stat : 14064 (java) S 14049 14051 12190 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902588986 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14065] ppid=14049 vsize=10558264 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14065/stat : 14065 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134537649 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14066] ppid=14049 vsize=10558264 CPUtime=0.28 cores=1,3,5,7
/proc/14051/task/14066/stat : 14066 (java) S 14049 14051 12190 0 -1 4202560 2680 0 0 0 28 0 0 0 16 0 19 0 902588988 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
[pid=14051/tid=14067] ppid=14049 vsize=10558264 CPUtime=0.42 cores=1,3,5,7
/proc/14051/task/14067/stat : 14067 (java) R 14049 14051 12190 0 -1 4202560 6721 0 0 0 42 0 0 0 15 0 19 0 902588988 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 47110525847104 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14051/tid=14068] ppid=14049 vsize=10558264 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14068/stat : 14068 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588988 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134529945 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14069] ppid=14049 vsize=10558264 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14069/stat : 14069 (java) S 14049 14051 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588988 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 7 0 0 0
[pid=14051/tid=14070] ppid=14049 vsize=10558264 CPUtime=0 cores=1,3,5,7
/proc/14051/task/14070/stat : 14070 (java) S 14049 14051 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902588999 10811662336 20211 33554432000 1073741824 1073778376 140735389645376 18446744073709551615 228134530560 0 4 0 16800975 18446604461482743680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.9
Current children cumulated vsize (KiB) 10558264

Child status: 30
Real time (s): 22.1978
CPU time (s): 23.0695
CPU user time (s): 23.0195
CPU system time (s): 0.049992
CPU usage (%): 103.927
Max. virtual memory (cumulated for all children) (KiB): 10558264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.0195
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25577
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= 2866
involuntary context switches= 1073

runsolver used 0.041993 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-12 22:18:30
IDJOB=3492494
IDBENCH=78843
IDSOLVER=1982
FILE ID=node138/3492494-1307909910
RUNJOBID= node138-1307908076-13713
PBS_JOBID= 13559517
Free space on /var/tmp= 2896 MiB

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

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

MD5SUM BENCH= 0b429bb598a1356114a5dedac9be9982
RANDOM SEED=802260848

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1220424 kB
Buffers:         69508 kB
Cached:       30624224 kB
SwapCached:      13084 kB
Active:       16094132 kB
Inactive:     14679488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1220424 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:             576 kB
Writeback:           0 kB
AnonPages:       77472 kB
Mapped:          17500 kB
Slab:           894284 kB
PageTables:       4924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10542940 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= 2896 MiB
End job on node138 at 2011-06-12 22:18:52