Trace number 3690055

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.5 1796.44

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_4_mh_ic.opb
MD5SUM597278c7b79f9e6a46b4567a4f55d357
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5963035
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 42268455767
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 42268455767
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
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 No 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 c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3690055-1337895593.opb
0.09/0.11	c reading problem ... 
3.26/2.11	c ... done. Wall clock time 2.003s.
3.26/2.11	c declared #vars     126385
3.26/2.11	c #constraints  290547
3.26/2.11	c constraints type 
3.26/2.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81551
3.26/2.11	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
3.26/2.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
3.26/2.11	c ignored satisfied constraints => 4
3.26/2.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127365
3.26/2.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 81585
3.26/2.11	c 290551 constraints processed.
3.26/2.11	c objective function length is 46445 literals
38.80/37.21	c cleaning 2486 clauses out of 5000 with flag 5000/5000
46.41/44.64	c cleaning 4254 clauses out of 8514 with flag 11000/11000
55.32/53.59	c cleaning 5628 clauses out of 11264 with flag 18004/18004
72.26/70.48	c cleaning 6792 clauses out of 13632 with flag 26000/26000
90.73/88.86	c cleaning 7905 clauses out of 15842 with flag 35002/35002
105.14/103.20	c cleaning 8955 clauses out of 17937 with flag 45002/45002
123.96/122.02	c cleaning 9954 clauses out of 19980 with flag 56000/56000
137.31/135.34	c cleaning 11007 clauses out of 22028 with flag 68002/68002
153.52/151.52	c cleaning 11999 clauses out of 24019 with flag 81000/81000
177.73/175.70	c cleaning 12976 clauses out of 26020 with flag 95000/95000
202.57/200.56	c cleaning 14006 clauses out of 28044 with flag 110000/110000
226.88/224.86	c cleaning 15009 clauses out of 30038 with flag 126000/126000
249.85/247.71	c cleaning 15998 clauses out of 32029 with flag 143000/143000
278.86/276.73	c cleaning 17005 clauses out of 34031 with flag 161000/161000
301.70/299.56	c cleaning 18001 clauses out of 36026 with flag 180000/180000
332.33/330.18	c cleaning 18996 clauses out of 38025 with flag 200000/200000
363.67/361.44	c cleaning 20010 clauses out of 40030 with flag 221001/221001
395.73/393.45	c cleaning 20991 clauses out of 42021 with flag 243002/243002
431.46/429.14	c cleaning 22001 clauses out of 44028 with flag 266000/266000
462.41/460.02	c cleaning 23013 clauses out of 46027 with flag 290000/290000
494.15/491.76	c cleaning 23999 clauses out of 48014 with flag 315000/315000
527.58/525.15	c cleaning 24969 clauses out of 50015 with flag 341000/341000
588.82/586.31	c cleaning 26015 clauses out of 52048 with flag 368002/368002
626.84/624.30	c cleaning 27000 clauses out of 54031 with flag 396000/396000
680.12/677.60	c cleaning 28008 clauses out of 56033 with flag 425002/425002
721.15/718.52	c cleaning 29002 clauses out of 58024 with flag 455001/455001
768.13/765.43	c cleaning 30007 clauses out of 60021 with flag 486000/486000
860.17/857.49	c cleaning 31003 clauses out of 62016 with flag 518002/518002
932.21/929.45	c cleaning 31983 clauses out of 64011 with flag 551000/551000
981.05/978.22	c cleaning 32994 clauses out of 66030 with flag 585002/585002
1038.97/1036.17	c cleaning 33985 clauses out of 68034 with flag 620000/620000
1093.04/1090.19	c cleaning 35007 clauses out of 70049 with flag 656000/656000
1150.48/1147.57	c cleaning 35995 clauses out of 72042 with flag 693000/693000
1211.85/1208.86	c cleaning 37003 clauses out of 74048 with flag 731001/731001
1271.81/1268.76	c cleaning 38002 clauses out of 76044 with flag 770000/770000
1314.96/1311.84	c cleaning 39007 clauses out of 78042 with flag 810000/810000
1360.50/1357.37	c cleaning 39997 clauses out of 80035 with flag 851000/851000
1407.72/1404.60	c cleaning 41004 clauses out of 82040 with flag 893002/893002
1494.80/1491.59	c cleaning 42003 clauses out of 84035 with flag 936001/936001
1553.58/1550.21	c cleaning 43005 clauses out of 86031 with flag 980000/980000
1611.32/1607.96	c cleaning 43999 clauses out of 88028 with flag 1025002/1025002
1665.58/1662.18	c cleaning 44988 clauses out of 90027 with flag 1071000/1071000
1718.45/1714.99	c cleaning 46014 clauses out of 92042 with flag 1118003/1118003
1755.78/1752.30	c cleaning 47005 clauses out of 94025 with flag 1166000/1166000
1800.04/1796.41	c starts		: 190
1800.04/1796.41	c conflicts		: 1210717
1800.04/1796.41	c decisions		: 4301130
1800.04/1796.41	c propagations		: 653550980
1800.04/1796.41	c inspects		: 12371930164
1800.04/1796.41	c shortcuts		: 0
1800.04/1796.41	c learnt literals	: 0
1800.04/1796.41	c learnt binary clauses	: 42
1800.04/1796.41	c learnt ternary clauses	: 9
1800.04/1796.41	c learnt constraints	: 1210717
1800.04/1796.41	c ignored constraints	: 0
1800.04/1796.41	c root simplifications	: 0
1800.04/1796.41	c removed literals (reason simplification)	: 0
1800.04/1796.41	c reason swapping (by a shorter reason)	: 0
1800.04/1796.41	c Calls to reduceDB	: 44
1800.04/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.41	c number of learned constraints concerned by reduction	: 0
1800.04/1796.41	c number of learning phase by resolution	: 0
1800.04/1796.41	c number of learning phase by cutting planes	: 0
1800.04/1796.41	c speed (assignments/second)	: 364253.3940913633
1800.04/1796.41	c non guided choices	0
1800.04/1796.44	c learnt constraints type 
1800.04/1796.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42
1800.04/1796.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91731
1800.04/1796.44	c constraints type 
1800.04/1796.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81551
1800.04/1796.44	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.04/1796.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
1800.04/1796.44	c ignored satisfied constraints => 4
1800.04/1796.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127365
1800.04/1796.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 81585
1800.04/1796.44	c 290551 constraints processed.
1800.04/1796.44	s UNKNOWN
1800.04/1796.44	c Total wall clock time (in seconds): 1796.325

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690055-1337895593/watcher-3690055-1337895593 -o /tmp/evaluation-result-3690055-1337895593/solver-3690055-1337895593 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690055-1337895593.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 30163
/proc/meminfo: memFree=23958556/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/30163/stat : 30163 (java) R 30161 30163 27428 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 255685196 8192 1 33554432000 0 0 0 140736373823816 242167213495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30163/statm: 2 1 0 0 0 2 0

[startup+0.03121 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 30163
/proc/meminfo: memFree=23958556/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 2777 0 1 0 1 0 0 0 20 0 10 0 255685196 9233014784 3477 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30163/statm: 2254154 3477 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100207 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 30163
/proc/meminfo: memFree=23958556/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 4287 0 1 0 8 1 0 0 20 0 18 0 255685196 9787813888 5471 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30163/statm: 2389603 5472 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300175 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 30163
/proc/meminfo: memFree=23958556/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 5470 0 1 0 44 1 0 0 20 0 18 0 255685196 9787813888 13271 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30163/statm: 2389603 13271 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 30163
/proc/meminfo: memFree=23958556/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9558412 CPUtime=1.24 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 7847 0 1 0 119 5 0 0 20 0 18 0 255685196 9787813888 43521 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30163/statm: 2389603 43521 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558412

[startup+1.50062 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 30181
/proc/meminfo: memFree=23765168/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9558412 CPUtime=2.43 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 12358 0 1 0 231 12 0 0 20 0 18 0 255685196 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30163/statm: 2389603 85445 2247 9 0 2380296 0
[pid=30163/tid=30165] ppid=30161 vsize=9558412 CPUtime=1.38 cores=0,2,4,6
/proc/30163/task/30165/stat : 30165 (java) S 30161 30163 27428 0 -1 4202560 2558 0 1 0 134 4 0 0 20 0 18 0 255685197 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139853107994104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/30163/task/30166/stat : 30166 (java) R 30161 30163 27428 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 18 0 255685198 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139853069486936 139853110466241 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/30163/task/30167/stat : 30167 (java) R 30161 30163 27428 0 -1 4202560 105 0 0 0 3 0 0 0 20 0 18 0 255685198 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139853068434216 242170782133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30168] ppid=30161 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/30163/task/30168/stat : 30168 (java) R 30161 30163 27428 0 -1 4202560 112 0 0 0 3 0 0 0 20 0 18 0 255685198 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139853067381848 139853110466291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/30163/task/30169/stat : 30169 (java) R 30161 30163 27428 0 -1 4202560 118 0 0 0 5 0 0 0 20 0 18 0 255685198 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139853066329304 139853110466209 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30170] ppid=30161 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/30163/task/30170/stat : 30170 (java) R 30161 30163 27428 0 -1 4202560 41 0 0 0 2 0 0 0 20 0 18 0 255685198 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139853065275736 139853110466291 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/30163/task/30171/stat : 30171 (java) R 30161 30163 27428 0 -1 4202560 79 0 0 0 1 0 0 0 20 0 18 0 255685198 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139853064223192 139853112170671 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/30163/task/30172/stat : 30172 (java) R 30161 30163 27428 0 -1 4202560 26 0 0 0 1 1 0 0 20 0 18 0 255685198 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139853063170472 139853110466291 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/30163/task/30173/stat : 30173 (java) R 30161 30163 27428 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 255685198 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139853062117928 139853110466291 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30174] ppid=30161 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30174/stat : 30174 (java) S 30161 30163 27428 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255685199 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139852931831304 242170770492 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30175] ppid=30161 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30175/stat : 30175 (java) S 30161 30163 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255685200 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139852930778744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30176] ppid=30161 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30176/stat : 30176 (java) S 30161 30163 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255685200 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139852929726088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30177] ppid=30161 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30177/stat : 30177 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255685202 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139852928674832 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30178] ppid=30161 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/30163/task/30178/stat : 30178 (java) S 30161 30163 27428 0 -1 4202560 4646 0 0 0 36 0 0 0 20 0 18 0 255685202 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139852927621176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30179] ppid=30161 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/30163/task/30179/stat : 30179 (java) S 30161 30163 27428 0 -1 4202560 3389 0 0 0 35 0 0 0 20 0 18 0 255685202 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139852053997752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30180] ppid=30161 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30180/stat : 30180 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255685202 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139852052945400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30181] ppid=30161 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30181/stat : 30181 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255685202 9787813888 85445 33554432000 1073741824 1073778376 140734005112288 139852051893064 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9558412

[startup+3.1007 s]
/proc/loadavg: 2.00 2.00 2.00 10/212 30181
/proc/meminfo: memFree=23571984/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9624976 CPUtime=4.67 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 12704 0 1 0 449 18 0 0 20 0 19 0 255685196 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30163/statm: 2406244 98497 2265 9 0 2396937 0
[pid=30163/tid=30165] ppid=30161 vsize=9624976 CPUtime=2.9 cores=0,2,4,6
/proc/30163/task/30165/stat : 30165 (java) R 30161 30163 27428 0 -1 4202560 2573 0 1 0 285 5 0 0 20 0 19 0 255685197 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139853107995112 139852944038757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 27428 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 19 0 255685198 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139853069486760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 27428 0 -1 4202560 133 0 0 0 5 1 0 0 20 0 19 0 255685198 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139853068434216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30168] ppid=30161 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 27428 0 -1 4202560 142 0 0 0 5 1 0 0 20 0 19 0 255685198 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139853067381672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 27428 0 -1 4202560 123 0 0 0 5 1 0 0 20 0 19 0 255685198 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139853066329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30170] ppid=30161 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 27428 0 -1 4202560 70 0 0 0 6 2 0 0 20 0 19 0 255685198 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139853065275560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 27428 0 -1 4202560 91 0 0 0 2 0 0 0 20 0 19 0 255685198 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139853064223016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 27428 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 255685198 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139853063170472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/30163/task/30173/stat : 30173 (java) S 30161 30163 27428 0 -1 4202560 62 0 0 0 6 3 0 0 20 0 19 0 255685198 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139853062117928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30174] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30174/stat : 30174 (java) S 30161 30163 27428 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 255685199 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139852931832424 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30175] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30175/stat : 30175 (java) S 30161 30163 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139852930778744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30176] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30176/stat : 30176 (java) S 30161 30163 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139852929726088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30177] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30177/stat : 30177 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139852928674832 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30178] ppid=30161 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/30163/task/30178/stat : 30178 (java) S 30161 30163 27428 0 -1 4202560 4655 0 0 0 62 0 0 0 20 0 19 0 255685202 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139852927621176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30179] ppid=30161 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/30163/task/30179/stat : 30179 (java) S 30161 30163 27428 0 -1 4202560 3393 0 0 0 50 0 0 0 20 0 19 0 255685202 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139852053997752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30180] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30180/stat : 30180 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139852052945400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30181] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30181/stat : 30181 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 98497 33554432000 1073741824 1073778376 140734005112288 139852051893064 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9624976

[startup+6.30072 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30182
/proc/meminfo: memFree=23571856/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9624976 CPUtime=7.87 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 12705 0 1 0 769 18 0 0 20 0 19 0 255685196 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30163/statm: 2406244 98347 2265 9 0 2396937 0
[pid=30163/tid=30165] ppid=30161 vsize=9624976 CPUtime=6.1 cores=0,2,4,6
/proc/30163/task/30165/stat : 30165 (java) R 30161 30163 27428 0 -1 4202560 2574 0 1 0 605 5 0 0 20 0 19 0 255685197 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139853107995096 139852944117984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 27428 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 19 0 255685198 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139853069486760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 27428 0 -1 4202560 133 0 0 0 5 1 0 0 20 0 19 0 255685198 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139853068434216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30168] ppid=30161 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 27428 0 -1 4202560 142 0 0 0 5 1 0 0 20 0 19 0 255685198 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139853067381672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 27428 0 -1 4202560 123 0 0 0 5 1 0 0 20 0 19 0 255685198 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139853066329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30170] ppid=30161 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 27428 0 -1 4202560 70 0 0 0 6 2 0 0 20 0 19 0 255685198 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139853065275560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 27428 0 -1 4202560 91 0 0 0 2 0 0 0 20 0 19 0 255685198 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139853064223016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 27428 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 255685198 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139853063170472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/30163/task/30173/stat : 30173 (java) S 30161 30163 27428 0 -1 4202560 62 0 0 0 6 3 0 0 20 0 19 0 255685198 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139853062117928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30174] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30174/stat : 30174 (java) S 30161 30163 27428 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 255685199 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139852931832424 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30175] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30175/stat : 30175 (java) S 30161 30163 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139852930778744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30176] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30176/stat : 30176 (java) S 30161 30163 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139852929726088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30177] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30177/stat : 30177 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139852928674832 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30178] ppid=30161 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/30163/task/30178/stat : 30178 (java) S 30161 30163 27428 0 -1 4202560 4655 0 0 0 62 0 0 0 20 0 19 0 255685202 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139852927621176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30179] ppid=30161 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/30163/task/30179/stat : 30179 (java) S 30161 30163 27428 0 -1 4202560 3393 0 0 0 50 0 0 0 20 0 19 0 255685202 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139852053997752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30180] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30180/stat : 30180 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139852052945400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30181] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30181/stat : 30181 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139852051893064 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30182] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30182/stat : 30182 (java) S 30161 30163 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255685415 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 139852050838824 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 30185
/proc/meminfo: memFree=23570996/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9624976 CPUtime=14.28 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 12705 0 1 0 1410 18 0 0 20 0 19 0 255685196 9855975424 98347 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=30163/tid=30171] ppid=30161 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 27428 0 -1 4202560 130 0 0 0 29 2 0 0 20 0 19 0 255685198 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139853064223016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 27428 0 -1 4202560 77 0 0 0 33 3 0 0 20 0 19 0 255685198 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139853063170472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30163/task/30173/stat : 30173 (java) S 30161 30163 27428 0 -1 4202560 103 0 0 0 36 4 0 0 20 0 19 0 255685198 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139853062117928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30174] ppid=30161 vsize=9624976 CPUtime=7.86 cores=0,2,4,6
/proc/30163/task/30174/stat : 30174 (java) R 30161 30163 27428 0 -1 4202560 316 0 0 0 784 2 0 0 20 0 19 0 255685199 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139852931831280 139853114849338 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30175] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30175/stat : 30175 (java) S 30161 30163 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139852930778744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30176] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30176/stat : 30176 (java) S 30161 30163 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139852929726088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30177] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30177/stat : 30177 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139852928674832 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30178] ppid=30161 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/30163/task/30178/stat : 30178 (java) S 30161 30163 27428 0 -1 4202560 4681 0 0 0 73 0 0 0 20 0 19 0 255685202 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139852927621176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30179] ppid=30161 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/30163/task/30179/stat : 30179 (java) S 30161 30163 27428 0 -1 4202560 3405 0 0 0 58 0 0 0 20 0 19 0 255685202 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139852053997752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30180] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30180/stat : 30180 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139852052945400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30181] ppid=30161 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/30163/task/30181/stat : 30181 (java) S 30161 30163 27428 0 -1 4202560 95 0 0 0 26 27 0 0 20 0 19 0 255685202 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139852051893064 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30182] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30182/stat : 30182 (java) S 30161 30163 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255685415 9855975424 129437 33554432000 1073741824 1073778376 140734005112288 139852050838824 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.83
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30290
/proc/meminfo: memFree=29167944/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9624976 CPUtime=1725.87 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 13376 0 1 0 172529 58 0 0 20 0 19 0 255685196 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30163/statm: 2406244 129439 2281 9 0 2396937 0
[pid=30163/tid=30165] ppid=30161 vsize=9624976 CPUtime=1713.24 cores=0,2,4,6
/proc/30163/task/30165/stat : 30165 (java) R 30161 30163 27428 0 -1 4202560 2618 0 1 0 171292 32 0 0 20 0 19 0 255685197 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139853107994912 139852944027354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 27428 0 -1 4202560 68 0 0 0 32 2 0 0 20 0 19 0 255685198 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139853069486760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 27428 0 -1 4202560 196 0 0 0 31 2 0 0 20 0 19 0 255685198 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139853068434216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30168] ppid=30161 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 27428 0 -1 4202560 194 0 0 0 31 3 0 0 20 0 19 0 255685198 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139853067381672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 27428 0 -1 4202560 188 0 0 0 30 3 0 0 20 0 19 0 255685198 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139853066329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30170] ppid=30161 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 27428 0 -1 4202560 115 0 0 0 31 3 0 0 20 0 19 0 255685198 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139853065275560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 27428 0 -1 4202560 130 0 0 0 30 2 0 0 20 0 19 0 255685198 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139853064223016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 27428 0 -1 4202560 77 0 0 0 34 3 0 0 20 0 19 0 255685198 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139853063170472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30163/task/30173/stat : 30173 (java) S 30161 30163 27428 0 -1 4202560 103 0 0 0 36 4 0 0 20 0 19 0 255685198 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139853062117928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30174] ppid=30161 vsize=9624976 CPUtime=8.14 cores=0,2,4,6
/proc/30163/task/30174/stat : 30174 (java) S 30161 30163 27428 0 -1 4202560 318 0 0 0 812 2 0 0 20 0 19 0 255685199 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139852931832424 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30175] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30175/stat : 30175 (java) S 30161 30163 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139852930778744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30176] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30176/stat : 30176 (java) S 30161 30163 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139852929726088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30177] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30177/stat : 30177 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139852928674832 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30178] ppid=30161 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/30163/task/30178/stat : 30178 (java) S 30161 30163 27428 0 -1 4202560 4681 0 0 0 73 0 0 0 20 0 19 0 255685202 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139852927621176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30179] ppid=30161 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/30163/task/30179/stat : 30179 (java) S 30161 30163 27428 0 -1 4202560 3405 0 0 0 58 0 0 0 20 0 19 0 255685202 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139852053997752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30180] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30180/stat : 30180 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139852052945400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30181] ppid=30161 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/30163/task/30181/stat : 30181 (java) S 30161 30163 27428 0 -1 4202560 99 0 0 0 27 28 0 0 20 0 19 0 255685202 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139852051893064 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30182] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30182/stat : 30182 (java) S 30161 30163 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255685415 9855975424 129439 33554432000 1073741824 1073778376 140734005112288 139852050838824 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.87
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30290
/proc/meminfo: memFree=29161556/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9624976 CPUtime=1785.92 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 13393 0 1 0 178533 59 0 0 20 0 19 0 255685196 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30163/statm: 2406244 129449 2281 9 0 2396937 0
[pid=30163/tid=30165] ppid=30161 vsize=9624976 CPUtime=1772.97 cores=0,2,4,6
/proc/30163/task/30165/stat : 30165 (java) R 30161 30163 27428 0 -1 4202560 2619 0 1 0 177265 32 0 0 20 0 19 0 255685197 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853107994912 139852944117984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 27428 0 -1 4202560 68 0 0 0 32 2 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853069486760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 27428 0 -1 4202560 196 0 0 0 31 2 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853068434216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30168] ppid=30161 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 27428 0 -1 4202560 201 0 0 0 32 3 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853067381672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 27428 0 -1 4202560 191 0 0 0 31 3 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853066329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30170] ppid=30161 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 27428 0 -1 4202560 115 0 0 0 31 3 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853065275560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 27428 0 -1 4202560 130 0 0 0 30 2 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853064223016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 27428 0 -1 4202560 77 0 0 0 34 3 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853063170472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30163/task/30173/stat : 30173 (java) S 30161 30163 27428 0 -1 4202560 103 0 0 0 36 4 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853062117928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30174] ppid=30161 vsize=9624976 CPUtime=8.4 cores=0,2,4,6
/proc/30163/task/30174/stat : 30174 (java) S 30161 30163 27428 0 -1 4202560 320 0 0 0 838 2 0 0 20 0 19 0 255685199 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852931832424 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30175] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30175/stat : 30175 (java) S 30161 30163 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852930778744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30176] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30176/stat : 30176 (java) S 30161 30163 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852929726088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30177] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30177/stat : 30177 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852928674832 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30178] ppid=30161 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/30163/task/30178/stat : 30178 (java) S 30161 30163 27428 0 -1 4202560 4681 0 0 0 73 0 0 0 20 0 19 0 255685202 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852927621176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30179] ppid=30161 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/30163/task/30179/stat : 30179 (java) S 30161 30163 27428 0 -1 4202560 3405 0 0 0 58 0 0 0 20 0 19 0 255685202 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852053997752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30180] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30180/stat : 30180 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852052945400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30181] ppid=30161 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/30163/task/30181/stat : 30181 (java) S 30161 30163 27428 0 -1 4202560 103 0 0 0 28 29 0 0 20 0 19 0 255685202 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852051893064 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30182] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30182/stat : 30182 (java) S 30161 30163 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255685415 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852050838824 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.92
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 30290
/proc/meminfo: memFree=29157460/32873648 swapFree=7112/7112
[pid=30163] ppid=30161 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/30163/stat : 30163 (java) S 30161 30163 27428 0 -1 4202496 13393 0 1 0 179944 60 0 0 20 0 19 0 255685196 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 140734005103424 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30163/statm: 2406244 129449 2281 9 0 2396937 0
[pid=30163/tid=30165] ppid=30161 vsize=9624976 CPUtime=1787.08 cores=0,2,4,6
/proc/30163/task/30165/stat : 30165 (java) R 30161 30163 27428 0 -1 4202560 2619 0 1 0 178675 33 0 0 20 0 19 0 255685197 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853107994912 139852944028131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 27428 0 -1 4202560 68 0 0 0 32 2 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853069486760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 27428 0 -1 4202560 196 0 0 0 31 2 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853068434216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30168] ppid=30161 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 27428 0 -1 4202560 201 0 0 0 32 3 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853067381672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 27428 0 -1 4202560 191 0 0 0 31 3 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853066329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30170] ppid=30161 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 27428 0 -1 4202560 115 0 0 0 31 3 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853065275560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 27428 0 -1 4202560 130 0 0 0 30 2 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853064223016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 27428 0 -1 4202560 77 0 0 0 34 3 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853063170472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30163/task/30173/stat : 30173 (java) S 30161 30163 27428 0 -1 4202560 103 0 0 0 36 4 0 0 20 0 19 0 255685198 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139853062117928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30174] ppid=30161 vsize=9624976 CPUtime=8.4 cores=0,2,4,6
/proc/30163/task/30174/stat : 30174 (java) S 30161 30163 27428 0 -1 4202560 320 0 0 0 838 2 0 0 20 0 19 0 255685199 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852931832424 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30175] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30175/stat : 30175 (java) S 30161 30163 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852930778744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30176] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30176/stat : 30176 (java) S 30161 30163 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255685200 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852929726088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30177] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30177/stat : 30177 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852928674832 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30163/tid=30178] ppid=30161 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/30163/task/30178/stat : 30178 (java) S 30161 30163 27428 0 -1 4202560 4681 0 0 0 73 0 0 0 20 0 19 0 255685202 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852927621176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30163/tid=30179] ppid=30161 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/30163/task/30179/stat : 30179 (java) S 30161 30163 27428 0 -1 4202560 3405 0 0 0 58 0 0 0 20 0 19 0 255685202 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852053997752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30180] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30180/stat : 30180 (java) S 30161 30163 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255685202 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852052945400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30163/tid=30181] ppid=30161 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/30163/task/30181/stat : 30181 (java) S 30161 30163 27428 0 -1 4202560 103 0 0 0 29 29 0 0 20 0 19 0 255685202 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852051893064 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30163/tid=30182] ppid=30161 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30163/task/30182/stat : 30182 (java) S 30161 30163 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255685415 9855975424 129449 33554432000 1073741824 1073778376 140734005112288 139852050838824 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.44
CPU time (s): 1800.5
CPU user time (s): 1799.49
CPU system time (s): 1.01285
CPU usage (%): 100.226
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 1.01285
maximum resident set size= 517912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13426
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39354
involuntary context switches= 14768

runsolver used 6.29104 second user time and 14.5918 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-24 23:39:53
IDJOB=3690055
IDBENCH=92675
IDSOLVER=2269
FILE ID=node126/3690055-1337895593
RUNJOBID= node126-1337871880-27445
PBS_JOBID= 14620078
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_4_mh_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690055-1337895593/watcher-3690055-1337895593 -o /tmp/evaluation-result-3690055-1337895593/solver-3690055-1337895593 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690055-1337895593.opb

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

MD5SUM BENCH= 597278c7b79f9e6a46b4567a4f55d357
RANDOM SEED=1924914499

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23958556 kB
Buffers:          246700 kB
Cached:          1897180 kB
SwapCached:        17768 kB
Active:          6372208 kB
Inactive:        1764096 kB
Active(anon):    5974968 kB
Inactive(anon):    19404 kB
Active(file):     397240 kB
Inactive(file):  1744692 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:             12564 kB
Writeback:             0 kB
AnonPages:       5992644 kB
Mapped:            18320 kB
Shmem:                 0 kB
Slab:             623052 kB
SReclaimable:      67068 kB
SUnreclaim:       555984 kB
KernelStack:        1592 kB
PageTables:        15940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    7685260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5787648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node126 at 2012-05-25 00:09:51