Trace number 3492496

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 32.4631 31.6601

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220546--soft-66-100-0.wbo
MD5SUM33073796b90256de3fa5d24843165564
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark1.55276
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.08/0.08	c version 2.3.1.v20110525
0.08/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.08	c java.vm.version	19.1-b02
0.08/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.08	c sun.arch.data.model	64
0.08/0.08	c java.version		1.6.0_24
0.08/0.08	c os.name		Linux
0.08/0.08	c os.version		2.6.18-164.el5
0.08/0.08	c os.arch		amd64
0.08/0.08	c Free memory 		9996466904
0.08/0.08	c Max memory 		10048897024
0.08/0.08	c Total memory 		10048897024
0.08/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492496-1307909910.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.053s.
0.11/0.16	c #vars     197
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.53/0.39	c SATISFIABLE
0.53/0.39	c OPTIMIZING...
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.282
0.53/0.39	o 203
0.67/0.48	c cleaning 2954 clauses out of 5914 with flag 2002/5914
0.90/0.68	c cleaning 4480 clauses out of 8961 with flag 8003/11915
1.22/0.91	c cleaning 5735 clauses out of 11480 with flag 15002/18914
1.44/1.18	c cleaning 6868 clauses out of 13743 with flag 23000/26912
1.55/1.29	c Got one! Elapsed wall clock time (in seconds):1.187
1.55/1.29	o 179
1.66/1.37	c cleaning 6102 clauses out of 12211 with flag 2002/32248
1.86/1.55	c cleaning 6050 clauses out of 12107 with flag 8000/38246
2.06/1.78	c cleaning 6525 clauses out of 13058 with flag 15001/45247
2.16/1.84	c Got one! Elapsed wall clock time (in seconds):1.734
2.16/1.84	o 136
2.26/1.96	c cleaning 6113 clauses out of 12231 with flag 4002/50945
2.47/2.15	c cleaning 6056 clauses out of 12117 with flag 10001/56944
2.66/2.37	c cleaning 6528 clauses out of 13062 with flag 17002/63945
2.96/2.64	c cleaning 7262 clauses out of 14532 with flag 25000/71943
3.26/2.94	c cleaning 8132 clauses out of 16270 with flag 34000/80943
3.57/3.29	c cleaning 9064 clauses out of 18138 with flag 44000/90943
3.97/3.62	c cleaning 9532 clauses out of 19074 with flag 54000/100943
4.27/3.96	c cleaning 9764 clauses out of 19542 with flag 64000/110943
4.57/4.30	c cleaning 9889 clauses out of 19779 with flag 74001/120944
4.97/4.67	c cleaning 9940 clauses out of 19889 with flag 84000/130943
5.37/5.03	c cleaning 9967 clauses out of 19951 with flag 94002/140945
5.68/5.37	c cleaning 9987 clauses out of 19985 with flag 104003/150946
6.08/5.72	c cleaning 9997 clauses out of 19997 with flag 114002/160945
6.38/6.08	c cleaning 9997 clauses out of 19999 with flag 124001/170944
6.78/6.43	c cleaning 9995 clauses out of 20002 with flag 134001/180944
6.99/6.61	c Got one! Elapsed wall clock time (in seconds):6.504
6.99/6.61	o 117
7.18/6.82	c cleaning 10349 clauses out of 20709 with flag 5001/191646
7.38/7.04	c cleaning 8177 clauses out of 16360 with flag 11001/197646
7.58/7.27	c cleaning 7584 clauses out of 15184 with flag 18002/204647
7.89/7.51	c Got one! Elapsed wall clock time (in seconds):7.408
7.89/7.51	o 100
8.09/7.73	c cleaning 10024 clauses out of 20051 with flag 5000/217098
8.29/7.97	c cleaning 8012 clauses out of 16031 with flag 11004/223102
8.59/8.21	c cleaning 7504 clauses out of 15017 with flag 18002/230100
8.90/8.51	c cleaning 7753 clauses out of 15512 with flag 26001/238099
9.21/8.83	c cleaning 8375 clauses out of 16758 with flag 35000/247098
9.50/9.18	c cleaning 9186 clauses out of 18386 with flag 45003/257101
9.90/9.52	c cleaning 9592 clauses out of 19198 with flag 55001/267099
10.31/9.90	c cleaning 9800 clauses out of 19606 with flag 65001/277099
10.61/10.26	c cleaning 9901 clauses out of 19808 with flag 75003/287101
10.91/10.59	c cleaning 9948 clauses out of 19905 with flag 85001/297099
11.31/10.97	c cleaning 9969 clauses out of 19956 with flag 95000/307098
11.71/11.32	c cleaning 9989 clauses out of 19987 with flag 105000/317098
12.01/11.66	c cleaning 9991 clauses out of 19998 with flag 115000/327098
12.11/11.72	c Got one! Elapsed wall clock time (in seconds):11.62
12.11/11.72	o 83
12.21/11.86	c cleaning 7808 clauses out of 15621 with flag 4001/332712
12.41/12.08	c cleaning 6903 clauses out of 13812 with flag 10000/338711
12.71/12.31	c cleaning 6948 clauses out of 13910 with flag 17001/345712
12.91/12.57	c cleaning 7478 clauses out of 14961 with flag 25000/353711
13.31/12.90	c cleaning 8236 clauses out of 16483 with flag 34000/362711
13.61/13.28	c cleaning 9118 clauses out of 18248 with flag 44001/372712
14.01/13.66	c cleaning 9559 clauses out of 19129 with flag 54000/382711
14.41/14.04	c cleaning 9781 clauses out of 19573 with flag 64003/392714
14.81/14.40	c cleaning 9893 clauses out of 19790 with flag 74001/402712
15.11/14.74	c cleaning 9946 clauses out of 19897 with flag 84001/412712
15.41/15.09	c cleaning 9974 clauses out of 19951 with flag 94001/422712
15.82/15.44	c cleaning 9987 clauses out of 19976 with flag 104000/432711
16.21/15.81	c cleaning 9990 clauses out of 19990 with flag 114001/442712
16.51/16.16	c cleaning 9996 clauses out of 20000 with flag 124001/452712
16.92/16.51	c cleaning 9994 clauses out of 20004 with flag 134001/462712
17.21/16.83	c cleaning 10001 clauses out of 20011 with flag 144002/472713
17.51/17.18	c cleaning 10000 clauses out of 20008 with flag 154000/482711
17.82/17.45	c Got one! Elapsed wall clock time (in seconds):17.351
17.82/17.45	o 72
18.03/17.68	c cleaning 11864 clauses out of 23734 with flag 5003/496437
18.32/17.91	c cleaning 8931 clauses out of 17869 with flag 11002/502436
18.52/18.14	c cleaning 7961 clauses out of 15936 with flag 18000/509434
18.82/18.42	c cleaning 7986 clauses out of 15976 with flag 26001/517435
19.13/18.73	c cleaning 8489 clauses out of 16989 with flag 35000/526434
19.42/19.08	c cleaning 9246 clauses out of 18501 with flag 45001/536435
19.82/19.42	c cleaning 9621 clauses out of 19254 with flag 55000/546434
20.15/19.76	c cleaning 9812 clauses out of 19634 with flag 65001/556435
20.55/20.10	c cleaning 9906 clauses out of 19821 with flag 75000/566434
20.85/20.44	c cleaning 9954 clauses out of 19916 with flag 85001/576435
21.15/20.77	c cleaning 9978 clauses out of 19961 with flag 95000/586434
21.45/21.09	c cleaning 9986 clauses out of 19983 with flag 105000/596434
21.55/21.11	c Got one! Elapsed wall clock time (in seconds):21.008
21.55/21.11	o 69
21.65/21.27	c cleaning 7585 clauses out of 15182 with flag 5000/601619
21.85/21.48	c cleaning 6794 clauses out of 13598 with flag 11001/607620
22.15/21.71	c cleaning 6898 clauses out of 13804 with flag 18001/614620
22.46/22.00	c cleaning 7449 clauses out of 14906 with flag 26001/622620
22.75/22.34	c cleaning 8228 clauses out of 16459 with flag 35003/631622
23.15/22.72	c cleaning 9109 clauses out of 18229 with flag 45001/641620
23.46/23.06	c cleaning 9556 clauses out of 19119 with flag 55000/651619
23.86/23.43	c cleaning 9777 clauses out of 19563 with flag 65000/661619
24.26/23.80	c cleaning 9893 clauses out of 19789 with flag 75003/671622
24.56/24.13	c cleaning 9942 clauses out of 19894 with flag 85001/681620
24.86/24.47	c cleaning 9972 clauses out of 19953 with flag 95002/691621
25.26/24.81	c cleaning 9986 clauses out of 19980 with flag 105001/701620
25.56/25.15	c cleaning 9992 clauses out of 19994 with flag 115001/711620
25.86/25.49	c cleaning 9996 clauses out of 20002 with flag 125001/721620
26.26/25.83	c cleaning 10000 clauses out of 20007 with flag 135002/731621
26.56/26.17	c cleaning 9998 clauses out of 20006 with flag 145001/741620
26.96/26.50	c cleaning 10002 clauses out of 20009 with flag 155002/751621
27.26/26.84	c cleaning 9996 clauses out of 20005 with flag 165000/761619
27.57/27.17	c cleaning 10000 clauses out of 20010 with flag 175001/771620
27.97/27.51	c cleaning 9999 clauses out of 20010 with flag 185001/781620
28.26/27.85	c cleaning 10002 clauses out of 20010 with flag 195000/791619
28.67/28.22	c cleaning 9998 clauses out of 20008 with flag 205000/801619
28.97/28.55	c cleaning 10002 clauses out of 20010 with flag 215000/811619
29.27/28.89	c cleaning 9999 clauses out of 20008 with flag 225000/821619
29.67/29.24	c cleaning 10000 clauses out of 20010 with flag 235001/831620
30.07/29.61	c cleaning 10000 clauses out of 20009 with flag 245000/841619
30.37/29.97	c cleaning 9998 clauses out of 20009 with flag 255000/851619
30.77/30.34	c cleaning 10003 clauses out of 20014 with flag 265003/861622
31.07/30.69	c cleaning 10001 clauses out of 20010 with flag 275002/871621
31.47/31.04	c cleaning 10001 clauses out of 20009 with flag 285002/881621
31.93/31.41	c cleaning 10000 clauses out of 20007 with flag 295001/891620
32.35/31.64	c starts		: 179
32.35/31.64	c conflicts		: 897881
32.35/31.64	c decisions		: 1382626
32.35/31.64	c propagations		: 20383800
32.35/31.64	c inspects		: 211872072
32.35/31.64	c shortcuts		: 0
32.35/31.64	c learnt literals	: 6
32.35/31.64	c learnt binary clauses	: 18
32.35/31.64	c learnt ternary clauses	: 270
32.35/31.64	c learnt constraints	: 897874
32.35/31.64	c ignored constraints	: 0
32.35/31.64	c root simplifications	: 0
32.35/31.64	c removed literals (reason simplification)	: 7554111
32.35/31.64	c reason swapping (by a shorter reason)	: 0
32.35/31.64	c Calls to reduceDB	: 98
32.35/31.64	c number of reductions to clauses (during analyze)	: 0
32.35/31.64	c number of learned constraints concerned by reduction	: 0
32.35/31.64	c number of learning phase by resolution	: 0
32.35/31.64	c number of learning phase by cutting planes	: 0
32.35/31.64	c speed (assignments/second)	: 1936519.0955728672
32.35/31.64	c non guided choices	408
32.35/31.64	c learnt constraints type 
32.35/31.64	c constraints type 
32.35/31.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
32.35/31.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
32.35/31.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
32.35/31.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
32.35/31.64	s OPTIMUM FOUND
32.35/31.64	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 
32.35/31.64	c objective function=69
32.35/31.64	c Total wall clock time (in seconds): 31.535

Verifier Data

OK	69

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 /tmp/evaluation-result-3492496-1307909910/watcher-3492496-1307909910 -o /tmp/evaluation-result-3492496-1307909910/solver-3492496-1307909910 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492496-1307909910.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.79 2/195 5551
/proc/meminfo: memFree=32203596/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 1201 0 0 0 0 0 0 0 25 0 2 0 902593778 31313920 925 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 7645 933 709 9 0 383 0
[pid=5551/tid=5552] ppid=5549 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) R 5549 5551 2655 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 902593779 31260672 957 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218370957056 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0822631 s]
/proc/loadavg: 2.00 2.00 1.79 2/195 5551
/proc/meminfo: memFree=32203596/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=10539064 CPUtime=0.08 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 12503 0 1 0 7 1 0 0 25 0 18 0 902593778 10792001536 12179 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 2634766 12193 2009 9 0 2625500 0
[pid=5551/tid=5552] ppid=5549 vsize=10539064 CPUtime=0.07 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) S 5549 5551 2655 0 -1 4202560 10931 0 1 0 6 1 0 0 25 0 18 0 902593779 10792001536 12198 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382786527 0 2147483391 0 16800975 18446744071699199166 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10539064

[startup+0.104631 s]
/proc/loadavg: 2.00 2.00 1.79 2/195 5551
/proc/meminfo: memFree=32203596/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=10539684 CPUtime=0.11 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 13165 0 1 0 10 1 0 0 25 0 18 0 902593778 10792636416 12838 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 2634921 12838 2107 9 0 2625655 0
[pid=5551/tid=5552] ppid=5549 vsize=10539684 CPUtime=0.09 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) R 5549 5551 2655 0 -1 4202560 11214 0 1 0 8 1 0 0 25 0 18 0 902593779 10792636416 12838 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382783947 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539684

[startup+0.300546 s]
/proc/loadavg: 2.00 2.00 1.79 2/195 5551
/proc/meminfo: memFree=32203596/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=10543900 CPUtime=0.53 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 15908 0 1 0 52 1 0 0 25 0 19 0 902593778 10796953600 14777 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 2635975 14777 2214 9 0 2626709 0
[pid=5551/tid=5552] ppid=5549 vsize=10543900 CPUtime=0.29 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) R 5549 5551 2655 0 -1 4202560 11751 0 1 0 28 1 0 0 25 0 19 0 902593779 10796953600 14777 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 46912505562571 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10543900

[startup+0.700479 s]
/proc/loadavg: 2.00 2.00 1.79 2/195 5551
/proc/meminfo: memFree=32203596/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=10543900 CPUtime=1.02 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 17118 0 1 0 101 1 0 0 25 0 19 0 902593778 10796953600 15853 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 2635975 15853 2246 9 0 2626709 0
[pid=5551/tid=5552] ppid=5549 vsize=10543900 CPUtime=0.66 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) R 5549 5551 2655 0 -1 4202560 12024 0 1 0 65 1 0 0 25 0 19 0 902593779 10796953600 15853 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 46912505522721 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10543900

[startup+1.50133 s]
/proc/loadavg: 2.00 2.00 1.79 3/214 5570
/proc/meminfo: memFree=32148908/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=10543900 CPUtime=1.86 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 17323 0 1 0 185 1 0 0 25 0 19 0 902593778 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 2635975 16055 2248 9 0 2626709 0
[pid=5551/tid=5552] ppid=5549 vsize=10543900 CPUtime=1.42 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) R 5549 5551 2655 0 -1 4202560 12025 0 1 0 141 1 0 0 25 0 19 0 902593779 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 46912505535394 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5551/tid=5554] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5554/stat : 5554 (java) S 5549 5551 2655 0 -1 4202560 120 0 0 0 0 0 0 0 16 0 19 0 902593780 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5555] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5555/stat : 5555 (java) S 5549 5551 2655 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5556] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5556/stat : 5556 (java) S 5549 5551 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5557] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5557/stat : 5557 (java) S 5549 5551 2655 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5558] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5558/stat : 5558 (java) S 5549 5551 2655 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5559] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5559/stat : 5559 (java) S 5549 5551 2655 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5560] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5560/stat : 5560 (java) S 5549 5551 2655 0 -1 4202560 147 0 0 0 0 0 0 0 16 0 19 0 902593780 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5561] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5561/stat : 5561 (java) S 5549 5551 2655 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5562] ppid=5549 vsize=10543900 CPUtime=0.05 cores=1,3,5,7
/proc/5551/task/5562/stat : 5562 (java) S 5549 5551 2655 0 -1 4202560 424 0 0 0 5 0 0 0 15 0 19 0 902593781 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5563] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5563/stat : 5563 (java) S 5549 5551 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902593782 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5564] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5564/stat : 5564 (java) S 5549 5551 2655 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902593782 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5565] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5565/stat : 5565 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5566] ppid=5549 vsize=10543900 CPUtime=0.15 cores=1,3,5,7
/proc/5551/task/5566/stat : 5566 (java) S 5549 5551 2655 0 -1 4202560 1205 0 0 0 15 0 0 0 16 0 19 0 902593784 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5567] ppid=5549 vsize=10543900 CPUtime=0.21 cores=1,3,5,7
/proc/5551/task/5567/stat : 5567 (java) S 5549 5551 2655 0 -1 4202560 1958 0 0 0 21 0 0 0 15 0 19 0 902593784 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5568] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5568/stat : 5568 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5569] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5569/stat : 5569 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593784 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5570] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5570/stat : 5570 (java) S 5549 5551 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593795 10796953600 16055 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10543900

[startup+3.10105 s]
/proc/loadavg: 2.00 2.00 1.79 3/214 5570
/proc/meminfo: memFree=32148000/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=10543900 CPUtime=3.47 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 17413 0 1 0 346 1 0 0 25 0 19 0 902593778 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 2635975 16138 2248 9 0 2626709 0
[pid=5551/tid=5552] ppid=5549 vsize=10543900 CPUtime=2.93 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) R 5549 5551 2655 0 -1 4202560 12032 0 1 0 292 1 0 0 25 0 19 0 902593779 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 46912505577532 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5551/tid=5554] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5554/stat : 5554 (java) S 5549 5551 2655 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5555] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5555/stat : 5555 (java) S 5549 5551 2655 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5556] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5556/stat : 5556 (java) S 5549 5551 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5557] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5557/stat : 5557 (java) S 5549 5551 2655 0 -1 4202560 86 0 0 0 0 0 0 0 16 0 19 0 902593780 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5558] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5558/stat : 5558 (java) S 5549 5551 2655 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5559] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5559/stat : 5559 (java) S 5549 5551 2655 0 -1 4202560 105 0 0 0 0 0 0 0 16 0 19 0 902593780 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5560] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5560/stat : 5560 (java) S 5549 5551 2655 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902593780 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5561] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5561/stat : 5561 (java) S 5549 5551 2655 0 -1 4202560 58 0 0 0 0 0 0 0 16 0 19 0 902593780 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5562] ppid=5549 vsize=10543900 CPUtime=0.14 cores=1,3,5,7
/proc/5551/task/5562/stat : 5562 (java) S 5549 5551 2655 0 -1 4202560 501 0 0 0 14 0 0 0 15 0 19 0 902593781 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5563] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5563/stat : 5563 (java) S 5549 5551 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902593782 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5564] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5564/stat : 5564 (java) S 5549 5551 2655 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902593782 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5565] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5565/stat : 5565 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5566] ppid=5549 vsize=10543900 CPUtime=0.15 cores=1,3,5,7
/proc/5551/task/5566/stat : 5566 (java) S 5549 5551 2655 0 -1 4202560 1205 0 0 0 15 0 0 0 16 0 19 0 902593784 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5567] ppid=5549 vsize=10543900 CPUtime=0.21 cores=1,3,5,7
/proc/5551/task/5567/stat : 5567 (java) S 5549 5551 2655 0 -1 4202560 1958 0 0 0 21 0 0 0 15 0 19 0 902593784 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5568] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5568/stat : 5568 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5569] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5569/stat : 5569 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593784 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5570] ppid=5549 vsize=10543900 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5570/stat : 5570 (java) S 5549 5551 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593795 10796953600 16138 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10543900

[startup+6.30148 s]
/proc/loadavg: 2.00 2.00 1.79 3/214 5570
/proc/meminfo: memFree=32146740/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=10543140 CPUtime=6.68 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 17622 0 1 0 667 1 0 0 25 0 19 0 902593778 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 2635785 16161 2248 9 0 2626519 0
[pid=5551/tid=5552] ppid=5549 vsize=10543140 CPUtime=6 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) R 5549 5551 2655 0 -1 4202560 12042 0 1 0 599 1 0 0 19 0 19 0 902593779 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 46912505585985 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5551/tid=5554] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5554/stat : 5554 (java) S 5549 5551 2655 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 902593780 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5555] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5555/stat : 5555 (java) S 5549 5551 2655 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 902593780 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5556] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5556/stat : 5556 (java) S 5549 5551 2655 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902593780 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5557] ppid=5549 vsize=10543140 CPUtime=0.01 cores=1,3,5,7
/proc/5551/task/5557/stat : 5557 (java) S 5549 5551 2655 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 902593780 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5558] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5558/stat : 5558 (java) S 5549 5551 2655 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 19 0 902593780 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5559] ppid=5549 vsize=10543140 CPUtime=0.01 cores=1,3,5,7
/proc/5551/task/5559/stat : 5559 (java) S 5549 5551 2655 0 -1 4202560 106 0 0 0 1 0 0 0 16 0 19 0 902593780 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5560] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5560/stat : 5560 (java) S 5549 5551 2655 0 -1 4202560 147 0 0 0 0 0 0 0 16 0 19 0 902593780 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5561] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5561/stat : 5561 (java) S 5549 5551 2655 0 -1 4202560 58 0 0 0 0 0 0 0 16 0 19 0 902593780 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5562] ppid=5549 vsize=10543140 CPUtime=0.25 cores=1,3,5,7
/proc/5551/task/5562/stat : 5562 (java) S 5549 5551 2655 0 -1 4202560 660 0 0 0 25 0 0 0 15 0 19 0 902593781 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5563] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5563/stat : 5563 (java) S 5549 5551 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902593782 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5564] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5564/stat : 5564 (java) S 5549 5551 2655 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902593782 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5565] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5565/stat : 5565 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5566] ppid=5549 vsize=10543140 CPUtime=0.15 cores=1,3,5,7
/proc/5551/task/5566/stat : 5566 (java) S 5549 5551 2655 0 -1 4202560 1205 0 0 0 15 0 0 0 15 0 19 0 902593784 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5567] ppid=5549 vsize=10543140 CPUtime=0.21 cores=1,3,5,7
/proc/5551/task/5567/stat : 5567 (java) S 5549 5551 2655 0 -1 4202560 1958 0 0 0 21 0 0 0 15 0 19 0 902593784 10796175360 16161 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0

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

/proc/5551/task/5554/stat : 5554 (java) S 5549 5551 2655 0 -1 4202560 120 0 0 0 2 0 0 0 16 0 19 0 902593780 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5555] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5555/stat : 5555 (java) S 5549 5551 2655 0 -1 4202560 23 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5556] ppid=5549 vsize=10543140 CPUtime=0.01 cores=1,3,5,7
/proc/5551/task/5556/stat : 5556 (java) S 5549 5551 2655 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 902593780 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5557] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5557/stat : 5557 (java) S 5549 5551 2655 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5558] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5558/stat : 5558 (java) S 5549 5551 2655 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5559] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5559/stat : 5559 (java) S 5549 5551 2655 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5560] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5560/stat : 5560 (java) S 5549 5551 2655 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5561] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5561/stat : 5561 (java) S 5549 5551 2655 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5562] ppid=5549 vsize=10543140 CPUtime=1.2 cores=1,3,5,7
/proc/5551/task/5562/stat : 5562 (java) S 5549 5551 2655 0 -1 4202560 903 0 0 0 120 0 0 0 16 0 19 0 902593781 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5563] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5563/stat : 5563 (java) S 5549 5551 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902593782 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5564] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5564/stat : 5564 (java) S 5549 5551 2655 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902593782 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5565] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5565/stat : 5565 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5566] ppid=5549 vsize=10543140 CPUtime=0.18 cores=1,3,5,7
/proc/5551/task/5566/stat : 5566 (java) S 5549 5551 2655 0 -1 4202560 1632 0 0 0 18 0 0 0 15 0 19 0 902593784 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5567] ppid=5549 vsize=10543140 CPUtime=0.21 cores=1,3,5,7
/proc/5551/task/5567/stat : 5567 (java) S 5549 5551 2655 0 -1 4202560 1958 0 0 0 21 0 0 0 15 0 19 0 902593784 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5568] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5568/stat : 5568 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5569] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5569/stat : 5569 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593784 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5570] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5570/stat : 5570 (java) S 5549 5551 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593795 10796175360 16436 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 30.77
Current children cumulated vsize (KiB) 10543140

[startup+31.1011 s]
/proc/loadavg: 2.00 2.00 1.80 3/214 5571
/proc/meminfo: memFree=32144768/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=10543140 CPUtime=31.58 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 18402 0 1 0 3155 3 0 0 25 0 19 0 902593778 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 2635785 16442 2249 9 0 2626519 0
[pid=5551/tid=5552] ppid=5549 vsize=10543140 CPUtime=29.72 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) R 5549 5551 2655 0 -1 4202560 12119 0 1 0 2971 1 0 0 18 0 19 0 902593779 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 46912505535104 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5551/tid=5554] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5554/stat : 5554 (java) S 5549 5551 2655 0 -1 4202560 120 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5555] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5555/stat : 5555 (java) S 5549 5551 2655 0 -1 4202560 24 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5556] ppid=5549 vsize=10543140 CPUtime=0.01 cores=1,3,5,7
/proc/5551/task/5556/stat : 5556 (java) S 5549 5551 2655 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 902593780 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5557] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5557/stat : 5557 (java) S 5549 5551 2655 0 -1 4202560 109 0 0 0 2 0 0 0 16 0 19 0 902593780 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5558] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5558/stat : 5558 (java) S 5549 5551 2655 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5559] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5559/stat : 5559 (java) S 5549 5551 2655 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5560] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5560/stat : 5560 (java) S 5549 5551 2655 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5561] ppid=5549 vsize=10543140 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5561/stat : 5561 (java) S 5549 5551 2655 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 902593780 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5562] ppid=5549 vsize=10543140 CPUtime=1.25 cores=1,3,5,7
/proc/5551/task/5562/stat : 5562 (java) S 5549 5551 2655 0 -1 4202560 908 0 0 0 124 1 0 0 16 0 19 0 902593781 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5563] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5563/stat : 5563 (java) S 5549 5551 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902593782 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5564] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5564/stat : 5564 (java) S 5549 5551 2655 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902593782 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5565] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5565/stat : 5565 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5566] ppid=5549 vsize=10543140 CPUtime=0.18 cores=1,3,5,7
/proc/5551/task/5566/stat : 5566 (java) S 5549 5551 2655 0 -1 4202560 1632 0 0 0 18 0 0 0 15 0 19 0 902593784 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5567] ppid=5549 vsize=10543140 CPUtime=0.21 cores=1,3,5,7
/proc/5551/task/5567/stat : 5567 (java) S 5549 5551 2655 0 -1 4202560 1958 0 0 0 21 0 0 0 15 0 19 0 902593784 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5568] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5568/stat : 5568 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5569] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5569/stat : 5569 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593784 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5570] ppid=5549 vsize=10543140 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5570/stat : 5570 (java) S 5549 5551 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593795 10796175360 16442 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 31.58
Current children cumulated vsize (KiB) 10543140

[startup+31.501 s]
/proc/loadavg: 2.00 2.00 1.80 3/214 5571
/proc/meminfo: memFree=32144768/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=10562124 CPUtime=32.13 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 23605 0 1 0 3210 3 0 0 25 0 19 0 902593778 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 2640531 19972 2251 9 0 2631265 0
[pid=5551/tid=5552] ppid=5549 vsize=10562124 CPUtime=30.09 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) R 5549 5551 2655 0 -1 4202560 12122 0 1 0 3008 1 0 0 18 0 19 0 902593779 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 46912505530029 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5551/tid=5554] ppid=5549 vsize=10562124 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5554/stat : 5554 (java) S 5549 5551 2655 0 -1 4202560 120 0 0 0 2 0 0 0 15 0 19 0 902593780 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5555] ppid=5549 vsize=10562124 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5555/stat : 5555 (java) S 5549 5551 2655 0 -1 4202560 24 0 0 0 2 0 0 0 15 0 19 0 902593780 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5556] ppid=5549 vsize=10562124 CPUtime=0.01 cores=1,3,5,7
/proc/5551/task/5556/stat : 5556 (java) S 5549 5551 2655 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 902593780 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5557] ppid=5549 vsize=10562124 CPUtime=0.03 cores=1,3,5,7
/proc/5551/task/5557/stat : 5557 (java) S 5549 5551 2655 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 902593780 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5558] ppid=5549 vsize=10562124 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5558/stat : 5558 (java) S 5549 5551 2655 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 902593780 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5559] ppid=5549 vsize=10562124 CPUtime=0.03 cores=1,3,5,7
/proc/5551/task/5559/stat : 5559 (java) S 5549 5551 2655 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 902593780 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5560] ppid=5549 vsize=10562124 CPUtime=0.03 cores=1,3,5,7
/proc/5551/task/5560/stat : 5560 (java) S 5549 5551 2655 0 -1 4202560 152 0 0 0 3 0 0 0 15 0 19 0 902593780 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5561] ppid=5549 vsize=10562124 CPUtime=0.03 cores=1,3,5,7
/proc/5551/task/5561/stat : 5561 (java) S 5549 5551 2655 0 -1 4202560 62 0 0 0 3 0 0 0 15 0 19 0 902593780 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5562] ppid=5549 vsize=10562124 CPUtime=1.26 cores=1,3,5,7
/proc/5551/task/5562/stat : 5562 (java) S 5549 5551 2655 0 -1 4202560 926 0 0 0 125 1 0 0 16 0 19 0 902593781 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5563] ppid=5549 vsize=10562124 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5563/stat : 5563 (java) S 5549 5551 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902593782 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5564] ppid=5549 vsize=10562124 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5564/stat : 5564 (java) S 5549 5551 2655 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902593782 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5565] ppid=5549 vsize=10562124 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5565/stat : 5565 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5566] ppid=5549 vsize=10562124 CPUtime=0.2 cores=1,3,5,7
/proc/5551/task/5566/stat : 5566 (java) S 5549 5551 2655 0 -1 4202560 1637 0 0 0 20 0 0 0 15 0 19 0 902593784 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5567] ppid=5549 vsize=10562124 CPUtime=0.31 cores=1,3,5,7
/proc/5551/task/5567/stat : 5567 (java) R 5549 5551 2655 0 -1 4202560 7135 0 0 0 31 0 0 0 15 0 19 0 902593784 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 47092769243811 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5551/tid=5568] ppid=5549 vsize=10562124 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5568/stat : 5568 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5569] ppid=5549 vsize=10562124 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5569/stat : 5569 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593784 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5570] ppid=5549 vsize=10562124 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5570/stat : 5570 (java) S 5549 5551 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593795 10815614976 19972 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.13
Current children cumulated vsize (KiB) 10562124

[startup+31.601 s]
/proc/loadavg: 2.00 2.00 1.80 3/214 5571
/proc/meminfo: memFree=32144768/32951124 swapFree=67050044/67111528
[pid=5551] ppid=5549 vsize=10563072 CPUtime=32.35 cores=1,3,5,7
/proc/5551/stat : 5551 (java) S 5549 5551 2655 0 -1 4202496 24233 0 1 0 3232 3 0 0 25 0 19 0 902593778 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5551/statm: 2640768 20600 2251 9 0 2631502 0
[pid=5551/tid=5552] ppid=5549 vsize=10563072 CPUtime=30.19 cores=1,3,5,7
/proc/5551/task/5552/stat : 5552 (java) R 5549 5551 2655 0 -1 4202560 12123 0 1 0 3018 1 0 0 18 0 19 0 902593779 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 46912505610295 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5551/tid=5554] ppid=5549 vsize=10563072 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5554/stat : 5554 (java) S 5549 5551 2655 0 -1 4202560 120 0 0 0 2 0 0 0 15 0 19 0 902593780 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5555] ppid=5549 vsize=10563072 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5555/stat : 5555 (java) S 5549 5551 2655 0 -1 4202560 24 0 0 0 2 0 0 0 15 0 19 0 902593780 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5556] ppid=5549 vsize=10563072 CPUtime=0.01 cores=1,3,5,7
/proc/5551/task/5556/stat : 5556 (java) S 5549 5551 2655 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 902593780 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5557] ppid=5549 vsize=10563072 CPUtime=0.03 cores=1,3,5,7
/proc/5551/task/5557/stat : 5557 (java) S 5549 5551 2655 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 902593780 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 5 0 0 0
[pid=5551/tid=5558] ppid=5549 vsize=10563072 CPUtime=0.02 cores=1,3,5,7
/proc/5551/task/5558/stat : 5558 (java) S 5549 5551 2655 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 902593780 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5559] ppid=5549 vsize=10563072 CPUtime=0.03 cores=1,3,5,7
/proc/5551/task/5559/stat : 5559 (java) S 5549 5551 2655 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 902593780 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5560] ppid=5549 vsize=10563072 CPUtime=0.03 cores=1,3,5,7
/proc/5551/task/5560/stat : 5560 (java) S 5549 5551 2655 0 -1 4202560 152 0 0 0 3 0 0 0 15 0 19 0 902593780 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5561] ppid=5549 vsize=10563072 CPUtime=0.03 cores=1,3,5,7
/proc/5551/task/5561/stat : 5561 (java) S 5549 5551 2655 0 -1 4202560 62 0 0 0 3 0 0 0 15 0 19 0 902593780 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5562] ppid=5549 vsize=10563072 CPUtime=1.26 cores=1,3,5,7
/proc/5551/task/5562/stat : 5562 (java) S 5549 5551 2655 0 -1 4202560 926 0 0 0 125 1 0 0 16 0 19 0 902593781 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 0 0 16800975 18446604456514833408 0 0 -1 1 0 0 0
[pid=5551/tid=5563] ppid=5549 vsize=10563072 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5563/stat : 5563 (java) S 5549 5551 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902593782 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5564] ppid=5549 vsize=10563072 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5564/stat : 5564 (java) S 5549 5551 2655 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902593782 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5565] ppid=5549 vsize=10563072 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5565/stat : 5565 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382780849 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5566] ppid=5549 vsize=10563072 CPUtime=0.22 cores=1,3,5,7
/proc/5551/task/5566/stat : 5566 (java) S 5549 5551 2655 0 -1 4202560 1704 0 0 0 22 0 0 0 15 0 19 0 902593784 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5567] ppid=5549 vsize=10563072 CPUtime=0.41 cores=1,3,5,7
/proc/5551/task/5567/stat : 5567 (java) R 5549 5551 2655 0 -1 4202560 7695 0 0 0 41 0 0 0 16 0 19 0 902593784 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 47092772642549 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5551/tid=5568] ppid=5549 vsize=10563072 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5568/stat : 5568 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593784 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773145 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
[pid=5551/tid=5569] ppid=5549 vsize=10563072 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5569/stat : 5569 (java) S 5549 5551 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593784 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 3 0 0 0
[pid=5551/tid=5570] ppid=5549 vsize=10563072 CPUtime=0 cores=1,3,5,7
/proc/5551/task/5570/stat : 5570 (java) S 5549 5551 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593795 10816585728 20600 33554432000 1073741824 1073778376 140734530518192 18446744073709551615 218382773760 0 4 0 16800975 18446604456514833408 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.35
Current children cumulated vsize (KiB) 10563072

Child status: 30
Real time (s): 31.6601
CPU time (s): 32.4631
CPU user time (s): 32.4211
CPU system time (s): 0.041993
CPU usage (%): 102.536
Max. virtual memory (cumulated for all children) (KiB): 10563072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4211
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24326
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= 3477
involuntary context switches= 1550

runsolver used 0.05999 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-12 22:18:30
IDJOB=3492496
IDBENCH=78844
IDSOLVER=1982
FILE ID=node101/3492496-1307909910
RUNJOBID= node101-1307908937-4736
PBS_JOBID= 13559601
Free space on /tmp= 74060 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220546--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492496-1307909910/watcher-3492496-1307909910 -o /tmp/evaluation-result-3492496-1307909910/solver-3492496-1307909910 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492496-1307909910.wbo

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

MD5SUM BENCH= 33073796b90256de3fa5d24843165564
RANDOM SEED=255771525

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.841
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.83
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.841
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.841
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:      32203884 kB
Buffers:        119520 kB
Cached:         165460 kB
SwapCached:      24860 kB
Active:         462196 kB
Inactive:        99140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32203884 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:             472 kB
Writeback:           0 kB
AnonPages:      273492 kB
Mapped:          17496 kB
Slab:           120692 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10545036 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 /tmp at the end= 74060 MiB
End job on node101 at 2011-06-12 22:19:02