Trace number 3492434

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 23.2505 21.9687

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221203--soft-66-100-0.wbo
MD5SUM31038ed21c293d8aaaa9cf75b77e2e78
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark2.25666
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492434-1307909840.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c #vars     211
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.29/0.25	c SATISFIABLE
0.29/0.25	c OPTIMIZING...
0.29/0.25	c Got one! Elapsed wall clock time (in seconds):0.146
0.29/0.25	o 316
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.193
0.54/0.30	o 292
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.205
0.54/0.31	o 274
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.307
0.69/0.41	o 224
0.79/0.54	c cleaning 3653 clauses out of 7311 with flag 3003/7311
1.05/0.75	c cleaning 4823 clauses out of 9655 with flag 9000/13308
1.25/0.91	c Got one! Elapsed wall clock time (in seconds):0.808
1.25/0.91	o 209
1.25/0.98	c Got one! Elapsed wall clock time (in seconds):0.872
1.25/0.98	o 204
1.45/1.14	c cleaning 7900 clauses out of 15816 with flag 4000/24292
1.71/1.34	c cleaning 6951 clauses out of 13916 with flag 10000/30292
1.71/1.38	c Got one! Elapsed wall clock time (in seconds):1.281
1.71/1.38	o 187
1.94/1.55	c cleaning 6401 clauses out of 12812 with flag 5000/36139
2.04/1.68	c Got one! Elapsed wall clock time (in seconds):1.58
2.04/1.68	o 168
2.14/1.72	c cleaning 5858 clauses out of 11720 with flag 1001/41448
2.34/1.93	c cleaning 5929 clauses out of 11864 with flag 7003/47450
2.54/2.16	c cleaning 6464 clauses out of 12933 with flag 14001/54448
2.74/2.30	c Got one! Elapsed wall clock time (in seconds):2.2
2.74/2.30	o 138
2.74/2.34	c cleaning 6015 clauses out of 12037 with flag 1002/60016
2.94/2.53	c cleaning 6008 clauses out of 12021 with flag 7001/66015
3.04/2.64	c Got one! Elapsed wall clock time (in seconds):2.533
3.04/2.64	o 119
3.14/2.70	c cleaning 5577 clauses out of 11161 with flag 2002/71163
3.24/2.88	c Got one! Elapsed wall clock time (in seconds):2.777
3.24/2.88	o 99
3.44/3.07	c cleaning 8204 clauses out of 16416 with flag 5001/81995
3.65/3.28	c cleaning 7103 clauses out of 14214 with flag 11003/87997
3.95/3.52	c cleaning 7046 clauses out of 14111 with flag 18003/94997
4.15/3.79	c cleaning 7527 clauses out of 15062 with flag 26000/102994
4.25/3.82	c Got one! Elapsed wall clock time (in seconds):3.717
4.25/3.82	o 82
4.35/3.99	c cleaning 6521 clauses out of 13052 with flag 5001/108511
4.55/4.19	c cleaning 6258 clauses out of 12530 with flag 11000/114510
4.76/4.37	c Got one! Elapsed wall clock time (in seconds):4.266
4.76/4.37	o 60
4.95/4.56	c cleaning 8617 clauses out of 17242 with flag 5001/125480
5.15/4.77	c cleaning 7309 clauses out of 14625 with flag 11001/131480
5.36/4.92	c Got one! Elapsed wall clock time (in seconds):4.814
5.36/4.92	o 56
5.36/4.96	c cleaning 6485 clauses out of 12985 with flag 1000/137149
5.56/5.16	c cleaning 6249 clauses out of 12501 with flag 7001/143150
5.76/5.39	c cleaning 6621 clauses out of 13251 with flag 14000/150149
6.06/5.66	c cleaning 7310 clauses out of 14630 with flag 22000/158149
6.36/5.96	c cleaning 8158 clauses out of 16321 with flag 31001/167150
6.76/6.31	c cleaning 9079 clauses out of 18163 with flag 41001/177150
6.86/6.48	c Got one! Elapsed wall clock time (in seconds):6.376
6.86/6.48	o 23
7.07/6.66	c cleaning 9723 clauses out of 19452 with flag 5000/187518
7.26/6.86	c cleaning 7858 clauses out of 15729 with flag 11000/193518
7.47/7.09	c cleaning 7431 clauses out of 14871 with flag 18000/200518
7.77/7.35	c cleaning 7716 clauses out of 15440 with flag 26000/208518
8.08/7.64	c cleaning 8356 clauses out of 16724 with flag 35000/217518
8.38/7.96	c cleaning 9183 clauses out of 18371 with flag 45003/227521
8.78/8.30	c cleaning 9587 clauses out of 19186 with flag 55001/237519
9.08/8.64	c cleaning 9793 clauses out of 19598 with flag 65000/247518
9.38/8.97	c cleaning 9899 clauses out of 19805 with flag 75000/257518
9.78/9.32	c cleaning 9949 clauses out of 19907 with flag 85001/267519
10.08/9.65	c cleaning 9976 clauses out of 19958 with flag 95001/277519
10.39/9.99	c cleaning 9985 clauses out of 19981 with flag 105000/287518
10.78/10.37	c cleaning 9997 clauses out of 19998 with flag 115002/297520
11.18/10.71	c cleaning 9999 clauses out of 20002 with flag 125003/307521
11.49/11.06	c cleaning 9996 clauses out of 20000 with flag 135000/317518
11.89/11.41	c cleaning 10001 clauses out of 20007 with flag 145003/327521
12.19/11.77	c cleaning 9998 clauses out of 20004 with flag 155001/337519
12.59/12.11	c cleaning 9998 clauses out of 20005 with flag 165000/347518
12.89/12.46	c cleaning 10000 clauses out of 20008 with flag 175001/357519
13.29/12.80	c cleaning 9998 clauses out of 20008 with flag 185001/367519
13.59/13.15	c cleaning 10003 clauses out of 20012 with flag 195003/377521
13.99/13.50	c cleaning 9997 clauses out of 20007 with flag 205001/387519
14.29/13.84	c cleaning 10002 clauses out of 20009 with flag 215000/397518
14.59/14.19	c cleaning 9999 clauses out of 20009 with flag 225002/407520
15.00/14.53	c cleaning 10001 clauses out of 20009 with flag 235001/417519
15.30/14.88	c cleaning 9999 clauses out of 20007 with flag 245000/427518
15.70/15.20	c cleaning 9998 clauses out of 20008 with flag 255000/437518
16.00/15.55	c cleaning 10000 clauses out of 20010 with flag 265000/447518
16.32/15.87	c cleaning 10000 clauses out of 20011 with flag 275001/457519
16.72/16.22	c cleaning 10002 clauses out of 20012 with flag 285002/467520
17.03/16.56	c cleaning 10001 clauses out of 20008 with flag 295000/477518
17.32/16.89	c cleaning 9999 clauses out of 20008 with flag 305001/487519
17.72/17.23	c cleaning 10001 clauses out of 20011 with flag 315003/497521
18.03/17.55	c cleaning 10000 clauses out of 20008 with flag 325001/507519
18.33/17.87	c cleaning 9997 clauses out of 20007 with flag 335000/517518
18.62/18.19	c cleaning 10001 clauses out of 20011 with flag 345001/527519
19.03/18.53	c cleaning 10003 clauses out of 20010 with flag 355001/537519
19.33/18.85	c cleaning 9996 clauses out of 20006 with flag 365000/547518
19.63/19.19	c cleaning 10002 clauses out of 20012 with flag 375002/557520
20.03/19.53	c cleaning 9994 clauses out of 20008 with flag 385000/567518
20.33/19.87	c cleaning 10003 clauses out of 20014 with flag 395000/577518
20.73/20.24	c cleaning 10000 clauses out of 20012 with flag 405001/587519
21.03/20.59	c cleaning 10004 clauses out of 20013 with flag 415002/597520
21.44/20.95	c cleaning 10002 clauses out of 20007 with flag 425000/607518
22.17/21.33	c cleaning 9995 clauses out of 20004 with flag 435000/617518
22.86/21.71	c cleaning 10001 clauses out of 20009 with flag 445000/627518
23.05/21.83	c starts		: 168
23.05/21.83	c conflicts		: 631010
23.05/21.83	c decisions		: 1000577
23.05/21.83	c propagations		: 14063840
23.05/21.83	c inspects		: 138265224
23.05/21.83	c shortcuts		: 0
23.05/21.83	c learnt literals	: 5
23.05/21.83	c learnt binary clauses	: 26
23.05/21.83	c learnt ternary clauses	: 314
23.05/21.83	c learnt constraints	: 631004
23.05/21.83	c ignored constraints	: 0
23.05/21.83	c root simplifications	: 0
23.05/21.83	c removed literals (reason simplification)	: 5373041
23.05/21.83	c reason swapping (by a shorter reason)	: 0
23.05/21.83	c Calls to reduceDB	: 71
23.05/21.83	c number of reductions to clauses (during analyze)	: 0
23.05/21.83	c number of learned constraints concerned by reduction	: 0
23.05/21.83	c number of learning phase by resolution	: 0
23.05/21.83	c number of learning phase by cutting planes	: 0
23.05/21.83	c speed (assignments/second)	: 916211.0749185669
23.05/21.83	c non guided choices	673
23.05/21.83	c learnt constraints type 
23.05/21.83	c constraints type 
23.05/21.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
23.05/21.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
23.05/21.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
23.05/21.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
23.05/21.83	s OPTIMUM FOUND
23.05/21.83	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
23.05/21.83	c objective function=23
23.05/21.83	c Total wall clock time (in seconds): 21.727

Verifier Data

OK	23

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-3492434-1307909840/watcher-3492434-1307909840 -o /var/tmp/evaluation-result-3492434-1307909840/solver-3492434-1307909840 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492434-1307909840.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.94 2/195 5559
/proc/meminfo: memFree=1302944/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 1241 0 0 0 0 0 0 0 25 0 2 0 981214810 31272960 960 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 7635 960 732 9 0 386 0
[pid=5559/tid=5560] ppid=5557 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) S 5557 5559 3459 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 981214811 31268864 963 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 215983668871 0 2147483391 0 16784584 18446744071699199166 0 0 -1 3 0 0 0

[startup+0.097948 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5559
/proc/meminfo: memFree=1302944/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=10540316 CPUtime=0.1 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 13126 0 1 0 9 1 0 0 25 0 18 0 981214810 10793283584 12799 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 2635079 12800 2093 9 0 2625813 0
[pid=5559/tid=5560] ppid=5557 vsize=10540316 CPUtime=0.08 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) R 5557 5559 3459 0 -1 4202560 11176 0 1 0 7 1 0 0 18 0 18 0 981214811 10793283584 12801 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 47648473592579 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540316

[startup+0.100944 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5559
/proc/meminfo: memFree=1302944/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=10540316 CPUtime=0.1 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 13158 0 1 0 9 1 0 0 25 0 18 0 981214810 10793283584 12831 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 2635079 12831 2093 9 0 2625813 0
[pid=5559/tid=5560] ppid=5557 vsize=10540316 CPUtime=0.08 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) R 5557 5559 3459 0 -1 4202560 11206 0 1 0 7 1 0 0 18 0 18 0 981214811 10793283584 12831 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000419275 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540316

[startup+0.300913 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5559
/proc/meminfo: memFree=1302944/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=10545604 CPUtime=0.54 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 16329 0 1 0 52 2 0 0 25 0 19 0 981214810 10798698496 14726 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 2636401 14727 2215 9 0 2627135 0
[pid=5559/tid=5560] ppid=5557 vsize=10545604 CPUtime=0.29 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) R 5557 5559 3459 0 -1 4202560 11787 0 1 0 27 2 0 0 19 0 19 0 981214811 10798698496 14727 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 47648478088019 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10545604

[startup+0.700841 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5559
/proc/meminfo: memFree=1302944/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=10545348 CPUtime=1.05 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 17437 0 1 0 103 2 0 0 25 0 19 0 981214810 10798436352 15562 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 2636337 15562 2247 9 0 2627071 0
[pid=5559/tid=5560] ppid=5557 vsize=10545348 CPUtime=0.68 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) R 5557 5559 3459 0 -1 4202560 12138 0 1 0 66 2 0 0 19 0 19 0 981214811 10798436352 15562 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 46912505535832 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10545348

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 5578
/proc/meminfo: memFree=1248444/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=10545348 CPUtime=1.94 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 19334 0 1 0 192 2 0 0 25 0 19 0 981214810 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 2636337 16486 2249 9 0 2627071 0
[pid=5559/tid=5560] ppid=5557 vsize=10545348 CPUtime=1.43 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) R 5557 5559 3459 0 -1 4202560 12139 0 1 0 141 2 0 0 20 0 19 0 981214811 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 46912505535922 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5559/tid=5562] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5562/stat : 5562 (java) S 5557 5559 3459 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 19 0 981214812 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5563] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5563/stat : 5563 (java) S 5557 5559 3459 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5564] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5564/stat : 5564 (java) S 5557 5559 3459 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5565] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5565/stat : 5565 (java) S 5557 5559 3459 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5566] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5566/stat : 5566 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5567] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5567/stat : 5567 (java) S 5557 5559 3459 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 981214812 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5568] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5568/stat : 5568 (java) S 5557 5559 3459 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5569] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5569/stat : 5569 (java) S 5557 5559 3459 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5570] ppid=5557 vsize=10545348 CPUtime=0.04 cores=1,3,5,7
/proc/5559/task/5570/stat : 5570 (java) S 5557 5559 3459 0 -1 4202560 522 0 0 0 4 0 0 0 15 0 19 0 981214813 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 0 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5571] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5571/stat : 5571 (java) S 5557 5559 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981214814 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5572] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5572/stat : 5572 (java) S 5557 5559 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981214814 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5573] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5573/stat : 5573 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000416177 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5574] ppid=5557 vsize=10545348 CPUtime=0.25 cores=1,3,5,7
/proc/5559/task/5574/stat : 5574 (java) S 5557 5559 3459 0 -1 4202560 3632 0 0 0 25 0 0 0 16 0 19 0 981214816 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5575] ppid=5557 vsize=10545348 CPUtime=0.18 cores=1,3,5,7
/proc/5559/task/5575/stat : 5575 (java) S 5557 5559 3459 0 -1 4202560 1202 0 0 0 18 0 0 0 18 0 19 0 981214816 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5576] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5576/stat : 5576 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5577] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5577/stat : 5577 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981214816 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5578] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5578/stat : 5578 (java) S 5557 5559 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214827 10798436352 16486 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10545348

[startup+3.10142 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 5578
/proc/meminfo: memFree=1244972/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=10545348 CPUtime=3.54 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 19449 0 1 0 352 2 0 0 25 0 19 0 981214810 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 2636337 16593 2249 9 0 2627071 0
[pid=5559/tid=5560] ppid=5557 vsize=10545348 CPUtime=2.93 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) R 5557 5559 3459 0 -1 4202560 12148 0 1 0 291 2 0 0 24 0 19 0 981214811 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 46912505536920 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5559/tid=5562] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5562/stat : 5562 (java) S 5557 5559 3459 0 -1 4202560 157 0 0 0 0 0 0 0 16 0 19 0 981214812 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5563] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5563/stat : 5563 (java) S 5557 5559 3459 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5564] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5564/stat : 5564 (java) S 5557 5559 3459 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5565] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5565/stat : 5565 (java) S 5557 5559 3459 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5566] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5566/stat : 5566 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5567] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5567/stat : 5567 (java) S 5557 5559 3459 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5568] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5568/stat : 5568 (java) S 5557 5559 3459 0 -1 4202560 216 0 0 0 0 0 0 0 16 0 19 0 981214812 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5569] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5569/stat : 5569 (java) S 5557 5559 3459 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5570] ppid=5557 vsize=10545348 CPUtime=0.14 cores=1,3,5,7
/proc/5559/task/5570/stat : 5570 (java) S 5557 5559 3459 0 -1 4202560 522 0 0 0 14 0 0 0 15 0 19 0 981214813 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 0 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5571] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5571/stat : 5571 (java) S 5557 5559 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981214814 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5572] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5572/stat : 5572 (java) S 5557 5559 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981214814 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5573] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5573/stat : 5573 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000416177 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5574] ppid=5557 vsize=10545348 CPUtime=0.25 cores=1,3,5,7
/proc/5559/task/5574/stat : 5574 (java) S 5557 5559 3459 0 -1 4202560 3632 0 0 0 25 0 0 0 16 0 19 0 981214816 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5575] ppid=5557 vsize=10545348 CPUtime=0.18 cores=1,3,5,7
/proc/5559/task/5575/stat : 5575 (java) S 5557 5559 3459 0 -1 4202560 1202 0 0 0 18 0 0 0 18 0 19 0 981214816 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5576] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5576/stat : 5576 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5577] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5577/stat : 5577 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981214816 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5578] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5578/stat : 5578 (java) S 5557 5559 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214827 10798436352 16593 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 10545348

[startup+6.30086 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 5578
/proc/meminfo: memFree=1243904/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=10545348 CPUtime=6.76 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 19510 0 1 0 674 2 0 0 25 0 19 0 981214810 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 2636337 16641 2249 9 0 2627071 0
[pid=5559/tid=5560] ppid=5557 vsize=10545348 CPUtime=5.98 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) R 5557 5559 3459 0 -1 4202560 12161 0 1 0 596 2 0 0 25 0 19 0 981214811 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 46912505708229 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5559/tid=5562] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5562/stat : 5562 (java) S 5557 5559 3459 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5563] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5563/stat : 5563 (java) S 5557 5559 3459 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5564] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5564/stat : 5564 (java) S 5557 5559 3459 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5565] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5565/stat : 5565 (java) S 5557 5559 3459 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5566] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5566/stat : 5566 (java) S 5557 5559 3459 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5567] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5567/stat : 5567 (java) S 5557 5559 3459 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 19 0 981214812 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5568] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5568/stat : 5568 (java) S 5557 5559 3459 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 19 0 981214812 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5569] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5569/stat : 5569 (java) S 5557 5559 3459 0 -1 4202560 176 0 0 0 0 0 0 0 16 0 19 0 981214812 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5570] ppid=5557 vsize=10545348 CPUtime=0.28 cores=1,3,5,7
/proc/5559/task/5570/stat : 5570 (java) S 5557 5559 3459 0 -1 4202560 561 0 0 0 28 0 0 0 15 0 19 0 981214813 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 0 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5571] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5571/stat : 5571 (java) S 5557 5559 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981214814 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5572] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5572/stat : 5572 (java) S 5557 5559 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981214814 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5573] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5573/stat : 5573 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000416177 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5574] ppid=5557 vsize=10545348 CPUtime=0.25 cores=1,3,5,7
/proc/5559/task/5574/stat : 5574 (java) S 5557 5559 3459 0 -1 4202560 3632 0 0 0 25 0 0 0 15 0 19 0 981214816 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5575] ppid=5557 vsize=10545348 CPUtime=0.18 cores=1,3,5,7
/proc/5559/task/5575/stat : 5575 (java) S 5557 5559 3459 0 -1 4202560 1202 0 0 0 18 0 0 0 18 0 19 0 981214816 10798436352 16641 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0

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

/proc/5559/task/5560/stat : 5560 (java) R 5557 5559 3459 0 -1 4202560 12200 0 1 0 1820 2 0 0 25 0 19 0 981214811 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 46912505535808 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5559/tid=5562] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5562/stat : 5562 (java) S 5557 5559 3459 0 -1 4202560 161 0 0 0 1 0 0 0 16 0 19 0 981214812 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5563] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5563/stat : 5563 (java) S 5557 5559 3459 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5564] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5564/stat : 5564 (java) S 5557 5559 3459 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5565] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5565/stat : 5565 (java) S 5557 5559 3459 0 -1 4202560 60 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5566] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5566/stat : 5566 (java) S 5557 5559 3459 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5567] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5567/stat : 5567 (java) S 5557 5559 3459 0 -1 4202560 20 0 0 0 1 0 0 0 16 0 19 0 981214812 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5568] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5568/stat : 5568 (java) S 5557 5559 3459 0 -1 4202560 220 0 0 0 1 0 0 0 16 0 19 0 981214812 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5569] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5569/stat : 5569 (java) S 5557 5559 3459 0 -1 4202560 178 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5570] ppid=5557 vsize=10545348 CPUtime=0.78 cores=1,3,5,7
/proc/5559/task/5570/stat : 5570 (java) S 5557 5559 3459 0 -1 4202560 775 0 0 0 78 0 0 0 15 0 19 0 981214813 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 0 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5571] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5571/stat : 5571 (java) S 5557 5559 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981214814 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5572] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5572/stat : 5572 (java) S 5557 5559 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981214814 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5573] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5573/stat : 5573 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000416177 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5574] ppid=5557 vsize=10545348 CPUtime=0.28 cores=1,3,5,7
/proc/5559/task/5574/stat : 5574 (java) S 5557 5559 3459 0 -1 4202560 4303 0 0 0 28 0 0 0 15 0 19 0 981214816 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5575] ppid=5557 vsize=10545348 CPUtime=0.18 cores=1,3,5,7
/proc/5559/task/5575/stat : 5575 (java) S 5557 5559 3459 0 -1 4202560 1202 0 0 0 18 0 0 0 18 0 19 0 981214816 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5576] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5576/stat : 5576 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5577] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5577/stat : 5577 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981214816 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5578] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5578/stat : 5578 (java) S 5557 5559 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214827 10798436352 17251 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.63
Current children cumulated vsize (KiB) 10545348

[startup+20.7013 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 5579
/proc/meminfo: memFree=1241076/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=10545348 CPUtime=21.23 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 20476 0 1 0 2120 3 0 0 25 0 19 0 981214810 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 2636337 17266 2250 9 0 2627071 0
[pid=5559/tid=5560] ppid=5557 vsize=10545348 CPUtime=19.75 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) R 5557 5559 3459 0 -1 4202560 12205 0 1 0 1973 2 0 0 25 0 19 0 981214811 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 46912505607097 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5559/tid=5562] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5562/stat : 5562 (java) S 5557 5559 3459 0 -1 4202560 161 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5563] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5563/stat : 5563 (java) S 5557 5559 3459 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5564] ppid=5557 vsize=10545348 CPUtime=0.02 cores=1,3,5,7
/proc/5559/task/5564/stat : 5564 (java) S 5557 5559 3459 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 981214812 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5565] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5565/stat : 5565 (java) S 5557 5559 3459 0 -1 4202560 60 0 0 0 1 0 0 0 16 0 19 0 981214812 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5566] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5566/stat : 5566 (java) S 5557 5559 3459 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 981214812 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5567] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5567/stat : 5567 (java) S 5557 5559 3459 0 -1 4202560 20 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5568] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5568/stat : 5568 (java) S 5557 5559 3459 0 -1 4202560 220 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5569] ppid=5557 vsize=10545348 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5569/stat : 5569 (java) S 5557 5559 3459 0 -1 4202560 178 0 0 0 1 0 0 0 15 0 19 0 981214812 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5570] ppid=5557 vsize=10545348 CPUtime=0.85 cores=1,3,5,7
/proc/5559/task/5570/stat : 5570 (java) S 5557 5559 3459 0 -1 4202560 788 0 0 0 85 0 0 0 15 0 19 0 981214813 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 0 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5571] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5571/stat : 5571 (java) S 5557 5559 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981214814 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5572] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5572/stat : 5572 (java) S 5557 5559 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981214814 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5573] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5573/stat : 5573 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000416177 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5574] ppid=5557 vsize=10545348 CPUtime=0.28 cores=1,3,5,7
/proc/5559/task/5574/stat : 5574 (java) S 5557 5559 3459 0 -1 4202560 4303 0 0 0 28 0 0 0 15 0 19 0 981214816 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5575] ppid=5557 vsize=10545348 CPUtime=0.18 cores=1,3,5,7
/proc/5559/task/5575/stat : 5575 (java) S 5557 5559 3459 0 -1 4202560 1202 0 0 0 18 0 0 0 18 0 19 0 981214816 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5576] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5576/stat : 5576 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5577] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5577/stat : 5577 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981214816 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5578] ppid=5557 vsize=10545348 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5578/stat : 5578 (java) S 5557 5559 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214827 10798436352 17266 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.23
Current children cumulated vsize (KiB) 10545348

[startup+21.5042 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 5579
/proc/meminfo: memFree=1241076/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=10551896 CPUtime=22.58 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 29724 0 1 0 2254 4 0 0 25 0 19 0 981214810 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 2637974 23279 2251 9 0 2628708 0
[pid=5559/tid=5560] ppid=5557 vsize=10551896 CPUtime=20.52 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) R 5557 5559 3459 0 -1 4202560 12208 0 1 0 2050 2 0 0 25 0 19 0 981214811 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 46912505622080 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5559/tid=5562] ppid=5557 vsize=10551896 CPUtime=0.02 cores=1,3,5,7
/proc/5559/task/5562/stat : 5562 (java) S 5557 5559 3459 0 -1 4202560 161 0 0 0 2 0 0 0 15 0 19 0 981214812 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5563] ppid=5557 vsize=10551896 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5563/stat : 5563 (java) S 5557 5559 3459 0 -1 4202560 82 0 0 0 1 0 0 0 16 0 19 0 981214812 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5564] ppid=5557 vsize=10551896 CPUtime=0.02 cores=1,3,5,7
/proc/5559/task/5564/stat : 5564 (java) S 5557 5559 3459 0 -1 4202560 101 0 0 0 2 0 0 0 16 0 19 0 981214812 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5565] ppid=5557 vsize=10551896 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5565/stat : 5565 (java) S 5557 5559 3459 0 -1 4202560 60 0 0 0 1 0 0 0 15 0 19 0 981214812 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5566] ppid=5557 vsize=10551896 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5566/stat : 5566 (java) S 5557 5559 3459 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981214812 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5567] ppid=5557 vsize=10551896 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5567/stat : 5567 (java) S 5557 5559 3459 0 -1 4202560 20 0 0 0 1 0 0 0 16 0 19 0 981214812 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5568] ppid=5557 vsize=10551896 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5568/stat : 5568 (java) S 5557 5559 3459 0 -1 4202560 220 0 0 0 1 0 0 0 15 0 19 0 981214812 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5569] ppid=5557 vsize=10551896 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5569/stat : 5569 (java) S 5557 5559 3459 0 -1 4202560 178 0 0 0 1 0 0 0 15 0 19 0 981214812 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5570] ppid=5557 vsize=10551896 CPUtime=0.87 cores=1,3,5,7
/proc/5559/task/5570/stat : 5570 (java) S 5557 5559 3459 0 -1 4202560 791 0 0 0 87 0 0 0 15 0 19 0 981214813 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 0 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5571] ppid=5557 vsize=10551896 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5571/stat : 5571 (java) S 5557 5559 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981214814 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5572] ppid=5557 vsize=10551896 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5572/stat : 5572 (java) S 5557 5559 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981214814 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5573] ppid=5557 vsize=10551896 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5573/stat : 5573 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000416177 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5574] ppid=5557 vsize=10551896 CPUtime=0.59 cores=1,3,5,7
/proc/5559/task/5574/stat : 5574 (java) S 5557 5559 3459 0 -1 4202560 11915 0 0 0 59 0 0 0 15 0 19 0 981214816 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5575] ppid=5557 vsize=10551896 CPUtime=0.4 cores=1,3,5,7
/proc/5559/task/5575/stat : 5575 (java) R 5557 5559 3459 0 -1 4202560 2831 0 0 0 40 0 0 0 16 0 19 0 981214816 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 47648474441091 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5559/tid=5576] ppid=5557 vsize=10551896 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5576/stat : 5576 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214816 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5577] ppid=5557 vsize=10551896 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5577/stat : 5577 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981214816 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5578] ppid=5557 vsize=10551896 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5578/stat : 5578 (java) S 5557 5559 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214827 10805141504 23279 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.58
Current children cumulated vsize (KiB) 10551896

[startup+21.9011 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 5580
/proc/meminfo: memFree=1216408/32950940 swapFree=67053420/67111528
[pid=5559] ppid=5557 vsize=10553148 CPUtime=23.19 cores=1,3,5,7
/proc/5559/stat : 5559 (java) S 5557 5559 3459 0 -1 4202496 29842 0 1 0 2315 4 0 0 25 0 18 0 981214810 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5559/statm: 2638287 23395 2252 9 0 2629021 0
[pid=5559/tid=5560] ppid=5557 vsize=10553148 CPUtime=20.84 cores=1,3,5,7
/proc/5559/task/5560/stat : 5560 (java) S 5557 5559 3459 0 -1 4202560 12212 0 1 0 2082 2 0 0 25 0 18 0 981214811 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5562] ppid=5557 vsize=10553148 CPUtime=0.02 cores=1,3,5,7
/proc/5559/task/5562/stat : 5562 (java) S 5557 5559 3459 0 -1 4202560 161 0 0 0 2 0 0 0 15 0 18 0 981214812 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5563] ppid=5557 vsize=10553148 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5563/stat : 5563 (java) S 5557 5559 3459 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 18 0 981214812 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5564] ppid=5557 vsize=10553148 CPUtime=0.02 cores=1,3,5,7
/proc/5559/task/5564/stat : 5564 (java) S 5557 5559 3459 0 -1 4202560 101 0 0 0 2 0 0 0 15 0 18 0 981214812 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5565] ppid=5557 vsize=10553148 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5565/stat : 5565 (java) S 5557 5559 3459 0 -1 4202560 60 0 0 0 1 0 0 0 16 0 18 0 981214812 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5566] ppid=5557 vsize=10553148 CPUtime=0.02 cores=1,3,5,7
/proc/5559/task/5566/stat : 5566 (java) S 5557 5559 3459 0 -1 4202560 6 0 0 0 2 0 0 0 16 0 18 0 981214812 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5567] ppid=5557 vsize=10553148 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5567/stat : 5567 (java) S 5557 5559 3459 0 -1 4202560 20 0 0 0 1 0 0 0 15 0 18 0 981214812 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5568] ppid=5557 vsize=10553148 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5568/stat : 5568 (java) S 5557 5559 3459 0 -1 4202560 220 0 0 0 1 0 0 0 15 0 18 0 981214812 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5569] ppid=5557 vsize=10553148 CPUtime=0.01 cores=1,3,5,7
/proc/5559/task/5569/stat : 5569 (java) S 5557 5559 3459 0 -1 4202560 178 0 0 0 1 0 0 0 15 0 18 0 981214812 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5570] ppid=5557 vsize=10553148 CPUtime=0.89 cores=1,3,5,7
/proc/5559/task/5570/stat : 5570 (java) S 5557 5559 3459 0 -1 4202560 807 0 0 0 89 0 0 0 15 0 18 0 981214813 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 0 0 16800975 18446604468617591680 0 0 -1 5 0 0 0
[pid=5559/tid=5571] ppid=5557 vsize=10553148 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5571/stat : 5571 (java) S 5557 5559 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 981214814 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5572] ppid=5557 vsize=10553148 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5572/stat : 5572 (java) S 5557 5559 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 981214814 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5573] ppid=5557 vsize=10553148 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5573/stat : 5573 (java) S 5557 5559 3459 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 981214816 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 7 0 0 0
[pid=5559/tid=5574] ppid=5557 vsize=10553148 CPUtime=0.6 cores=1,3,5,7
/proc/5559/task/5574/stat : 5574 (java) S 5557 5559 3459 0 -1 4202560 11915 0 0 0 60 0 0 0 15 0 18 0 981214816 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
[pid=5559/tid=5575] ppid=5557 vsize=10553148 CPUtime=0.68 cores=1,3,5,7
/proc/5559/task/5575/stat : 5575 (java) R 5557 5559 3459 0 -1 4202560 2914 0 0 0 68 0 0 0 15 0 18 0 981214816 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 47648472374880 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5559/tid=5576] ppid=5557 vsize=10553148 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5576/stat : 5576 (java) S 5557 5559 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981214816 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000408473 0 4 0 16800975 18446604468617591680 0 0 -1 3 0 0 0
[pid=5559/tid=5578] ppid=5557 vsize=10553148 CPUtime=0 cores=1,3,5,7
/proc/5559/task/5578/stat : 5578 (java) S 5557 5559 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 981214827 10806423552 23395 33554432000 1073741824 1073778376 140737460390352 18446744073709551615 216000409088 0 4 0 16800975 18446604468617591680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 10553148

Child status: 30
Real time (s): 21.9687
CPU time (s): 23.2505
CPU user time (s): 23.2005
CPU system time (s): 0.049992
CPU usage (%): 105.834
Max. virtual memory (cumulated for all children) (KiB): 10553148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.2005
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29842
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= 2364
involuntary context switches= 1251

runsolver used 0.033994 second user time and 0.094985 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 31038ed21c293d8aaaa9cf75b77e2e78
RANDOM SEED=641921733

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:       1303844 kB
Buffers:         62976 kB
Cached:       30289572 kB
SwapCached:      10872 kB
Active:       15072420 kB
Inactive:     15628612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1303844 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:              84 kB
Writeback:           0 kB
AnonPages:      345532 kB
Mapped:          21272 kB
Slab:           882712 kB
PageTables:       5396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10548804 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:17:42