Trace number 3478827

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 2.3.0? (TO) 1800.34 1796.8

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-135.opb
MD5SUM0bf2f4aff59c663568b0bfbd80eaa689
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.09	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		12995394264
0.08/0.09	c Max memory 		13063553024
0.08/0.09	c Total memory 		13063553024
0.08/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3478827-1307440382.opb
0.10/0.11	c reading problem ... 
9.20/8.25	c ... done. Wall clock time 8.139s.
9.20/8.25	c #vars     55296
9.20/8.25	c #constraints  1284718
9.20/8.25	c constraints type 
9.20/8.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
9.20/8.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
9.20/8.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
9.20/8.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 126168
21.98/20.57	c cleaning 2459 clauses out of 5000 with flag 5000/5000
32.04/30.28	c cleaning 4238 clauses out of 8541 with flag 11000/11000
44.25/42.46	c cleaning 5619 clauses out of 11303 with flag 18000/18000
56.47/54.64	c cleaning 6829 clauses out of 13687 with flag 26003/26003
67.31/65.46	c cleaning 7860 clauses out of 15855 with flag 35000/35000
83.25/81.33	c cleaning 8955 clauses out of 17998 with flag 45003/45003
105.76/103.81	c cleaning 9936 clauses out of 20040 with flag 56000/56000
117.29/115.37	c cleaning 11009 clauses out of 22106 with flag 68002/68002
137.11/135.11	c cleaning 11968 clauses out of 24095 with flag 81000/81000
150.03/148.02	c cleaning 13037 clauses out of 26127 with flag 95000/95000
163.67/161.62	c cleaning 14018 clauses out of 28090 with flag 110000/110000
181.28/179.25	c cleaning 15001 clauses out of 30073 with flag 126001/126001
206.29/204.22	c cleaning 16016 clauses out of 32072 with flag 143001/143001
230.43/228.36	c cleaning 16976 clauses out of 34058 with flag 161003/161003
247.14/245.07	c cleaning 17989 clauses out of 36079 with flag 180000/180000
271.36/269.29	c cleaning 19022 clauses out of 38090 with flag 200000/200000
306.98/304.86	c cleaning 19966 clauses out of 40069 with flag 221001/221001
322.53/320.38	c cleaning 21029 clauses out of 42101 with flag 243000/243000
355.05/352.82	c cleaning 21999 clauses out of 44071 with flag 266000/266000
375.29/373.02	c cleaning 22986 clauses out of 46068 with flag 290000/290000
403.01/400.79	c cleaning 24037 clauses out of 48080 with flag 315002/315002
436.13/433.89	c cleaning 24989 clauses out of 50038 with flag 341000/341000
465.17/462.83	c cleaning 26004 clauses out of 52049 with flag 368000/368000
488.68/486.39	c cleaning 27006 clauses out of 54045 with flag 396000/396000
523.00/520.68	c cleaning 28002 clauses out of 56039 with flag 425002/425002
550.25/547.88	c cleaning 28989 clauses out of 58035 with flag 455000/455000
572.76/570.35	c cleaning 30001 clauses out of 60046 with flag 486001/486001
597.78/595.39	c cleaning 31002 clauses out of 62045 with flag 518001/518001
626.12/623.67	c cleaning 31912 clauses out of 64042 with flag 551000/551000
652.23/649.79	c cleaning 32460 clauses out of 66131 with flag 585001/585001
673.67/671.19	c cleaning 34089 clauses out of 68670 with flag 620000/620000
717.69/715.20	c cleaning 35237 clauses out of 70583 with flag 656002/656002
748.93/746.31	c cleaning 36031 clauses out of 72345 with flag 693001/693001
787.06/784.42	c cleaning 36963 clauses out of 74313 with flag 731000/731000
823.00/820.38	c cleaning 38107 clauses out of 76350 with flag 770000/770000
888.84/886.19	c cleaning 39060 clauses out of 78245 with flag 810002/810002
950.28/947.59	c cleaning 39986 clauses out of 80183 with flag 851000/851000
1001.01/998.22	c cleaning 41013 clauses out of 82204 with flag 893007/893007
1035.05/1032.24	c cleaning 41997 clauses out of 84184 with flag 936000/936000
1078.60/1075.74	c cleaning 43051 clauses out of 86186 with flag 980000/980000
1129.81/1126.92	c cleaning 43948 clauses out of 88137 with flag 1025002/1025002
1162.45/1159.52	c cleaning 44992 clauses out of 90187 with flag 1071000/1071000
1194.29/1191.37	c cleaning 46026 clauses out of 92195 with flag 1118000/1118000
1218.61/1215.64	c cleaning 46861 clauses out of 94170 with flag 1166001/1166001
1248.03/1245.09	c cleaning 48081 clauses out of 96308 with flag 1215000/1215000
1306.90/1303.84	c cleaning 49068 clauses out of 98229 with flag 1265002/1265002
1363.24/1360.11	c cleaning 50073 clauses out of 100160 with flag 1316001/1316001
1416.99/1413.80	c cleaning 51020 clauses out of 102086 with flag 1368000/1368000
1457.45/1454.27	c cleaning 51992 clauses out of 104065 with flag 1421000/1421000
1509.46/1506.29	c cleaning 52992 clauses out of 106075 with flag 1475002/1475002
1555.80/1552.59	c cleaning 54022 clauses out of 108081 with flag 1530000/1530000
1601.73/1598.41	c cleaning 54996 clauses out of 110061 with flag 1586002/1586002
1661.36/1658.04	c cleaning 55969 clauses out of 112064 with flag 1643001/1643001
1714.21/1710.83	c cleaning 57005 clauses out of 114095 with flag 1701001/1701001
1778.87/1775.48	c cleaning 58007 clauses out of 116089 with flag 1760000/1760000
1800.11/1796.62	c starts		: 209
1800.11/1796.62	c conflicts		: 1784562
1800.11/1796.62	c decisions		: 32710684
1800.11/1796.62	c propagations		: 3163955882
1800.11/1796.62	c inspects		: 17914095134
1800.11/1796.62	c shortcuts		: 0
1800.11/1796.62	c learnt literals	: 18
1800.11/1796.62	c learnt binary clauses	: 1562
1800.11/1796.62	c learnt ternary clauses	: 2592
1800.11/1796.62	c learnt constraints	: 1784544
1800.11/1796.62	c ignored constraints	: 0
1800.11/1796.62	c root simplifications	: 0
1800.11/1796.62	c removed literals (reason simplification)	: 28442977
1800.11/1796.62	c reason swapping (by a shorter reason)	: 0
1800.11/1796.62	c Calls to reduceDB	: 55
1800.11/1796.62	c number of reductions to clauses (during analyze)	: 0
1800.11/1796.62	c number of learned constraints concerned by reduction	: 0
1800.11/1796.62	c number of learning phase by resolution	: 0
1800.11/1796.62	c number of learning phase by cutting planes	: 0
1800.11/1796.62	c speed (assignments/second)	: 1769182.1846908808
1800.11/1796.62	c non guided choices	10124850
1800.11/1796.65	c learnt constraints type 
1800.11/1796.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1562
1800.11/1796.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81101
1800.11/1796.65	c constraints type 
1800.11/1796.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
1800.11/1796.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
1800.11/1796.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
1800.11/1796.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 126168
1800.11/1796.65	s UNKNOWN
1800.11/1796.65	c Total wall clock time (in seconds): 1796.537

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3478827-1307440382/watcher-3478827-1307440382 -o /tmp/evaluation-result-3478827-1307440382/solver-3478827-1307440382 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478827-1307440382.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.03 2.04 1.95 2/544 31653
/proc/meminfo: memFree=21679836/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 6927 0 1 0 0 0 0 0 22 0 2 0 836454181 13850947584 6629 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3381579 6641 917 9 0 3372735 0
[pid=31653/tid=31654] ppid=31651 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 5876 0 1 0 0 0 0 0 23 0 2 0 836454182 13850947584 6692 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.088624 s]
/proc/loadavg: 2.03 2.04 1.95 2/544 31653
/proc/meminfo: memFree=21679836/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13620896 CPUtime=0.08 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 14750 0 1 0 6 2 0 0 22 0 18 0 836454181 13947797504 14447 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3405224 14448 1913 9 0 3395958 0
[pid=31653/tid=31654] ppid=31651 vsize=13620896 CPUtime=0.06 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 13374 0 1 0 5 1 0 0 18 0 18 0 836454182 13947797504 14448 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 47675599721525 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13620896

[startup+0.100653 s]
/proc/loadavg: 2.03 2.04 1.95 2/544 31653
/proc/meminfo: memFree=21679836/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13621852 CPUtime=0.1 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 15472 0 1 0 8 2 0 0 22 0 18 0 836454181 13948776448 15137 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3405463 15138 2092 9 0 3396197 0
[pid=31653/tid=31654] ppid=31651 vsize=13621852 CPUtime=0.08 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 13536 0 1 0 6 2 0 0 18 0 18 0 836454182 13948776448 15139 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522124235 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621852

[startup+0.330844 s]
/proc/loadavg: 2.03 2.04 1.95 2/544 31653
/proc/meminfo: memFree=21679836/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13623116 CPUtime=0.55 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 21831 0 1 0 53 2 0 0 22 0 18 0 836454181 13950070784 20833 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3405779 20834 2201 9 0 3396513 0
[pid=31653/tid=31654] ppid=31651 vsize=13623116 CPUtime=0.31 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 18466 0 1 0 29 2 0 0 18 0 18 0 836454182 13950070784 20835 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 46912505584797 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13623116

[startup+0.700563 s]
/proc/loadavg: 2.03 2.04 1.95 2/544 31653
/proc/meminfo: memFree=21679836/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13634580 CPUtime=1.41 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 66956 0 1 0 132 9 0 0 22 0 18 0 836454181 13961809920 61438 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3408645 61443 2215 9 0 3399379 0
[pid=31653/tid=31654] ppid=31651 vsize=13634580 CPUtime=0.68 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 53698 0 1 0 61 7 0 0 18 0 18 0 836454182 13961809920 61445 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 46912505546974 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 13634580

[startup+1.5014 s]
/proc/loadavg: 2.03 2.04 1.95 3/562 31671
/proc/meminfo: memFree=21270004/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13634580 CPUtime=2.24 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 181050 0 1 0 202 22 0 0 22 0 18 0 836454181 13961809920 175532 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3408645 175536 2215 9 0 3399379 0
[pid=31653/tid=31654] ppid=31651 vsize=13634580 CPUtime=1.47 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 167787 0 1 0 128 19 0 0 19 0 18 0 836454182 13961809920 175538 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 46912505590580 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31653/tid=31656] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31656/stat : 31656 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 175540 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31657] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31657/stat : 31657 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 175543 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31658] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31658/stat : 31658 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 175546 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31659] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31659/stat : 31659 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 175548 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31660] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31660/stat : 31660 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 175551 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31661] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31661/stat : 31661 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 175553 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31662] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31662/stat : 31662 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 175555 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31663] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31663/stat : 31663 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 175555 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31664] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31664/stat : 31664 (java) S 31651 31653 31299 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 836454185 13961809920 175558 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 0 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31665] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31665/stat : 31665 (java) S 31651 31653 31299 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 836454186 13961809920 175560 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31666] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31666/stat : 31666 (java) S 31651 31653 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 836454186 13961809920 175563 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31667] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31667/stat : 31667 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454188 13961809920 175565 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522121137 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31668] ppid=31651 vsize=13634580 CPUtime=0.37 cores=1,3,5,7
/proc/31653/task/31668/stat : 31668 (java) S 31651 31653 31299 0 -1 4202560 6678 0 0 0 36 1 0 0 15 0 18 0 836454188 13961809920 175568 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31669] ppid=31651 vsize=13634580 CPUtime=0.36 cores=1,3,5,7
/proc/31653/task/31669/stat : 31669 (java) S 31651 31653 31299 0 -1 4202560 5441 0 0 0 36 0 0 0 15 0 18 0 836454188 13961809920 175570 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31670] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31670/stat : 31670 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454188 13961809920 175573 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31671] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31671/stat : 31671 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 836454188 13961809920 175576 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 13634580

[startup+3.10112 s]
/proc/loadavg: 2.11 2.05 1.96 3/562 31671
/proc/meminfo: memFree=20637728/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13634580 CPUtime=3.89 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 406385 0 1 0 341 48 0 0 22 0 18 0 836454181 13961809920 400867 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3408645 400872 2215 9 0 3399379 0
[pid=31653/tid=31654] ppid=31651 vsize=13634580 CPUtime=3.08 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 393120 0 1 0 262 46 0 0 25 0 18 0 836454182 13961809920 400874 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 46912505690819 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31653/tid=31656] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31656/stat : 31656 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 400877 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31657] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31657/stat : 31657 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 400880 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31658] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31658/stat : 31658 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 400882 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31659] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31659/stat : 31659 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 400885 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31660] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31660/stat : 31660 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 400888 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31661] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31661/stat : 31661 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 400890 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31662] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31662/stat : 31662 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 400892 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31663] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31663/stat : 31663 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454184 13961809920 400895 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31664] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31664/stat : 31664 (java) S 31651 31653 31299 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 836454185 13961809920 400897 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 0 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31665] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31665/stat : 31665 (java) S 31651 31653 31299 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 836454186 13961809920 400900 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31666] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31666/stat : 31666 (java) S 31651 31653 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 836454186 13961809920 400902 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31667] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31667/stat : 31667 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454188 13961809920 400905 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522121137 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31668] ppid=31651 vsize=13634580 CPUtime=0.37 cores=1,3,5,7
/proc/31653/task/31668/stat : 31668 (java) S 31651 31653 31299 0 -1 4202560 6678 0 0 0 36 1 0 0 15 0 18 0 836454188 13961809920 400907 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31669] ppid=31651 vsize=13634580 CPUtime=0.41 cores=1,3,5,7
/proc/31653/task/31669/stat : 31669 (java) S 31651 31653 31299 0 -1 4202560 5444 0 0 0 41 0 0 0 15 0 18 0 836454188 13961809920 400910 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31670] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31670/stat : 31670 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454188 13961809920 400913 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31671] ppid=31651 vsize=13634580 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31671/stat : 31671 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 836454188 13961809920 400915 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 13634580

[startup+6.30154 s]
/proc/loadavg: 2.11 2.05 1.96 3/562 31671
/proc/meminfo: memFree=18674572/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13633248 CPUtime=7.3 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 877395 0 1 0 628 102 0 0 22 0 18 0 836454181 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3408312 871396 2231 9 0 3399046 0
[pid=31653/tid=31654] ppid=31651 vsize=13633248 CPUtime=6.19 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 844428 0 1 0 522 97 0 0 25 0 18 0 836454182 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 46912505604228 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31653/tid=31656] ppid=31651 vsize=13633248 CPUtime=0.08 cores=1,3,5,7
/proc/31653/task/31656/stat : 31656 (java) S 31651 31653 31299 0 -1 4202560 6814 0 0 0 8 0 0 0 18 0 18 0 836454184 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 3 0 0 0
[pid=31653/tid=31657] ppid=31651 vsize=13633248 CPUtime=0.08 cores=1,3,5,7
/proc/31653/task/31657/stat : 31657 (java) S 31651 31653 31299 0 -1 4202560 5840 0 0 0 8 0 0 0 18 0 18 0 836454184 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31658] ppid=31651 vsize=13633248 CPUtime=0.08 cores=1,3,5,7
/proc/31653/task/31658/stat : 31658 (java) S 31651 31653 31299 0 -1 4202560 5701 0 0 0 8 0 0 0 18 0 18 0 836454184 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31659] ppid=31651 vsize=13633248 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31659/stat : 31659 (java) S 31651 31653 31299 0 -1 4202560 338 0 0 0 0 0 0 0 18 0 18 0 836454184 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31660] ppid=31651 vsize=13633248 CPUtime=0.01 cores=1,3,5,7
/proc/31653/task/31660/stat : 31660 (java) S 31651 31653 31299 0 -1 4202560 997 0 0 0 1 0 0 0 18 0 18 0 836454184 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 3 0 0 0
[pid=31653/tid=31661] ppid=31651 vsize=13633248 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31661/stat : 31661 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 836454184 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31662] ppid=31651 vsize=13633248 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31662/stat : 31662 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 836454184 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31663] ppid=31651 vsize=13633248 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31663/stat : 31663 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 836454184 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31664] ppid=31651 vsize=13633248 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31664/stat : 31664 (java) S 31651 31653 31299 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 836454185 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 0 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31665] ppid=31651 vsize=13633248 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31665/stat : 31665 (java) S 31651 31653 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 836454186 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31666] ppid=31651 vsize=13633248 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31666/stat : 31666 (java) S 31651 31653 31299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 836454186 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31667] ppid=31651 vsize=13633248 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31667/stat : 31667 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454188 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522121137 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31668] ppid=31651 vsize=13633248 CPUtime=0.37 cores=1,3,5,7
/proc/31653/task/31668/stat : 31668 (java) S 31651 31653 31299 0 -1 4202560 6678 0 0 0 36 1 0 0 15 0 18 0 836454188 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31669] ppid=31651 vsize=13633248 CPUtime=0.41 cores=1,3,5,7
/proc/31653/task/31669/stat : 31669 (java) S 31651 31653 31299 0 -1 4202560 5444 0 0 0 41 0 0 0 15 0 18 0 836454188 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31670] ppid=31651 vsize=13633248 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31670/stat : 31670 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454188 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31671] ppid=31651 vsize=13633248 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31671/stat : 31671 (java) S 31651 31653 31299 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 836454188 13960445952 871396 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0

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

/proc/31653/task/31665/stat : 31665 (java) S 31651 31653 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836454186 13961498624 945005 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31666] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31666/stat : 31666 (java) S 31651 31653 31299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836454186 13961498624 945005 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31667] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31667/stat : 31667 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454188 13961498624 945005 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522121137 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31668] ppid=31651 vsize=13634276 CPUtime=0.75 cores=1,3,5,7
/proc/31653/task/31668/stat : 31668 (java) S 31651 31653 31299 0 -1 4202560 6749 0 0 0 74 1 0 0 15 0 19 0 836454188 13961498624 945005 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31669] ppid=31651 vsize=13634276 CPUtime=0.68 cores=1,3,5,7
/proc/31653/task/31669/stat : 31669 (java) S 31651 31653 31299 0 -1 4202560 5538 0 0 0 68 0 0 0 16 0 19 0 836454188 13961498624 945005 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31670] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31670/stat : 31670 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454188 13961498624 945005 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31671] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31671/stat : 31671 (java) S 31651 31653 31299 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 836454188 13961498624 945005 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31672] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31672/stat : 31672 (java) S 31651 31653 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836455010 13961498624 945005 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1665.71
Current children cumulated vsize (KiB) 13634276

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/563 31913
/proc/meminfo: memFree=17984308/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13634276 CPUtime=1725.75 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 951278 0 1 0 172461 114 0 0 22 0 19 0 836454181 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3408569 945013 2262 9 0 3399303 0
[pid=31653/tid=31654] ppid=31651 vsize=13634276 CPUtime=1703.38 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 844930 0 1 0 170240 98 0 0 25 0 19 0 836454182 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 46912505980900 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31653/tid=31656] ppid=31651 vsize=13634276 CPUtime=0.39 cores=1,3,5,7
/proc/31653/task/31656/stat : 31656 (java) S 31651 31653 31299 0 -1 4202560 6868 0 0 0 39 0 0 0 16 0 19 0 836454184 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31657] ppid=31651 vsize=13634276 CPUtime=0.36 cores=1,3,5,7
/proc/31653/task/31657/stat : 31657 (java) S 31651 31653 31299 0 -1 4202560 6822 0 0 0 35 1 0 0 16 0 19 0 836454184 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31658] ppid=31651 vsize=13634276 CPUtime=0.36 cores=1,3,5,7
/proc/31653/task/31658/stat : 31658 (java) S 31651 31653 31299 0 -1 4202560 6824 0 0 0 35 1 0 0 15 0 19 0 836454184 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31659] ppid=31651 vsize=13634276 CPUtime=0.32 cores=1,3,5,7
/proc/31653/task/31659/stat : 31659 (java) S 31651 31653 31299 0 -1 4202560 7559 0 0 0 31 1 0 0 16 0 19 0 836454184 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31660] ppid=31651 vsize=13634276 CPUtime=0.36 cores=1,3,5,7
/proc/31653/task/31660/stat : 31660 (java) S 31651 31653 31299 0 -1 4202560 6976 0 0 0 36 0 0 0 15 0 19 0 836454184 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31661] ppid=31651 vsize=13634276 CPUtime=0.32 cores=1,3,5,7
/proc/31653/task/31661/stat : 31661 (java) S 31651 31653 31299 0 -1 4202560 95 0 0 0 32 0 0 0 15 0 19 0 836454184 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31662] ppid=31651 vsize=13634276 CPUtime=0.38 cores=1,3,5,7
/proc/31653/task/31662/stat : 31662 (java) S 31651 31653 31299 0 -1 4202560 7149 0 0 0 37 1 0 0 16 0 19 0 836454184 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31663] ppid=31651 vsize=13634276 CPUtime=0.35 cores=1,3,5,7
/proc/31653/task/31663/stat : 31663 (java) S 31651 31653 31299 0 -1 4202560 10004 0 0 0 35 0 0 0 15 0 19 0 836454184 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31664] ppid=31651 vsize=13634276 CPUtime=17.97 cores=1,3,5,7
/proc/31653/task/31664/stat : 31664 (java) S 31651 31653 31299 0 -1 4202560 40515 0 0 0 1792 5 0 0 15 0 19 0 836454185 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 0 0 16800975 18446604467426284608 0 0 -1 3 0 0 0
[pid=31653/tid=31665] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31665/stat : 31665 (java) S 31651 31653 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836454186 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31666] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31666/stat : 31666 (java) S 31651 31653 31299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836454186 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31667] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31667/stat : 31667 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454188 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522121137 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31668] ppid=31651 vsize=13634276 CPUtime=0.75 cores=1,3,5,7
/proc/31653/task/31668/stat : 31668 (java) S 31651 31653 31299 0 -1 4202560 6749 0 0 0 74 1 0 0 15 0 19 0 836454188 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31669] ppid=31651 vsize=13634276 CPUtime=0.68 cores=1,3,5,7
/proc/31653/task/31669/stat : 31669 (java) S 31651 31653 31299 0 -1 4202560 5538 0 0 0 68 0 0 0 16 0 19 0 836454188 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31670] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31670/stat : 31670 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454188 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31671] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31671/stat : 31671 (java) S 31651 31653 31299 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 836454188 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31672] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31672/stat : 31672 (java) S 31651 31653 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836455010 13961498624 945013 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1725.75
Current children cumulated vsize (KiB) 13634276

[startup+1782.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/563 31914
/proc/meminfo: memFree=17980308/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13634276 CPUtime=1785.79 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 951989 0 1 0 178465 114 0 0 22 0 19 0 836454181 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3408569 945717 2262 9 0 3399303 0
[pid=31653/tid=31654] ppid=31651 vsize=13634276 CPUtime=1763.05 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 844931 0 1 0 176207 98 0 0 25 0 19 0 836454182 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 46912505913008 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31653/tid=31656] ppid=31651 vsize=13634276 CPUtime=0.4 cores=1,3,5,7
/proc/31653/task/31656/stat : 31656 (java) S 31651 31653 31299 0 -1 4202560 6877 0 0 0 40 0 0 0 16 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31657] ppid=31651 vsize=13634276 CPUtime=0.37 cores=1,3,5,7
/proc/31653/task/31657/stat : 31657 (java) S 31651 31653 31299 0 -1 4202560 6831 0 0 0 36 1 0 0 16 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31658] ppid=31651 vsize=13634276 CPUtime=0.36 cores=1,3,5,7
/proc/31653/task/31658/stat : 31658 (java) S 31651 31653 31299 0 -1 4202560 6824 0 0 0 35 1 0 0 15 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31659] ppid=31651 vsize=13634276 CPUtime=0.32 cores=1,3,5,7
/proc/31653/task/31659/stat : 31659 (java) S 31651 31653 31299 0 -1 4202560 7559 0 0 0 31 1 0 0 15 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31660] ppid=31651 vsize=13634276 CPUtime=0.36 cores=1,3,5,7
/proc/31653/task/31660/stat : 31660 (java) S 31651 31653 31299 0 -1 4202560 6976 0 0 0 36 0 0 0 15 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31661] ppid=31651 vsize=13634276 CPUtime=0.32 cores=1,3,5,7
/proc/31653/task/31661/stat : 31661 (java) S 31651 31653 31299 0 -1 4202560 95 0 0 0 32 0 0 0 15 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31662] ppid=31651 vsize=13634276 CPUtime=0.4 cores=1,3,5,7
/proc/31653/task/31662/stat : 31662 (java) S 31651 31653 31299 0 -1 4202560 7149 0 0 0 39 1 0 0 16 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31663] ppid=31651 vsize=13634276 CPUtime=0.37 cores=1,3,5,7
/proc/31653/task/31663/stat : 31663 (java) S 31651 31653 31299 0 -1 4202560 10004 0 0 0 37 0 0 0 16 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31664] ppid=31651 vsize=13634276 CPUtime=18.28 cores=1,3,5,7
/proc/31653/task/31664/stat : 31664 (java) S 31651 31653 31299 0 -1 4202560 41203 0 0 0 1823 5 0 0 15 0 19 0 836454185 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 0 0 16800975 18446604467426284608 0 0 -1 3 0 0 0
[pid=31653/tid=31665] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31665/stat : 31665 (java) S 31651 31653 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836454186 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31666] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31666/stat : 31666 (java) S 31651 31653 31299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836454186 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31667] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31667/stat : 31667 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454188 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522121137 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31668] ppid=31651 vsize=13634276 CPUtime=0.75 cores=1,3,5,7
/proc/31653/task/31668/stat : 31668 (java) S 31651 31653 31299 0 -1 4202560 6749 0 0 0 74 1 0 0 15 0 19 0 836454188 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31669] ppid=31651 vsize=13634276 CPUtime=0.68 cores=1,3,5,7
/proc/31653/task/31669/stat : 31669 (java) S 31651 31653 31299 0 -1 4202560 5538 0 0 0 68 0 0 0 16 0 19 0 836454188 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31670] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31670/stat : 31670 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454188 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31671] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31671/stat : 31671 (java) S 31651 31653 31299 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 836454188 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31672] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31672/stat : 31672 (java) S 31651 31653 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836455010 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1785.79
Current children cumulated vsize (KiB) 13634276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.10 2.06 2.01 3/563 31915
/proc/meminfo: memFree=17973592/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=13634276 CPUtime=1800.11 cores=1,3,5,7
/proc/31653/stat : 31653 (java) S 31651 31653 31299 0 -1 4202496 951989 0 1 0 179897 114 0 0 22 0 19 0 836454181 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 3408569 945717 2262 9 0 3399303 0
[pid=31653/tid=31654] ppid=31651 vsize=13634276 CPUtime=1777.37 cores=1,3,5,7
/proc/31653/task/31654/stat : 31654 (java) R 31651 31653 31299 0 -1 4202560 844931 0 1 0 177639 98 0 0 25 0 19 0 836454182 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 46912505937516 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31653/tid=31656] ppid=31651 vsize=13634276 CPUtime=0.4 cores=1,3,5,7
/proc/31653/task/31656/stat : 31656 (java) S 31651 31653 31299 0 -1 4202560 6877 0 0 0 40 0 0 0 16 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31657] ppid=31651 vsize=13634276 CPUtime=0.37 cores=1,3,5,7
/proc/31653/task/31657/stat : 31657 (java) S 31651 31653 31299 0 -1 4202560 6831 0 0 0 36 1 0 0 16 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31658] ppid=31651 vsize=13634276 CPUtime=0.36 cores=1,3,5,7
/proc/31653/task/31658/stat : 31658 (java) S 31651 31653 31299 0 -1 4202560 6824 0 0 0 35 1 0 0 15 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31659] ppid=31651 vsize=13634276 CPUtime=0.32 cores=1,3,5,7
/proc/31653/task/31659/stat : 31659 (java) S 31651 31653 31299 0 -1 4202560 7559 0 0 0 31 1 0 0 15 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31660] ppid=31651 vsize=13634276 CPUtime=0.36 cores=1,3,5,7
/proc/31653/task/31660/stat : 31660 (java) S 31651 31653 31299 0 -1 4202560 6976 0 0 0 36 0 0 0 15 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31661] ppid=31651 vsize=13634276 CPUtime=0.32 cores=1,3,5,7
/proc/31653/task/31661/stat : 31661 (java) S 31651 31653 31299 0 -1 4202560 95 0 0 0 32 0 0 0 15 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31662] ppid=31651 vsize=13634276 CPUtime=0.4 cores=1,3,5,7
/proc/31653/task/31662/stat : 31662 (java) S 31651 31653 31299 0 -1 4202560 7149 0 0 0 39 1 0 0 16 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31663] ppid=31651 vsize=13634276 CPUtime=0.37 cores=1,3,5,7
/proc/31653/task/31663/stat : 31663 (java) S 31651 31653 31299 0 -1 4202560 10004 0 0 0 37 0 0 0 16 0 19 0 836454184 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31664] ppid=31651 vsize=13634276 CPUtime=18.28 cores=1,3,5,7
/proc/31653/task/31664/stat : 31664 (java) S 31651 31653 31299 0 -1 4202560 41203 0 0 0 1823 5 0 0 15 0 19 0 836454185 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 0 0 16800975 18446604467426284608 0 0 -1 3 0 0 0
[pid=31653/tid=31665] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31665/stat : 31665 (java) S 31651 31653 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836454186 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31666] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31666/stat : 31666 (java) S 31651 31653 31299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836454186 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31667] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31667/stat : 31667 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454188 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522121137 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31668] ppid=31651 vsize=13634276 CPUtime=0.75 cores=1,3,5,7
/proc/31653/task/31668/stat : 31668 (java) S 31651 31653 31299 0 -1 4202560 6749 0 0 0 74 1 0 0 15 0 19 0 836454188 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31669] ppid=31651 vsize=13634276 CPUtime=0.68 cores=1,3,5,7
/proc/31653/task/31669/stat : 31669 (java) S 31651 31653 31299 0 -1 4202560 5538 0 0 0 68 0 0 0 16 0 19 0 836454188 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
[pid=31653/tid=31670] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31670/stat : 31670 (java) S 31651 31653 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454188 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522113433 0 4 0 16800975 18446604467426284608 0 0 -1 5 0 0 0
[pid=31653/tid=31671] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31671/stat : 31671 (java) S 31651 31653 31299 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 836454188 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 1 0 0 0
[pid=31653/tid=31672] ppid=31651 vsize=13634276 CPUtime=0 cores=1,3,5,7
/proc/31653/task/31672/stat : 31672 (java) S 31651 31653 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836455010 13961498624 945717 33554432000 1073741824 1073778376 140736014586592 18446744073709551615 233522114048 0 4 0 16800975 18446604467426284608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 13634276

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

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

[startup+1796.73 s]
/proc/loadavg: 2.10 2.06 2.01 3/563 31915
/proc/meminfo: memFree=17973592/32951124 swapFree=64303760/67111528
[pid=31653] ppid=31651 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/31653/stat : 31653 (java) Z 31651 31653 31299 0 -1 4203548 952019 0 1 0 179905 121 0 0 17 0 2 0 836454181 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31653/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.8
CPU time (s): 1800.34
CPU user time (s): 1799.05
CPU system time (s): 1.2908
CPU usage (%): 100.197
Max. virtual memory (cumulated for all children) (KiB): 13635148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.2908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 952019
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= 38695
involuntary context switches= 6782

runsolver used 9.07962 second user time and 22.4136 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-07 11:53:03
IDJOB=3478827
IDBENCH=89720
IDSOLVER=1952
FILE ID=node145/3478827-1307440382
RUNJOBID= node145-1307436781-31318
PBS_JOBID= 13519943
Free space on /tmp= 73968 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-135.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478827-1307440382/watcher-3478827-1307440382 -o /tmp/evaluation-result-3478827-1307440382/solver-3478827-1307440382 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478827-1307440382.opb

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

MD5SUM BENCH= 0bf2f4aff59c663568b0bfbd80eaa689
RANDOM SEED=1336055959

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21680116 kB
Buffers:        307292 kB
Cached:         834928 kB
SwapCached:        944 kB
Active:       10498020 kB
Inactive:       488344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21680116 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:           57544 kB
Writeback:           0 kB
AnonPages:     9843280 kB
Mapped:          42672 kB
Slab:           148020 kB
PageTables:      67740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 166669352 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 /tmp at the end= 73968 MiB
End job on node145 at 2011-06-07 12:23:02