Trace number 3492325

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.6884 22.7175

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223004--soft-33-100-0.wbo
MD5SUM3ecfb348b02f410f6916aad78d9eab96
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.40663
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	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@761a626f
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-3492325-1307909497.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c #vars     238
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 => 27
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.135
0.27/0.24	o 612
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.153
0.27/0.26	o 604
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.166
0.27/0.27	o 446
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.196
0.54/0.30	o 355
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.26
0.54/0.37	o 333
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.68/0.40	o 327
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.356
0.68/0.46	o 311
0.79/0.54	c Got one! Elapsed wall clock time (in seconds):0.431
0.79/0.54	o 301
0.79/0.58	c Got one! Elapsed wall clock time (in seconds):0.471
0.79/0.58	o 277
0.89/0.62	c Got one! Elapsed wall clock time (in seconds):0.514
0.89/0.62	o 216
0.89/0.68	c Got one! Elapsed wall clock time (in seconds):0.578
0.89/0.68	o 204
0.99/0.76	c cleaning 5378 clauses out of 10771 with flag 1000/10771
1.24/0.91	c Got one! Elapsed wall clock time (in seconds):0.803
1.24/0.91	o 201
1.24/0.99	c cleaning 5513 clauses out of 11031 with flag 2001/16409
1.36/1.06	c Got one! Elapsed wall clock time (in seconds):0.955
1.36/1.06	o 197
1.46/1.12	c Got one! Elapsed wall clock time (in seconds):1.017
1.46/1.12	o 172
1.46/1.19	c Got one! Elapsed wall clock time (in seconds):1.083
1.46/1.19	o 148
1.56/1.28	c cleaning 6428 clauses out of 12862 with flag 2001/23753
1.79/1.48	c Got one! Elapsed wall clock time (in seconds):1.373
1.79/1.48	o 143
2.09/1.71	c Got one! Elapsed wall clock time (in seconds):1.6
2.09/1.71	o 127
2.09/1.78	c cleaning 8851 clauses out of 17709 with flag 1001/35028
2.41/2.03	c cleaning 7423 clauses out of 14857 with flag 7000/41027
2.84/2.23	c Got one! Elapsed wall clock time (in seconds):2.125
2.84/2.23	o 115
3.22/2.44	c cleaning 8851 clauses out of 17712 with flag 5000/51305
3.42/2.66	c Got one! Elapsed wall clock time (in seconds):2.556
3.42/2.66	o 108
3.63/2.87	c cleaning 9533 clauses out of 19075 with flag 5000/61519
3.93/3.12	c cleaning 7766 clauses out of 15542 with flag 11000/67519
4.23/3.40	c cleaning 7383 clauses out of 14777 with flag 18001/74520
4.53/3.72	c cleaning 7688 clauses out of 15394 with flag 26001/82520
4.73/3.94	c Got one! Elapsed wall clock time (in seconds):3.83
4.73/3.94	o 104
4.94/4.13	c cleaning 9006 clauses out of 18022 with flag 5002/92836
5.04/4.28	c Got one! Elapsed wall clock time (in seconds):4.172
5.04/4.28	o 68
5.16/4.32	c cleaning 7117 clauses out of 14241 with flag 1000/98061
5.36/4.53	c cleaning 6560 clauses out of 13125 with flag 7001/104062
5.56/4.77	c cleaning 6779 clauses out of 13568 with flag 14004/111065
5.86/5.05	c cleaning 7386 clauses out of 14785 with flag 22000/119061
6.16/5.36	c cleaning 8196 clauses out of 16403 with flag 31004/128065
6.16/5.38	c Got one! Elapsed wall clock time (in seconds):5.268
6.16/5.38	o 51
6.37/5.54	c cleaning 6644 clauses out of 13296 with flag 5000/133154
6.57/5.74	c cleaning 6323 clauses out of 12652 with flag 11000/139154
6.67/5.84	c Got one! Elapsed wall clock time (in seconds):5.736
6.67/5.84	o 45
6.77/5.92	c cleaning 5749 clauses out of 11523 with flag 2000/144348
6.97/6.10	c Got one! Elapsed wall clock time (in seconds):5.996
6.97/6.10	o 27
7.17/6.30	c cleaning 8258 clauses out of 16521 with flag 5002/155095
7.38/6.53	c cleaning 7127 clauses out of 14261 with flag 11000/161093
7.58/6.77	c cleaning 7064 clauses out of 14136 with flag 18002/168095
7.88/7.03	c cleaning 7530 clauses out of 15071 with flag 26001/176094
7.98/7.14	c Got one! Elapsed wall clock time (in seconds):7.029
7.98/7.14	o 21
8.08/7.21	c cleaning 6497 clauses out of 13004 with flag 2000/181557
8.28/7.41	c cleaning 6250 clauses out of 12507 with flag 8000/187557
8.49/7.63	c cleaning 6624 clauses out of 13257 with flag 15000/194557
8.59/7.76	c Got one! Elapsed wall clock time (in seconds):7.653
8.59/7.76	o 16
8.69/7.84	c cleaning 6266 clauses out of 12535 with flag 2000/200459
8.89/8.03	c cleaning 6130 clauses out of 12269 with flag 8000/206459
9.09/8.25	c cleaning 6564 clauses out of 13140 with flag 15001/213460
9.39/8.50	c cleaning 7282 clauses out of 14575 with flag 23000/221459
9.70/8.81	c cleaning 8144 clauses out of 16296 with flag 32003/230462
9.89/9.07	c Got one! Elapsed wall clock time (in seconds):8.967
9.89/9.07	o 10
10.19/9.33	c cleaning 10798 clauses out of 21612 with flag 5001/243922
10.39/9.54	c cleaning 8403 clauses out of 16814 with flag 11001/249922
10.60/9.72	c Got one! Elapsed wall clock time (in seconds):9.615
10.60/9.72	o 6
10.80/9.93	c cleaning 9646 clauses out of 19306 with flag 5001/260817
11.00/10.14	c cleaning 7826 clauses out of 15659 with flag 11000/266816
11.20/10.37	c cleaning 7411 clauses out of 14833 with flag 18000/273816
11.50/10.63	c cleaning 7704 clauses out of 15422 with flag 26000/281816
11.81/10.94	c cleaning 8354 clauses out of 16718 with flag 35000/290816
12.10/11.29	c cleaning 9178 clauses out of 18367 with flag 45003/300819
12.50/11.65	c cleaning 9589 clauses out of 19189 with flag 55003/310819
12.91/12.04	c cleaning 9793 clauses out of 19598 with flag 65001/320817
13.32/12.43	c cleaning 9898 clauses out of 19804 with flag 75000/330816
13.62/12.79	c cleaning 9947 clauses out of 19907 with flag 85001/340817
13.72/12.85	c Got one! Elapsed wall clock time (in seconds):12.741
13.72/12.85	o 5
13.82/12.99	c cleaning 7774 clauses out of 15559 with flag 4000/346416
14.03/13.19	c cleaning 6888 clauses out of 13785 with flag 10000/352416
14.32/13.42	c cleaning 6945 clauses out of 13898 with flag 17001/359417
14.32/13.45	c Got one! Elapsed wall clock time (in seconds):13.342
14.32/13.45	o 2
14.53/13.60	c cleaning 6314 clauses out of 12635 with flag 5000/365099
14.63/13.79	c cleaning 6154 clauses out of 12321 with flag 11000/371099
14.93/14.03	c cleaning 6580 clauses out of 13167 with flag 18000/378099
15.24/14.32	c cleaning 7290 clauses out of 14588 with flag 26001/386100
15.54/14.63	c cleaning 8145 clauses out of 16300 with flag 35003/395102
15.84/14.98	c cleaning 9073 clauses out of 18154 with flag 45002/405101
16.24/15.36	c cleaning 9536 clauses out of 19079 with flag 55000/415099
16.64/15.76	c cleaning 9768 clauses out of 19544 with flag 65001/425100
17.04/16.12	c cleaning 9882 clauses out of 19776 with flag 75001/435100
17.45/16.51	c cleaning 9945 clauses out of 19893 with flag 85000/445099
17.74/16.87	c cleaning 9970 clauses out of 19949 with flag 95001/455100
18.14/17.23	c cleaning 9982 clauses out of 19979 with flag 105001/465100
18.55/17.66	c cleaning 9992 clauses out of 19996 with flag 115000/475099
18.94/18.06	c cleaning 9997 clauses out of 20004 with flag 125000/485099
19.34/18.44	c cleaning 10000 clauses out of 20008 with flag 135001/495100
19.75/18.82	c cleaning 9997 clauses out of 20007 with flag 145000/505099
20.05/19.19	c cleaning 10002 clauses out of 20010 with flag 155000/515099
20.45/19.56	c cleaning 9998 clauses out of 20010 with flag 165002/525101
20.85/19.93	c cleaning 10002 clauses out of 20011 with flag 175001/535100
21.15/20.29	c cleaning 9997 clauses out of 20008 with flag 185000/545099
21.55/20.68	c cleaning 10000 clauses out of 20012 with flag 195001/555100
21.95/21.04	c cleaning 10003 clauses out of 20011 with flag 205000/565099
22.35/21.41	c cleaning 10002 clauses out of 20009 with flag 215001/575100
22.66/21.79	c cleaning 10000 clauses out of 20008 with flag 225002/585101
23.06/22.19	c cleaning 10001 clauses out of 20006 with flag 235000/595099
23.56/22.60	c cleaning 9999 clauses out of 20005 with flag 245000/605099
23.67/22.71	c starts		: 183
23.67/22.71	c conflicts		: 607751
23.67/22.71	c decisions		: 940465
23.67/22.71	c propagations		: 13867950
23.67/22.71	c inspects		: 142432131
23.67/22.71	c shortcuts		: 0
23.67/22.71	c learnt literals	: 6
23.67/22.71	c learnt binary clauses	: 92
23.67/22.71	c learnt ternary clauses	: 398
23.67/22.71	c learnt constraints	: 607744
23.67/22.71	c ignored constraints	: 0
23.67/22.71	c root simplifications	: 0
23.67/22.71	c removed literals (reason simplification)	: 5562965
23.67/22.71	c reason swapping (by a shorter reason)	: 0
23.67/22.71	c Calls to reduceDB	: 72
23.67/22.71	c number of reductions to clauses (during analyze)	: 0
23.67/22.71	c number of learned constraints concerned by reduction	: 0
23.67/22.71	c number of learning phase by resolution	: 0
23.67/22.71	c number of learning phase by cutting planes	: 0
23.67/22.71	c speed (assignments/second)	: 1497780.5378550598
23.67/22.71	c non guided choices	1450
23.67/22.71	c learnt constraints type 
23.67/22.71	c constraints type 
23.67/22.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
23.67/22.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
23.67/22.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
23.67/22.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
23.67/22.71	s OPTIMUM FOUND
23.67/22.71	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 
23.67/22.71	c objective function=2
23.67/22.71	c Total wall clock time (in seconds): 22.602

Verifier Data

OK	2

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-3492325-1307909497/watcher-3492325-1307909497 -o /var/tmp/evaluation-result-3492325-1307909497/solver-3492325-1307909497 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492325-1307909497.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.00 2.00 1.93 2/195 4866
/proc/meminfo: memFree=1339600/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/4866/stat : 4866 (java) R 4864 4866 3459 0 -1 4202496 953 0 0 0 0 0 0 0 25 0 1 0 981180466 23580672 695 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 215983629800 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4866/statm: 5757 695 512 9 0 124 0

[startup+0.06224 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 4866
/proc/meminfo: memFree=1339600/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=10538320 CPUtime=0.05 cores=1,3,5,7
/proc/4866/stat : 4866 (java) S 4864 4866 3459 0 -1 4202496 11658 0 1 0 3 2 0 0 25 0 18 0 981180466 10791239680 11353 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4866/statm: 2634580 11353 1732 9 0 2625321 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10538320

[startup+0.106271 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 4866
/proc/meminfo: memFree=1339600/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=10539272 CPUtime=0.11 cores=1,3,5,7
/proc/4866/stat : 4866 (java) S 4864 4866 3459 0 -1 4202496 13115 0 1 0 9 2 0 0 25 0 18 0 981180466 10792214528 12799 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4866/statm: 2634818 12799 2093 9 0 2625552 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539272

[startup+0.300187 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 4866
/proc/meminfo: memFree=1339600/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=10542948 CPUtime=0.54 cores=1,3,5,7
/proc/4866/stat : 4866 (java) S 4864 4866 3459 0 -1 4202496 15920 0 1 0 51 3 0 0 25 0 19 0 981180466 10795978752 14943 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4866/statm: 2635737 14943 2215 9 0 2626471 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10542948

[startup+0.700177 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 4866
/proc/meminfo: memFree=1339600/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=10542948 CPUtime=0.99 cores=1,3,5,7
/proc/4866/stat : 4866 (java) S 4864 4866 3459 0 -1 4202496 16704 0 1 0 96 3 0 0 25 0 19 0 981180466 10795978752 15611 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4866/statm: 2635737 15611 2219 9 0 2626471 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10542948

[startup+1.50098 s]
/proc/loadavg: 2.00 2.00 1.93 3/214 4885
/proc/meminfo: memFree=1282552/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=10542948 CPUtime=1.89 cores=1,3,5,7
/proc/4866/stat : 4866 (java) S 4864 4866 3459 0 -1 4202496 17928 0 1 0 186 3 0 0 25 0 19 0 981180466 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4866/statm: 2635737 16827 2248 9 0 2626471 0
[pid=4866/tid=4868] ppid=4864 vsize=10542948 CPUtime=1.44 cores=1,3,5,7
/proc/4866/task/4868/stat : 4868 (java) R 4864 4866 3459 0 -1 4202560 12507 0 1 0 142 2 0 0 25 0 19 0 981180467 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 46912505539742 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4866/tid=4869] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4869/stat : 4869 (java) S 4864 4866 3459 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4870] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4870/stat : 4870 (java) S 4864 4866 3459 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4871] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4871/stat : 4871 (java) S 4864 4866 3459 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4872] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4872/stat : 4872 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4873] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4873/stat : 4873 (java) S 4864 4866 3459 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4874] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4874/stat : 4874 (java) S 4864 4866 3459 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4875] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4875/stat : 4875 (java) S 4864 4866 3459 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4876] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4876/stat : 4876 (java) S 4864 4866 3459 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4877] ppid=4864 vsize=10542948 CPUtime=0.03 cores=1,3,5,7
/proc/4866/task/4877/stat : 4877 (java) S 4864 4866 3459 0 -1 4202560 533 0 0 0 3 0 0 0 16 0 19 0 981180470 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4878] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4878/stat : 4878 (java) S 4864 4866 3459 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981180470 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4879] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4879/stat : 4879 (java) S 4864 4866 3459 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 981180470 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4880] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4880/stat : 4880 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180472 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4881] ppid=4864 vsize=10542948 CPUtime=0.18 cores=1,3,5,7
/proc/4866/task/4881/stat : 4881 (java) S 4864 4866 3459 0 -1 4202560 1098 0 0 0 18 0 0 0 16 0 19 0 981180473 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4882] ppid=4864 vsize=10542948 CPUtime=0.2 cores=1,3,5,7
/proc/4866/task/4882/stat : 4882 (java) S 4864 4866 3459 0 -1 4202560 2017 0 0 0 20 0 0 0 15 0 19 0 981180473 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4883] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4883/stat : 4883 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180473 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4884] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4884/stat : 4884 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981180473 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4885] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4885/stat : 4885 (java) S 4864 4866 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981180484 10795978752 16827 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10542948

[startup+3.10069 s]
/proc/loadavg: 2.08 2.02 1.94 4/214 4885
/proc/meminfo: memFree=1269656/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=10542948 CPUtime=3.93 cores=1,3,5,7
/proc/4866/stat : 4866 (java) S 4864 4866 3459 0 -1 4202496 25851 0 1 0 389 4 0 0 25 0 19 0 981180466 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4866/statm: 2635737 21008 2249 9 0 2626471 0
[pid=4866/tid=4868] ppid=4864 vsize=10542948 CPUtime=2.98 cores=1,3,5,7
/proc/4866/task/4868/stat : 4868 (java) R 4864 4866 3459 0 -1 4202560 12511 0 1 0 296 2 0 0 25 0 19 0 981180467 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 46912505578048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4866/tid=4869] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4869/stat : 4869 (java) S 4864 4866 3459 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4870] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4870/stat : 4870 (java) S 4864 4866 3459 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4871] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4871/stat : 4871 (java) S 4864 4866 3459 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4872] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4872/stat : 4872 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4873] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4873/stat : 4873 (java) S 4864 4866 3459 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4874] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4874/stat : 4874 (java) S 4864 4866 3459 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4875] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4875/stat : 4875 (java) S 4864 4866 3459 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4876] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4876/stat : 4876 (java) S 4864 4866 3459 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4877] ppid=4864 vsize=10542948 CPUtime=0.08 cores=1,3,5,7
/proc/4866/task/4877/stat : 4877 (java) S 4864 4866 3459 0 -1 4202560 693 0 0 0 8 0 0 0 16 0 19 0 981180470 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4878] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4878/stat : 4878 (java) S 4864 4866 3459 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981180470 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4879] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4879/stat : 4879 (java) S 4864 4866 3459 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 981180470 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4880] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4880/stat : 4880 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180472 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4881] ppid=4864 vsize=10542948 CPUtime=0.22 cores=1,3,5,7
/proc/4866/task/4881/stat : 4881 (java) S 4864 4866 3459 0 -1 4202560 1105 0 0 0 22 0 0 0 15 0 19 0 981180473 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4882] ppid=4864 vsize=10542948 CPUtime=0.59 cores=1,3,5,7
/proc/4866/task/4882/stat : 4882 (java) S 4864 4866 3459 0 -1 4202560 9435 0 0 0 58 1 0 0 16 0 19 0 981180473 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4883] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4883/stat : 4883 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180473 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4884] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4884/stat : 4884 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981180473 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4885] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4885/stat : 4885 (java) S 4864 4866 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981180484 10795978752 21008 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 10542948

[startup+6.30114 s]
/proc/loadavg: 2.08 2.02 1.94 3/214 4885
/proc/meminfo: memFree=1269420/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=10542948 CPUtime=7.17 cores=1,3,5,7
/proc/4866/stat : 4866 (java) S 4864 4866 3459 0 -1 4202496 25870 0 1 0 713 4 0 0 25 0 19 0 981180466 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4866/statm: 2635737 19330 2250 9 0 2626471 0
[pid=4866/tid=4868] ppid=4864 vsize=10542948 CPUtime=6.03 cores=1,3,5,7
/proc/4866/task/4868/stat : 4868 (java) R 4864 4866 3459 0 -1 4202560 12525 0 1 0 601 2 0 0 25 0 19 0 981180467 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 46912505733040 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4866/tid=4869] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4869/stat : 4869 (java) S 4864 4866 3459 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4870] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4870/stat : 4870 (java) S 4864 4866 3459 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 19 0 981180469 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4871] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4871/stat : 4871 (java) S 4864 4866 3459 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4872] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4872/stat : 4872 (java) S 4864 4866 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4873] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4873/stat : 4873 (java) S 4864 4866 3459 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4874] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4874/stat : 4874 (java) S 4864 4866 3459 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4875] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4875/stat : 4875 (java) S 4864 4866 3459 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4876] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4876/stat : 4876 (java) S 4864 4866 3459 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 981180469 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4877] ppid=4864 vsize=10542948 CPUtime=0.23 cores=1,3,5,7
/proc/4866/task/4877/stat : 4877 (java) S 4864 4866 3459 0 -1 4202560 693 0 0 0 23 0 0 0 16 0 19 0 981180470 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4878] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4878/stat : 4878 (java) S 4864 4866 3459 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981180470 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4879] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4879/stat : 4879 (java) S 4864 4866 3459 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 981180470 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4880] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4880/stat : 4880 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180472 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4881] ppid=4864 vsize=10542948 CPUtime=0.23 cores=1,3,5,7
/proc/4866/task/4881/stat : 4881 (java) S 4864 4866 3459 0 -1 4202560 1105 0 0 0 23 0 0 0 15 0 19 0 981180473 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4882] ppid=4864 vsize=10542948 CPUtime=0.61 cores=1,3,5,7
/proc/4866/task/4882/stat : 4882 (java) S 4864 4866 3459 0 -1 4202560 9436 0 0 0 60 1 0 0 15 0 19 0 981180473 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4883] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4883/stat : 4883 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180473 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4884] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4884/stat : 4884 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981180473 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4885] ppid=4864 vsize=10542948 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4885/stat : 4885 (java) S 4864 4866 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981180484 10795978752 19330 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 10542948

[startup+12.701 s]

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

/proc/4866/task/4869/stat : 4869 (java) S 4864 4866 3459 0 -1 4202560 79 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4870] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4870/stat : 4870 (java) S 4864 4866 3459 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4871] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4871/stat : 4871 (java) S 4864 4866 3459 0 -1 4202560 48 0 0 0 2 0 0 0 15 0 19 0 981180469 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4872] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4872/stat : 4872 (java) S 4864 4866 3459 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 981180469 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4873] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4873/stat : 4873 (java) S 4864 4866 3459 0 -1 4202560 74 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4874] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4874/stat : 4874 (java) S 4864 4866 3459 0 -1 4202560 268 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4875] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4875/stat : 4875 (java) S 4864 4866 3459 0 -1 4202560 337 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4876] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4876/stat : 4876 (java) S 4864 4866 3459 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4877] ppid=4864 vsize=10544200 CPUtime=0.84 cores=1,3,5,7
/proc/4866/task/4877/stat : 4877 (java) S 4864 4866 3459 0 -1 4202560 806 0 0 0 84 0 0 0 15 0 19 0 981180470 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4878] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4878/stat : 4878 (java) S 4864 4866 3459 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981180470 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4879] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4879/stat : 4879 (java) S 4864 4866 3459 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 981180470 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4880] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4880/stat : 4880 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180472 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4881] ppid=4864 vsize=10544200 CPUtime=0.26 cores=1,3,5,7
/proc/4866/task/4881/stat : 4881 (java) S 4864 4866 3459 0 -1 4202560 1353 0 0 0 26 0 0 0 15 0 19 0 981180473 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4882] ppid=4864 vsize=10544200 CPUtime=0.61 cores=1,3,5,7
/proc/4866/task/4882/stat : 4882 (java) S 4864 4866 3459 0 -1 4202560 9436 0 0 0 60 1 0 0 15 0 19 0 981180473 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4883] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4883/stat : 4883 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180473 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4884] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4884/stat : 4884 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981180473 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4885] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4885/stat : 4885 (java) S 4864 4866 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981180484 10797260800 19707 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.65
Current children cumulated vsize (KiB) 10544200

[startup+21.5005 s]
/proc/loadavg: 2.06 2.02 1.94 3/214 4886
/proc/meminfo: memFree=1268104/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=10544200 CPUtime=22.46 cores=1,3,5,7
/proc/4866/stat : 4866 (java) S 4864 4866 3459 0 -1 4202496 26298 0 1 0 2242 4 0 0 25 0 19 0 981180466 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4866/statm: 2636050 19708 2251 9 0 2626784 0
[pid=4866/tid=4868] ppid=4864 vsize=10544200 CPUtime=20.53 cores=1,3,5,7
/proc/4866/task/4868/stat : 4868 (java) R 4864 4866 3459 0 -1 4202560 12575 0 1 0 2051 2 0 0 25 0 19 0 981180467 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 46912505515418 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4866/tid=4869] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4869/stat : 4869 (java) S 4864 4866 3459 0 -1 4202560 79 0 0 0 2 0 0 0 15 0 19 0 981180469 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4870] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4870/stat : 4870 (java) S 4864 4866 3459 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4871] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4871/stat : 4871 (java) S 4864 4866 3459 0 -1 4202560 48 0 0 0 2 0 0 0 15 0 19 0 981180469 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4872] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4872/stat : 4872 (java) S 4864 4866 3459 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 981180469 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4873] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4873/stat : 4873 (java) S 4864 4866 3459 0 -1 4202560 74 0 0 0 1 0 0 0 16 0 19 0 981180469 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4874] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4874/stat : 4874 (java) S 4864 4866 3459 0 -1 4202560 268 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4875] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4875/stat : 4875 (java) S 4864 4866 3459 0 -1 4202560 337 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4876] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4876/stat : 4876 (java) S 4864 4866 3459 0 -1 4202560 138 0 0 0 2 0 0 0 15 0 19 0 981180469 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4877] ppid=4864 vsize=10544200 CPUtime=0.86 cores=1,3,5,7
/proc/4866/task/4877/stat : 4877 (java) S 4864 4866 3459 0 -1 4202560 806 0 0 0 86 0 0 0 16 0 19 0 981180470 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4878] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4878/stat : 4878 (java) S 4864 4866 3459 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981180470 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4879] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4879/stat : 4879 (java) S 4864 4866 3459 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 981180470 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4880] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4880/stat : 4880 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180472 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4881] ppid=4864 vsize=10544200 CPUtime=0.26 cores=1,3,5,7
/proc/4866/task/4881/stat : 4881 (java) S 4864 4866 3459 0 -1 4202560 1353 0 0 0 26 0 0 0 15 0 19 0 981180473 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4882] ppid=4864 vsize=10544200 CPUtime=0.61 cores=1,3,5,7
/proc/4866/task/4882/stat : 4882 (java) S 4864 4866 3459 0 -1 4202560 9436 0 0 0 60 1 0 0 15 0 19 0 981180473 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4883] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4883/stat : 4883 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180473 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4884] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4884/stat : 4884 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981180473 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4885] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4885/stat : 4885 (java) S 4864 4866 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981180484 10797260800 19708 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.46
Current children cumulated vsize (KiB) 10544200

[startup+22.3013 s]
/proc/loadavg: 2.06 2.01 1.94 3/214 4886
/proc/meminfo: memFree=1268104/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=10544200 CPUtime=23.26 cores=1,3,5,7
/proc/4866/stat : 4866 (java) S 4864 4866 3459 0 -1 4202496 26304 0 1 0 2322 4 0 0 25 0 19 0 981180466 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4866/statm: 2636050 19712 2251 9 0 2626784 0
[pid=4866/tid=4868] ppid=4864 vsize=10544200 CPUtime=21.31 cores=1,3,5,7
/proc/4866/task/4868/stat : 4868 (java) R 4864 4866 3459 0 -1 4202560 12577 0 1 0 2129 2 0 0 25 0 19 0 981180467 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 46912505552644 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4866/tid=4869] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4869/stat : 4869 (java) S 4864 4866 3459 0 -1 4202560 79 0 0 0 2 0 0 0 16 0 19 0 981180469 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4870] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4870/stat : 4870 (java) S 4864 4866 3459 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4871] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4871/stat : 4871 (java) S 4864 4866 3459 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 981180469 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4872] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4872/stat : 4872 (java) S 4864 4866 3459 0 -1 4202560 7 0 0 0 2 0 0 0 16 0 19 0 981180469 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4873] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4873/stat : 4873 (java) S 4864 4866 3459 0 -1 4202560 74 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4874] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4874/stat : 4874 (java) S 4864 4866 3459 0 -1 4202560 268 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4875] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4875/stat : 4875 (java) S 4864 4866 3459 0 -1 4202560 338 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4876] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4876/stat : 4876 (java) S 4864 4866 3459 0 -1 4202560 138 0 0 0 2 0 0 0 15 0 19 0 981180469 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4877] ppid=4864 vsize=10544200 CPUtime=0.89 cores=1,3,5,7
/proc/4866/task/4877/stat : 4877 (java) S 4864 4866 3459 0 -1 4202560 807 0 0 0 89 0 0 0 16 0 19 0 981180470 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4878] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4878/stat : 4878 (java) S 4864 4866 3459 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981180470 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4879] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4879/stat : 4879 (java) S 4864 4866 3459 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 981180470 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4880] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4880/stat : 4880 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180472 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4881] ppid=4864 vsize=10544200 CPUtime=0.26 cores=1,3,5,7
/proc/4866/task/4881/stat : 4881 (java) S 4864 4866 3459 0 -1 4202560 1353 0 0 0 26 0 0 0 15 0 19 0 981180473 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4882] ppid=4864 vsize=10544200 CPUtime=0.61 cores=1,3,5,7
/proc/4866/task/4882/stat : 4882 (java) S 4864 4866 3459 0 -1 4202560 9436 0 0 0 60 1 0 0 15 0 19 0 981180473 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4883] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4883/stat : 4883 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180473 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4884] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4884/stat : 4884 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981180473 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4885] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4885/stat : 4885 (java) S 4864 4866 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981180484 10797260800 19712 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 10544200

[startup+22.7013 s]
/proc/loadavg: 2.06 2.01 1.94 3/214 4886
/proc/meminfo: memFree=1268104/32950940 swapFree=67053420/67111528
[pid=4866] ppid=4864 vsize=10544200 CPUtime=23.67 cores=1,3,5,7
/proc/4866/stat : 4866 (java) S 4864 4866 3459 0 -1 4202496 26307 0 1 0 2362 5 0 0 25 0 19 0 981180466 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4866/statm: 2636050 19714 2251 9 0 2626784 0
[pid=4866/tid=4868] ppid=4864 vsize=10544200 CPUtime=21.69 cores=1,3,5,7
/proc/4866/task/4868/stat : 4868 (java) R 4864 4866 3459 0 -1 4202560 12580 0 1 0 2167 2 0 0 25 0 19 0 981180467 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 46912505585911 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4866/tid=4869] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4869/stat : 4869 (java) S 4864 4866 3459 0 -1 4202560 79 0 0 0 2 0 0 0 16 0 19 0 981180469 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4870] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4870/stat : 4870 (java) S 4864 4866 3459 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4871] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4871/stat : 4871 (java) S 4864 4866 3459 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 981180469 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4872] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4872/stat : 4872 (java) S 4864 4866 3459 0 -1 4202560 7 0 0 0 2 0 0 0 16 0 19 0 981180469 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4873] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4873/stat : 4873 (java) S 4864 4866 3459 0 -1 4202560 74 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4874] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4874/stat : 4874 (java) S 4864 4866 3459 0 -1 4202560 268 0 0 0 1 0 0 0 16 0 19 0 981180469 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4875] ppid=4864 vsize=10544200 CPUtime=0.01 cores=1,3,5,7
/proc/4866/task/4875/stat : 4875 (java) S 4864 4866 3459 0 -1 4202560 338 0 0 0 1 0 0 0 15 0 19 0 981180469 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4876] ppid=4864 vsize=10544200 CPUtime=0.02 cores=1,3,5,7
/proc/4866/task/4876/stat : 4876 (java) S 4864 4866 3459 0 -1 4202560 138 0 0 0 2 0 0 0 16 0 19 0 981180469 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=4866/tid=4877] ppid=4864 vsize=10544200 CPUtime=0.91 cores=1,3,5,7
/proc/4866/task/4877/stat : 4877 (java) S 4864 4866 3459 0 -1 4202560 807 0 0 0 91 0 0 0 16 0 19 0 981180470 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4878] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4878/stat : 4878 (java) S 4864 4866 3459 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981180470 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4879] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4879/stat : 4879 (java) S 4864 4866 3459 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 981180470 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4880] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4880/stat : 4880 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180472 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4881] ppid=4864 vsize=10544200 CPUtime=0.26 cores=1,3,5,7
/proc/4866/task/4881/stat : 4881 (java) S 4864 4866 3459 0 -1 4202560 1353 0 0 0 26 0 0 0 15 0 19 0 981180473 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=4866/tid=4882] ppid=4864 vsize=10544200 CPUtime=0.61 cores=1,3,5,7
/proc/4866/task/4882/stat : 4882 (java) S 4864 4866 3459 0 -1 4202560 9436 0 0 0 60 1 0 0 15 0 19 0 981180473 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4883] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4883/stat : 4883 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981180473 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=4866/tid=4884] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4884/stat : 4884 (java) S 4864 4866 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981180473 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=4866/tid=4885] ppid=4864 vsize=10544200 CPUtime=0 cores=1,3,5,7
/proc/4866/task/4885/stat : 4885 (java) S 4864 4866 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981180484 10797260800 19714 33554432000 1073741824 1073778376 140736941899216 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.67
Current children cumulated vsize (KiB) 10544200

Child status: 30
Real time (s): 22.7175
CPU time (s): 23.6884
CPU user time (s): 23.6324
CPU system time (s): 0.055991
CPU usage (%): 104.274
Max. virtual memory (cumulated for all children) (KiB): 10544816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.6324
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26333
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= 2779
involuntary context switches= 1335

runsolver used 0.052991 second user time and 0.080987 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 22:11:37
IDJOB=3492325
IDBENCH=78754
IDSOLVER=1982
FILE ID=node117/3492325-1307909497
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.1111223004--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492325-1307909497/watcher-3492325-1307909497 -o /var/tmp/evaluation-result-3492325-1307909497/solver-3492325-1307909497 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492325-1307909497.wbo

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

MD5SUM BENCH= 3ecfb348b02f410f6916aad78d9eab96
RANDOM SEED=965618773

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:       1340136 kB
Buffers:         62196 kB
Cached:       30289716 kB
SwapCached:      10872 kB
Active:       15036392 kB
Inactive:     15627548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1340136 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             228 kB
Writeback:           0 kB
AnonPages:      309992 kB
Mapped:          21208 kB
Slab:           882596 kB
PageTables:       5404 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:00