Trace number 3492339

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.9627 21.3919

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226680--soft-33-100-0.wbo
MD5SUM137574cfbaeb3d2c820f406b6ded3c18
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 benchmark1.56976
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1190
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3492339-1307909560.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.055s.
0.09/0.16	c #vars     233
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.27/0.25	c SATISFIABLE
0.27/0.25	c OPTIMIZING...
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.143
0.27/0.25	o 497
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.179
0.27/0.29	o 415
0.27/0.30	c Got one! Elapsed wall clock time (in seconds):0.188
0.27/0.30	o 384
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.232
0.54/0.34	o 353
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.256
0.54/0.36	o 350
0.67/0.42	c Got one! Elapsed wall clock time (in seconds):0.311
0.67/0.42	o 315
0.78/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
0.78/0.50	o 307
0.78/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
0.78/0.53	o 292
0.91/0.60	c cleaning 4476 clauses out of 8967 with flag 1000/8967
0.91/0.66	c Got one! Elapsed wall clock time (in seconds):0.549
0.91/0.66	o 286
1.03/0.75	c Got one! Elapsed wall clock time (in seconds):0.642
1.03/0.75	o 285
1.03/0.79	c cleaning 5222 clauses out of 10450 with flag 1001/14926
1.13/0.83	c Got one! Elapsed wall clock time (in seconds):0.723
1.13/0.83	o 253
1.23/0.94	c Got one! Elapsed wall clock time (in seconds):0.829
1.23/0.94	o 201
1.33/1.01	c cleaning 5983 clauses out of 11980 with flag 2001/21678
1.33/1.05	c Got one! Elapsed wall clock time (in seconds):0.941
1.33/1.05	o 166
1.49/1.19	c cleaning 5510 clauses out of 11024 with flag 4003/26705
1.81/1.40	c cleaning 5754 clauses out of 11511 with flag 10000/32702
1.91/1.50	c Got one! Elapsed wall clock time (in seconds):1.398
1.91/1.50	o 142
1.91/1.58	c cleaning 5451 clauses out of 10910 with flag 2001/37855
2.01/1.69	c Got one! Elapsed wall clock time (in seconds):1.586
2.01/1.69	o 125
2.11/1.76	c cleaning 5561 clauses out of 11131 with flag 2001/43527
2.31/1.97	c cleaning 5781 clauses out of 11571 with flag 8002/49528
2.41/2.09	c Got one! Elapsed wall clock time (in seconds):1.979
2.41/2.09	o 114
2.51/2.16	c cleaning 5488 clauses out of 10983 with flag 2000/54721
2.72/2.31	c Got one! Elapsed wall clock time (in seconds):2.203
2.72/2.31	o 110
2.72/2.35	c cleaning 5634 clauses out of 11282 with flag 1003/60508
2.91/2.56	c cleaning 5822 clauses out of 11647 with flag 7002/66507
3.21/2.80	c cleaning 6408 clauses out of 12823 with flag 14000/73505
3.31/2.98	c Got one! Elapsed wall clock time (in seconds):2.868
3.31/2.98	o 105
3.52/3.18	c cleaning 8249 clauses out of 16512 with flag 5001/83602
3.73/3.38	c cleaning 7127 clauses out of 14263 with flag 11001/89602
4.02/3.61	c cleaning 7063 clauses out of 14137 with flag 18002/96603
4.22/3.88	c cleaning 7529 clauses out of 15072 with flag 26000/104601
4.32/3.92	c Got one! Elapsed wall clock time (in seconds):3.81
4.32/3.92	o 90
4.43/4.08	c cleaning 6571 clauses out of 13150 with flag 5002/110208
4.63/4.29	c cleaning 6285 clauses out of 12578 with flag 11001/116207
4.93/4.54	c cleaning 6639 clauses out of 13292 with flag 18000/123206
5.23/4.81	c cleaning 7322 clauses out of 14653 with flag 26000/131206
5.33/4.98	c Got one! Elapsed wall clock time (in seconds):4.873
5.33/4.98	o 36
5.43/5.02	c cleaning 6604 clauses out of 13213 with flag 1001/137088
5.63/5.20	c cleaning 6299 clauses out of 12609 with flag 7001/143088
5.83/5.40	c cleaning 6650 clauses out of 13309 with flag 14000/150087
5.83/5.44	c Got one! Elapsed wall clock time (in seconds):5.337
5.83/5.44	o 33
5.95/5.57	c cleaning 5888 clauses out of 11783 with flag 4000/155211
6.15/5.76	c cleaning 5934 clauses out of 11895 with flag 10000/161211
6.25/5.82	c Got one! Elapsed wall clock time (in seconds):5.717
6.25/5.82	o 24
6.35/5.92	c cleaning 5491 clauses out of 10992 with flag 3000/166242
6.55/6.12	c cleaning 5747 clauses out of 11501 with flag 9000/172242
6.75/6.34	c cleaning 6374 clauses out of 12755 with flag 16001/179243
7.06/6.61	c cleaning 7188 clauses out of 14382 with flag 24002/187244
7.25/6.88	c cleaning 8092 clauses out of 16193 with flag 33001/196243
7.66/7.23	c cleaning 9044 clauses out of 18102 with flag 43002/206244
7.96/7.56	c cleaning 9524 clauses out of 19058 with flag 53002/216244
8.36/7.91	c cleaning 9763 clauses out of 19535 with flag 63003/226245
8.66/8.25	c cleaning 9883 clauses out of 19769 with flag 73000/236242
9.06/8.60	c cleaning 9934 clauses out of 19886 with flag 83000/246242
9.06/8.68	c Got one! Elapsed wall clock time (in seconds):8.571
9.06/8.68	o 22
9.16/8.78	c cleaning 7673 clauses out of 15355 with flag 3000/251645
9.37/8.99	c cleaning 6838 clauses out of 13682 with flag 9000/257645
9.66/9.22	c cleaning 6920 clauses out of 13846 with flag 16002/264647
9.96/9.50	c cleaning 7459 clauses out of 14925 with flag 24001/272646
10.26/9.87	c cleaning 8228 clauses out of 16465 with flag 33000/281645
10.57/10.14	c Got one! Elapsed wall clock time (in seconds):10.028
10.57/10.14	o 12
10.77/10.37	c cleaning 10627 clauses out of 21266 with flag 5001/294674
10.97/10.58	c cleaning 8313 clauses out of 16638 with flag 11000/300673
11.27/10.82	c cleaning 7659 clauses out of 15326 with flag 18001/307674
11.48/11.08	c cleaning 7829 clauses out of 15667 with flag 26001/315674
11.77/11.38	c cleaning 8413 clauses out of 16838 with flag 35001/324674
11.87/11.45	c Got one! Elapsed wall clock time (in seconds):11.343
11.87/11.45	o 10
12.00/11.59	c cleaning 7191 clauses out of 14388 with flag 4002/330637
12.20/11.78	c cleaning 6595 clauses out of 13196 with flag 10001/336636
12.50/12.00	c cleaning 6796 clauses out of 13600 with flag 17000/343635
12.71/12.26	c cleaning 7397 clauses out of 14804 with flag 25000/351635
12.90/12.43	c Got one! Elapsed wall clock time (in seconds):12.322
12.90/12.43	o 5
13.10/12.62	c cleaning 9130 clauses out of 18271 with flag 5000/362499
13.30/12.83	c cleaning 7567 clauses out of 15141 with flag 11000/368499
13.50/13.06	c cleaning 7285 clauses out of 14576 with flag 18002/375501
13.71/13.27	c Got one! Elapsed wall clock time (in seconds):13.162
13.71/13.27	o 4
13.91/13.49	c cleaning 9452 clauses out of 18910 with flag 5000/387120
14.21/13.71	c cleaning 7723 clauses out of 15458 with flag 11000/393120
14.41/13.93	c cleaning 7362 clauses out of 14735 with flag 18000/400120
14.71/14.21	c cleaning 7682 clauses out of 15373 with flag 26000/408120
15.01/14.52	c cleaning 8344 clauses out of 16691 with flag 35000/417120
15.31/14.85	c cleaning 9166 clauses out of 18347 with flag 45000/427120
15.71/15.21	c cleaning 9585 clauses out of 19182 with flag 55001/437121
16.02/15.55	c cleaning 9794 clauses out of 19598 with flag 65002/447122
16.32/15.87	c Got one! Elapsed wall clock time (in seconds):15.76
16.32/15.87	o 2
16.62/16.11	c cleaning 12299 clauses out of 24605 with flag 5001/461923
16.82/16.33	c cleaning 9149 clauses out of 18305 with flag 11000/467922
17.02/16.55	c cleaning 8072 clauses out of 16156 with flag 18000/474922
17.32/16.82	c cleaning 8039 clauses out of 16086 with flag 26002/482924
17.62/17.13	c cleaning 8521 clauses out of 17047 with flag 35002/491924
17.92/17.48	c cleaning 9258 clauses out of 18524 with flag 45000/501922
18.32/17.88	c cleaning 9629 clauses out of 19266 with flag 55000/511922
18.72/18.23	c cleaning 9813 clauses out of 19637 with flag 65000/521922
19.12/18.61	c cleaning 9907 clauses out of 19825 with flag 75001/531923
19.43/18.95	c cleaning 9953 clauses out of 19918 with flag 85001/541923
19.83/19.30	c cleaning 9975 clauses out of 19964 with flag 95000/551922
20.13/19.65	c cleaning 9990 clauses out of 19990 with flag 105001/561923
20.44/19.98	c cleaning 9996 clauses out of 20000 with flag 115001/571923
20.84/20.33	c cleaning 9996 clauses out of 20004 with flag 125001/581923
21.14/20.69	c cleaning 10001 clauses out of 20007 with flag 135000/591922
21.55/21.03	c cleaning 10002 clauses out of 20007 with flag 145001/601923
21.84/21.38	c starts		: 180
21.84/21.38	c conflicts		: 611411
21.84/21.38	c decisions		: 930486
21.84/21.38	c propagations		: 14224836
21.84/21.38	c inspects		: 131805113
21.84/21.38	c shortcuts		: 0
21.84/21.38	c learnt literals	: 5
21.84/21.38	c learnt binary clauses	: 17
21.84/21.38	c learnt ternary clauses	: 269
21.84/21.38	c learnt constraints	: 611405
21.84/21.38	c ignored constraints	: 0
21.84/21.38	c root simplifications	: 0
21.84/21.38	c removed literals (reason simplification)	: 4959286
21.84/21.38	c reason swapping (by a shorter reason)	: 0
21.84/21.38	c Calls to reduceDB	: 76
21.84/21.38	c number of reductions to clauses (during analyze)	: 0
21.84/21.38	c number of learned constraints concerned by reduction	: 0
21.84/21.38	c number of learning phase by resolution	: 0
21.84/21.38	c number of learning phase by cutting planes	: 0
21.84/21.38	c speed (assignments/second)	: 2579299.3653671807
21.84/21.38	c non guided choices	1211
21.84/21.38	c learnt constraints type 
21.84/21.38	c constraints type 
21.84/21.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
21.84/21.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
21.84/21.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
21.84/21.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
21.84/21.38	s OPTIMUM FOUND
21.84/21.38	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.84/21.38	c objective function=2
21.84/21.38	c Total wall clock time (in seconds): 21.276

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-3492339-1307909560/watcher-3492339-1307909560 -o /var/tmp/evaluation-result-3492339-1307909560/solver-3492339-1307909560 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492339-1307909560.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.03 2.01 1.94 2/195 5039
/proc/meminfo: memFree=1338236/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/5039/stat : 5039 (java) R 5037 5039 3459 0 -1 4202496 955 0 0 0 0 0 0 0 25 0 1 0 981186800 23580672 697 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 215983629800 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5039/statm: 5757 698 515 9 0 124 0

[startup+0.101489 s]
/proc/loadavg: 2.03 2.01 1.94 2/195 5039
/proc/meminfo: memFree=1338236/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=10540192 CPUtime=0.09 cores=1,3,5,7
/proc/5039/stat : 5039 (java) S 5037 5039 3459 0 -1 4202496 13102 0 1 0 8 1 0 0 25 0 18 0 981186800 10793156608 12765 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5039/statm: 2635048 12766 2093 9 0 2625782 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540192

[startup+0.200473 s]
/proc/loadavg: 2.03 2.01 1.94 2/195 5039
/proc/meminfo: memFree=1338236/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=10543648 CPUtime=0.27 cores=1,3,5,7
/proc/5039/stat : 5039 (java) S 5037 5039 3459 0 -1 4202496 15335 0 1 0 25 2 0 0 25 0 19 0 981186800 10796695552 14559 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5039/statm: 2635834 14481 2197 9 0 2626568 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10543648

[startup+0.300455 s]
/proc/loadavg: 2.03 2.01 1.94 2/195 5039
/proc/meminfo: memFree=1338236/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=10543724 CPUtime=0.54 cores=1,3,5,7
/proc/5039/stat : 5039 (java) S 5037 5039 3459 0 -1 4202496 16046 0 1 0 52 2 0 0 25 0 19 0 981186800 10796773376 14921 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5039/statm: 2635931 14922 2215 9 0 2626665 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543724

[startup+0.700385 s]
/proc/loadavg: 2.03 2.01 1.94 2/195 5039
/proc/meminfo: memFree=1338236/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=10543236 CPUtime=1.03 cores=1,3,5,7
/proc/5039/stat : 5039 (java) S 5037 5039 3459 0 -1 4202496 17230 0 1 0 101 2 0 0 25 0 19 0 981186800 10796273664 15912 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5039/statm: 2635809 15912 2247 9 0 2626543 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10543236

[startup+1.50125 s]
/proc/loadavg: 2.03 2.01 1.94 3/214 5058
/proc/meminfo: memFree=1280448/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=10544248 CPUtime=1.91 cores=1,3,5,7
/proc/5039/stat : 5039 (java) S 5037 5039 3459 0 -1 4202496 18520 0 1 0 189 2 0 0 25 0 19 0 981186800 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5039/statm: 2636062 16607 2249 9 0 2626796 0
[pid=5039/tid=5041] ppid=5037 vsize=10544248 CPUtime=1.41 cores=1,3,5,7
/proc/5039/task/5041/stat : 5041 (java) R 5037 5039 3459 0 -1 4202560 12270 0 1 0 139 2 0 0 20 0 19 0 981186801 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 46912505601911 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5039/tid=5042] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 3459 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5043] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 3459 0 -1 4202560 134 0 0 0 0 0 0 0 16 0 19 0 981186803 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5044] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 3459 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 981186803 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5045] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 3459 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5046] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 3459 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 981186803 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5047] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5048] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5048/stat : 5048 (java) S 5037 5039 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5049] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5049/stat : 5049 (java) S 5037 5039 3459 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 19 0 981186803 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5050] ppid=5037 vsize=10544248 CPUtime=0.05 cores=1,3,5,7
/proc/5039/task/5050/stat : 5050 (java) S 5037 5039 3459 0 -1 4202560 443 0 0 0 5 0 0 0 15 0 19 0 981186804 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 0 0 16800975 18446604460413509696 0 0 -1 3 0 0 0
[pid=5039/tid=5051] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5051/stat : 5051 (java) S 5037 5039 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5052] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5052/stat : 5052 (java) S 5037 5039 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5053] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5053/stat : 5053 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186806 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000416177 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5054] ppid=5037 vsize=10544248 CPUtime=0.27 cores=1,3,5,7
/proc/5039/task/5054/stat : 5054 (java) S 5037 5039 3459 0 -1 4202560 2059 0 0 0 27 0 0 0 18 0 19 0 981186807 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5055] ppid=5037 vsize=10544248 CPUtime=0.15 cores=1,3,5,7
/proc/5039/task/5055/stat : 5055 (java) S 5037 5039 3459 0 -1 4202560 2064 0 0 0 15 0 0 0 18 0 19 0 981186807 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5056] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5056/stat : 5056 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186807 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5057] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5057/stat : 5057 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981186807 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5058] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5058/stat : 5058 (java) S 5037 5039 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981186818 10797309952 16607 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 10544248

[startup+3.10096 s]
/proc/loadavg: 2.03 2.01 1.94 3/214 5058
/proc/meminfo: memFree=1280096/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=10544248 CPUtime=3.52 cores=1,3,5,7
/proc/5039/stat : 5039 (java) S 5037 5039 3459 0 -1 4202496 18599 0 1 0 350 2 0 0 25 0 19 0 981186800 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5039/statm: 2636062 16679 2249 9 0 2626796 0
[pid=5039/tid=5041] ppid=5037 vsize=10544248 CPUtime=2.92 cores=1,3,5,7
/proc/5039/task/5041/stat : 5041 (java) R 5037 5039 3459 0 -1 4202560 12277 0 1 0 290 2 0 0 23 0 19 0 981186801 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 46912505552741 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5039/tid=5042] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 3459 0 -1 4202560 158 0 0 0 0 0 0 0 16 0 19 0 981186803 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5043] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 3459 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5044] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5045] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 3459 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5046] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 3459 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5047] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 3459 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 981186803 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5048] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5048/stat : 5048 (java) S 5037 5039 3459 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5049] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5049/stat : 5049 (java) S 5037 5039 3459 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5050] ppid=5037 vsize=10544248 CPUtime=0.13 cores=1,3,5,7
/proc/5039/task/5050/stat : 5050 (java) S 5037 5039 3459 0 -1 4202560 443 0 0 0 13 0 0 0 15 0 19 0 981186804 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 0 0 16800975 18446604460413509696 0 0 -1 3 0 0 0
[pid=5039/tid=5051] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5051/stat : 5051 (java) S 5037 5039 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5052] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5052/stat : 5052 (java) S 5037 5039 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5053] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5053/stat : 5053 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186806 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000416177 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5054] ppid=5037 vsize=10544248 CPUtime=0.28 cores=1,3,5,7
/proc/5039/task/5054/stat : 5054 (java) S 5037 5039 3459 0 -1 4202560 2059 0 0 0 28 0 0 0 18 0 19 0 981186807 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5055] ppid=5037 vsize=10544248 CPUtime=0.15 cores=1,3,5,7
/proc/5039/task/5055/stat : 5055 (java) S 5037 5039 3459 0 -1 4202560 2064 0 0 0 15 0 0 0 18 0 19 0 981186807 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5056] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5056/stat : 5056 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186807 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5057] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5057/stat : 5057 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981186807 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5058] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5058/stat : 5058 (java) S 5037 5039 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981186818 10797309952 16679 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 10544248

[startup+6.3014 s]
/proc/loadavg: 2.03 2.01 1.94 3/214 5058
/proc/meminfo: memFree=1275628/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=10544248 CPUtime=6.75 cores=1,3,5,7
/proc/5039/stat : 5039 (java) S 5037 5039 3459 0 -1 4202496 18743 0 1 0 673 2 0 0 25 0 19 0 981186800 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5039/statm: 2636062 16743 2249 9 0 2626796 0
[pid=5039/tid=5041] ppid=5037 vsize=10544248 CPUtime=5.92 cores=1,3,5,7
/proc/5039/task/5041/stat : 5041 (java) R 5037 5039 3459 0 -1 4202560 12293 0 1 0 590 2 0 0 25 0 19 0 981186801 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 46912505601897 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5039/tid=5042] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 3459 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5043] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 3459 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 3 0 0 0
[pid=5039/tid=5044] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5045] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 3459 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 19 0 981186803 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5046] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 3459 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5047] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 3459 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5048] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5048/stat : 5048 (java) S 5037 5039 3459 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5049] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5049/stat : 5049 (java) S 5037 5039 3459 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 19 0 981186803 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5050] ppid=5037 vsize=10544248 CPUtime=0.31 cores=1,3,5,7
/proc/5039/task/5050/stat : 5050 (java) S 5037 5039 3459 0 -1 4202560 553 0 0 0 31 0 0 0 15 0 19 0 981186804 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 0 0 16800975 18446604460413509696 0 0 -1 3 0 0 0
[pid=5039/tid=5051] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5051/stat : 5051 (java) S 5037 5039 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5052] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5052/stat : 5052 (java) S 5037 5039 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5053] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5053/stat : 5053 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186806 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000416177 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5054] ppid=5037 vsize=10544248 CPUtime=0.29 cores=1,3,5,7
/proc/5039/task/5054/stat : 5054 (java) S 5037 5039 3459 0 -1 4202560 2065 0 0 0 29 0 0 0 18 0 19 0 981186807 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5055] ppid=5037 vsize=10544248 CPUtime=0.16 cores=1,3,5,7
/proc/5039/task/5055/stat : 5055 (java) S 5037 5039 3459 0 -1 4202560 2070 0 0 0 16 0 0 0 15 0 19 0 981186807 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5056] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5056/stat : 5056 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186807 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5057] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5057/stat : 5057 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981186807 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5058] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5058/stat : 5058 (java) S 5037 5039 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981186818 10797309952 16743 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 10544248

[startup+12.7013 s]

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

/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 3459 0 -1 4202560 162 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5043] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 3459 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5044] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 3459 0 -1 4202560 42 0 0 0 2 0 0 0 16 0 19 0 981186803 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5045] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 3459 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5046] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 3459 0 -1 4202560 43 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5047] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 3459 0 -1 4202560 44 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5048] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5048/stat : 5048 (java) S 5037 5039 3459 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5049] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5049/stat : 5049 (java) S 5037 5039 3459 0 -1 4202560 245 0 0 0 2 0 0 0 16 0 19 0 981186803 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5050] ppid=5037 vsize=10544248 CPUtime=0.89 cores=1,3,5,7
/proc/5039/task/5050/stat : 5050 (java) S 5037 5039 3459 0 -1 4202560 853 0 0 0 89 0 0 0 16 0 19 0 981186804 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 0 0 16800975 18446604460413509696 0 0 -1 3 0 0 0
[pid=5039/tid=5051] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5051/stat : 5051 (java) S 5037 5039 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5052] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5052/stat : 5052 (java) S 5037 5039 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5053] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5053/stat : 5053 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186806 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000416177 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5054] ppid=5037 vsize=10544248 CPUtime=0.29 cores=1,3,5,7
/proc/5039/task/5054/stat : 5054 (java) S 5037 5039 3459 0 -1 4202560 2065 0 0 0 29 0 0 0 18 0 19 0 981186807 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5055] ppid=5037 vsize=10544248 CPUtime=0.19 cores=1,3,5,7
/proc/5039/task/5055/stat : 5055 (java) S 5037 5039 3459 0 -1 4202560 2353 0 0 0 19 0 0 0 15 0 19 0 981186807 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5056] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5056/stat : 5056 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186807 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5057] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5057/stat : 5057 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981186807 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5058] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5058/stat : 5058 (java) S 5037 5039 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981186818 10797309952 17530 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.54
Current children cumulated vsize (KiB) 10544248

[startup+20.8009 s]
/proc/loadavg: 2.02 2.01 1.94 3/214 5058
/proc/meminfo: memFree=1271680/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=10544248 CPUtime=21.34 cores=1,3,5,7
/proc/5039/stat : 5039 (java) S 5037 5039 3459 0 -1 4202496 19610 0 1 0 2131 3 0 0 25 0 19 0 981186800 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5039/statm: 2636062 17532 2250 9 0 2626796 0
[pid=5039/tid=5041] ppid=5037 vsize=10544248 CPUtime=19.76 cores=1,3,5,7
/proc/5039/task/5041/stat : 5041 (java) R 5037 5039 3459 0 -1 4202560 12342 0 1 0 1974 2 0 0 25 0 19 0 981186801 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 46912505601911 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5039/tid=5042] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 3459 0 -1 4202560 162 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5043] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 3459 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5044] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 3459 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5045] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 3459 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5046] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 3459 0 -1 4202560 43 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5047] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 3459 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5048] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5048/stat : 5048 (java) S 5037 5039 3459 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5049] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5049/stat : 5049 (java) S 5037 5039 3459 0 -1 4202560 245 0 0 0 2 0 0 0 16 0 19 0 981186803 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5050] ppid=5037 vsize=10544248 CPUtime=0.91 cores=1,3,5,7
/proc/5039/task/5050/stat : 5050 (java) S 5037 5039 3459 0 -1 4202560 853 0 0 0 91 0 0 0 16 0 19 0 981186804 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 0 0 16800975 18446604460413509696 0 0 -1 3 0 0 0
[pid=5039/tid=5051] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5051/stat : 5051 (java) S 5037 5039 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5052] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5052/stat : 5052 (java) S 5037 5039 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5053] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5053/stat : 5053 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186806 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000416177 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5054] ppid=5037 vsize=10544248 CPUtime=0.29 cores=1,3,5,7
/proc/5039/task/5054/stat : 5054 (java) S 5037 5039 3459 0 -1 4202560 2065 0 0 0 29 0 0 0 18 0 19 0 981186807 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5055] ppid=5037 vsize=10544248 CPUtime=0.19 cores=1,3,5,7
/proc/5039/task/5055/stat : 5055 (java) S 5037 5039 3459 0 -1 4202560 2353 0 0 0 19 0 0 0 15 0 19 0 981186807 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5056] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5056/stat : 5056 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186807 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5057] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5057/stat : 5057 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981186807 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5058] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5058/stat : 5058 (java) S 5037 5039 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981186818 10797309952 17532 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.34
Current children cumulated vsize (KiB) 10544248

[startup+21.2008 s]
/proc/loadavg: 2.02 2.01 1.94 3/214 5058
/proc/meminfo: memFree=1272424/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=10544248 CPUtime=21.74 cores=1,3,5,7
/proc/5039/stat : 5039 (java) S 5037 5039 3459 0 -1 4202496 19612 0 1 0 2171 3 0 0 25 0 19 0 981186800 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5039/statm: 2636062 17293 2250 9 0 2626796 0
[pid=5039/tid=5041] ppid=5037 vsize=10544248 CPUtime=20.14 cores=1,3,5,7
/proc/5039/task/5041/stat : 5041 (java) R 5037 5039 3459 0 -1 4202560 12344 0 1 0 2012 2 0 0 25 0 19 0 981186801 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 46912505582387 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5039/tid=5042] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 3459 0 -1 4202560 162 0 0 0 2 0 0 0 16 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5043] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 3459 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5044] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 3459 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5045] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 3459 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5046] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 3459 0 -1 4202560 43 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5047] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 3459 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5048] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5048/stat : 5048 (java) S 5037 5039 3459 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5049] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5049/stat : 5049 (java) S 5037 5039 3459 0 -1 4202560 245 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5050] ppid=5037 vsize=10544248 CPUtime=0.93 cores=1,3,5,7
/proc/5039/task/5050/stat : 5050 (java) S 5037 5039 3459 0 -1 4202560 853 0 0 0 93 0 0 0 16 0 19 0 981186804 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 0 0 16800975 18446604460413509696 0 0 -1 3 0 0 0
[pid=5039/tid=5051] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5051/stat : 5051 (java) S 5037 5039 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5052] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5052/stat : 5052 (java) S 5037 5039 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5053] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5053/stat : 5053 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186806 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000416177 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5054] ppid=5037 vsize=10544248 CPUtime=0.29 cores=1,3,5,7
/proc/5039/task/5054/stat : 5054 (java) S 5037 5039 3459 0 -1 4202560 2065 0 0 0 29 0 0 0 18 0 19 0 981186807 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5055] ppid=5037 vsize=10544248 CPUtime=0.19 cores=1,3,5,7
/proc/5039/task/5055/stat : 5055 (java) S 5037 5039 3459 0 -1 4202560 2353 0 0 0 19 0 0 0 15 0 19 0 981186807 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5056] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5056/stat : 5056 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186807 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5057] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5057/stat : 5057 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981186807 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5058] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5058/stat : 5058 (java) S 5037 5039 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981186818 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.74
Current children cumulated vsize (KiB) 10544248

[startup+21.3008 s]
/proc/loadavg: 2.02 2.01 1.94 3/214 5058
/proc/meminfo: memFree=1272424/32950940 swapFree=67053420/67111528
[pid=5039] ppid=5037 vsize=10544248 CPUtime=21.84 cores=1,3,5,7
/proc/5039/stat : 5039 (java) S 5037 5039 3459 0 -1 4202496 19612 0 1 0 2181 3 0 0 25 0 19 0 981186800 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5039/statm: 2636062 17293 2250 9 0 2626796 0
[pid=5039/tid=5041] ppid=5037 vsize=10544248 CPUtime=20.24 cores=1,3,5,7
/proc/5039/task/5041/stat : 5041 (java) R 5037 5039 3459 0 -1 4202560 12344 0 1 0 2022 2 0 0 25 0 19 0 981186801 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 46912505643769 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5039/tid=5042] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 3459 0 -1 4202560 162 0 0 0 2 0 0 0 16 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5043] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 3459 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5044] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 3459 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5045] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 3459 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5046] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 3459 0 -1 4202560 43 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5047] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 3459 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5048] ppid=5037 vsize=10544248 CPUtime=0.01 cores=1,3,5,7
/proc/5039/task/5048/stat : 5048 (java) S 5037 5039 3459 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5049] ppid=5037 vsize=10544248 CPUtime=0.02 cores=1,3,5,7
/proc/5039/task/5049/stat : 5049 (java) S 5037 5039 3459 0 -1 4202560 245 0 0 0 2 0 0 0 15 0 19 0 981186803 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5050] ppid=5037 vsize=10544248 CPUtime=0.93 cores=1,3,5,7
/proc/5039/task/5050/stat : 5050 (java) S 5037 5039 3459 0 -1 4202560 853 0 0 0 93 0 0 0 16 0 19 0 981186804 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 0 0 16800975 18446604460413509696 0 0 -1 3 0 0 0
[pid=5039/tid=5051] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5051/stat : 5051 (java) S 5037 5039 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5052] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5052/stat : 5052 (java) S 5037 5039 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981186804 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 7 0 0 0
[pid=5039/tid=5053] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5053/stat : 5053 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186806 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000416177 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5054] ppid=5037 vsize=10544248 CPUtime=0.29 cores=1,3,5,7
/proc/5039/task/5054/stat : 5054 (java) S 5037 5039 3459 0 -1 4202560 2065 0 0 0 29 0 0 0 18 0 19 0 981186807 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5055] ppid=5037 vsize=10544248 CPUtime=0.19 cores=1,3,5,7
/proc/5039/task/5055/stat : 5055 (java) S 5037 5039 3459 0 -1 4202560 2353 0 0 0 19 0 0 0 15 0 19 0 981186807 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5056] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5056/stat : 5056 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981186807 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000408473 0 4 0 16800975 18446604460413509696 0 0 -1 5 0 0 0
[pid=5039/tid=5057] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5057/stat : 5057 (java) S 5037 5039 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981186807 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
[pid=5039/tid=5058] ppid=5037 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/5039/task/5058/stat : 5058 (java) S 5037 5039 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981186818 10797309952 17293 33554432000 1073741824 1073778376 140734230531280 18446744073709551615 216000409088 0 4 0 16800975 18446604460413509696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.84
Current children cumulated vsize (KiB) 10544248

Child status: 30
Real time (s): 21.3919
CPU time (s): 21.9627
CPU user time (s): 21.9277
CPU system time (s): 0.034994
CPU usage (%): 102.668
Max. virtual memory (cumulated for all children) (KiB): 10544248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9277
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19649
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= 2820
involuntary context switches= 994

runsolver used 0.038994 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 22:12:40
IDJOB=3492339
IDBENCH=78766
IDSOLVER=1982
FILE ID=node117/3492339-1307909560
RUNJOBID= node117-1307907339-4520
PBS_JOBID= 13559588
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 137574cfbaeb3d2c820f406b6ded3c18
RANDOM SEED=1487061462

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:       1338640 kB
Buffers:         62356 kB
Cached:       30289320 kB
SwapCached:      10872 kB
Active:       15037976 kB
Inactive:     15627776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1338640 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             140 kB
Writeback:           0 kB
AnonPages:      310976 kB
Mapped:          21208 kB
Slab:           882692 kB
PageTables:       5284 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:13:02