Trace number 3492531

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 21.0108 20.109

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978113--soft-66-100-0.wbo
MD5SUM9827eed4e77f286e6e4727bea036a058
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark1.54276
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 constraints29
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 1556
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1555
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1184
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.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492531-1307909933.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.053s.
0.11/0.16	c #vars     198
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 => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.28/0.27	c SATISFIABLE
0.28/0.27	c OPTIMIZING...
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.162
0.28/0.27	o 377
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.204
0.54/0.31	o 334
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.222
0.54/0.33	o 131
0.67/0.49	c cleaning 3020 clauses out of 6046 with flag 4000/6046
0.91/0.69	c cleaning 4511 clauses out of 9028 with flag 10002/12048
1.14/0.80	c Got one! Elapsed wall clock time (in seconds):0.697
1.14/0.80	o 100
1.14/0.87	c cleaning 4956 clauses out of 9919 with flag 2001/17450
1.35/1.08	c cleaning 5479 clauses out of 10963 with flag 8001/23450
1.57/1.30	c cleaning 6239 clauses out of 12484 with flag 15001/30450
1.87/1.55	c cleaning 7118 clauses out of 14244 with flag 23000/38449
2.17/1.84	c cleaning 8059 clauses out of 16126 with flag 32000/47449
2.27/1.98	c Got one! Elapsed wall clock time (in seconds):1.872
2.27/1.98	o 81
2.37/2.01	c cleaning 6597 clauses out of 13198 with flag 1000/52580
2.58/2.22	c cleaning 6296 clauses out of 12601 with flag 7000/58580
2.78/2.44	c cleaning 6648 clauses out of 13306 with flag 14001/65581
2.98/2.68	c cleaning 7325 clauses out of 14658 with flag 22001/73581
3.28/2.99	c cleaning 8159 clauses out of 16332 with flag 31000/82580
3.69/3.31	c Got one! Elapsed wall clock time (in seconds):3.2
3.69/3.31	o 18
3.88/3.52	c cleaning 11136 clauses out of 22275 with flag 5000/96682
3.98/3.67	c Got one! Elapsed wall clock time (in seconds):3.565
3.98/3.67	o 17
4.08/3.76	c cleaning 8556 clauses out of 17119 with flag 2000/102662
4.28/3.95	c cleaning 7278 clauses out of 14563 with flag 8000/108662
4.49/4.19	c cleaning 7139 clauses out of 14286 with flag 15001/115663
4.80/4.46	c cleaning 7568 clauses out of 15147 with flag 23001/123663
5.09/4.78	c cleaning 8286 clauses out of 16579 with flag 32001/132663
5.49/5.14	c cleaning 9141 clauses out of 18292 with flag 42000/142662
5.90/5.51	c cleaning 9572 clauses out of 19151 with flag 52000/152662
6.20/5.88	c cleaning 9787 clauses out of 19580 with flag 62001/162663
6.60/6.24	c cleaning 9890 clauses out of 19792 with flag 72000/172662
7.00/6.61	c cleaning 9943 clauses out of 19902 with flag 82000/182662
7.40/7.02	c cleaning 9979 clauses out of 19959 with flag 92000/192662
7.70/7.39	c cleaning 9988 clauses out of 19981 with flag 102001/202663
8.11/7.75	c cleaning 9995 clauses out of 19993 with flag 112001/212663
8.50/8.10	c cleaning 9995 clauses out of 19999 with flag 122002/222664
8.80/8.45	c cleaning 9995 clauses out of 20002 with flag 132000/232662
9.21/8.81	c cleaning 10000 clauses out of 20007 with flag 142000/242662
9.50/9.15	c cleaning 10000 clauses out of 20008 with flag 152001/252663
9.81/9.49	c cleaning 10000 clauses out of 20007 with flag 162000/262662
10.21/9.87	c cleaning 9994 clauses out of 20007 with flag 172000/272662
10.61/10.29	c cleaning 10003 clauses out of 20014 with flag 182001/282663
11.01/10.66	c cleaning 10003 clauses out of 20013 with flag 192003/292665
11.42/11.02	c cleaning 10002 clauses out of 20008 with flag 202001/302663
11.71/11.37	c cleaning 9997 clauses out of 20005 with flag 212000/312662
12.11/11.72	c cleaning 9997 clauses out of 20008 with flag 222000/322662
12.42/12.10	c cleaning 9999 clauses out of 20011 with flag 232000/332662
12.82/12.45	c cleaning 10002 clauses out of 20012 with flag 242000/342662
13.22/12.81	c cleaning 10001 clauses out of 20011 with flag 252001/352663
13.52/13.17	c cleaning 10004 clauses out of 20011 with flag 262002/362664
13.92/13.56	c cleaning 9999 clauses out of 20005 with flag 272000/372662
14.22/13.89	c cleaning 10000 clauses out of 20008 with flag 282002/382664
14.63/14.24	c cleaning 10000 clauses out of 20008 with flag 292002/392664
15.02/14.62	c cleaning 10000 clauses out of 20007 with flag 302001/402663
15.42/15.01	c cleaning 9995 clauses out of 20006 with flag 312000/412662
15.73/15.37	c cleaning 10002 clauses out of 20012 with flag 322001/422663
16.13/15.72	c cleaning 10001 clauses out of 20009 with flag 332000/432662
16.43/16.07	c cleaning 10001 clauses out of 20009 with flag 342001/442663
16.83/16.43	c cleaning 9997 clauses out of 20008 with flag 352001/452663
17.13/16.79	c cleaning 9997 clauses out of 20010 with flag 362000/462662
17.53/17.16	c cleaning 10003 clauses out of 20015 with flag 372002/472664
17.94/17.52	c cleaning 10000 clauses out of 20010 with flag 382000/482662
18.23/17.86	c cleaning 10002 clauses out of 20011 with flag 392001/492663
18.63/18.20	c cleaning 9999 clauses out of 20009 with flag 402001/502663
18.93/18.57	c cleaning 10000 clauses out of 20010 with flag 412001/512663
19.34/18.92	c cleaning 10001 clauses out of 20010 with flag 422001/522663
19.64/19.26	c cleaning 10001 clauses out of 20010 with flag 432002/532664
20.04/19.64	c cleaning 10000 clauses out of 20007 with flag 442001/542663
20.83/20.06	c cleaning 10001 clauses out of 20006 with flag 452001/552663
20.99/20.10	c starts		: 160
20.99/20.10	c conflicts		: 553330
20.99/20.10	c decisions		: 802423
20.99/20.10	c propagations		: 11915033
20.99/20.10	c inspects		: 138782758
20.99/20.10	c shortcuts		: 0
20.99/20.10	c learnt literals	: 7
20.99/20.10	c learnt binary clauses	: 24
20.99/20.10	c learnt ternary clauses	: 236
20.99/20.10	c learnt constraints	: 553322
20.99/20.10	c ignored constraints	: 0
20.99/20.10	c root simplifications	: 0
20.99/20.10	c removed literals (reason simplification)	: 5539072
20.99/20.10	c reason swapping (by a shorter reason)	: 0
20.99/20.10	c Calls to reduceDB	: 60
20.99/20.10	c number of reductions to clauses (during analyze)	: 0
20.99/20.10	c number of learned constraints concerned by reduction	: 0
20.99/20.10	c number of learning phase by resolution	: 0
20.99/20.10	c number of learning phase by cutting planes	: 0
20.99/20.10	c speed (assignments/second)	: 725288.1056732407
20.99/20.10	c non guided choices	342
20.99/20.10	c learnt constraints type 
20.99/20.10	c constraints type 
20.99/20.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
20.99/20.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
20.99/20.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
20.99/20.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
20.99/20.10	s OPTIMUM FOUND
20.99/20.10	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 
20.99/20.10	c objective function=17
20.99/20.10	c Total wall clock time (in seconds): 19.994

Verifier Data

OK	17

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-3492531-1307909933/watcher-3492531-1307909933 -o /var/tmp/evaluation-result-3492531-1307909933/solver-3492531-1307909933 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492531-1307909933.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.08 2.03 1.95 2/195 5733
/proc/meminfo: memFree=1291128/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/5733/stat : 5733 (java) R 5731 5733 3459 0 -1 4202496 959 0 0 0 0 0 0 0 25 0 1 0 981224119 23580672 700 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 215983629800 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5733/statm: 5757 700 517 9 0 124 0

[startup+0.086464 s]
/proc/loadavg: 2.08 2.03 1.95 2/195 5733
/proc/meminfo: memFree=1291128/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=10539104 CPUtime=0.07 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5731 5733 3459 0 -1 4202496 12438 0 1 0 6 1 0 0 25 0 18 0 981224119 10792042496 12126 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5733/statm: 2634776 12127 1972 9 0 2625510 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10539104

[startup+0.101109 s]
/proc/loadavg: 2.08 2.03 1.95 2/195 5733
/proc/meminfo: memFree=1291128/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=10540348 CPUtime=0.11 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5731 5733 3459 0 -1 4202496 13066 0 1 0 9 2 0 0 25 0 18 0 981224119 10793316352 12752 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5733/statm: 2635087 12753 2093 9 0 2625821 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540348

[startup+0.301075 s]
/proc/loadavg: 2.08 2.03 1.95 2/195 5733
/proc/meminfo: memFree=1291128/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=10544124 CPUtime=0.54 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5731 5733 3459 0 -1 4202496 15896 0 1 0 52 2 0 0 25 0 19 0 981224119 10797182976 14720 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5733/statm: 2636031 14720 2215 9 0 2626765 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544124

[startup+0.704096 s]
/proc/loadavg: 2.08 2.03 1.95 2/195 5733
/proc/meminfo: memFree=1291128/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=10544124 CPUtime=1.05 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5731 5733 3459 0 -1 4202496 17194 0 1 0 102 3 0 0 25 0 19 0 981224119 10797182976 15680 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5733/statm: 2636031 15680 2247 9 0 2626765 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10544124

[startup+1.50086 s]
/proc/loadavg: 2.08 2.03 1.95 3/214 5752
/proc/meminfo: memFree=1236388/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=10544124 CPUtime=1.87 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5731 5733 3459 0 -1 4202496 17555 0 1 0 184 3 0 0 25 0 19 0 981224119 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5733/statm: 2636031 15944 2248 9 0 2626765 0
[pid=5733/tid=5735] ppid=5731 vsize=10544124 CPUtime=1.41 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 3459 0 -1 4202560 12018 0 1 0 140 1 0 0 20 0 19 0 981224119 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 46912505612710 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 3459 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 3459 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 3459 0 -1 4202560 95 0 0 0 0 0 0 0 16 0 19 0 981224121 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 3459 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 19 0 981224121 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 3459 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 3459 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 19 0 981224121 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 3459 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 3459 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=10544124 CPUtime=0.05 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 3459 0 -1 4202560 406 0 0 0 5 0 0 0 15 0 19 0 981224122 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981224122 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981224122 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=10544124 CPUtime=0.22 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 3459 0 -1 4202560 1704 0 0 0 22 0 0 0 17 0 19 0 981224125 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=10544124 CPUtime=0.14 cores=1,3,5,7
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 3459 0 -1 4202560 1751 0 0 0 14 0 0 0 18 0 19 0 981224125 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981224125 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224135 10797182976 15944 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10544124

[startup+3.10065 s]
/proc/loadavg: 2.08 2.03 1.95 3/214 5752
/proc/meminfo: memFree=1234776/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=10544124 CPUtime=3.48 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5731 5733 3459 0 -1 4202496 17715 0 1 0 345 3 0 0 25 0 19 0 981224119 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5733/statm: 2636031 16097 2248 9 0 2626765 0
[pid=5733/tid=5735] ppid=5731 vsize=10544124 CPUtime=2.92 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 3459 0 -1 4202560 12025 0 1 0 291 1 0 0 23 0 19 0 981224119 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 46912505530742 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 3459 0 -1 4202560 159 0 0 0 0 0 0 0 16 0 19 0 981224121 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 3459 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 3459 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 3459 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 19 0 981224121 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 3459 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 19 0 981224121 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 3459 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 3459 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 3459 0 -1 4202560 124 0 0 0 0 0 0 0 16 0 19 0 981224121 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=10544124 CPUtime=0.14 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 3459 0 -1 4202560 537 0 0 0 14 0 0 0 15 0 19 0 981224122 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981224122 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981224122 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=10544124 CPUtime=0.22 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 3459 0 -1 4202560 1704 0 0 0 22 0 0 0 17 0 19 0 981224125 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=10544124 CPUtime=0.14 cores=1,3,5,7
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 3459 0 -1 4202560 1751 0 0 0 14 0 0 0 18 0 19 0 981224125 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981224125 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224135 10797182976 16097 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10544124

[startup+6.30102 s]
/proc/loadavg: 2.07 2.03 1.95 3/214 5752
/proc/meminfo: memFree=1233564/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=10544124 CPUtime=6.7 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5731 5733 3459 0 -1 4202496 17941 0 1 0 667 3 0 0 25 0 19 0 981224119 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5733/statm: 2636031 16280 2248 9 0 2626765 0
[pid=5733/tid=5735] ppid=5731 vsize=10544124 CPUtime=5.99 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 3459 0 -1 4202560 12036 0 1 0 598 1 0 0 25 0 19 0 981224119 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 46912505514016 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 3459 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 3459 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 981224121 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 3459 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 3459 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 3459 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 3459 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 3459 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 3459 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 981224121 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=10544124 CPUtime=0.26 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 3459 0 -1 4202560 643 0 0 0 26 0 0 0 15 0 19 0 981224122 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981224122 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981224122 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=10544124 CPUtime=0.23 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 3459 0 -1 4202560 1704 0 0 0 23 0 0 0 15 0 19 0 981224125 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=10544124 CPUtime=0.14 cores=1,3,5,7
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 3459 0 -1 4202560 1751 0 0 0 14 0 0 0 18 0 19 0 981224125 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981224125 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224135 10797182976 16280 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 10544124

[startup+12.7009 s]

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

/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 3459 0 -1 4202560 193 0 0 0 1 0 0 0 16 0 19 0 981224121 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 3459 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 3459 0 -1 4202560 121 0 0 0 1 0 0 0 16 0 19 0 981224121 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 3459 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 981224121 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 3459 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 3459 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 3459 0 -1 4202560 105 0 0 0 1 0 0 0 16 0 19 0 981224121 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 3459 0 -1 4202560 154 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=10543036 CPUtime=0.65 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 3459 0 -1 4202560 777 0 0 0 65 0 0 0 15 0 19 0 981224122 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981224122 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981224122 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=10543036 CPUtime=0.23 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 3459 0 -1 4202560 1704 0 0 0 23 0 0 0 15 0 19 0 981224125 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=10543036 CPUtime=0.14 cores=1,3,5,7
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 3459 0 -1 4202560 1751 0 0 0 14 0 0 0 18 0 19 0 981224125 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981224125 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224135 10796068864 16176 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.94
Current children cumulated vsize (KiB) 10543036

[startup+19.1008 s]
/proc/loadavg: 2.06 2.02 1.95 3/214 5752
/proc/meminfo: memFree=1233088/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=10543036 CPUtime=19.54 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5731 5733 3459 0 -1 4202496 18131 0 1 0 1951 3 0 0 25 0 19 0 981224119 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5733/statm: 2635759 16190 2248 9 0 2626493 0
[pid=5733/tid=5735] ppid=5731 vsize=10543036 CPUtime=18.29 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 3459 0 -1 4202560 12071 0 1 0 1828 1 0 0 25 0 19 0 981224119 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 46912505596032 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 3459 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 3459 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 3459 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 3459 0 -1 4202560 39 0 0 0 1 0 0 0 16 0 19 0 981224121 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 3459 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 3459 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 3459 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 3459 0 -1 4202560 154 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=10543036 CPUtime=0.72 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 3459 0 -1 4202560 789 0 0 0 72 0 0 0 15 0 19 0 981224122 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981224122 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981224122 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=10543036 CPUtime=0.23 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 3459 0 -1 4202560 1704 0 0 0 23 0 0 0 15 0 19 0 981224125 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=10543036 CPUtime=0.14 cores=1,3,5,7
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 3459 0 -1 4202560 1751 0 0 0 14 0 0 0 18 0 19 0 981224125 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981224125 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224135 10796068864 16190 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19.54
Current children cumulated vsize (KiB) 10543036

[startup+19.9006 s]
/proc/loadavg: 2.14 2.04 1.96 4/214 5752
/proc/meminfo: memFree=1222672/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=10543036 CPUtime=20.62 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5731 5733 3459 0 -1 4202496 24838 0 1 0 2057 5 0 0 25 0 19 0 981224119 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5733/statm: 2635759 20645 2250 9 0 2626493 0
[pid=5733/tid=5735] ppid=5731 vsize=10543036 CPUtime=19.06 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 3459 0 -1 4202560 12076 0 1 0 1905 1 0 0 25 0 19 0 981224119 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 46912505530891 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 3459 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 3459 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 3459 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 3459 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 3459 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 3459 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 3459 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 3459 0 -1 4202560 154 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=10543036 CPUtime=0.74 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 3459 0 -1 4202560 805 0 0 0 74 0 0 0 15 0 19 0 981224122 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981224122 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981224122 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=10543036 CPUtime=0.5 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) R 5731 5733 3459 0 -1 4202560 8389 0 0 0 49 1 0 0 16 0 19 0 981224125 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 47256147250274 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=10543036 CPUtime=0.15 cores=1,3,5,7
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 3459 0 -1 4202560 1751 0 0 0 15 0 0 0 17 0 19 0 981224125 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981224125 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224135 10796068864 20645 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20.62
Current children cumulated vsize (KiB) 10543036

[startup+20.1006 s]
/proc/loadavg: 2.14 2.04 1.96 4/214 5752
/proc/meminfo: memFree=1222672/32950940 swapFree=67053420/67111528
[pid=5733] ppid=5731 vsize=10543036 CPUtime=20.99 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5731 5733 3459 0 -1 4202496 25773 0 1 0 2094 5 0 0 25 0 19 0 981224119 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5733/statm: 2635759 20769 2250 9 0 2626493 0
[pid=5733/tid=5735] ppid=5731 vsize=10543036 CPUtime=19.24 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 3459 0 -1 4202560 12077 0 1 0 1923 1 0 0 25 0 19 0 981224119 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 46912505729808 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 3459 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 3459 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 3459 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 3459 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 3459 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 3459 0 -1 4202560 32 0 0 0 1 0 0 0 16 0 19 0 981224121 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 3459 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 19 0 981224121 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=10543036 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 3459 0 -1 4202560 154 0 0 0 1 0 0 0 16 0 19 0 981224121 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=10543036 CPUtime=0.76 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 3459 0 -1 4202560 805 0 0 0 76 0 0 0 16 0 19 0 981224122 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 0 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981224122 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981224122 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000416177 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=10543036 CPUtime=0.62 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 3459 0 -1 4202560 9322 0 0 0 61 1 0 0 16 0 19 0 981224125 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=10543036 CPUtime=0.19 cores=1,3,5,7
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 3459 0 -1 4202560 1752 0 0 0 19 0 0 0 16 0 19 0 981224125 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 7 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981224125 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000408473 0 4 0 16800975 18446604471148265792 0 0 -1 3 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981224125 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 1 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=10543036 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981224135 10796068864 20769 33554432000 1073741824 1073778376 140736135158048 18446744073709551615 216000409088 0 4 0 16800975 18446604471148265792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20.99
Current children cumulated vsize (KiB) 10543036

Child status: 30
Real time (s): 20.109
CPU time (s): 21.0108
CPU user time (s): 20.9508
CPU system time (s): 0.05999
CPU usage (%): 104.485
Max. virtual memory (cumulated for all children) (KiB): 10544124

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

runsolver used 0.036994 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 22:18:53
IDJOB=3492531
IDBENCH=78862
IDSOLVER=1982
FILE ID=node117/3492531-1307909933
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.1110978113--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-3492531-1307909933/watcher-3492531-1307909933 -o /var/tmp/evaluation-result-3492531-1307909933/solver-3492531-1307909933 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492531-1307909933.wbo

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

MD5SUM BENCH= 9827eed4e77f286e6e4727bea036a058
RANDOM SEED=1117173765

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:       1291408 kB
Buffers:         63188 kB
Cached:       30289660 kB
SwapCached:      10872 kB
Active:       15084220 kB
Inactive:     15628880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1291408 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:      357692 kB
Mapped:          21272 kB
Slab:           882700 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10549944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node117 at 2011-06-12 22:19:14