Trace number 3492446

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 18.8161 17.655

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227326--soft-33-100-0.wbo
MD5SUMe64ffdfbc25b72071cb71ed48c694de3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.17082
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1273
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3492446-1307909852.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.053s.
0.09/0.16	c #vars     233
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.26/0.24	c SATISFIABLE
0.26/0.24	c OPTIMIZING...
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.129
0.26/0.24	o 310
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.171
0.26/0.28	o 291
0.67/0.43	c Got one! Elapsed wall clock time (in seconds):0.324
0.67/0.43	o 281
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.36
0.67/0.47	o 278
0.67/0.49	c Got one! Elapsed wall clock time (in seconds):0.383
0.67/0.49	o 271
0.78/0.59	c cleaning 4150 clauses out of 8308 with flag 2004/8308
0.91/0.67	c Got one! Elapsed wall clock time (in seconds):0.556
0.91/0.67	o 257
1.13/0.84	c cleaning 5049 clauses out of 10104 with flag 4000/14254
1.13/0.87	c Got one! Elapsed wall clock time (in seconds):0.763
1.13/0.87	o 248
1.33/1.03	c cleaning 5279 clauses out of 10571 with flag 5001/19770
1.54/1.25	c cleaning 5642 clauses out of 11293 with flag 11002/25771
1.86/1.55	c cleaning 6321 clauses out of 12649 with flag 18000/32769
2.16/1.80	c cleaning 7163 clauses out of 14332 with flag 26004/40773
2.46/2.12	c cleaning 8072 clauses out of 16167 with flag 35002/49771
2.76/2.47	c Got one! Elapsed wall clock time (in seconds):2.357
2.76/2.47	o 240
2.96/2.66	c Got one! Elapsed wall clock time (in seconds):2.552
2.96/2.66	o 128
3.06/2.73	c cleaning 11616 clauses out of 23246 with flag 1000/64922
3.27/2.95	c cleaning 8811 clauses out of 17632 with flag 7002/70924
3.57/3.21	c cleaning 7906 clauses out of 15821 with flag 14002/77924
3.87/3.50	c cleaning 7954 clauses out of 15913 with flag 22000/85922
3.97/3.68	c Got one! Elapsed wall clock time (in seconds):3.571
3.97/3.68	o 94
4.07/3.72	c cleaning 6897 clauses out of 13800 with flag 1000/91763
4.27/3.94	c cleaning 6446 clauses out of 12903 with flag 7000/97763
4.57/4.22	c cleaning 6719 clauses out of 13457 with flag 14000/104763
4.87/4.55	c cleaning 7362 clauses out of 14738 with flag 22000/112763
4.97/4.61	c Got one! Elapsed wall clock time (in seconds):4.498
4.97/4.61	o 93
5.07/4.74	c cleaning 6295 clauses out of 12597 with flag 4000/117984
5.27/4.95	c cleaning 6150 clauses out of 12303 with flag 10001/123985
5.47/5.18	c cleaning 6573 clauses out of 13152 with flag 17000/130984
5.78/5.46	c cleaning 7287 clauses out of 14579 with flag 25000/138984
6.08/5.74	c Got one! Elapsed wall clock time (in seconds):5.628
6.08/5.74	o 87
6.28/5.94	c cleaning 10212 clauses out of 20430 with flag 5001/152122
6.48/6.17	c cleaning 8106 clauses out of 16219 with flag 11002/158123
6.77/6.45	c cleaning 7551 clauses out of 15112 with flag 18001/165122
7.07/6.76	c cleaning 7778 clauses out of 15564 with flag 26004/173125
7.48/7.12	c cleaning 8382 clauses out of 16782 with flag 35000/182121
7.78/7.49	c cleaning 9194 clauses out of 18401 with flag 45001/192122
8.18/7.85	c cleaning 9603 clauses out of 19208 with flag 55002/202123
8.58/8.22	c cleaning 9795 clauses out of 19603 with flag 65000/212121
8.98/8.60	c cleaning 9904 clauses out of 19812 with flag 75004/222125
9.28/8.99	c cleaning 9948 clauses out of 19905 with flag 85001/232122
9.68/9.31	c Got one! Elapsed wall clock time (in seconds):9.203
9.68/9.31	o 42
9.89/9.52	c cleaning 11892 clauses out of 23795 with flag 5000/245960
10.09/9.73	c cleaning 8950 clauses out of 17904 with flag 11001/251961
10.29/9.95	c cleaning 7969 clauses out of 15954 with flag 18001/258961
10.59/10.23	c cleaning 7989 clauses out of 15985 with flag 26001/266961
10.89/10.53	c cleaning 8495 clauses out of 16997 with flag 35002/275962
11.19/10.90	c cleaning 9242 clauses out of 18500 with flag 45000/285960
11.60/11.22	c cleaning 9627 clauses out of 19259 with flag 55001/295961
11.90/11.54	c cleaning 9810 clauses out of 19631 with flag 65000/305960
12.20/11.89	c cleaning 9906 clauses out of 19821 with flag 75000/315960
12.60/12.22	c cleaning 9956 clauses out of 19918 with flag 85003/325963
12.91/12.55	c cleaning 9973 clauses out of 19961 with flag 95002/335962
13.21/12.80	c Got one! Elapsed wall clock time (in seconds):12.693
13.21/12.80	o 38
13.41/13.01	c cleaning 11648 clauses out of 23304 with flag 5000/349278
13.61/13.22	c cleaning 8825 clauses out of 17656 with flag 11000/355278
13.81/13.44	c cleaning 7912 clauses out of 15831 with flag 18000/362278
14.11/13.72	c cleaning 7958 clauses out of 15920 with flag 26001/370279
14.41/14.05	c cleaning 8477 clauses out of 16962 with flag 35001/379279
14.72/14.39	c cleaning 9239 clauses out of 18485 with flag 45001/389279
15.12/14.74	c cleaning 9617 clauses out of 19246 with flag 55001/399279
15.42/15.07	c cleaning 9808 clauses out of 19628 with flag 65000/409278
15.72/15.40	c cleaning 9905 clauses out of 19820 with flag 75000/419278
15.92/15.59	c Got one! Elapsed wall clock time (in seconds):15.477
15.92/15.59	o 2
16.12/15.79	c cleaning 10438 clauses out of 20882 with flag 5000/430245
16.32/15.99	c cleaning 8219 clauses out of 16444 with flag 11000/436245
16.62/16.21	c cleaning 7608 clauses out of 15225 with flag 18000/443245
16.83/16.49	c cleaning 7806 clauses out of 15617 with flag 26000/451245
17.54/16.83	c cleaning 8402 clauses out of 16811 with flag 35001/460246
18.15/17.19	c cleaning 9199 clauses out of 18410 with flag 45002/470247
18.65/17.57	c cleaning 9601 clauses out of 19210 with flag 55002/480247
18.75/17.64	c starts		: 151
18.75/17.64	c conflicts		: 482137
18.75/17.64	c decisions		: 798288
18.75/17.64	c propagations		: 12259089
18.75/17.64	c inspects		: 97784952
18.75/17.64	c shortcuts		: 0
18.75/17.64	c learnt literals	: 6
18.75/17.64	c learnt binary clauses	: 19
18.75/17.64	c learnt ternary clauses	: 383
18.75/17.64	c learnt constraints	: 482130
18.75/17.64	c ignored constraints	: 0
18.75/17.64	c root simplifications	: 0
18.75/17.64	c removed literals (reason simplification)	: 3180168
18.75/17.64	c reason swapping (by a shorter reason)	: 0
18.75/17.64	c Calls to reduceDB	: 56
18.75/17.64	c number of reductions to clauses (during analyze)	: 0
18.75/17.64	c number of learned constraints concerned by reduction	: 0
18.75/17.64	c number of learning phase by resolution	: 0
18.75/17.64	c number of learning phase by cutting planes	: 0
18.75/17.64	c speed (assignments/second)	: 5959693.24258629
18.75/17.64	c non guided choices	641
18.75/17.64	c learnt constraints type 
18.75/17.64	c constraints type 
18.75/17.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
18.75/17.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
18.75/17.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
18.75/17.64	s OPTIMUM FOUND
18.75/17.65	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 
18.75/17.65	c objective function=2
18.75/17.65	c Total wall clock time (in seconds): 17.535

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492446-1307909852/watcher-3492446-1307909852 -o /var/tmp/evaluation-result-3492446-1307909852/solver-3492446-1307909852 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492446-1307909852.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: 1.84 1.97 1.93 2/174 12929
/proc/meminfo: memFree=1428168/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/12929/stat : 12929 (java) R 12927 12929 8455 0 -1 4202496 959 0 0 0 0 0 0 0 25 0 1 0 883400815 23580672 700 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270333421032 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12929/statm: 5757 700 517 9 0 124 0

[startup+0.022384 s]
/proc/loadavg: 1.84 1.97 1.93 2/174 12929
/proc/meminfo: memFree=1428168/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12927 12929 8455 0 -1 4202496 8428 0 1 0 0 0 0 0 25 0 2 0 883400815 10694979584 8128 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/12929/statm: 2611079 8149 917 9 0 2602235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.104392 s]
/proc/loadavg: 1.84 1.97 1.93 2/174 12929
/proc/meminfo: memFree=1428168/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=10540056 CPUtime=0.09 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12927 12929 8455 0 -1 4202496 13082 0 1 0 8 1 0 0 25 0 18 0 883400815 10793017344 12776 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12929/statm: 2635014 12776 2092 9 0 2625748 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540056

[startup+0.300318 s]
/proc/loadavg: 1.84 1.97 1.93 2/174 12929
/proc/meminfo: memFree=1428168/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=10546392 CPUtime=0.54 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12927 12929 8455 0 -1 4202496 16043 0 1 0 52 2 0 0 25 0 19 0 883400815 10799505408 14883 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12929/statm: 2636598 14883 2214 9 0 2627332 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10546392

[startup+0.700237 s]
/proc/loadavg: 1.84 1.97 1.93 2/174 12929
/proc/meminfo: memFree=1428168/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=10546392 CPUtime=1.03 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12927 12929 8455 0 -1 4202496 17641 0 1 0 101 2 0 0 25 0 19 0 883400815 10799505408 16048 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12929/statm: 2636598 16048 2246 9 0 2627332 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10546392

[startup+1.50108 s]
/proc/loadavg: 1.84 1.97 1.93 3/214 12994
/proc/meminfo: memFree=1321796/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=10546392 CPUtime=1.86 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12927 12929 8455 0 -1 4202496 18093 0 1 0 184 2 0 0 25 0 19 0 883400815 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12929/statm: 2636598 16400 2247 9 0 2627332 0
[pid=12929/tid=12931] ppid=12927 vsize=10546392 CPUtime=1.42 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12927 12929 8455 0 -1 4202560 12228 0 1 0 141 1 0 0 20 0 19 0 883400815 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 46912505540423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12929/tid=12935] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12927 12929 8455 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12936] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12927 12929 8455 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12937] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12927 12929 8455 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12938] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12939] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12927 12929 8455 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12940] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12927 12929 8455 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 883400817 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12941] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12927 12929 8455 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12942] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12927 12929 8455 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12943] ppid=12927 vsize=10546392 CPUtime=0.04 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12927 12929 8455 0 -1 4202560 419 0 0 0 4 0 0 0 15 0 19 0 883400818 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 0 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12947] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12947/stat : 12947 (java) S 12927 12929 8455 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 883400819 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12948] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12948/stat : 12948 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 883400819 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12955] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12955/stat : 12955 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883400821 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350207409 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12956] ppid=12927 vsize=10546392 CPUtime=0.2 cores=1,3,5,7
/proc/12929/task/12956/stat : 12956 (java) S 12927 12929 8455 0 -1 4202560 2409 0 0 0 20 0 0 0 15 0 19 0 883400821 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12957] ppid=12927 vsize=10546392 CPUtime=0.16 cores=1,3,5,7
/proc/12929/task/12957/stat : 12957 (java) S 12927 12929 8455 0 -1 4202560 1392 0 0 0 16 0 0 0 15 0 19 0 883400821 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12958] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12958/stat : 12958 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 883400821 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12959] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12959/stat : 12959 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883400821 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12977] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12977/stat : 12977 (java) S 12927 12929 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883400832 10799505408 16400 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10546392

[startup+3.10076 s]
/proc/loadavg: 1.84 1.97 1.93 3/214 12994
/proc/meminfo: memFree=1318820/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=10546392 CPUtime=3.47 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12927 12929 8455 0 -1 4202496 18666 0 1 0 344 3 0 0 25 0 19 0 883400815 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12929/statm: 2636598 16968 2247 9 0 2627332 0
[pid=12929/tid=12931] ppid=12927 vsize=10546392 CPUtime=2.94 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12927 12929 8455 0 -1 4202560 12233 0 1 0 293 1 0 0 19 0 19 0 883400815 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 46912505554788 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12929/tid=12935] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12927 12929 8455 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12936] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12927 12929 8455 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12937] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12927 12929 8455 0 -1 4202560 265 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12938] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12927 12929 8455 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12939] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12927 12929 8455 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12940] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12927 12929 8455 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12941] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12927 12929 8455 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12942] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12927 12929 8455 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12943] ppid=12927 vsize=10546392 CPUtime=0.11 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12927 12929 8455 0 -1 4202560 602 0 0 0 11 0 0 0 15 0 19 0 883400818 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 0 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12947] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12947/stat : 12947 (java) S 12927 12929 8455 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 883400819 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12948] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12948/stat : 12948 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 883400819 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12955] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12955/stat : 12955 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883400821 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350207409 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12956] ppid=12927 vsize=10546392 CPUtime=0.2 cores=1,3,5,7
/proc/12929/task/12956/stat : 12956 (java) S 12927 12929 8455 0 -1 4202560 2409 0 0 0 20 0 0 0 15 0 19 0 883400821 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12957] ppid=12927 vsize=10546392 CPUtime=0.16 cores=1,3,5,7
/proc/12929/task/12957/stat : 12957 (java) S 12927 12929 8455 0 -1 4202560 1392 0 0 0 16 0 0 0 15 0 19 0 883400821 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12958] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12958/stat : 12958 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 883400821 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12959] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12959/stat : 12959 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883400821 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12977] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12977/stat : 12977 (java) S 12927 12929 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883400832 10799505408 16968 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10546392

[startup+6.30113 s]
/proc/loadavg: 1.85 1.97 1.93 3/214 12994
/proc/meminfo: memFree=1316408/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=10546392 CPUtime=6.67 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12927 12929 8455 0 -1 4202496 18748 0 1 0 664 3 0 0 25 0 19 0 883400815 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12929/statm: 2636598 17038 2247 9 0 2627332 0
[pid=12929/tid=12931] ppid=12927 vsize=10546392 CPUtime=5.98 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12927 12929 8455 0 -1 4202560 12245 0 1 0 597 1 0 0 25 0 19 0 883400815 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 46912505597111 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12929/tid=12935] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12927 12929 8455 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12936] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12927 12929 8455 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12937] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12927 12929 8455 0 -1 4202560 265 0 0 0 0 0 0 0 16 0 19 0 883400817 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12938] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12927 12929 8455 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12939] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 883400817 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12940] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12927 12929 8455 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12941] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12927 12929 8455 0 -1 4202560 105 0 0 0 0 0 0 0 16 0 19 0 883400817 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12942] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12927 12929 8455 0 -1 4202560 111 0 0 0 0 0 0 0 16 0 19 0 883400817 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12943] ppid=12927 vsize=10546392 CPUtime=0.25 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12927 12929 8455 0 -1 4202560 663 0 0 0 25 0 0 0 16 0 19 0 883400818 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 0 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12947] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12947/stat : 12947 (java) S 12927 12929 8455 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 883400819 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12948] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12948/stat : 12948 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 883400819 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12955] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12955/stat : 12955 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883400821 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350207409 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12956] ppid=12927 vsize=10546392 CPUtime=0.2 cores=1,3,5,7
/proc/12929/task/12956/stat : 12956 (java) S 12927 12929 8455 0 -1 4202560 2409 0 0 0 20 0 0 0 15 0 19 0 883400821 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12957] ppid=12927 vsize=10546392 CPUtime=0.16 cores=1,3,5,7
/proc/12929/task/12957/stat : 12957 (java) S 12927 12929 8455 0 -1 4202560 1392 0 0 0 16 0 0 0 15 0 19 0 883400821 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12958] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12958/stat : 12958 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 883400821 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12959] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12959/stat : 12959 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883400821 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12977] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12977/stat : 12977 (java) S 12927 12929 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883400832 10799505408 17038 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 10546392

[startup+12.7009 s]

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

/proc/12929/task/12935/stat : 12935 (java) S 12927 12929 8455 0 -1 4202560 176 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12936] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12927 12929 8455 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12937] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12927 12929 8455 0 -1 4202560 267 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12938] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12927 12929 8455 0 -1 4202560 164 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12939] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12940] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12927 12929 8455 0 -1 4202560 55 0 0 0 0 0 0 0 16 0 19 0 883400817 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12941] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12927 12929 8455 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12942] ppid=12927 vsize=10546392 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12927 12929 8455 0 -1 4202560 113 0 0 0 2 0 0 0 16 0 19 0 883400817 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12943] ppid=12927 vsize=10546392 CPUtime=0.66 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12927 12929 8455 0 -1 4202560 795 0 0 0 66 0 0 0 16 0 19 0 883400818 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 0 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12947] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12947/stat : 12947 (java) S 12927 12929 8455 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 883400819 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12948] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12948/stat : 12948 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 883400819 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12955] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12955/stat : 12955 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883400821 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350207409 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12956] ppid=12927 vsize=10546392 CPUtime=0.43 cores=1,3,5,7
/proc/12929/task/12956/stat : 12956 (java) R 12927 12929 8455 0 -1 4202560 10263 0 0 0 42 1 0 0 16 0 19 0 883400821 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 48011128789081 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12929/tid=12957] ppid=12927 vsize=10546392 CPUtime=0.2 cores=1,3,5,7
/proc/12929/task/12957/stat : 12957 (java) S 12927 12929 8455 0 -1 4202560 1405 0 0 0 20 0 0 0 15 0 19 0 883400821 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12958] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12958/stat : 12958 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 883400821 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12959] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12959/stat : 12959 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883400821 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12977] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12977/stat : 12977 (java) S 12927 12929 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883400832 10799505408 22735 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.38
Current children cumulated vsize (KiB) 10546392

[startup+17.101 s]
/proc/loadavg: 1.87 1.97 1.93 3/214 12994
/proc/meminfo: memFree=1315004/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=10546392 CPUtime=18.15 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12927 12929 8455 0 -1 4202496 30371 0 1 0 1810 5 0 0 25 0 19 0 883400815 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12929/statm: 2636598 23024 2248 9 0 2627332 0
[pid=12929/tid=12931] ppid=12927 vsize=10546392 CPUtime=16.31 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12927 12929 8455 0 -1 4202560 12286 0 1 0 1630 1 0 0 18 0 19 0 883400815 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 46912505537117 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12929/tid=12935] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12927 12929 8455 0 -1 4202560 176 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12936] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12927 12929 8455 0 -1 4202560 9 0 0 0 1 0 0 0 16 0 19 0 883400817 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12937] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12927 12929 8455 0 -1 4202560 267 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12938] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12927 12929 8455 0 -1 4202560 164 0 0 0 1 0 0 0 16 0 19 0 883400817 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12939] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12940] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12927 12929 8455 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12941] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12927 12929 8455 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12942] ppid=12927 vsize=10546392 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12927 12929 8455 0 -1 4202560 113 0 0 0 2 0 0 0 15 0 19 0 883400817 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12943] ppid=12927 vsize=10546392 CPUtime=0.68 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12927 12929 8455 0 -1 4202560 795 0 0 0 68 0 0 0 16 0 19 0 883400818 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 0 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12947] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12947/stat : 12947 (java) S 12927 12929 8455 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 883400819 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12948] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12948/stat : 12948 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 883400819 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12955] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12955/stat : 12955 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883400821 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350207409 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12956] ppid=12927 vsize=10546392 CPUtime=0.78 cores=1,3,5,7
/proc/12929/task/12956/stat : 12956 (java) R 12927 12929 8455 0 -1 4202560 13818 0 0 0 77 1 0 0 16 0 19 0 883400821 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 48011128789081 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12929/tid=12957] ppid=12927 vsize=10546392 CPUtime=0.2 cores=1,3,5,7
/proc/12929/task/12957/stat : 12957 (java) S 12927 12929 8455 0 -1 4202560 1417 0 0 0 20 0 0 0 15 0 19 0 883400821 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12958] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12958/stat : 12958 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 883400821 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12959] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12959/stat : 12959 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883400821 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12977] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12977/stat : 12977 (java) S 12927 12929 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883400832 10799505408 23024 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.15
Current children cumulated vsize (KiB) 10546392

[startup+17.5009 s]
/proc/loadavg: 1.87 1.97 1.93 3/214 12994
/proc/meminfo: memFree=1292436/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=10546392 CPUtime=18.65 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12927 12929 8455 0 -1 4202496 30825 0 1 0 1860 5 0 0 25 0 19 0 883400815 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12929/statm: 2636598 22577 2249 9 0 2627332 0
[pid=12929/tid=12931] ppid=12927 vsize=10546392 CPUtime=16.7 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12927 12929 8455 0 -1 4202560 12286 0 1 0 1669 1 0 0 18 0 19 0 883400815 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 46912505536677 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12929/tid=12935] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12927 12929 8455 0 -1 4202560 176 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12936] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12927 12929 8455 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12937] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12927 12929 8455 0 -1 4202560 267 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12938] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12927 12929 8455 0 -1 4202560 164 0 0 0 1 0 0 0 16 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12939] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12940] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12927 12929 8455 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12941] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12927 12929 8455 0 -1 4202560 107 0 0 0 1 0 0 0 16 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12942] ppid=12927 vsize=10546392 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12927 12929 8455 0 -1 4202560 113 0 0 0 2 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12943] ppid=12927 vsize=10546392 CPUtime=0.69 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12927 12929 8455 0 -1 4202560 795 0 0 0 69 0 0 0 16 0 19 0 883400818 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 0 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12947] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12947/stat : 12947 (java) S 12927 12929 8455 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 883400819 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12948] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12948/stat : 12948 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 883400819 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12955] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12955/stat : 12955 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883400821 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350207409 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12956] ppid=12927 vsize=10546392 CPUtime=0.88 cores=1,3,5,7
/proc/12929/task/12956/stat : 12956 (java) S 12927 12929 8455 0 -1 4202560 14272 0 0 0 87 1 0 0 15 0 19 0 883400821 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12957] ppid=12927 vsize=10546392 CPUtime=0.2 cores=1,3,5,7
/proc/12929/task/12957/stat : 12957 (java) S 12927 12929 8455 0 -1 4202560 1417 0 0 0 20 0 0 0 15 0 19 0 883400821 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12958] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12958/stat : 12958 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 883400821 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12959] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12959/stat : 12959 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883400821 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12977] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12977/stat : 12977 (java) S 12927 12929 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883400832 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.65
Current children cumulated vsize (KiB) 10546392

[startup+17.6069 s]
/proc/loadavg: 1.87 1.97 1.93 3/214 12994
/proc/meminfo: memFree=1292436/32951124 swapFree=67054448/67111528
[pid=12929] ppid=12927 vsize=10546392 CPUtime=18.75 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12927 12929 8455 0 -1 4202496 30826 0 1 0 1870 5 0 0 25 0 19 0 883400815 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12929/statm: 2636598 22577 2249 9 0 2627332 0
[pid=12929/tid=12931] ppid=12927 vsize=10546392 CPUtime=16.79 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12927 12929 8455 0 -1 4202560 12287 0 1 0 1678 1 0 0 18 0 19 0 883400815 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 46912505526060 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12929/tid=12935] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12927 12929 8455 0 -1 4202560 176 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12936] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12927 12929 8455 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12937] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12927 12929 8455 0 -1 4202560 267 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12938] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12927 12929 8455 0 -1 4202560 164 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12939] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12940] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12927 12929 8455 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12941] ppid=12927 vsize=10546392 CPUtime=0.01 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12927 12929 8455 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12942] ppid=12927 vsize=10546392 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12927 12929 8455 0 -1 4202560 113 0 0 0 2 0 0 0 15 0 19 0 883400817 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12943] ppid=12927 vsize=10546392 CPUtime=0.71 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12927 12929 8455 0 -1 4202560 795 0 0 0 71 0 0 0 16 0 19 0 883400818 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 0 0 16800975 18446604469732447552 0 0 -1 1 0 0 0
[pid=12929/tid=12947] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12947/stat : 12947 (java) S 12927 12929 8455 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 883400819 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12948] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12948/stat : 12948 (java) S 12927 12929 8455 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 883400819 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12955] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12955/stat : 12955 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883400821 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350207409 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12956] ppid=12927 vsize=10546392 CPUtime=0.88 cores=1,3,5,7
/proc/12929/task/12956/stat : 12956 (java) S 12927 12929 8455 0 -1 4202560 14272 0 0 0 87 1 0 0 15 0 19 0 883400821 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 5 0 0 0
[pid=12929/tid=12957] ppid=12927 vsize=10546392 CPUtime=0.2 cores=1,3,5,7
/proc/12929/task/12957/stat : 12957 (java) S 12927 12929 8455 0 -1 4202560 1417 0 0 0 20 0 0 0 15 0 19 0 883400821 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12958] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12958/stat : 12958 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 883400821 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350199705 0 4 0 16800975 18446604469732447552 0 0 -1 3 0 0 0
[pid=12929/tid=12959] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12959/stat : 12959 (java) S 12927 12929 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883400821 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
[pid=12929/tid=12977] ppid=12927 vsize=10546392 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12977/stat : 12977 (java) S 12927 12929 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883400832 10799505408 22577 33554432000 1073741824 1073778376 140735826061008 18446744073709551615 270350200320 0 4 0 16800975 18446604469732447552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.75
Current children cumulated vsize (KiB) 10546392

Child status: 30
Real time (s): 17.655
CPU time (s): 18.8161
CPU user time (s): 18.7571
CPU system time (s): 0.058991
CPU usage (%): 106.577
Max. virtual memory (cumulated for all children) (KiB): 10546392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.7571
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30846
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= 2179
involuntary context switches= 863

runsolver used 0.030995 second user time and 0.074988 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-12 22:17:32
IDJOB=3492446
IDBENCH=78820
IDSOLVER=1982
FILE ID=node143/3492446-1307909852
RUNJOBID= node143-1307908050-12755
PBS_JOBID= 13559565
Free space on /var/tmp= 2912 MiB

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

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

MD5SUM BENCH= e64ffdfbc25b72071cb71ed48c694de3
RANDOM SEED=1853716982

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.74
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1428348 kB
Buffers:         62344 kB
Cached:       30493584 kB
SwapCached:       9452 kB
Active:       15827680 kB
Inactive:     14748912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1428348 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:       18508 kB
Mapped:          12160 kB
Slab:           882568 kB
PageTables:       4324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190676 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= 2916 MiB
End job on node143 at 2011-06-12 22:17:50