Trace number 3492529

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 15.6456 14.8459

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967729--soft-66-100-0.wbo
MD5SUMf10c85799fe54e7449f67e5a1fd13328
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark1.06484
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1318
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492529-1307909932.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c #vars     197
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.66/0.45	c cleaning 2496 clauses out of 5000 with flag 5000/5000
0.90/0.66	c cleaning 4251 clauses out of 8507 with flag 11003/11003
1.12/0.84	c SATISFIABLE
1.12/0.84	c OPTIMIZING...
1.12/0.84	c Got one! Elapsed wall clock time (in seconds):0.738
1.12/0.84	o 324
1.32/1.09	c cleaning 7294 clauses out of 14594 with flag 5001/21341
1.63/1.30	c cleaning 6648 clauses out of 13299 with flag 11000/27340
1.75/1.42	c Got one! Elapsed wall clock time (in seconds):1.314
1.75/1.42	o 256
1.75/1.50	c cleaning 6056 clauses out of 12120 with flag 2000/32809
1.95/1.68	c cleaning 6030 clauses out of 12066 with flag 8002/38811
2.15/1.89	c cleaning 6511 clauses out of 13035 with flag 15001/45810
2.25/1.93	c Got one! Elapsed wall clock time (in seconds):1.825
2.25/1.93	o 233
2.35/2.10	c cleaning 6231 clauses out of 12473 with flag 5000/51759
2.55/2.30	c cleaning 6119 clauses out of 12244 with flag 11002/57761
2.85/2.52	c cleaning 6558 clauses out of 13123 with flag 18000/64759
3.05/2.78	c cleaning 7279 clauses out of 14566 with flag 26001/72760
3.35/3.07	c cleaning 8139 clauses out of 16289 with flag 35003/81762
3.56/3.22	c Got one! Elapsed wall clock time (in seconds):3.119
3.56/3.22	o 217
3.75/3.43	c cleaning 9202 clauses out of 18414 with flag 5002/92026
3.95/3.63	c cleaning 7598 clauses out of 15210 with flag 11000/98024
3.95/3.69	c Got one! Elapsed wall clock time (in seconds):3.587
3.95/3.69	o 100
4.15/3.83	c cleaning 6744 clauses out of 13495 with flag 4005/103907
4.35/4.02	c cleaning 6367 clauses out of 12746 with flag 10000/109902
4.55/4.26	c cleaning 6687 clauses out of 13383 with flag 17004/116906
4.86/4.56	c cleaning 7345 clauses out of 14692 with flag 25000/124902
5.27/4.90	c cleaning 8169 clauses out of 16347 with flag 34000/133902
5.57/5.26	c cleaning 9087 clauses out of 18178 with flag 44000/143902
5.97/5.62	c cleaning 9538 clauses out of 19091 with flag 54000/153902
6.27/5.97	c cleaning 9774 clauses out of 19555 with flag 64002/163904
6.67/6.30	c cleaning 9883 clauses out of 19780 with flag 74001/173903
6.87/6.55	c Got one! Elapsed wall clock time (in seconds):6.444
6.87/6.55	o 97
7.07/6.79	c cleaning 11307 clauses out of 22618 with flag 5004/186624
7.37/7.02	c cleaning 8651 clauses out of 17307 with flag 11000/192620
7.57/7.28	c cleaning 7824 clauses out of 15657 with flag 18001/199621
7.87/7.55	c cleaning 7912 clauses out of 15834 with flag 26002/207622
8.17/7.84	c cleaning 8456 clauses out of 16920 with flag 35000/216620
8.57/8.21	c cleaning 9229 clauses out of 18467 with flag 45003/226623
8.87/8.57	c cleaning 9611 clauses out of 19236 with flag 55001/236621
9.18/8.86	c Got one! Elapsed wall clock time (in seconds):8.759
9.18/8.86	o 96
9.47/9.13	c cleaning 11770 clauses out of 23546 with flag 5000/250542
9.67/9.36	c cleaning 8884 clauses out of 17776 with flag 11000/256542
9.97/9.60	c cleaning 7941 clauses out of 15894 with flag 18002/263544
10.18/9.88	c cleaning 7972 clauses out of 15951 with flag 26000/271542
10.57/10.21	c cleaning 8485 clauses out of 16979 with flag 35000/280542
10.98/10.60	c cleaning 9244 clauses out of 18495 with flag 45001/290543
11.28/10.98	c cleaning 9625 clauses out of 19251 with flag 55001/300543
11.68/11.35	c cleaning 9807 clauses out of 19625 with flag 65000/310542
12.08/11.72	c cleaning 9908 clauses out of 19823 with flag 75005/320547
12.38/12.08	c cleaning 9952 clauses out of 19910 with flag 85000/330542
12.78/12.44	c cleaning 9974 clauses out of 19958 with flag 95000/340542
13.08/12.79	c cleaning 9987 clauses out of 19985 with flag 105001/350543
13.49/13.15	c cleaning 9997 clauses out of 19997 with flag 115000/360542
13.88/13.52	c cleaning 9996 clauses out of 20000 with flag 125000/370542
14.18/13.87	c cleaning 9997 clauses out of 20004 with flag 135000/380542
14.28/13.93	c Got one! Elapsed wall clock time (in seconds):13.823
14.28/13.93	o 80
14.38/14.09	c cleaning 7801 clauses out of 15618 with flag 4001/386153
14.72/14.33	c cleaning 6904 clauses out of 13817 with flag 10001/392153
15.34/14.61	c cleaning 6953 clauses out of 13914 with flag 17002/399154
15.58/14.83	c starts		: 144
15.58/14.83	c conflicts		: 404629
15.58/14.83	c decisions		: 641431
15.58/14.83	c propagations		: 9485625
15.58/14.83	c inspects		: 103657184
15.58/14.83	c shortcuts		: 0
15.58/14.83	c learnt literals	: 4
15.58/14.83	c learnt binary clauses	: 15
15.58/14.83	c learnt ternary clauses	: 125
15.58/14.83	c learnt constraints	: 404624
15.58/14.83	c ignored constraints	: 0
15.58/14.83	c root simplifications	: 0
15.58/14.83	c removed literals (reason simplification)	: 3060690
15.58/14.83	c reason swapping (by a shorter reason)	: 0
15.58/14.83	c Calls to reduceDB	: 48
15.58/14.83	c number of reductions to clauses (during analyze)	: 0
15.58/14.83	c number of learned constraints concerned by reduction	: 0
15.58/14.83	c number of learning phase by resolution	: 0
15.58/14.83	c number of learning phase by cutting planes	: 0
15.58/14.83	c speed (assignments/second)	: 1.0458241455347298E7
15.58/14.83	c non guided choices	439
15.58/14.83	c learnt constraints type 
15.58/14.83	c constraints type 
15.58/14.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
15.58/14.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
15.58/14.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
15.58/14.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
15.58/14.84	s OPTIMUM FOUND
15.58/14.84	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 
15.58/14.84	c objective function=80
15.58/14.84	c Total wall clock time (in seconds): 14.731

Verifier Data

OK	80

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-3492529-1307909932/watcher-3492529-1307909932 -o /var/tmp/evaluation-result-3492529-1307909932/solver-3492529-1307909932 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492529-1307909932.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.95 1.97 1.89 2/195 14108
/proc/meminfo: memFree=1219772/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 1201 0 0 0 0 0 0 0 19 0 2 0 902591216 31313920 926 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 7645 936 711 9 0 383 0
[pid=14108/tid=14109] ppid=14106 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) R 14106 14108 12190 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 2 0 902591216 31260672 957 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228122713856 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0575141 s]
/proc/loadavg: 1.95 1.97 1.89 2/195 14108
/proc/meminfo: memFree=1219772/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=10472756 CPUtime=0.04 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 11605 0 1 0 3 1 0 0 19 0 18 0 902591216 10724102144 11301 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 2618189 11302 1721 9 0 2608937 0
[pid=14108/tid=14109] ppid=14106 vsize=10472756 CPUtime=0.04 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) R 14106 14108 12190 0 -1 4202560 10432 0 1 0 3 1 0 0 25 0 18 0 902591216 10724102144 11303 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 47213132838424 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10472756

[startup+0.100517 s]
/proc/loadavg: 1.95 1.97 1.89 2/195 14108
/proc/meminfo: memFree=1219772/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=10539808 CPUtime=0.11 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 13110 0 1 0 9 2 0 0 19 0 18 0 902591216 10792763392 12774 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 2634952 12774 2092 9 0 2625686 0
[pid=14108/tid=14109] ppid=14106 vsize=10539808 CPUtime=0.08 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) R 14106 14108 12190 0 -1 4202560 11165 0 1 0 7 1 0 0 18 0 18 0 902591216 10792763392 12774 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 47213131333584 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539808

[startup+0.300468 s]
/proc/loadavg: 1.95 1.97 1.89 2/195 14108
/proc/meminfo: memFree=1219772/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=10542892 CPUtime=0.53 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 16039 0 1 0 51 2 0 0 19 0 19 0 902591216 10795921408 14671 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 2635723 14671 2214 9 0 2626457 0
[pid=14108/tid=14109] ppid=14106 vsize=10542892 CPUtime=0.28 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) R 14106 14108 12190 0 -1 4202560 11753 0 1 0 27 1 0 0 19 0 19 0 902591216 10795921408 14671 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 46912505357748 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10542892

[startup+0.700398 s]
/proc/loadavg: 1.95 1.97 1.89 2/195 14108
/proc/meminfo: memFree=1219772/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=10543244 CPUtime=1.02 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 17292 0 1 0 100 2 0 0 19 0 19 0 902591216 10796281856 15734 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 2635811 15734 2246 9 0 2626545 0
[pid=14108/tid=14109] ppid=14106 vsize=10543244 CPUtime=0.65 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) R 14106 14108 12190 0 -1 4202560 11941 0 1 0 64 1 0 0 17 0 19 0 902591216 10796281856 15734 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 46912505657586 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10543244

[startup+1.50125 s]
/proc/loadavg: 1.95 1.97 1.89 3/214 14127
/proc/meminfo: memFree=1165220/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=10542800 CPUtime=1.85 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 17759 0 1 0 183 2 0 0 19 0 19 0 902591216 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 2635700 16082 2247 9 0 2626434 0
[pid=14108/tid=14109] ppid=14106 vsize=10542800 CPUtime=1.42 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) S 14106 14108 12190 0 -1 4202560 11947 0 1 0 141 1 0 0 18 0 19 0 902591216 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14111] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14111/stat : 14111 (java) R 14106 14108 12190 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134531014 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14108/tid=14112] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14112/stat : 14112 (java) S 14106 14108 12190 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14113] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14113/stat : 14113 (java) R 14106 14108 12190 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14108/tid=14114] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14114/stat : 14114 (java) R 14106 14108 12190 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134531014 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14108/tid=14115] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14115/stat : 14115 (java) R 14106 14108 12190 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228122667319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14108/tid=14116] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14116/stat : 14116 (java) S 14106 14108 12190 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14117] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14117/stat : 14117 (java) R 14106 14108 12190 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 47213130265740 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14108/tid=14118] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14118/stat : 14118 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14119] ppid=14106 vsize=10542800 CPUtime=0.04 cores=1,3,5,7
/proc/14108/task/14119/stat : 14119 (java) S 14106 14108 12190 0 -1 4202560 500 0 0 0 4 0 0 0 15 0 19 0 902591219 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 0 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14120] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14120/stat : 14120 (java) S 14106 14108 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14121] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14121/stat : 14121 (java) S 14106 14108 12190 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14122] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14122/stat : 14122 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591221 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134537649 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14123] ppid=14106 vsize=10542800 CPUtime=0.14 cores=1,3,5,7
/proc/14108/task/14123/stat : 14123 (java) S 14106 14108 12190 0 -1 4202560 1898 0 0 0 14 0 0 0 16 0 19 0 902591221 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14124] ppid=14106 vsize=10542800 CPUtime=0.2 cores=1,3,5,7
/proc/14108/task/14124/stat : 14124 (java) S 14106 14108 12190 0 -1 4202560 1595 0 0 0 20 0 0 0 15 0 19 0 902591222 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14125] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14125/stat : 14125 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591222 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14126] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14126/stat : 14126 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591222 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14127] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14127/stat : 14127 (java) S 14106 14108 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902591233 10795827200 16082 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 10542800

[startup+3.10096 s]
/proc/loadavg: 1.95 1.97 1.89 3/214 14128
/proc/meminfo: memFree=1162988/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=10542800 CPUtime=3.45 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 17775 0 1 0 343 2 0 0 19 0 19 0 902591216 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 2635700 16090 2247 9 0 2626434 0
[pid=14108/tid=14109] ppid=14106 vsize=10542800 CPUtime=2.92 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) R 14106 14108 12190 0 -1 4202560 11955 0 1 0 291 1 0 0 19 0 19 0 902591216 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 46912505559392 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14108/tid=14111] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14111/stat : 14111 (java) S 14106 14108 12190 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14112] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14112/stat : 14112 (java) S 14106 14108 12190 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14113] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14113/stat : 14113 (java) S 14106 14108 12190 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14114] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14114/stat : 14114 (java) S 14106 14108 12190 0 -1 4202560 110 0 0 0 0 0 0 0 16 0 19 0 902591218 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14115] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14115/stat : 14115 (java) S 14106 14108 12190 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14116] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14116/stat : 14116 (java) S 14106 14108 12190 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 19 0 902591218 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14117] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14117/stat : 14117 (java) S 14106 14108 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14118] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14118/stat : 14118 (java) S 14106 14108 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14119] ppid=14106 vsize=10542800 CPUtime=0.14 cores=1,3,5,7
/proc/14108/task/14119/stat : 14119 (java) S 14106 14108 12190 0 -1 4202560 501 0 0 0 14 0 0 0 16 0 19 0 902591219 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 0 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14120] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14120/stat : 14120 (java) S 14106 14108 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14121] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14121/stat : 14121 (java) S 14106 14108 12190 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14122] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14122/stat : 14122 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591221 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134537649 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14123] ppid=14106 vsize=10542800 CPUtime=0.14 cores=1,3,5,7
/proc/14108/task/14123/stat : 14123 (java) S 14106 14108 12190 0 -1 4202560 1898 0 0 0 14 0 0 0 16 0 19 0 902591221 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14124] ppid=14106 vsize=10542800 CPUtime=0.2 cores=1,3,5,7
/proc/14108/task/14124/stat : 14124 (java) S 14106 14108 12190 0 -1 4202560 1595 0 0 0 20 0 0 0 15 0 19 0 902591222 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14125] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14125/stat : 14125 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591222 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14126] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14126/stat : 14126 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591222 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14127] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14127/stat : 14127 (java) S 14106 14108 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902591233 10795827200 16090 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 10542800

[startup+6.30138 s]
/proc/loadavg: 1.95 1.97 1.89 3/214 14128
/proc/meminfo: memFree=1162404/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=10542800 CPUtime=6.67 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 17894 0 1 0 664 3 0 0 19 0 19 0 902591216 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 2635700 16190 2247 9 0 2626434 0
[pid=14108/tid=14109] ppid=14106 vsize=10542800 CPUtime=5.98 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) R 14106 14108 12190 0 -1 4202560 11967 0 1 0 597 1 0 0 25 0 19 0 902591216 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 46912505730131 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14108/tid=14111] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14111/stat : 14111 (java) S 14106 14108 12190 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14112] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14112/stat : 14112 (java) S 14106 14108 12190 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14113] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14113/stat : 14113 (java) S 14106 14108 12190 0 -1 4202560 93 0 0 0 0 0 0 0 16 0 19 0 902591218 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14114] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14114/stat : 14114 (java) S 14106 14108 12190 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14115] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14115/stat : 14115 (java) S 14106 14108 12190 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14116] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14116/stat : 14116 (java) S 14106 14108 12190 0 -1 4202560 33 0 0 0 0 0 0 0 16 0 19 0 902591218 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14117] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14117/stat : 14117 (java) S 14106 14108 12190 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 902591218 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14118] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14118/stat : 14118 (java) S 14106 14108 12190 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14119] ppid=14106 vsize=10542800 CPUtime=0.26 cores=1,3,5,7
/proc/14108/task/14119/stat : 14119 (java) S 14106 14108 12190 0 -1 4202560 597 0 0 0 26 0 0 0 16 0 19 0 902591219 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 0 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14120] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14120/stat : 14120 (java) S 14106 14108 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14121] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14121/stat : 14121 (java) S 14106 14108 12190 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14122] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14122/stat : 14122 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591221 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134537649 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14123] ppid=14106 vsize=10542800 CPUtime=0.14 cores=1,3,5,7
/proc/14108/task/14123/stat : 14123 (java) S 14106 14108 12190 0 -1 4202560 1898 0 0 0 14 0 0 0 16 0 19 0 902591221 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14124] ppid=14106 vsize=10542800 CPUtime=0.2 cores=1,3,5,7
/proc/14108/task/14124/stat : 14124 (java) S 14106 14108 12190 0 -1 4202560 1595 0 0 0 20 0 0 0 15 0 19 0 902591222 10795827200 16190 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0

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

/proc/14108/task/14111/stat : 14111 (java) S 14106 14108 12190 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14112] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14112/stat : 14112 (java) S 14106 14108 12190 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14113] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14113/stat : 14113 (java) S 14106 14108 12190 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14114] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14114/stat : 14114 (java) S 14106 14108 12190 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14115] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14115/stat : 14115 (java) S 14106 14108 12190 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14116] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14116/stat : 14116 (java) S 14106 14108 12190 0 -1 4202560 34 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14117] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14117/stat : 14117 (java) S 14106 14108 12190 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14118] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14118/stat : 14118 (java) S 14106 14108 12190 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14119] ppid=14106 vsize=10542800 CPUtime=0.52 cores=1,3,5,7
/proc/14108/task/14119/stat : 14119 (java) S 14106 14108 12190 0 -1 4202560 708 0 0 0 52 0 0 0 16 0 19 0 902591219 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 0 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14120] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14120/stat : 14120 (java) S 14106 14108 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14121] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14121/stat : 14121 (java) S 14106 14108 12190 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14122] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14122/stat : 14122 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591221 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134537649 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14123] ppid=14106 vsize=10542800 CPUtime=0.14 cores=1,3,5,7
/proc/14108/task/14123/stat : 14123 (java) S 14106 14108 12190 0 -1 4202560 1898 0 0 0 14 0 0 0 16 0 19 0 902591221 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14124] ppid=14106 vsize=10542800 CPUtime=0.21 cores=1,3,5,7
/proc/14108/task/14124/stat : 14124 (java) S 14106 14108 12190 0 -1 4202560 1595 0 0 0 21 0 0 0 15 0 19 0 902591222 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14125] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14125/stat : 14125 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591222 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14126] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14126/stat : 14126 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591222 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14127] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14127/stat : 14127 (java) S 14106 14108 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902591233 10795827200 16251 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13.88
Current children cumulated vsize (KiB) 10542800

[startup+14.3069 s]
/proc/loadavg: 1.96 1.97 1.89 3/214 14128
/proc/meminfo: memFree=1161048/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=10542800 CPUtime=14.72 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 18057 0 1 0 1469 3 0 0 19 0 19 0 902591216 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 2635700 16264 2249 9 0 2626434 0
[pid=14108/tid=14109] ppid=14106 vsize=10542800 CPUtime=13.66 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) R 14106 14108 12190 0 -1 4202560 11993 0 1 0 1365 1 0 0 25 0 19 0 902591216 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 46912505535700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14108/tid=14111] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14111/stat : 14111 (java) S 14106 14108 12190 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14112] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14112/stat : 14112 (java) S 14106 14108 12190 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14113] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14113/stat : 14113 (java) S 14106 14108 12190 0 -1 4202560 94 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14114] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14114/stat : 14114 (java) S 14106 14108 12190 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14115] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14115/stat : 14115 (java) S 14106 14108 12190 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14116] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14116/stat : 14116 (java) S 14106 14108 12190 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14117] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14117/stat : 14117 (java) S 14106 14108 12190 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14118] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14118/stat : 14118 (java) S 14106 14108 12190 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14119] ppid=14106 vsize=10542800 CPUtime=0.56 cores=1,3,5,7
/proc/14108/task/14119/stat : 14119 (java) S 14106 14108 12190 0 -1 4202560 712 0 0 0 56 0 0 0 16 0 19 0 902591219 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 0 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14120] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14120/stat : 14120 (java) S 14106 14108 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14121] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14121/stat : 14121 (java) S 14106 14108 12190 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14122] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14122/stat : 14122 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591221 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134537649 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14123] ppid=14106 vsize=10542800 CPUtime=0.15 cores=1,3,5,7
/proc/14108/task/14123/stat : 14123 (java) S 14106 14108 12190 0 -1 4202560 1899 0 0 0 15 0 0 0 15 0 19 0 902591221 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14124] ppid=14106 vsize=10542800 CPUtime=0.23 cores=1,3,5,7
/proc/14108/task/14124/stat : 14124 (java) S 14106 14108 12190 0 -1 4202560 1600 0 0 0 23 0 0 0 15 0 19 0 902591222 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14125] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14125/stat : 14125 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591222 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14126] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14126/stat : 14126 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591222 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14127] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14127/stat : 14127 (java) S 14106 14108 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902591233 10795827200 16264 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 10542800

[startup+14.7009 s]
/proc/loadavg: 1.96 1.97 1.89 3/214 14128
/proc/meminfo: memFree=1161048/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=10542800 CPUtime=15.48 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 25264 0 1 0 1543 5 0 0 19 0 19 0 902591216 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 2635700 21144 2249 9 0 2626434 0
[pid=14108/tid=14109] ppid=14106 vsize=10542800 CPUtime=14.02 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) R 14106 14108 12190 0 -1 4202560 11995 0 1 0 1401 1 0 0 25 0 19 0 902591216 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 46912505535009 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14108/tid=14111] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14111/stat : 14111 (java) S 14106 14108 12190 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14112] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14112/stat : 14112 (java) S 14106 14108 12190 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14113] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14113/stat : 14113 (java) S 14106 14108 12190 0 -1 4202560 94 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14114] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14114/stat : 14114 (java) S 14106 14108 12190 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14115] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14115/stat : 14115 (java) S 14106 14108 12190 0 -1 4202560 190 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14116] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14116/stat : 14116 (java) S 14106 14108 12190 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14117] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14117/stat : 14117 (java) S 14106 14108 12190 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14118] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14118/stat : 14118 (java) S 14106 14108 12190 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14119] ppid=14106 vsize=10542800 CPUtime=0.59 cores=1,3,5,7
/proc/14108/task/14119/stat : 14119 (java) S 14106 14108 12190 0 -1 4202560 727 0 0 0 59 0 0 0 16 0 19 0 902591219 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 0 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14120] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14120/stat : 14120 (java) S 14106 14108 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14121] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14121/stat : 14121 (java) S 14106 14108 12190 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14122] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14122/stat : 14122 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591221 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134537649 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14123] ppid=14106 vsize=10542800 CPUtime=0.47 cores=1,3,5,7
/proc/14108/task/14123/stat : 14123 (java) S 14106 14108 12190 0 -1 4202560 8820 0 0 0 46 1 0 0 16 0 19 0 902591221 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
[pid=14108/tid=14124] ppid=14106 vsize=10542800 CPUtime=0.26 cores=1,3,5,7
/proc/14108/task/14124/stat : 14124 (java) S 14106 14108 12190 0 -1 4202560 1869 0 0 0 26 0 0 0 15 0 19 0 902591222 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14125] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14125/stat : 14125 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591222 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14126] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14126/stat : 14126 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591222 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14127] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14127/stat : 14127 (java) S 14106 14108 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902591233 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 15.48
Current children cumulated vsize (KiB) 10542800

[startup+14.8008 s]
/proc/loadavg: 1.96 1.97 1.89 3/214 14128
/proc/meminfo: memFree=1161048/32951124 swapFree=67051728/67111528
[pid=14108] ppid=14106 vsize=10542800 CPUtime=15.58 cores=1,3,5,7
/proc/14108/stat : 14108 (java) S 14106 14108 12190 0 -1 4202496 25264 0 1 0 1553 5 0 0 19 0 19 0 902591216 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14108/statm: 2635700 21144 2249 9 0 2626434 0
[pid=14108/tid=14109] ppid=14106 vsize=10542800 CPUtime=14.12 cores=1,3,5,7
/proc/14108/task/14109/stat : 14109 (java) R 14106 14108 12190 0 -1 4202560 11995 0 1 0 1411 1 0 0 25 0 19 0 902591216 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 46912505593936 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14108/tid=14111] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14111/stat : 14111 (java) S 14106 14108 12190 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14112] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14112/stat : 14112 (java) S 14106 14108 12190 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14113] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14113/stat : 14113 (java) S 14106 14108 12190 0 -1 4202560 94 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14114] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14114/stat : 14114 (java) S 14106 14108 12190 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14115] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14115/stat : 14115 (java) S 14106 14108 12190 0 -1 4202560 190 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14116] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14116/stat : 14116 (java) S 14106 14108 12190 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14117] ppid=14106 vsize=10542800 CPUtime=0.01 cores=1,3,5,7
/proc/14108/task/14117/stat : 14117 (java) S 14106 14108 12190 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14118] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14118/stat : 14118 (java) S 14106 14108 12190 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902591218 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14119] ppid=14106 vsize=10542800 CPUtime=0.59 cores=1,3,5,7
/proc/14108/task/14119/stat : 14119 (java) S 14106 14108 12190 0 -1 4202560 727 0 0 0 59 0 0 0 16 0 19 0 902591219 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 0 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14120] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14120/stat : 14120 (java) S 14106 14108 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14121] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14121/stat : 14121 (java) S 14106 14108 12190 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902591219 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 7 0 0 0
[pid=14108/tid=14122] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14122/stat : 14122 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591221 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134537649 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14123] ppid=14106 vsize=10542800 CPUtime=0.48 cores=1,3,5,7
/proc/14108/task/14123/stat : 14123 (java) R 14106 14108 12190 0 -1 4202560 8820 0 0 0 47 1 0 0 15 0 19 0 902591221 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 47213133869888 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14108/tid=14124] ppid=14106 vsize=10542800 CPUtime=0.26 cores=1,3,5,7
/proc/14108/task/14124/stat : 14124 (java) S 14106 14108 12190 0 -1 4202560 1869 0 0 0 26 0 0 0 15 0 19 0 902591222 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14125] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14125/stat : 14125 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902591222 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134529945 0 4 0 16800975 18446604471161514752 0 0 -1 1 0 0 0
[pid=14108/tid=14126] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14126/stat : 14126 (java) S 14106 14108 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902591222 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 3 0 0 0
[pid=14108/tid=14127] ppid=14106 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/14108/task/14127/stat : 14127 (java) S 14106 14108 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902591233 10795827200 21144 33554432000 1073741824 1073778376 140737103011952 18446744073709551615 228134530560 0 4 0 16800975 18446604471161514752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 10542800

Child status: 30
Real time (s): 14.8459
CPU time (s): 15.6456
CPU user time (s): 15.5906
CPU system time (s): 0.054991
CPU usage (%): 105.387
Max. virtual memory (cumulated for all children) (KiB): 10543516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.5906
system time used= 0.054991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25291
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= 1919
involuntary context switches= 896

runsolver used 0.022996 second user time and 0.06099 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-12 22:18:52
IDJOB=3492529
IDBENCH=78861
IDSOLVER=1982
FILE ID=node138/3492529-1307909932
RUNJOBID= node138-1307908076-13713
PBS_JOBID= 13559517
Free space on /var/tmp= 2896 MiB

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

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

MD5SUM BENCH= f10c85799fe54e7449f67e5a1fd13328
RANDOM SEED=167327530

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.75
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1219928 kB
Buffers:         69556 kB
Cached:       30624252 kB
SwapCached:      13084 kB
Active:       16094832 kB
Inactive:     14679560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1219928 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:             156 kB
Writeback:           0 kB
AnonPages:       78168 kB
Mapped:          17500 kB
Slab:           894300 kB
PageTables:       4928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10542940 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= 2896 MiB
End job on node138 at 2011-06-12 22:19:07