Trace number 3492333

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 29.7915 28.9906

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226680--soft-66-100-0.wbo
MD5SUMdca485207caaa579309a7d2385685aa8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark0.982849
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 1190
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492333-1307909531.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.053s.
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.68/0.46	c cleaning 2499 clauses out of 5002 with flag 5002/5002
0.92/0.66	c cleaning 4249 clauses out of 8502 with flag 11001/11001
1.14/0.81	c SATISFIABLE
1.14/0.81	c OPTIMIZING...
1.14/0.81	c Got one! Elapsed wall clock time (in seconds):0.707
1.14/0.81	o 352
1.14/0.85	c cleaning 4869 clauses out of 9743 with flag 1001/16491
1.35/1.04	c cleaning 5434 clauses out of 10874 with flag 7001/22491
1.47/1.13	c Got one! Elapsed wall clock time (in seconds):1.026
1.47/1.13	o 136
1.57/1.24	c cleaning 5531 clauses out of 11077 with flag 3000/28128
1.67/1.32	c Got one! Elapsed wall clock time (in seconds):1.215
1.67/1.32	o 123
1.77/1.42	c cleaning 5632 clauses out of 11274 with flag 3002/33856
1.97/1.61	c cleaning 5818 clauses out of 11640 with flag 9000/39854
2.17/1.81	c cleaning 6408 clauses out of 12822 with flag 16000/46854
2.38/2.07	c cleaning 7203 clauses out of 14415 with flag 24001/54855
2.68/2.37	c cleaning 8101 clauses out of 16214 with flag 33003/63857
2.98/2.69	c cleaning 9049 clauses out of 18110 with flag 43000/73854
3.38/3.04	c cleaning 9526 clauses out of 19061 with flag 53000/83854
3.69/3.39	c cleaning 9763 clauses out of 19536 with flag 63001/93855
3.79/3.40	c Got one! Elapsed wall clock time (in seconds):3.299
3.79/3.40	o 100
3.89/3.56	c cleaning 7396 clauses out of 14805 with flag 5002/98887
4.09/3.76	c cleaning 6699 clauses out of 13409 with flag 11002/104887
4.29/3.98	c cleaning 6853 clauses out of 13709 with flag 18001/111886
4.59/4.25	c cleaning 7421 clauses out of 14855 with flag 26000/119885
4.89/4.55	c cleaning 8214 clauses out of 16435 with flag 35001/128886
5.19/4.89	c cleaning 9099 clauses out of 18220 with flag 45000/138885
5.59/5.26	c cleaning 9554 clauses out of 19121 with flag 55000/148885
5.90/5.59	c cleaning 9777 clauses out of 19568 with flag 65001/158886
6.30/5.94	c cleaning 9890 clauses out of 19792 with flag 75002/168887
6.60/6.28	c cleaning 9942 clauses out of 19901 with flag 85001/178886
7.00/6.67	c cleaning 9976 clauses out of 19959 with flag 95001/188886
7.10/6.72	c Got one! Elapsed wall clock time (in seconds):6.617
7.10/6.72	o 73
7.20/6.85	c cleaning 7696 clauses out of 15396 with flag 4003/194299
7.40/7.06	c cleaning 6846 clauses out of 13699 with flag 10002/200298
7.60/7.29	c cleaning 6918 clauses out of 13852 with flag 17001/207297
7.90/7.56	c cleaning 7464 clauses out of 14934 with flag 25001/215297
8.20/7.86	c cleaning 8229 clauses out of 16470 with flag 34001/224297
8.61/8.21	c cleaning 9117 clauses out of 18240 with flag 44000/234296
8.91/8.55	c cleaning 9557 clauses out of 19124 with flag 54001/244297
9.31/8.91	c cleaning 9776 clauses out of 19566 with flag 64000/254296
9.61/9.27	c cleaning 9893 clauses out of 19791 with flag 74001/264297
10.01/9.62	c cleaning 9948 clauses out of 19898 with flag 84001/274297
10.42/10.00	c cleaning 9968 clauses out of 19949 with flag 94000/284296
10.72/10.32	c cleaning 9990 clauses out of 19983 with flag 104002/294298
11.03/10.65	c cleaning 9989 clauses out of 19991 with flag 114000/304296
11.33/10.99	c cleaning 9997 clauses out of 20002 with flag 124000/314296
11.73/11.32	c cleaning 9995 clauses out of 20005 with flag 134000/324296
12.03/11.66	c cleaning 10000 clauses out of 20010 with flag 144000/334296
12.33/11.98	c cleaning 10000 clauses out of 20012 with flag 154002/344298
12.74/12.32	c cleaning 9998 clauses out of 20010 with flag 164000/354296
13.04/12.64	c cleaning 10001 clauses out of 20014 with flag 174002/364298
13.34/12.97	c cleaning 10002 clauses out of 20011 with flag 184000/374296
13.74/13.31	c cleaning 9998 clauses out of 20010 with flag 194001/384297
14.04/13.65	c cleaning 10002 clauses out of 20011 with flag 204000/394296
14.44/14.00	c cleaning 10003 clauses out of 20010 with flag 214001/404297
14.75/14.36	c cleaning 9997 clauses out of 20006 with flag 224000/414296
15.14/14.73	c cleaning 10003 clauses out of 20010 with flag 234001/424297
15.44/15.07	c cleaning 10000 clauses out of 20007 with flag 244001/434297
15.85/15.42	c cleaning 10000 clauses out of 20007 with flag 254001/444297
16.15/15.76	c cleaning 9999 clauses out of 20008 with flag 264002/454298
16.54/16.10	c cleaning 10000 clauses out of 20008 with flag 274001/464297
16.85/16.42	c cleaning 10000 clauses out of 20007 with flag 284000/474296
17.15/16.75	c cleaning 9997 clauses out of 20009 with flag 294002/484298
17.45/17.09	c cleaning 9998 clauses out of 20010 with flag 304000/494296
17.55/17.12	c Got one! Elapsed wall clock time (in seconds):17.015
17.55/17.12	o 66
17.65/17.29	c cleaning 7779 clauses out of 15567 with flag 5001/499851
17.85/17.48	c cleaning 6888 clauses out of 13791 with flag 11004/505854
18.06/17.70	c cleaning 6946 clauses out of 13900 with flag 18001/512851
18.35/17.95	c cleaning 7470 clauses out of 14953 with flag 26000/520850
18.65/18.26	c cleaning 8239 clauses out of 16485 with flag 35002/529852
19.06/18.61	c cleaning 9120 clauses out of 18244 with flag 45000/539850
19.47/19.01	c cleaning 9555 clauses out of 19126 with flag 55002/549852
19.77/19.36	c cleaning 9780 clauses out of 19570 with flag 65001/559851
20.07/19.70	c cleaning 9890 clauses out of 19791 with flag 75002/569852
20.48/20.06	c cleaning 9943 clauses out of 19899 with flag 85000/579850
20.88/20.41	c cleaning 9977 clauses out of 19958 with flag 95002/589852
21.18/20.76	c cleaning 9986 clauses out of 19980 with flag 105001/599851
21.58/21.12	c cleaning 9991 clauses out of 19994 with flag 115001/609851
21.88/21.49	c cleaning 9996 clauses out of 20002 with flag 125000/619850
22.28/21.84	c cleaning 10000 clauses out of 20006 with flag 135000/629850
22.58/22.18	c cleaning 9998 clauses out of 20006 with flag 145000/639850
22.99/22.52	c cleaning 10001 clauses out of 20008 with flag 155000/649850
23.29/22.86	c cleaning 9999 clauses out of 20007 with flag 165000/659850
23.69/23.22	c cleaning 10000 clauses out of 20008 with flag 175000/669850
24.00/23.54	c cleaning 10000 clauses out of 20008 with flag 185000/679850
24.30/23.87	c cleaning 9997 clauses out of 20008 with flag 195000/689850
24.60/24.20	c cleaning 10000 clauses out of 20011 with flag 205000/699850
25.00/24.53	c cleaning 10002 clauses out of 20011 with flag 215000/709850
25.30/24.89	c cleaning 9996 clauses out of 20009 with flag 225000/719850
25.71/25.23	c cleaning 10001 clauses out of 20013 with flag 235000/729850
26.00/25.57	c cleaning 10001 clauses out of 20013 with flag 245001/739851
26.31/25.90	c cleaning 10004 clauses out of 20014 with flag 255003/749853
26.71/26.22	c cleaning 10001 clauses out of 20010 with flag 265003/759853
27.01/26.58	c cleaning 9999 clauses out of 20008 with flag 275002/769852
27.41/26.92	c cleaning 10001 clauses out of 20009 with flag 285002/779852
27.71/27.26	c cleaning 10002 clauses out of 20007 with flag 295001/789851
28.11/27.63	c cleaning 9999 clauses out of 20006 with flag 305002/799852
28.41/27.97	c cleaning 9999 clauses out of 20006 with flag 315001/809851
28.71/28.29	c cleaning 9999 clauses out of 20006 with flag 325000/819850
29.15/28.66	c cleaning 9997 clauses out of 20008 with flag 335002/829852
29.68/28.98	c starts		: 177
29.68/28.98	c conflicts		: 838869
29.68/28.98	c decisions		: 1282706
29.68/28.98	c propagations		: 19686834
29.68/28.98	c inspects		: 200775347
29.68/28.98	c shortcuts		: 0
29.68/28.98	c learnt literals	: 6
29.68/28.98	c learnt binary clauses	: 17
29.68/28.98	c learnt ternary clauses	: 278
29.68/28.98	c learnt constraints	: 838862
29.68/28.98	c ignored constraints	: 0
29.68/28.98	c root simplifications	: 0
29.68/28.98	c removed literals (reason simplification)	: 7117157
29.68/28.98	c reason swapping (by a shorter reason)	: 0
29.68/28.98	c Calls to reduceDB	: 91
29.68/28.98	c number of reductions to clauses (during analyze)	: 0
29.68/28.98	c number of learned constraints concerned by reduction	: 0
29.68/28.98	c number of learning phase by resolution	: 0
29.68/28.98	c number of learning phase by cutting planes	: 0
29.68/28.98	c speed (assignments/second)	: 1659655.5386949924
29.68/28.98	c non guided choices	296
29.68/28.98	c learnt constraints type 
29.68/28.98	c constraints type 
29.68/28.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
29.68/28.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
29.68/28.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
29.68/28.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
29.68/28.98	s OPTIMUM FOUND
29.68/28.98	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 
29.68/28.98	c objective function=66
29.68/28.98	c Total wall clock time (in seconds): 28.878

Verifier Data

OK	66

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-3492333-1307909531/watcher-3492333-1307909531 -o /var/tmp/evaluation-result-3492333-1307909531/solver-3492333-1307909531 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492333-1307909531.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.05 2.01 1.94 2/195 4981
/proc/meminfo: memFree=1339912/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 1242 0 0 0 0 0 0 0 25 0 2 0 981183864 31272960 960 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 7635 960 732 9 0 386 0
[pid=4981/tid=4982] ppid=4979 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 981183864 31268864 963 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 215983668871 0 2147483391 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0347689 s]
/proc/loadavg: 2.05 2.01 1.94 2/195 4981
/proc/meminfo: memFree=1339912/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 11060 0 1 0 1 1 0 0 25 0 11 0 981183864 10716594176 10757 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 2616356 10758 1628 9 0 2607104 0
[pid=4981/tid=4982] ppid=4979 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 9935 0 1 0 1 1 0 0 25 0 11 0 981183864 10716594176 10758 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 47515555626915 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.100758 s]
/proc/loadavg: 2.05 2.01 1.94 2/195 4981
/proc/meminfo: memFree=1339912/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=10540300 CPUtime=0.11 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 13150 0 1 0 9 2 0 0 25 0 18 0 981183864 10793267200 12835 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 2635075 12836 2093 9 0 2625809 0
[pid=4981/tid=4982] ppid=4979 vsize=10540300 CPUtime=0.08 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 11218 0 1 0 7 1 0 0 25 0 18 0 981183864 10793267200 12836 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 47515558659608 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) 10540300

[startup+0.300723 s]
/proc/loadavg: 2.05 2.01 1.94 2/195 4981
/proc/meminfo: memFree=1339912/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=10543600 CPUtime=0.54 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 16483 0 1 0 52 2 0 0 25 0 19 0 981183864 10796646400 14894 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 2635900 14894 2215 9 0 2626634 0
[pid=4981/tid=4982] ppid=4979 vsize=10543600 CPUtime=0.28 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 11777 0 1 0 27 1 0 0 25 0 19 0 981183864 10796646400 14894 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 46912505164295 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543600

[startup+0.700652 s]
/proc/loadavg: 2.05 2.01 1.94 2/195 4981
/proc/meminfo: memFree=1339912/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=10543600 CPUtime=1.04 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 17744 0 1 0 102 2 0 0 25 0 19 0 981183864 10796646400 15868 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 2635900 15868 2247 9 0 2626634 0
[pid=4981/tid=4982] ppid=4979 vsize=10543600 CPUtime=0.65 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 11978 0 1 0 64 1 0 0 25 0 19 0 981183864 10796646400 15868 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 46912505558224 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10543600

[startup+1.50051 s]
/proc/loadavg: 2.05 2.01 1.94 3/214 5000
/proc/meminfo: memFree=1284544/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=10543600 CPUtime=1.87 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 17888 0 1 0 185 2 0 0 25 0 19 0 981183864 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 2635900 16008 2248 9 0 2626634 0
[pid=4981/tid=4982] ppid=4979 vsize=10543600 CPUtime=1.4 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 11988 0 1 0 139 1 0 0 25 0 19 0 981183864 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 46912505366013 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4981/tid=4984] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4984/stat : 4984 (java) S 4979 4981 3459 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4985] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4985/stat : 4985 (java) S 4979 4981 3459 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4986] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4986/stat : 4986 (java) S 4979 4981 3459 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4987] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4987/stat : 4987 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 981183866 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4988] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4988/stat : 4988 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4989] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4989/stat : 4989 (java) S 4979 4981 3459 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4990] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4990/stat : 4990 (java) S 4979 4981 3459 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4991] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4991/stat : 4991 (java) S 4979 4981 3459 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 19 0 981183866 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4992] ppid=4979 vsize=10543600 CPUtime=0.06 cores=1,3,5,7
/proc/4981/task/4992/stat : 4992 (java) S 4979 4981 3459 0 -1 4202560 415 0 0 0 6 0 0 0 16 0 19 0 981183867 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 0 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4993] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4993/stat : 4993 (java) S 4979 4981 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981183867 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4994] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4994/stat : 4994 (java) S 4979 4981 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981183867 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4995] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4995/stat : 4995 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000416177 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4996] ppid=4979 vsize=10543600 CPUtime=0.22 cores=1,3,5,7
/proc/4981/task/4996/stat : 4996 (java) S 4979 4981 3459 0 -1 4202560 2265 0 0 0 22 0 0 0 19 0 19 0 981183869 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4997] ppid=4979 vsize=10543600 CPUtime=0.15 cores=1,3,5,7
/proc/4981/task/4997/stat : 4997 (java) S 4979 4981 3459 0 -1 4202560 1602 0 0 0 15 0 0 0 18 0 19 0 981183869 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4998] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4998/stat : 4998 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4999] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4999/stat : 4999 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981183869 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=5000] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/5000/stat : 5000 (java) S 4979 4981 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981183880 10796646400 16008 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10543600

[startup+3.10123 s]
/proc/loadavg: 2.05 2.01 1.94 3/214 5000
/proc/meminfo: memFree=1283736/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=10543600 CPUtime=3.48 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 18081 0 1 0 346 2 0 0 25 0 19 0 981183864 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 2635900 16195 2248 9 0 2626634 0
[pid=4981/tid=4982] ppid=4979 vsize=10543600 CPUtime=2.92 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 11994 0 1 0 291 1 0 0 25 0 19 0 981183864 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 46912505573235 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4981/tid=4984] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4984/stat : 4984 (java) S 4979 4981 3459 0 -1 4202560 194 0 0 0 0 0 0 0 16 0 19 0 981183866 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4985] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4985/stat : 4985 (java) S 4979 4981 3459 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4986] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4986/stat : 4986 (java) S 4979 4981 3459 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4987] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4987/stat : 4987 (java) S 4979 4981 3459 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4988] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4988/stat : 4988 (java) S 4979 4981 3459 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4989] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4989/stat : 4989 (java) S 4979 4981 3459 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 19 0 981183866 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4990] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4990/stat : 4990 (java) S 4979 4981 3459 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4991] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4991/stat : 4991 (java) S 4979 4981 3459 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 981183866 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4992] ppid=4979 vsize=10543600 CPUtime=0.14 cores=1,3,5,7
/proc/4981/task/4992/stat : 4992 (java) S 4979 4981 3459 0 -1 4202560 553 0 0 0 14 0 0 0 16 0 19 0 981183867 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 0 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4993] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4993/stat : 4993 (java) S 4979 4981 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981183867 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4994] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4994/stat : 4994 (java) S 4979 4981 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981183867 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4995] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4995/stat : 4995 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000416177 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4996] ppid=4979 vsize=10543600 CPUtime=0.22 cores=1,3,5,7
/proc/4981/task/4996/stat : 4996 (java) S 4979 4981 3459 0 -1 4202560 2265 0 0 0 22 0 0 0 18 0 19 0 981183869 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4997] ppid=4979 vsize=10543600 CPUtime=0.15 cores=1,3,5,7
/proc/4981/task/4997/stat : 4997 (java) S 4979 4981 3459 0 -1 4202560 1602 0 0 0 15 0 0 0 18 0 19 0 981183869 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4998] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4998/stat : 4998 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4999] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4999/stat : 4999 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981183869 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=5000] ppid=4979 vsize=10543600 CPUtime=0 cores=1,3,5,7
/proc/4981/task/5000/stat : 5000 (java) S 4979 4981 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981183880 10796646400 16195 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10543600

[startup+6.30067 s]
/proc/loadavg: 2.05 2.01 1.94 3/214 5000
/proc/meminfo: memFree=1282724/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=10542948 CPUtime=6.7 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 18299 0 1 0 668 2 0 0 25 0 19 0 981183864 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 2635737 16238 2248 9 0 2626471 0
[pid=4981/tid=4982] ppid=4979 vsize=10542948 CPUtime=5.98 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 12006 0 1 0 597 1 0 0 25 0 19 0 981183864 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 46912505547367 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4981/tid=4984] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4984/stat : 4984 (java) S 4979 4981 3459 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 981183866 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4985] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4985/stat : 4985 (java) S 4979 4981 3459 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 981183866 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4986] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4986/stat : 4986 (java) S 4979 4981 3459 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 981183866 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4987] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4987/stat : 4987 (java) S 4979 4981 3459 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 19 0 981183866 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4988] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4988/stat : 4988 (java) S 4979 4981 3459 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 981183866 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4989] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4989/stat : 4989 (java) S 4979 4981 3459 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 19 0 981183866 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4990] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4990/stat : 4990 (java) S 4979 4981 3459 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 981183866 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4991] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4991/stat : 4991 (java) S 4979 4981 3459 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 981183866 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4992] ppid=4979 vsize=10542948 CPUtime=0.27 cores=1,3,5,7
/proc/4981/task/4992/stat : 4992 (java) S 4979 4981 3459 0 -1 4202560 699 0 0 0 27 0 0 0 16 0 19 0 981183867 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 0 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4993] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4993/stat : 4993 (java) S 4979 4981 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981183867 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4994] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4994/stat : 4994 (java) S 4979 4981 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981183867 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4995] ppid=4979 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4995/stat : 4995 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000416177 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4996] ppid=4979 vsize=10542948 CPUtime=0.22 cores=1,3,5,7
/proc/4981/task/4996/stat : 4996 (java) S 4979 4981 3459 0 -1 4202560 2265 0 0 0 22 0 0 0 18 0 19 0 981183869 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4997] ppid=4979 vsize=10542948 CPUtime=0.15 cores=1,3,5,7
/proc/4981/task/4997/stat : 4997 (java) S 4979 4981 3459 0 -1 4202560 1602 0 0 0 15 0 0 0 18 0 19 0 981183869 10795978752 16238 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0

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

/proc/4981/task/4984/stat : 4984 (java) S 4979 4981 3459 0 -1 4202560 201 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4985] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4985/stat : 4985 (java) S 4979 4981 3459 0 -1 4202560 52 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4986] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4986/stat : 4986 (java) S 4979 4981 3459 0 -1 4202560 41 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4987] ppid=4979 vsize=10542388 CPUtime=0.01 cores=1,3,5,7
/proc/4981/task/4987/stat : 4987 (java) S 4979 4981 3459 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4988] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4988/stat : 4988 (java) S 4979 4981 3459 0 -1 4202560 22 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4989] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4989/stat : 4989 (java) S 4979 4981 3459 0 -1 4202560 52 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4990] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4990/stat : 4990 (java) S 4979 4981 3459 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4991] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4991/stat : 4991 (java) S 4979 4981 3459 0 -1 4202560 112 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4992] ppid=4979 vsize=10542388 CPUtime=1.07 cores=1,3,5,7
/proc/4981/task/4992/stat : 4992 (java) S 4979 4981 3459 0 -1 4202560 864 0 0 0 107 0 0 0 16 0 19 0 981183867 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 0 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4993] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4993/stat : 4993 (java) S 4979 4981 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981183867 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4994] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4994/stat : 4994 (java) S 4979 4981 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981183867 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4995] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4995/stat : 4995 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000416177 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4996] ppid=4979 vsize=10542388 CPUtime=0.24 cores=1,3,5,7
/proc/4981/task/4996/stat : 4996 (java) S 4979 4981 3459 0 -1 4202560 2546 0 0 0 24 0 0 0 15 0 19 0 981183869 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4997] ppid=4979 vsize=10542388 CPUtime=0.15 cores=1,3,5,7
/proc/4981/task/4997/stat : 4997 (java) S 4979 4981 3459 0 -1 4202560 1602 0 0 0 15 0 0 0 18 0 19 0 981183869 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4998] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4998/stat : 4998 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4999] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4999/stat : 4999 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981183869 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=5000] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/5000/stat : 5000 (java) S 4979 4981 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981183880 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.61
Current children cumulated vsize (KiB) 10542388

[startup+27.9009 s]
/proc/loadavg: 2.03 2.01 1.94 3/214 5001
/proc/meminfo: memFree=1280360/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=10542388 CPUtime=28.41 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 18848 0 1 0 2837 4 0 0 25 0 19 0 981183864 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 2635597 16312 2249 9 0 2626331 0
[pid=4981/tid=4982] ppid=4979 vsize=10542388 CPUtime=26.68 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 12071 0 1 0 2666 2 0 0 25 0 19 0 981183864 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 46912505557170 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4981/tid=4984] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4984/stat : 4984 (java) S 4979 4981 3459 0 -1 4202560 201 0 0 0 2 0 0 0 16 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4985] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4985/stat : 4985 (java) S 4979 4981 3459 0 -1 4202560 52 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4986] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4986/stat : 4986 (java) S 4979 4981 3459 0 -1 4202560 41 0 0 0 2 0 0 0 16 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4987] ppid=4979 vsize=10542388 CPUtime=0.01 cores=1,3,5,7
/proc/4981/task/4987/stat : 4987 (java) S 4979 4981 3459 0 -1 4202560 24 0 0 0 1 0 0 0 16 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4988] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4988/stat : 4988 (java) S 4979 4981 3459 0 -1 4202560 22 0 0 0 2 0 0 0 16 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4989] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4989/stat : 4989 (java) S 4979 4981 3459 0 -1 4202560 52 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4990] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4990/stat : 4990 (java) S 4979 4981 3459 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4991] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4991/stat : 4991 (java) S 4979 4981 3459 0 -1 4202560 112 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4992] ppid=4979 vsize=10542388 CPUtime=1.1 cores=1,3,5,7
/proc/4981/task/4992/stat : 4992 (java) S 4979 4981 3459 0 -1 4202560 864 0 0 0 110 0 0 0 16 0 19 0 981183867 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 0 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4993] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4993/stat : 4993 (java) S 4979 4981 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981183867 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4994] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4994/stat : 4994 (java) S 4979 4981 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981183867 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4995] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4995/stat : 4995 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000416177 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4996] ppid=4979 vsize=10542388 CPUtime=0.24 cores=1,3,5,7
/proc/4981/task/4996/stat : 4996 (java) S 4979 4981 3459 0 -1 4202560 2546 0 0 0 24 0 0 0 15 0 19 0 981183869 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4997] ppid=4979 vsize=10542388 CPUtime=0.15 cores=1,3,5,7
/proc/4981/task/4997/stat : 4997 (java) S 4979 4981 3459 0 -1 4202560 1602 0 0 0 15 0 0 0 18 0 19 0 981183869 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4998] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4998/stat : 4998 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4999] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4999/stat : 4999 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981183869 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=5000] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/5000/stat : 5000 (java) S 4979 4981 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981183880 10795405312 16312 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 28.41
Current children cumulated vsize (KiB) 10542388

[startup+28.7008 s]
/proc/loadavg: 2.03 2.01 1.94 4/214 5001
/proc/meminfo: memFree=1280236/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=10543936 CPUtime=29.3 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 23052 0 1 0 2926 4 0 0 25 0 19 0 981183864 10796990464 19405 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 2635984 19438 2251 9 0 2626718 0
[pid=4981/tid=4982] ppid=4979 vsize=10543936 CPUtime=27.43 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 12077 0 1 0 2741 2 0 0 25 0 19 0 981183864 10796990464 19454 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 46912505771998 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4981/tid=4984] ppid=4979 vsize=10543936 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4984/stat : 4984 (java) S 4979 4981 3459 0 -1 4202560 201 0 0 0 2 0 0 0 15 0 19 0 981183866 10796990464 19474 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4985] ppid=4979 vsize=10543936 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4985/stat : 4985 (java) S 4979 4981 3459 0 -1 4202560 52 0 0 0 2 0 0 0 15 0 19 0 981183866 10796990464 19494 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4986] ppid=4979 vsize=10543936 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4986/stat : 4986 (java) S 4979 4981 3459 0 -1 4202560 41 0 0 0 2 0 0 0 15 0 19 0 981183866 10796990464 19513 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4987] ppid=4979 vsize=10543936 CPUtime=0.01 cores=1,3,5,7
/proc/4981/task/4987/stat : 4987 (java) S 4979 4981 3459 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 19 0 981183866 10796990464 19534 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4988] ppid=4979 vsize=10543936 CPUtime=0.03 cores=1,3,5,7
/proc/4981/task/4988/stat : 4988 (java) S 4979 4981 3459 0 -1 4202560 22 0 0 0 3 0 0 0 16 0 19 0 981183866 10796990464 19553 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4989] ppid=4979 vsize=10543936 CPUtime=0.03 cores=1,3,5,7
/proc/4981/task/4989/stat : 4989 (java) S 4979 4981 3459 0 -1 4202560 52 0 0 0 3 0 0 0 15 0 19 0 981183866 10796990464 19567 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4990] ppid=4979 vsize=10543936 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4990/stat : 4990 (java) S 4979 4981 3459 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 981183866 10796990464 19579 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4991] ppid=4979 vsize=10543936 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4991/stat : 4991 (java) S 4979 4981 3459 0 -1 4202560 112 0 0 0 2 0 0 0 15 0 19 0 981183866 10796990464 19582 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4992] ppid=4979 vsize=10543936 CPUtime=1.14 cores=1,3,5,7
/proc/4981/task/4992/stat : 4992 (java) S 4979 4981 3459 0 -1 4202560 885 0 0 0 114 0 0 0 16 0 19 0 981183867 10796990464 19582 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 0 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4993] ppid=4979 vsize=10543936 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4993/stat : 4993 (java) S 4979 4981 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981183867 10796990464 19582 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4994] ppid=4979 vsize=10543936 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4994/stat : 4994 (java) S 4979 4981 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981183867 10796990464 19582 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4995] ppid=4979 vsize=10543936 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4995/stat : 4995 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10796990464 19582 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000416177 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4996] ppid=4979 vsize=10543936 CPUtime=0.32 cores=1,3,5,7
/proc/4981/task/4996/stat : 4996 (java) R 4979 4981 3459 0 -1 4202560 6899 0 0 0 32 0 0 0 15 0 19 0 981183869 10796990464 19582 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 215988286445 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4981/tid=4997] ppid=4979 vsize=10543936 CPUtime=0.17 cores=1,3,5,7
/proc/4981/task/4997/stat : 4997 (java) S 4979 4981 3459 0 -1 4202560 1603 0 0 0 17 0 0 0 17 0 19 0 981183869 10796990464 19582 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4998] ppid=4979 vsize=10543936 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4998/stat : 4998 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10796990464 19582 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4999] ppid=4979 vsize=10543936 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4999/stat : 4999 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981183869 10796990464 19582 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=5000] ppid=4979 vsize=10543936 CPUtime=0 cores=1,3,5,7
/proc/4981/task/5000/stat : 5000 (java) S 4979 4981 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981183880 10796990464 19582 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.3
Current children cumulated vsize (KiB) 10543936

[startup+28.9008 s]
/proc/loadavg: 2.03 2.01 1.94 4/214 5001
/proc/meminfo: memFree=1280236/32950940 swapFree=67053420/67111528
[pid=4981] ppid=4979 vsize=10542388 CPUtime=29.68 cores=1,3,5,7
/proc/4981/stat : 4981 (java) S 4979 4981 3459 0 -1 4202496 25507 0 1 0 2964 4 0 0 25 0 19 0 981183864 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4981/statm: 2635597 20453 2251 9 0 2626331 0
[pid=4981/tid=4982] ppid=4979 vsize=10542388 CPUtime=27.63 cores=1,3,5,7
/proc/4981/task/4982/stat : 4982 (java) R 4979 4981 3459 0 -1 4202560 12077 0 1 0 2761 2 0 0 25 0 19 0 981183864 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 46912505329159 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4981/tid=4984] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4984/stat : 4984 (java) S 4979 4981 3459 0 -1 4202560 201 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4985] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4985/stat : 4985 (java) S 4979 4981 3459 0 -1 4202560 52 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4986] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4986/stat : 4986 (java) S 4979 4981 3459 0 -1 4202560 41 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4987] ppid=4979 vsize=10542388 CPUtime=0.01 cores=1,3,5,7
/proc/4981/task/4987/stat : 4987 (java) S 4979 4981 3459 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 19 0 981183866 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4988] ppid=4979 vsize=10542388 CPUtime=0.03 cores=1,3,5,7
/proc/4981/task/4988/stat : 4988 (java) S 4979 4981 3459 0 -1 4202560 22 0 0 0 3 0 0 0 16 0 19 0 981183866 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4989] ppid=4979 vsize=10542388 CPUtime=0.03 cores=1,3,5,7
/proc/4981/task/4989/stat : 4989 (java) S 4979 4981 3459 0 -1 4202560 52 0 0 0 3 0 0 0 15 0 19 0 981183866 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4990] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4990/stat : 4990 (java) S 4979 4981 3459 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4991] ppid=4979 vsize=10542388 CPUtime=0.02 cores=1,3,5,7
/proc/4981/task/4991/stat : 4991 (java) S 4979 4981 3459 0 -1 4202560 112 0 0 0 2 0 0 0 15 0 19 0 981183866 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=4992] ppid=4979 vsize=10542388 CPUtime=1.14 cores=1,3,5,7
/proc/4981/task/4992/stat : 4992 (java) S 4979 4981 3459 0 -1 4202560 885 0 0 0 114 0 0 0 16 0 19 0 981183867 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 0 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4993] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4993/stat : 4993 (java) S 4979 4981 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981183867 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4994] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4994/stat : 4994 (java) S 4979 4981 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981183867 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4995] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4995/stat : 4995 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000416177 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4996] ppid=4979 vsize=10542388 CPUtime=0.49 cores=1,3,5,7
/proc/4981/task/4996/stat : 4996 (java) S 4979 4981 3459 0 -1 4202560 9175 0 0 0 49 0 0 0 16 0 19 0 981183869 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 3 0 0 0
[pid=4981/tid=4997] ppid=4979 vsize=10542388 CPUtime=0.17 cores=1,3,5,7
/proc/4981/task/4997/stat : 4997 (java) S 4979 4981 3459 0 -1 4202560 1604 0 0 0 17 0 0 0 16 0 19 0 981183869 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 7 0 0 0
[pid=4981/tid=4998] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4998/stat : 4998 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981183869 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000408473 0 4 0 16800975 18446604458255207424 0 0 -1 5 0 0 0
[pid=4981/tid=4999] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/4999/stat : 4999 (java) S 4979 4981 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981183869 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
[pid=4981/tid=5000] ppid=4979 vsize=10542388 CPUtime=0 cores=1,3,5,7
/proc/4981/task/5000/stat : 5000 (java) S 4979 4981 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981183880 10795405312 20453 33554432000 1073741824 1073778376 140737218686512 18446744073709551615 216000409088 0 4 0 16800975 18446604458255207424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.68
Current children cumulated vsize (KiB) 10542388

Child status: 30
Real time (s): 28.9906
CPU time (s): 29.7915
CPU user time (s): 29.7375
CPU system time (s): 0.053991
CPU usage (%): 102.762
Max. virtual memory (cumulated for all children) (KiB): 10544088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.7375
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25533
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= 3517
involuntary context switches= 1441

runsolver used 0.06299 second user time and 0.106983 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 22:12:11
IDJOB=3492333
IDBENCH=78761
IDSOLVER=1982
FILE ID=node117/3492333-1307909531
RUNJOBID= node117-1307907339-4520
PBS_JOBID= 13559588
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= dca485207caaa579309a7d2385685aa8
RANDOM SEED=1093134450

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       1340192 kB
Buffers:         62280 kB
Cached:       30289264 kB
SwapCached:      10872 kB
Active:       15036808 kB
Inactive:     15627684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1340192 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             252 kB
Writeback:           0 kB
AnonPages:      310432 kB
Mapped:          21268 kB
Slab:           882692 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10549944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node117 at 2011-06-12 22:12:40