Trace number 3492538

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 21.5487 20.6968

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212923--soft-66-100-0.wbo
MD5SUM814425604e6b100ff397547bbbf81dc9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark1.36179
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492538-1307909939.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     211
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.30/0.26	c SATISFIABLE
0.30/0.26	c OPTIMIZING...
0.30/0.26	c Got one! Elapsed wall clock time (in seconds):0.158
0.30/0.26	o 362
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.197
0.54/0.30	o 357
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.236
0.54/0.34	o 301
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.348
0.68/0.45	o 277
0.78/0.51	c cleaning 3545 clauses out of 7099 with flag 1001/7099
0.91/0.67	c Got one! Elapsed wall clock time (in seconds):0.571
0.91/0.67	o 241
1.03/0.76	c Got one! Elapsed wall clock time (in seconds):0.661
1.03/0.76	o 185
1.13/0.88	c cleaning 7383 clauses out of 14773 with flag 3000/18318
1.23/0.98	c Got one! Elapsed wall clock time (in seconds):0.872
1.23/0.98	o 161
1.34/1.05	c cleaning 6283 clauses out of 12570 with flag 2001/23498
1.56/1.23	c cleaning 6140 clauses out of 12286 with flag 8000/29497
1.77/1.45	c cleaning 6568 clauses out of 13147 with flag 15001/36498
1.87/1.50	c Got one! Elapsed wall clock time (in seconds):1.399
1.87/1.50	o 147
1.97/1.62	c cleaning 6025 clauses out of 12056 with flag 4001/41975
1.97/1.67	c Got one! Elapsed wall clock time (in seconds):1.567
1.97/1.67	o 126
2.07/1.79	c cleaning 5674 clauses out of 11354 with flag 4000/47298
2.27/1.97	c Got one! Elapsed wall clock time (in seconds):1.868
2.27/1.97	o 121
2.48/2.16	c cleaning 8193 clauses out of 16396 with flag 5001/58014
2.67/2.36	c cleaning 7096 clauses out of 14202 with flag 11000/64013
2.87/2.58	c cleaning 7048 clauses out of 14107 with flag 18001/71014
3.07/2.72	c Got one! Elapsed wall clock time (in seconds):2.612
3.07/2.72	o 97
3.07/2.76	c cleaning 6275 clauses out of 12561 with flag 1001/76516
3.28/2.95	c cleaning 6132 clauses out of 12285 with flag 7000/82515
3.58/3.21	c cleaning 6567 clauses out of 13153 with flag 14000/89515
3.78/3.48	c cleaning 7289 clauses out of 14586 with flag 22000/97515
4.08/3.78	c cleaning 8145 clauses out of 16297 with flag 31000/106515
4.18/3.90	c Got one! Elapsed wall clock time (in seconds):3.793
4.18/3.90	o 82
4.28/3.97	c cleaning 6843 clauses out of 13692 with flag 2001/112055
4.49/4.16	c cleaning 6421 clauses out of 12849 with flag 8001/118055
4.69/4.38	c cleaning 6702 clauses out of 13428 with flag 15001/125055
4.99/4.64	c cleaning 7358 clauses out of 14725 with flag 23000/133054
5.29/4.93	c cleaning 8180 clauses out of 16368 with flag 32001/142055
5.59/5.27	c cleaning 9088 clauses out of 18187 with flag 42000/152054
5.89/5.59	c cleaning 9545 clauses out of 19100 with flag 52001/162055
6.29/5.93	c cleaning 9772 clauses out of 19554 with flag 62000/172054
6.59/6.29	c cleaning 9885 clauses out of 19782 with flag 72000/182054
7.00/6.64	c cleaning 9945 clauses out of 19897 with flag 82000/192054
7.29/6.97	c cleaning 9972 clauses out of 19954 with flag 92002/202056
7.39/7.09	c Got one! Elapsed wall clock time (in seconds):6.986
7.39/7.09	o 57
7.49/7.17	c cleaning 7787 clauses out of 15577 with flag 2002/207651
7.69/7.36	c cleaning 6891 clauses out of 13788 with flag 8000/213649
7.89/7.60	c cleaning 6944 clauses out of 13898 with flag 15001/220650
8.20/7.88	c cleaning 7474 clauses out of 14955 with flag 23002/228651
8.50/8.17	c cleaning 8234 clauses out of 16479 with flag 32000/237649
8.80/8.44	c Got one! Elapsed wall clock time (in seconds):8.34
8.80/8.44	o 50
9.00/8.66	c cleaning 10989 clauses out of 21986 with flag 5002/251390
9.20/8.87	c cleaning 8497 clauses out of 16997 with flag 11002/257390
9.50/9.10	c cleaning 7744 clauses out of 15499 with flag 18001/264389
9.70/9.37	c cleaning 7875 clauses out of 15755 with flag 26001/272389
10.00/9.66	c cleaning 8434 clauses out of 16879 with flag 35000/281388
10.40/10.00	c cleaning 9219 clauses out of 18445 with flag 45000/291388
10.70/10.35	c cleaning 9606 clauses out of 19226 with flag 55000/301388
11.01/10.69	c cleaning 9805 clauses out of 19620 with flag 65000/311388
11.41/11.06	c cleaning 9904 clauses out of 19815 with flag 75000/321388
11.81/11.41	c cleaning 9952 clauses out of 19911 with flag 85000/331388
12.11/11.76	c cleaning 9977 clauses out of 19960 with flag 95001/341389
12.42/12.10	c cleaning 9984 clauses out of 19982 with flag 105000/351388
12.81/12.44	c cleaning 9994 clauses out of 19998 with flag 115000/361388
13.21/12.80	c cleaning 9992 clauses out of 20004 with flag 125000/371388
13.21/12.84	c Got one! Elapsed wall clock time (in seconds):12.733
13.21/12.84	o 30
13.31/12.99	c cleaning 7910 clauses out of 15828 with flag 5001/377204
13.52/13.19	c cleaning 6954 clauses out of 13920 with flag 11003/383206
13.81/13.42	c cleaning 6980 clauses out of 13965 with flag 18002/390205
14.01/13.67	c cleaning 7487 clauses out of 14983 with flag 26000/398203
14.32/13.97	c cleaning 8246 clauses out of 16498 with flag 35002/407205
14.72/14.35	c cleaning 9122 clauses out of 18251 with flag 45001/417204
14.92/14.53	c Got one! Elapsed wall clock time (in seconds):14.431
14.92/14.53	o 22
15.12/14.74	c cleaning 10070 clauses out of 20153 with flag 5000/428228
15.33/14.94	c cleaning 8038 clauses out of 16084 with flag 11001/434229
15.55/15.16	c cleaning 7516 clauses out of 15045 with flag 18000/441228
15.85/15.41	c cleaning 7759 clauses out of 15530 with flag 26001/449229
16.05/15.69	c cleaning 8383 clauses out of 16770 with flag 35000/458228
16.45/16.04	c cleaning 9192 clauses out of 18389 with flag 45002/468230
16.85/16.42	c cleaning 9590 clauses out of 19195 with flag 55000/478228
17.25/16.80	c cleaning 9800 clauses out of 19607 with flag 65002/488230
17.55/17.14	c cleaning 9900 clauses out of 19805 with flag 75000/498228
17.85/17.47	c cleaning 9945 clauses out of 19905 with flag 85000/508228
18.25/17.81	c cleaning 9979 clauses out of 19962 with flag 95002/518230
18.55/18.14	c cleaning 9987 clauses out of 19981 with flag 105000/528228
18.85/18.46	c cleaning 9994 clauses out of 19998 with flag 115004/538232
19.16/18.79	c cleaning 9995 clauses out of 20000 with flag 125000/548228
19.56/19.13	c cleaning 10000 clauses out of 20005 with flag 135000/558228
19.86/19.48	c cleaning 10000 clauses out of 20008 with flag 145003/568231
20.26/19.83	c cleaning 9998 clauses out of 20006 with flag 155001/578229
20.71/20.20	c cleaning 9998 clauses out of 20006 with flag 165000/588228
21.37/20.60	c cleaning 10000 clauses out of 20008 with flag 175000/598228
21.37/20.67	c starts		: 168
21.37/20.67	c conflicts		: 600118
21.37/20.67	c decisions		: 937996
21.37/20.67	c propagations		: 14182600
21.37/20.67	c inspects		: 129969702
21.37/20.67	c shortcuts		: 0
21.37/20.67	c learnt literals	: 7
21.37/20.67	c learnt binary clauses	: 21
21.37/20.67	c learnt ternary clauses	: 367
21.37/20.67	c learnt constraints	: 600110
21.37/20.67	c ignored constraints	: 0
21.37/20.67	c root simplifications	: 0
21.37/20.67	c removed literals (reason simplification)	: 4672015
21.37/20.67	c reason swapping (by a shorter reason)	: 0
21.37/20.67	c Calls to reduceDB	: 70
21.37/20.67	c number of reductions to clauses (during analyze)	: 0
21.37/20.67	c number of learned constraints concerned by reduction	: 0
21.37/20.67	c number of learning phase by resolution	: 0
21.37/20.67	c number of learning phase by cutting planes	: 0
21.37/20.67	c speed (assignments/second)	: 2309869.706840391
21.37/20.67	c non guided choices	631
21.37/20.67	c learnt constraints type 
21.37/20.67	c constraints type 
21.37/20.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
21.37/20.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
21.37/20.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
21.37/20.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
21.37/20.67	s OPTIMUM FOUND
21.37/20.68	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 
21.37/20.68	c objective function=22
21.37/20.68	c Total wall clock time (in seconds): 20.572

Verifier Data

OK	22

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-3492538-1307909939/watcher-3492538-1307909939 -o /var/tmp/evaluation-result-3492538-1307909939/solver-3492538-1307909939 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492538-1307909939.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 1.99 1.80 3/195 5604
/proc/meminfo: memFree=1031468/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 1213 0 0 0 0 0 0 0 25 0 2 0 635185137 31313920 936 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 7645 942 718 9 0 383 0
[pid=5604/tid=5605] ppid=5602 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) R 5602 5604 2916 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 635185137 31260672 956 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268660662016 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0551831 s]
/proc/loadavg: 2.00 1.99 1.80 3/195 5604
/proc/meminfo: memFree=1031468/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 11530 0 1 0 3 1 0 0 25 0 13 0 635185137 10718838784 11224 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 2616904 11224 1686 9 0 2607652 0
[pid=5604/tid=5605] ppid=5602 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) R 5602 5604 2916 0 -1 4202560 10380 0 1 0 3 1 0 0 18 0 13 0 635185137 10718838784 11224 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672488907 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.101162 s]
/proc/loadavg: 2.00 1.99 1.80 3/195 5604
/proc/meminfo: memFree=1031468/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=10540088 CPUtime=0.1 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 13123 0 1 0 9 1 0 0 25 0 18 0 635185137 10793050112 12790 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 2635022 12790 2092 9 0 2625756 0
[pid=5604/tid=5605] ppid=5602 vsize=10540088 CPUtime=0.09 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) R 5602 5604 2916 0 -1 4202560 11171 0 1 0 8 1 0 0 19 0 18 0 635185137 10793050112 12791 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540088

[startup+0.301126 s]
/proc/loadavg: 2.00 1.99 1.80 3/195 5604
/proc/meminfo: memFree=1031468/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=10544124 CPUtime=0.54 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 16298 0 1 0 52 2 0 0 25 0 19 0 635185137 10797182976 15083 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 2636031 15083 2214 9 0 2626765 0
[pid=5604/tid=5605] ppid=5602 vsize=10544124 CPUtime=0.28 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) R 5602 5604 2916 0 -1 4202560 11748 0 1 0 27 1 0 0 19 0 19 0 635185137 10797182976 15083 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 46912505122112 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544124

[startup+0.701067 s]
/proc/loadavg: 2.00 1.99 1.80 3/195 5604
/proc/meminfo: memFree=1031468/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=10544424 CPUtime=1.03 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 17420 0 1 0 101 2 0 0 25 0 19 0 635185137 10797490176 15977 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 2636106 15977 2246 9 0 2626840 0
[pid=5604/tid=5605] ppid=5602 vsize=10544424 CPUtime=0.67 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) R 5602 5604 2916 0 -1 4202560 12082 0 1 0 66 1 0 0 19 0 19 0 635185137 10797490176 15977 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 46912505522730 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544424

[startup+1.50092 s]
/proc/loadavg: 2.00 1.99 1.80 3/214 5623
/proc/meminfo: memFree=973620/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=10544424 CPUtime=1.87 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 18153 0 1 0 184 3 0 0 25 0 19 0 635185137 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 2636106 16706 2247 9 0 2626840 0
[pid=5604/tid=5605] ppid=5602 vsize=10544424 CPUtime=1.41 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) R 5602 5604 2916 0 -1 4202560 12085 0 1 0 140 1 0 0 17 0 19 0 635185137 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 46912505676414 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5604/tid=5607] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5607/stat : 5607 (java) S 5602 5604 2916 0 -1 4202560 275 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5608] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5608/stat : 5608 (java) S 5602 5604 2916 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5609] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5609/stat : 5609 (java) S 5602 5604 2916 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 19 0 635185139 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5610] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5610/stat : 5610 (java) S 5602 5604 2916 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 635185139 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5611] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5611/stat : 5611 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5612] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5612/stat : 5612 (java) S 5602 5604 2916 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5613] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5613/stat : 5613 (java) S 5602 5604 2916 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5614] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5614/stat : 5614 (java) S 5602 5604 2916 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 19 0 635185139 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5615] ppid=5602 vsize=10544424 CPUtime=0.06 cores=1,3,5,7
/proc/5604/task/5615/stat : 5615 (java) S 5602 5604 2916 0 -1 4202560 505 0 0 0 6 0 0 0 15 0 19 0 635185140 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 0 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5616] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5616/stat : 5616 (java) S 5602 5604 2916 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5617] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5617/stat : 5617 (java) S 5602 5604 2916 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5618] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5618/stat : 5618 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635185142 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672485809 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5619] ppid=5602 vsize=10544424 CPUtime=0.19 cores=1,3,5,7
/proc/5604/task/5619/stat : 5619 (java) S 5602 5604 2916 0 -1 4202560 1658 0 0 0 19 0 0 0 15 0 19 0 635185142 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5620] ppid=5602 vsize=10544424 CPUtime=0.16 cores=1,3,5,7
/proc/5604/task/5620/stat : 5620 (java) S 5602 5604 2916 0 -1 4202560 2033 0 0 0 16 0 0 0 15 0 19 0 635185142 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5621] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5621/stat : 5621 (java) S 5602 5604 2916 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 635185142 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5622] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5622/stat : 5622 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635185142 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5623] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5623/stat : 5623 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635185153 10797490176 16706 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10544424

[startup+3.10063 s]
/proc/loadavg: 2.00 1.99 1.80 3/214 5623
/proc/meminfo: memFree=972976/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=10544424 CPUtime=3.48 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 18175 0 1 0 345 3 0 0 25 0 19 0 635185137 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 2636106 16721 2247 9 0 2626840 0
[pid=5604/tid=5605] ppid=5602 vsize=10544424 CPUtime=2.92 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) R 5602 5604 2916 0 -1 4202560 12092 0 1 0 291 1 0 0 19 0 19 0 635185137 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 46912505596381 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5604/tid=5607] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5607/stat : 5607 (java) S 5602 5604 2916 0 -1 4202560 276 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5608] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5608/stat : 5608 (java) S 5602 5604 2916 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5609] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5609/stat : 5609 (java) S 5602 5604 2916 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5610] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5610/stat : 5610 (java) S 5602 5604 2916 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5611] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5611/stat : 5611 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5612] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5612/stat : 5612 (java) S 5602 5604 2916 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5613] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5613/stat : 5613 (java) S 5602 5604 2916 0 -1 4202560 123 0 0 0 0 0 0 0 16 0 19 0 635185139 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5614] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5614/stat : 5614 (java) S 5602 5604 2916 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5615] ppid=5602 vsize=10544424 CPUtime=0.14 cores=1,3,5,7
/proc/5604/task/5615/stat : 5615 (java) S 5602 5604 2916 0 -1 4202560 516 0 0 0 14 0 0 0 16 0 19 0 635185140 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 0 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5616] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5616/stat : 5616 (java) S 5602 5604 2916 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5617] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5617/stat : 5617 (java) S 5602 5604 2916 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5618] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5618/stat : 5618 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635185142 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672485809 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5619] ppid=5602 vsize=10544424 CPUtime=0.19 cores=1,3,5,7
/proc/5604/task/5619/stat : 5619 (java) S 5602 5604 2916 0 -1 4202560 1658 0 0 0 19 0 0 0 15 0 19 0 635185142 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5620] ppid=5602 vsize=10544424 CPUtime=0.16 cores=1,3,5,7
/proc/5604/task/5620/stat : 5620 (java) S 5602 5604 2916 0 -1 4202560 2033 0 0 0 16 0 0 0 15 0 19 0 635185142 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5621] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5621/stat : 5621 (java) S 5602 5604 2916 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 635185142 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5622] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5622/stat : 5622 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635185142 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5623] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5623/stat : 5623 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635185153 10797490176 16721 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10544424

[startup+6.30103 s]
/proc/loadavg: 2.00 1.99 1.80 3/214 5623
/proc/meminfo: memFree=972408/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=10544424 CPUtime=6.69 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 18311 0 1 0 666 3 0 0 25 0 19 0 635185137 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 2636106 16844 2247 9 0 2626840 0
[pid=5604/tid=5605] ppid=5602 vsize=10544424 CPUtime=5.97 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) S 5602 5604 2916 0 -1 4202560 12105 0 1 0 596 1 0 0 25 0 19 0 635185137 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5607] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5607/stat : 5607 (java) S 5602 5604 2916 0 -1 4202560 276 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5608] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5608/stat : 5608 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 635185139 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5609] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5609/stat : 5609 (java) S 5602 5604 2916 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5610] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5610/stat : 5610 (java) S 5602 5604 2916 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5611] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5611/stat : 5611 (java) S 5602 5604 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5612] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5612/stat : 5612 (java) S 5602 5604 2916 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5613] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5613/stat : 5613 (java) S 5602 5604 2916 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5614] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5614/stat : 5614 (java) S 5602 5604 2916 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 635185139 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5615] ppid=5602 vsize=10544424 CPUtime=0.28 cores=1,3,5,7
/proc/5604/task/5615/stat : 5615 (java) R 5602 5604 2916 0 -1 4202560 631 0 0 0 28 0 0 0 15 0 19 0 635185140 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 47990531679325 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=5604/tid=5616] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5616/stat : 5616 (java) S 5602 5604 2916 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5617] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5617/stat : 5617 (java) S 5602 5604 2916 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5618] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5618/stat : 5618 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635185142 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672485809 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5619] ppid=5602 vsize=10544424 CPUtime=0.19 cores=1,3,5,7
/proc/5604/task/5619/stat : 5619 (java) S 5602 5604 2916 0 -1 4202560 1658 0 0 0 19 0 0 0 15 0 19 0 635185142 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5620] ppid=5602 vsize=10544424 CPUtime=0.16 cores=1,3,5,7
/proc/5604/task/5620/stat : 5620 (java) S 5602 5604 2916 0 -1 4202560 2033 0 0 0 16 0 0 0 15 0 19 0 635185142 10797490176 16844 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0

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

/proc/5604/task/5607/stat : 5607 (java) S 5602 5604 2916 0 -1 4202560 276 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5608] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5608/stat : 5608 (java) S 5602 5604 2916 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5609] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5609/stat : 5609 (java) S 5602 5604 2916 0 -1 4202560 99 0 0 0 1 0 0 0 16 0 19 0 635185139 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5610] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5610/stat : 5610 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5611] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5611/stat : 5611 (java) S 5602 5604 2916 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5612] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5612/stat : 5612 (java) S 5602 5604 2916 0 -1 4202560 130 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5613] ppid=5602 vsize=10544424 CPUtime=0.02 cores=1,3,5,7
/proc/5604/task/5613/stat : 5613 (java) S 5602 5604 2916 0 -1 4202560 127 0 0 0 2 0 0 0 15 0 19 0 635185139 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5614] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5614/stat : 5614 (java) S 5602 5604 2916 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5615] ppid=5602 vsize=10544424 CPUtime=0.87 cores=1,3,5,7
/proc/5604/task/5615/stat : 5615 (java) S 5602 5604 2916 0 -1 4202560 812 0 0 0 86 1 0 0 16 0 19 0 635185140 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 0 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5616] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5616/stat : 5616 (java) S 5602 5604 2916 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5617] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5617/stat : 5617 (java) S 5602 5604 2916 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5618] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5618/stat : 5618 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635185142 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672485809 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5619] ppid=5602 vsize=10544424 CPUtime=0.19 cores=1,3,5,7
/proc/5604/task/5619/stat : 5619 (java) S 5602 5604 2916 0 -1 4202560 1658 0 0 0 19 0 0 0 15 0 19 0 635185142 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5620] ppid=5602 vsize=10544424 CPUtime=0.19 cores=1,3,5,7
/proc/5604/task/5620/stat : 5620 (java) S 5602 5604 2916 0 -1 4202560 2247 0 0 0 19 0 0 0 15 0 19 0 635185142 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5621] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5621/stat : 5621 (java) S 5602 5604 2916 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 635185142 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5622] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5622/stat : 5622 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635185142 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5623] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5623/stat : 5623 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635185153 10797490176 17092 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.36
Current children cumulated vsize (KiB) 10544424

[startup+20.3006 s]
/proc/loadavg: 2.00 1.99 1.80 3/214 5623
/proc/meminfo: memFree=970244/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=10544424 CPUtime=20.9 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 24241 0 1 0 2085 5 0 0 25 0 19 0 635185137 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 2636106 20719 2250 9 0 2626840 0
[pid=5604/tid=5605] ppid=5602 vsize=10544424 CPUtime=19.32 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) R 5602 5604 2916 0 -1 4202560 12152 0 1 0 1931 1 0 0 17 0 19 0 635185137 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 46912505539955 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5604/tid=5607] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5607/stat : 5607 (java) S 5602 5604 2916 0 -1 4202560 276 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5608] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5608/stat : 5608 (java) S 5602 5604 2916 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5609] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5609/stat : 5609 (java) S 5602 5604 2916 0 -1 4202560 99 0 0 0 1 0 0 0 16 0 19 0 635185139 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5610] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5610/stat : 5610 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5611] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5611/stat : 5611 (java) S 5602 5604 2916 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5612] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5612/stat : 5612 (java) S 5602 5604 2916 0 -1 4202560 130 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5613] ppid=5602 vsize=10544424 CPUtime=0.02 cores=1,3,5,7
/proc/5604/task/5613/stat : 5613 (java) S 5602 5604 2916 0 -1 4202560 127 0 0 0 2 0 0 0 16 0 19 0 635185139 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5614] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5614/stat : 5614 (java) S 5602 5604 2916 0 -1 4202560 92 0 0 0 1 0 0 0 16 0 19 0 635185139 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5615] ppid=5602 vsize=10544424 CPUtime=0.88 cores=1,3,5,7
/proc/5604/task/5615/stat : 5615 (java) S 5602 5604 2916 0 -1 4202560 813 0 0 0 87 1 0 0 15 0 19 0 635185140 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 0 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5616] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5616/stat : 5616 (java) S 5602 5604 2916 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5617] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5617/stat : 5617 (java) S 5602 5604 2916 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5618] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5618/stat : 5618 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635185142 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672485809 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5619] ppid=5602 vsize=10544424 CPUtime=0.2 cores=1,3,5,7
/proc/5604/task/5619/stat : 5619 (java) S 5602 5604 2916 0 -1 4202560 1662 0 0 0 20 0 0 0 16 0 19 0 635185142 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5620] ppid=5602 vsize=10544424 CPUtime=0.32 cores=1,3,5,7
/proc/5604/task/5620/stat : 5620 (java) R 5602 5604 2916 0 -1 4202560 7716 0 0 0 32 0 0 0 15 0 19 0 635185142 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 47990528460888 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5604/tid=5621] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5621/stat : 5621 (java) S 5602 5604 2916 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 635185142 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5622] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5622/stat : 5622 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635185142 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5623] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5623/stat : 5623 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635185153 10797490176 20719 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.9
Current children cumulated vsize (KiB) 10544424

[startup+20.5015 s]
/proc/loadavg: 2.00 1.99 1.80 3/214 5623
/proc/meminfo: memFree=970244/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=10544424 CPUtime=21.22 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 25277 0 1 0 2117 5 0 0 25 0 19 0 635185137 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 2636106 21025 2250 9 0 2626840 0
[pid=5604/tid=5605] ppid=5602 vsize=10544424 CPUtime=19.52 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) R 5602 5604 2916 0 -1 4202560 12152 0 1 0 1951 1 0 0 18 0 19 0 635185137 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 46912505581597 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5604/tid=5607] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5607/stat : 5607 (java) S 5602 5604 2916 0 -1 4202560 276 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5608] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5608/stat : 5608 (java) S 5602 5604 2916 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5609] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5609/stat : 5609 (java) S 5602 5604 2916 0 -1 4202560 99 0 0 0 1 0 0 0 16 0 19 0 635185139 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5610] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5610/stat : 5610 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5611] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5611/stat : 5611 (java) S 5602 5604 2916 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5612] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5612/stat : 5612 (java) S 5602 5604 2916 0 -1 4202560 130 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5613] ppid=5602 vsize=10544424 CPUtime=0.02 cores=1,3,5,7
/proc/5604/task/5613/stat : 5613 (java) S 5602 5604 2916 0 -1 4202560 127 0 0 0 2 0 0 0 16 0 19 0 635185139 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5614] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5614/stat : 5614 (java) S 5602 5604 2916 0 -1 4202560 92 0 0 0 1 0 0 0 16 0 19 0 635185139 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5615] ppid=5602 vsize=10544424 CPUtime=0.88 cores=1,3,5,7
/proc/5604/task/5615/stat : 5615 (java) S 5602 5604 2916 0 -1 4202560 813 0 0 0 87 1 0 0 15 0 19 0 635185140 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 0 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5616] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5616/stat : 5616 (java) S 5602 5604 2916 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5617] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5617/stat : 5617 (java) S 5602 5604 2916 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5618] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5618/stat : 5618 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635185142 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672485809 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5619] ppid=5602 vsize=10544424 CPUtime=0.21 cores=1,3,5,7
/proc/5604/task/5619/stat : 5619 (java) S 5602 5604 2916 0 -1 4202560 1685 0 0 0 21 0 0 0 16 0 19 0 635185142 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5620] ppid=5602 vsize=10544424 CPUtime=0.43 cores=1,3,5,7
/proc/5604/task/5620/stat : 5620 (java) S 5602 5604 2916 0 -1 4202560 8729 0 0 0 42 1 0 0 16 0 19 0 635185142 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5621] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5621/stat : 5621 (java) S 5602 5604 2916 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 635185142 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5622] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5622/stat : 5622 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635185142 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5623] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5623/stat : 5623 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635185153 10797490176 21025 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.22
Current children cumulated vsize (KiB) 10544424

[startup+20.6015 s]
/proc/loadavg: 2.00 1.99 1.80 3/214 5623
/proc/meminfo: memFree=970244/32951124 swapFree=67055716/67111528
[pid=5604] ppid=5602 vsize=10544424 CPUtime=21.37 cores=1,3,5,7
/proc/5604/stat : 5604 (java) S 5602 5604 2916 0 -1 4202496 26087 0 1 0 2132 5 0 0 25 0 19 0 635185137 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5604/statm: 2636106 21030 2250 9 0 2626840 0
[pid=5604/tid=5605] ppid=5602 vsize=10544424 CPUtime=19.62 cores=1,3,5,7
/proc/5604/task/5605/stat : 5605 (java) R 5602 5604 2916 0 -1 4202560 12152 0 1 0 1961 1 0 0 18 0 19 0 635185137 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 46912505724880 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5604/tid=5607] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5607/stat : 5607 (java) S 5602 5604 2916 0 -1 4202560 276 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5608] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5608/stat : 5608 (java) S 5602 5604 2916 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5609] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5609/stat : 5609 (java) S 5602 5604 2916 0 -1 4202560 99 0 0 0 1 0 0 0 16 0 19 0 635185139 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5610] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5610/stat : 5610 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5611] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5611/stat : 5611 (java) S 5602 5604 2916 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5612] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5612/stat : 5612 (java) S 5602 5604 2916 0 -1 4202560 130 0 0 0 1 0 0 0 15 0 19 0 635185139 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5613] ppid=5602 vsize=10544424 CPUtime=0.02 cores=1,3,5,7
/proc/5604/task/5613/stat : 5613 (java) S 5602 5604 2916 0 -1 4202560 127 0 0 0 2 0 0 0 16 0 19 0 635185139 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5614] ppid=5602 vsize=10544424 CPUtime=0.01 cores=1,3,5,7
/proc/5604/task/5614/stat : 5614 (java) S 5602 5604 2916 0 -1 4202560 92 0 0 0 1 0 0 0 16 0 19 0 635185139 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5615] ppid=5602 vsize=10544424 CPUtime=0.88 cores=1,3,5,7
/proc/5604/task/5615/stat : 5615 (java) S 5602 5604 2916 0 -1 4202560 813 0 0 0 87 1 0 0 15 0 19 0 635185140 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 0 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5616] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5616/stat : 5616 (java) S 5602 5604 2916 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5617] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5617/stat : 5617 (java) S 5602 5604 2916 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 19 0 635185140 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
[pid=5604/tid=5618] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5618/stat : 5618 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 635185142 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672485809 0 4 0 16800975 18446604454222989440 0 0 -1 3 0 0 0
[pid=5604/tid=5619] ppid=5602 vsize=10544424 CPUtime=0.23 cores=1,3,5,7
/proc/5604/task/5619/stat : 5619 (java) S 5602 5604 2916 0 -1 4202560 1687 0 0 0 23 0 0 0 16 0 19 0 635185142 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5620] ppid=5602 vsize=10544424 CPUtime=0.47 cores=1,3,5,7
/proc/5604/task/5620/stat : 5620 (java) R 5602 5604 2916 0 -1 4202560 9537 0 0 0 46 1 0 0 15 0 19 0 635185142 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 47990531515528 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5604/tid=5621] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5621/stat : 5621 (java) S 5602 5604 2916 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 635185142 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478105 0 4 0 16800975 18446604454222989440 0 0 -1 5 0 0 0
[pid=5604/tid=5622] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5622/stat : 5622 (java) S 5602 5604 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635185142 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 1 0 0 0
[pid=5604/tid=5623] ppid=5602 vsize=10544424 CPUtime=0 cores=1,3,5,7
/proc/5604/task/5623/stat : 5623 (java) S 5602 5604 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635185153 10797490176 21030 33554432000 1073741824 1073778376 140734893903984 18446744073709551615 268672478720 0 4 0 16800975 18446604454222989440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.37
Current children cumulated vsize (KiB) 10544424

Child status: 30
Real time (s): 20.6968
CPU time (s): 21.5487
CPU user time (s): 21.4887
CPU system time (s): 0.05999
CPU usage (%): 104.116
Max. virtual memory (cumulated for all children) (KiB): 10545164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.4887
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27736
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= 2680
involuntary context switches= 1256

runsolver used 0.034994 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 22:18:59
IDJOB=3492538
IDBENCH=78866
IDSOLVER=1982
FILE ID=node107/3492538-1307909939
RUNJOBID= node107-1307908886-4789
PBS_JOBID= 13559596
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= 814425604e6b100ff397547bbbf81dc9
RANDOM SEED=2104559087

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1032128 kB
Buffers:         60644 kB
Cached:       30723480 kB
SwapCached:      20072 kB
Active:       15773892 kB
Inactive:     15185192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1032128 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:      172684 kB
Mapped:          21132 kB
Slab:           896604 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10537632 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= 2892 MiB
End job on node107 at 2011-06-12 22:19:19