Trace number 3709944

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 PB specific settings 2.3.2 snapshot? (TO) 1800.01 1796.5

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12047_6-sat.opb
MD5SUM937ecf63c168ba3c2555061c1a7466e0
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 variables33396
Total number of constraints116135
Number of constraints which are clauses115587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints548
Minimum length of a constraint1
Maximum length of a constraint66
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 383
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3709944-1338184823.opb
0.07/0.13	c reading problem ... 
1.40/0.94	c ... done. Wall clock time 0.808s.
1.40/0.94	c declared #vars     33396
1.40/0.94	c #constraints  102160
1.40/0.94	c constraints type 
1.40/0.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12235
1.40/0.94	c ignored satisfied constraints => 13975
1.40/0.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83592
1.40/0.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 5785
1.40/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
1.40/0.94	c 116135 constraints processed.
3.90/2.79	c cleaning 2493 clauses out of 4999 with flag 5000/5000
6.48/4.85	c cleaning 4247 clauses out of 8507 with flag 11001/11001
8.70/7.01	c cleaning 5617 clauses out of 11259 with flag 18000/18000
11.41/9.72	c cleaning 6818 clauses out of 13643 with flag 26001/26001
14.56/12.88	c cleaning 7904 clauses out of 15824 with flag 35000/35000
18.06/16.38	c cleaning 8950 clauses out of 17920 with flag 45000/45000
21.97/20.27	c cleaning 9979 clauses out of 19970 with flag 56000/56000
26.18/24.43	c cleaning 10983 clauses out of 21990 with flag 68001/68001
30.70/28.97	c cleaning 11975 clauses out of 24001 with flag 81000/81000
35.92/34.10	c cleaning 13007 clauses out of 26026 with flag 95000/95000
41.64/39.87	c cleaning 14003 clauses out of 28019 with flag 110000/110000
47.64/45.85	c cleaning 15004 clauses out of 30016 with flag 126000/126000
54.55/52.76	c cleaning 15978 clauses out of 32014 with flag 143002/143002
61.26/59.44	c cleaning 17001 clauses out of 34034 with flag 161000/161000
68.65/66.82	c cleaning 18011 clauses out of 36033 with flag 180000/180000
76.36/74.54	c cleaning 19008 clauses out of 38022 with flag 200000/200000
84.39/82.54	c cleaning 19983 clauses out of 40016 with flag 221002/221002
94.03/92.12	c cleaning 20996 clauses out of 42031 with flag 243000/243000
104.57/102.65	c cleaning 22010 clauses out of 44036 with flag 266001/266001
112.87/110.98	c cleaning 22999 clauses out of 46025 with flag 290000/290000
123.01/121.07	c cleaning 23994 clauses out of 48026 with flag 315000/315000
134.74/132.75	c cleaning 24987 clauses out of 50032 with flag 341000/341000
145.68/143.68	c cleaning 26004 clauses out of 52045 with flag 368000/368000
157.11/155.05	c cleaning 27020 clauses out of 54042 with flag 396001/396001
168.83/166.80	c cleaning 27995 clauses out of 56023 with flag 425002/425002
180.54/178.49	c cleaning 29004 clauses out of 58029 with flag 455003/455003
194.47/192.32	c cleaning 30000 clauses out of 60023 with flag 486001/486001
209.51/207.35	c cleaning 30998 clauses out of 62022 with flag 518000/518000
222.03/219.84	c cleaning 31993 clauses out of 64026 with flag 551002/551002
235.75/233.55	c cleaning 32991 clauses out of 66032 with flag 585001/585001
250.26/248.00	c cleaning 33985 clauses out of 68039 with flag 620000/620000
267.70/265.43	c cleaning 34994 clauses out of 70054 with flag 656000/656000
284.15/281.82	c cleaning 35996 clauses out of 72061 with flag 693001/693001
301.06/298.74	c cleaning 37029 clauses out of 74068 with flag 731004/731004
320.50/318.13	c cleaning 38005 clauses out of 76039 with flag 770004/770004
339.12/336.78	c cleaning 39003 clauses out of 78030 with flag 810000/810000
358.55/356.16	c cleaning 39987 clauses out of 80028 with flag 851001/851001
379.46/377.02	c cleaning 41015 clauses out of 82041 with flag 893001/893001
398.89/396.49	c cleaning 41989 clauses out of 84024 with flag 936001/936001
419.31/416.80	c cleaning 43007 clauses out of 86034 with flag 980000/980000
440.61/438.15	c cleaning 44004 clauses out of 88030 with flag 1025003/1025003
463.26/460.79	c cleaning 44982 clauses out of 90024 with flag 1071001/1071001
484.19/481.67	c cleaning 45997 clauses out of 92040 with flag 1118000/1118000
509.10/506.54	c cleaning 46997 clauses out of 94046 with flag 1166003/1166003
535.23/532.66	c cleaning 48000 clauses out of 96046 with flag 1215000/1215000
561.73/559.11	c cleaning 49010 clauses out of 98046 with flag 1265000/1265000
590.37/587.77	c cleaning 49969 clauses out of 100036 with flag 1316000/1316000
618.81/616.12	c cleaning 51025 clauses out of 102068 with flag 1368001/1368001
644.65/641.93	c cleaning 52006 clauses out of 104042 with flag 1421000/1421000
669.97/667.26	c cleaning 52980 clauses out of 106036 with flag 1475000/1475000
698.80/696.02	c cleaning 53985 clauses out of 108056 with flag 1530000/1530000
727.73/724.90	c cleaning 55023 clauses out of 110072 with flag 1586001/1586001
759.56/756.79	c cleaning 56017 clauses out of 112048 with flag 1643000/1643000
789.79/786.93	c cleaning 56983 clauses out of 114031 with flag 1701000/1701000
822.61/819.74	c cleaning 57997 clauses out of 116048 with flag 1760000/1760000
854.24/851.32	c cleaning 59015 clauses out of 118051 with flag 1820000/1820000
886.43/883.52	c cleaning 59986 clauses out of 120037 with flag 1881001/1881001
920.65/917.78	c cleaning 60977 clauses out of 122050 with flag 1943000/1943000
958.38/955.46	c cleaning 62002 clauses out of 124074 with flag 2006001/2006001
990.79/987.86	c cleaning 63018 clauses out of 126071 with flag 2070000/2070000
1024.22/1021.25	c cleaning 64004 clauses out of 128054 with flag 2135001/2135001
1064.05/1061.08	c cleaning 64997 clauses out of 130051 with flag 2201002/2201002
1097.00/1093.90	c cleaning 66000 clauses out of 132053 with flag 2268001/2268001
1131.12/1128.06	c cleaning 66996 clauses out of 134053 with flag 2336001/2336001
1171.05/1167.93	c cleaning 68018 clauses out of 136058 with flag 2405002/2405002
1209.81/1206.64	c cleaning 69004 clauses out of 138038 with flag 2475000/2475000
1253.71/1250.52	c cleaning 70005 clauses out of 140036 with flag 2546002/2546002
1298.05/1294.86	c cleaning 71000 clauses out of 142030 with flag 2618001/2618001
1343.45/1340.21	c cleaning 72004 clauses out of 144030 with flag 2691001/2691001
1389.17/1385.91	c cleaning 72986 clauses out of 146025 with flag 2765000/2765000
1436.20/1432.92	c cleaning 74000 clauses out of 148039 with flag 2840000/2840000
1481.62/1478.34	c cleaning 74985 clauses out of 150041 with flag 2916002/2916002
1531.56/1528.23	c cleaning 75984 clauses out of 152054 with flag 2993000/2993000
1571.41/1568.02	c cleaning 77016 clauses out of 154071 with flag 3071001/3071001
1612.95/1609.52	c cleaning 78012 clauses out of 156055 with flag 3150001/3150001
1660.26/1656.87	c cleaning 78986 clauses out of 158042 with flag 3230000/3230000
1705.20/1701.76	c cleaning 79994 clauses out of 160057 with flag 3311001/3311001
1751.84/1748.33	c cleaning 81017 clauses out of 162062 with flag 3393003/3393003
1799.88/1796.39	c cleaning 81992 clauses out of 164043 with flag 3476001/3476001
1800.01/1796.47	c starts		: 250
1800.01/1796.47	c conflicts		: 3476003
1800.01/1796.47	c decisions		: 4814556
1800.01/1796.47	c propagations		: 3125564326
1800.01/1796.47	c inspects		: 15479806804
1800.01/1796.47	c shortcuts		: 0
1800.01/1796.47	c learnt literals	: 9
1800.01/1796.47	c learnt binary clauses	: 107
1800.01/1796.47	c learnt ternary clauses	: 3760
1800.01/1796.47	c learnt constraints	: 3475994
1800.01/1796.47	c ignored constraints	: 0
1800.01/1796.47	c root simplifications	: 259
1800.01/1796.47	c removed literals (reason simplification)	: 113140407
1800.01/1796.47	c reason swapping (by a shorter reason)	: 0
1800.01/1796.47	c Calls to reduceDB	: 79
1800.01/1796.47	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.47	c number of learned constraints concerned by reduction	: 0
1800.01/1796.47	c number of learning phase by resolution	: 0
1800.01/1796.47	c number of learning phase by cutting planes	: 0
1800.01/1796.47	c speed (assignments/second)	: 1740829.087591607
1800.01/1796.47	c non guided choices	32
1800.01/1796.49	c learnt constraints type 
1800.01/1796.49	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 105
1800.01/1796.49	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81985
1800.01/1796.49	c constraints type 
1800.01/1796.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12235
1800.01/1796.49	c ignored satisfied constraints => 13975
1800.01/1796.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83592
1800.01/1796.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 5785
1800.01/1796.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
1800.01/1796.49	c 116135 constraints processed.
1800.01/1796.49	s UNKNOWN
1800.01/1796.49	c Total wall clock time (in seconds): 1796.359

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-3709944-1338184823/watcher-3709944-1338184823 -o /tmp/evaluation-result-3709944-1338184823/solver-3709944-1338184823 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709944-1338184823.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: 1.92 1.98 1.99 2/195 5754
/proc/meminfo: memFree=30928496/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5754/stat : 5754 (java) D 5752 5754 31312 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 284607926 9515008 183 33554432000 1073741824 1073778376 140733479068752 140733479059784 214369648309 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/5754/statm: 2323 183 140 9 0 71 0

[startup+0.0816421 s]
/proc/loadavg: 1.92 1.98 1.99 2/195 5754
/proc/meminfo: memFree=30928496/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/5754/stat : 5754 (java) S 5752 5754 31312 0 -1 4202496 3327 0 1 0 5 0 0 0 20 0 18 0 284607926 9787842560 4534 33554432000 1073741824 1073778376 140737232676160 140737232667296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5754/statm: 2389610 4534 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100257 s]
/proc/loadavg: 1.92 1.98 1.99 2/195 5754
/proc/meminfo: memFree=30928496/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/5754/stat : 5754 (java) S 5752 5754 31312 0 -1 4202496 3906 0 1 0 7 0 0 0 20 0 18 0 284607926 9787842560 5112 33554432000 1073741824 1073778376 140737232676160 140737232667296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5754/statm: 2389610 5112 2065 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300221 s]
/proc/loadavg: 1.92 1.98 1.99 2/195 5754
/proc/meminfo: memFree=30928496/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9558440 CPUtime=0.43 cores=0,2,4,6
/proc/5754/stat : 5754 (java) S 5752 5754 31312 0 -1 4202496 5445 0 1 0 42 1 0 0 20 0 18 0 284607926 9787842560 7976 33554432000 1073741824 1073778376 140737232676160 140737232667296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5754/statm: 2389610 7976 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558440

[startup+0.700241 s]
/proc/loadavg: 1.92 1.98 1.99 2/195 5754
/proc/meminfo: memFree=30928496/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9558440 CPUtime=1.11 cores=0,2,4,6
/proc/5754/stat : 5754 (java) S 5752 5754 31312 0 -1 4202496 6961 0 1 0 108 3 0 0 20 0 18 0 284607926 9787842560 39325 33554432000 1073741824 1073778376 140737232676160 140737232667296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5754/statm: 2389610 39325 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558440

[startup+1.50068 s]
/proc/loadavg: 1.92 1.98 1.99 5/213 5772
/proc/meminfo: memFree=30763144/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9625004 CPUtime=2.64 cores=0,2,4,6
/proc/5754/stat : 5754 (java) S 5752 5754 31312 0 -1 4202496 13130 0 1 0 258 6 0 0 20 0 19 0 284607926 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140737232667296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5754/statm: 2406251 43584 2271 9 0 2396937 0
[pid=5754/tid=5756] ppid=5752 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/5754/task/5756/stat : 5756 (java) R 5752 5754 31312 0 -1 4202560 2560 0 1 0 142 3 0 0 20 0 19 0 284607926 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140032271384616 140032124708785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5757/stat : 5757 (java) S 5752 5754 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140032243837736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5758] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5758/stat : 5758 (java) S 5752 5754 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140032242784936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5759] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5759/stat : 5759 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140032112897064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5760] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5760/stat : 5760 (java) S 5752 5754 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140032111844264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5761] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5761/stat : 5761 (java) S 5752 5754 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140032110790952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5762] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5762/stat : 5762 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140032109738152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5763] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5763/stat : 5763 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140032108685864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5764] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5764/stat : 5764 (java) S 5752 5754 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140031637318056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5765] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5765/stat : 5765 (java) S 5752 5754 31312 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140031625120488 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5766] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5766/stat : 5766 (java) S 5752 5754 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140031624066552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5767] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5767/stat : 5767 (java) S 5752 5754 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140031623014152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5768] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5768/stat : 5768 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140031621962640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5769] ppid=5752 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/5754/task/5769/stat : 5769 (java) S 5752 5754 31312 0 -1 4202560 4728 0 0 0 49 2 0 0 20 0 19 0 284607932 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140031620909240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5770] ppid=5752 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/5754/task/5770/stat : 5770 (java) S 5752 5754 31312 0 -1 4202560 4543 0 0 0 60 0 0 0 20 0 19 0 284607932 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140031619856440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5771] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5771/stat : 5771 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140031618804344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5772] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5772/stat : 5772 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 43584 33554432000 1073741824 1073778376 140737232676160 140031617751752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 1.92 1.98 1.99 3/214 5773
/proc/meminfo: memFree=30762012/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9625004 CPUtime=4.6 cores=0,2,4,6
/proc/5754/stat : 5754 (java) S 5752 5754 31312 0 -1 4202496 18772 0 1 0 452 8 0 0 20 0 19 0 284607926 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140737232667296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5754/statm: 2406251 55177 2289 9 0 2396937 0
[pid=5754/tid=5756] ppid=5752 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/5754/task/5756/stat : 5756 (java) R 5752 5754 31312 0 -1 4202560 2561 0 1 0 297 3 0 0 20 0 19 0 284607926 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140032271385000 140032124708938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5754/task/5757/stat : 5757 (java) S 5752 5754 31312 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 284607928 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140032243837736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5758] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5758/stat : 5758 (java) S 5752 5754 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140032242784936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5759] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5759/stat : 5759 (java) S 5752 5754 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140032112897064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5760] ppid=5752 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5754/task/5760/stat : 5760 (java) S 5752 5754 31312 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 284607928 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140032111844264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5761] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5761/stat : 5761 (java) S 5752 5754 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140032110790952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5762] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5762/stat : 5762 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140032109738152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5763] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5763/stat : 5763 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140032108685864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5764] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5764/stat : 5764 (java) S 5752 5754 31312 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140031637318056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5765] ppid=5752 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/5754/task/5765/stat : 5765 (java) S 5752 5754 31312 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 19 0 284607929 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140031625120488 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5766] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5766/stat : 5766 (java) S 5752 5754 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140031624066552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5767] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5767/stat : 5767 (java) S 5752 5754 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140031623014152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5768] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5768/stat : 5768 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140031621962640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5769] ppid=5752 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/5754/task/5769/stat : 5769 (java) R 5752 5754 31312 0 -1 4202560 10296 0 0 0 75 2 0 0 20 0 19 0 284607932 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140031620893656 140032274298158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5770] ppid=5752 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/5754/task/5770/stat : 5770 (java) S 5752 5754 31312 0 -1 4202560 4560 0 0 0 66 0 0 0 20 0 19 0 284607932 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140031619856440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5771] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5771/stat : 5771 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140031618804344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5772] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5772/stat : 5772 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140031617751752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5773] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5773/stat : 5773 (java) S 5752 5754 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284608028 9856004096 55177 33554432000 1073741824 1073778376 140737232676160 140031616636328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 5773
/proc/meminfo: memFree=30713744/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9625004 CPUtime=8 cores=0,2,4,6
/proc/5754/stat : 5754 (java) S 5752 5754 31312 0 -1 4202496 20327 0 1 0 791 9 0 0 20 0 19 0 284607926 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140737232667296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5754/statm: 2406251 55436 2289 9 0 2396937 0
[pid=5754/tid=5756] ppid=5752 vsize=9625004 CPUtime=6.15 cores=0,2,4,6
/proc/5754/task/5756/stat : 5756 (java) R 5752 5754 31312 0 -1 4202560 2562 0 1 0 612 3 0 0 20 0 19 0 284607926 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140032271384880 140032124783520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5754/task/5757/stat : 5757 (java) S 5752 5754 31312 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 284607928 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140032243837736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5758] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5758/stat : 5758 (java) S 5752 5754 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140032242784936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5759] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5759/stat : 5759 (java) S 5752 5754 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140032112897064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5760] ppid=5752 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5754/task/5760/stat : 5760 (java) S 5752 5754 31312 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 284607928 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140032111844264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5761] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5761/stat : 5761 (java) S 5752 5754 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140032110790952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5762] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5762/stat : 5762 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140032109738152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5763] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5763/stat : 5763 (java) S 5752 5754 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140032108685864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5764] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5764/stat : 5764 (java) S 5752 5754 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284607928 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140031637318056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5765] ppid=5752 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/5754/task/5765/stat : 5765 (java) S 5752 5754 31312 0 -1 4202560 101 0 0 0 6 0 0 0 20 0 19 0 284607929 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140031625120488 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5766] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5766/stat : 5766 (java) S 5752 5754 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140031624066552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5767] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5767/stat : 5767 (java) S 5752 5754 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140031623014152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5768] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5768/stat : 5768 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140031621962640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5769] ppid=5752 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/5754/task/5769/stat : 5769 (java) S 5752 5754 31312 0 -1 4202560 11836 0 0 0 92 3 0 0 20 0 19 0 284607932 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140031620909240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5770] ppid=5752 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/5754/task/5770/stat : 5770 (java) S 5752 5754 31312 0 -1 4202560 4562 0 0 0 68 0 0 0 20 0 19 0 284607932 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140031619856440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5771] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5771/stat : 5771 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140031618804344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5772] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5772/stat : 5772 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140031617751752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5773] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5773/stat : 5773 (java) S 5752 5754 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284608028 9856004096 55436 33554432000 1073741824 1073778376 140737232676160 140031616636328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 5773
/proc/meminfo: memFree=30725880/32873844 swapFree=7624/7624

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

[pid=5754/tid=5769] ppid=5752 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/5754/task/5769/stat : 5769 (java) S 5752 5754 31312 0 -1 4202560 11849 0 0 0 100 3 0 0 20 0 19 0 284607932 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031620909240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5770] ppid=5752 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/5754/task/5770/stat : 5770 (java) S 5752 5754 31312 0 -1 4202560 4562 0 0 0 68 0 0 0 20 0 19 0 284607932 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031619856440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5771] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5771/stat : 5771 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031618804344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5772] ppid=5752 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/5754/task/5772/stat : 5772 (java) S 5752 5754 31312 0 -1 4202560 95 0 0 0 23 25 0 0 20 0 19 0 284607932 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031617751752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5773] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5773/stat : 5773 (java) S 5752 5754 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284608028 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031616636328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.79
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 6323
/proc/meminfo: memFree=30568104/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9625004 CPUtime=1725.84 cores=0,2,4,6
/proc/5754/stat : 5754 (java) S 5752 5754 31312 0 -1 4202496 21409 0 1 0 172546 38 0 0 20 0 19 0 284607926 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140737232667296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5754/statm: 2406251 65213 2290 9 0 2396937 0
[pid=5754/tid=5756] ppid=5752 vsize=9625004 CPUtime=1712.59 cores=0,2,4,6
/proc/5754/task/5756/stat : 5756 (java) R 5752 5754 31312 0 -1 4202560 2640 0 1 0 171227 32 0 0 20 0 19 0 284607926 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140032271384880 140032124691626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/5754/task/5757/stat : 5757 (java) S 5752 5754 31312 0 -1 4202560 60 0 0 0 31 0 0 0 20 0 19 0 284607928 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140032243837736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5758] ppid=5752 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/5754/task/5758/stat : 5758 (java) S 5752 5754 31312 0 -1 4202560 161 0 0 0 35 0 0 0 20 0 19 0 284607928 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140032242784936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5759] ppid=5752 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/5754/task/5759/stat : 5759 (java) S 5752 5754 31312 0 -1 4202560 118 0 0 0 33 0 0 0 20 0 19 0 284607928 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140032112897064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5760] ppid=5752 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5754/task/5760/stat : 5760 (java) S 5752 5754 31312 0 -1 4202560 64 0 0 0 35 1 0 0 20 0 19 0 284607928 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140032111844264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5761] ppid=5752 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/5754/task/5761/stat : 5761 (java) S 5752 5754 31312 0 -1 4202560 179 0 0 0 32 1 0 0 20 0 19 0 284607928 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140032110790952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5762] ppid=5752 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/5754/task/5762/stat : 5762 (java) S 5752 5754 31312 0 -1 4202560 50 0 0 0 35 0 0 0 20 0 19 0 284607928 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140032109738152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5763] ppid=5752 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/5754/task/5763/stat : 5763 (java) S 5752 5754 31312 0 -1 4202560 161 0 0 0 35 0 0 0 20 0 19 0 284607928 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140032108685864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5764] ppid=5752 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/5754/task/5764/stat : 5764 (java) S 5752 5754 31312 0 -1 4202560 49 0 0 0 32 0 0 0 20 0 19 0 284607928 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031637318056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5765] ppid=5752 vsize=9625004 CPUtime=4.15 cores=0,2,4,6
/proc/5754/task/5765/stat : 5765 (java) S 5752 5754 31312 0 -1 4202560 230 0 0 0 412 3 0 0 20 0 19 0 284607929 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031625120488 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5766] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5766/stat : 5766 (java) S 5752 5754 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031624066552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5767] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5767/stat : 5767 (java) S 5752 5754 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031623014152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5768] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5768/stat : 5768 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031621962640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5769] ppid=5752 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/5754/task/5769/stat : 5769 (java) S 5752 5754 31312 0 -1 4202560 11849 0 0 0 100 3 0 0 20 0 19 0 284607932 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031620909240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5770] ppid=5752 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/5754/task/5770/stat : 5770 (java) S 5752 5754 31312 0 -1 4202560 4562 0 0 0 68 0 0 0 20 0 19 0 284607932 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031619856440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5771] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5771/stat : 5771 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031618804344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5772] ppid=5752 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/5754/task/5772/stat : 5772 (java) S 5752 5754 31312 0 -1 4202560 99 0 0 0 25 25 0 0 20 0 19 0 284607932 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031617751752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5773] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5773/stat : 5773 (java) S 5752 5754 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284608028 9856004096 65213 33554432000 1073741824 1073778376 140737232676160 140031616636328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.84
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/214 6326
/proc/meminfo: memFree=30567304/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9625004 CPUtime=1785.87 cores=0,2,4,6
/proc/5754/stat : 5754 (java) S 5752 5754 31312 0 -1 4202496 21422 0 1 0 178549 38 0 0 20 0 19 0 284607926 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140737232667296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5754/statm: 2406251 65219 2290 9 0 2396937 0
[pid=5754/tid=5756] ppid=5752 vsize=9625004 CPUtime=1772.34 cores=0,2,4,6
/proc/5754/task/5756/stat : 5756 (java) R 5752 5754 31312 0 -1 4202560 2641 0 1 0 177202 32 0 0 20 0 19 0 284607926 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140032271384880 140032124702340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/5754/task/5757/stat : 5757 (java) S 5752 5754 31312 0 -1 4202560 60 0 0 0 32 0 0 0 20 0 19 0 284607928 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140032243837736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5758] ppid=5752 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5754/task/5758/stat : 5758 (java) S 5752 5754 31312 0 -1 4202560 161 0 0 0 36 0 0 0 20 0 19 0 284607928 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140032242784936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5759] ppid=5752 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/5754/task/5759/stat : 5759 (java) S 5752 5754 31312 0 -1 4202560 118 0 0 0 33 0 0 0 20 0 19 0 284607928 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140032112897064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5760] ppid=5752 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/5754/task/5760/stat : 5760 (java) S 5752 5754 31312 0 -1 4202560 64 0 0 0 35 2 0 0 20 0 19 0 284607928 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140032111844264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5761] ppid=5752 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/5754/task/5761/stat : 5761 (java) S 5752 5754 31312 0 -1 4202560 184 0 0 0 32 2 0 0 20 0 19 0 284607928 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140032110790952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5762] ppid=5752 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5754/task/5762/stat : 5762 (java) S 5752 5754 31312 0 -1 4202560 51 0 0 0 36 0 0 0 20 0 19 0 284607928 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140032109738152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5763] ppid=5752 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5754/task/5763/stat : 5763 (java) S 5752 5754 31312 0 -1 4202560 161 0 0 0 36 0 0 0 20 0 19 0 284607928 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140032108685864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5764] ppid=5752 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/5754/task/5764/stat : 5764 (java) S 5752 5754 31312 0 -1 4202560 49 0 0 0 33 0 0 0 20 0 19 0 284607928 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140031637318056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5765] ppid=5752 vsize=9625004 CPUtime=4.21 cores=0,2,4,6
/proc/5754/task/5765/stat : 5765 (java) S 5752 5754 31312 0 -1 4202560 232 0 0 0 418 3 0 0 20 0 19 0 284607929 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140031625120488 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5766] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5766/stat : 5766 (java) S 5752 5754 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140031624066552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5767] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5767/stat : 5767 (java) S 5752 5754 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140031623014152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5768] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5768/stat : 5768 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140031621962640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5769] ppid=5752 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/5754/task/5769/stat : 5769 (java) S 5752 5754 31312 0 -1 4202560 11849 0 0 0 100 3 0 0 20 0 19 0 284607932 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140031620909240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5770] ppid=5752 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/5754/task/5770/stat : 5770 (java) S 5752 5754 31312 0 -1 4202560 4562 0 0 0 68 0 0 0 20 0 19 0 284607932 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140031619856440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5771] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5771/stat : 5771 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140031618804344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5772] ppid=5752 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/5754/task/5772/stat : 5772 (java) S 5752 5754 31312 0 -1 4202560 103 0 0 0 25 27 0 0 20 0 19 0 284607932 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140031617751752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5773] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5773/stat : 5773 (java) S 5752 5754 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284608028 9856004096 65219 33554432000 1073741824 1073778376 140737232676160 140031616636328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.87
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 2.02 2.01 2.00 4/214 6326
/proc/meminfo: memFree=30567352/32873844 swapFree=7624/7624
[pid=5754] ppid=5752 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/5754/stat : 5754 (java) S 5752 5754 31312 0 -1 4202496 21446 0 1 0 179963 38 0 0 20 0 19 0 284607926 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140737232667296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5754/statm: 2406251 65241 2290 9 0 2396937 0
[pid=5754/tid=5756] ppid=5752 vsize=9625004 CPUtime=1786.4 cores=0,2,4,6
/proc/5754/task/5756/stat : 5756 (java) S 5752 5754 31312 0 -1 4202560 2641 0 1 0 178607 33 0 0 20 0 19 0 284607926 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140032271385000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/5754/task/5757/stat : 5757 (java) S 5752 5754 31312 0 -1 4202560 70 0 0 0 32 0 0 0 20 0 19 0 284607928 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140032243837736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5758] ppid=5752 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5754/task/5758/stat : 5758 (java) S 5752 5754 31312 0 -1 4202560 161 0 0 0 36 0 0 0 20 0 19 0 284607928 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140032242784936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5759] ppid=5752 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/5754/task/5759/stat : 5759 (java) S 5752 5754 31312 0 -1 4202560 118 0 0 0 34 0 0 0 20 0 19 0 284607928 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140032112897064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5760] ppid=5752 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/5754/task/5760/stat : 5760 (java) S 5752 5754 31312 0 -1 4202560 67 0 0 0 36 2 0 0 20 0 19 0 284607928 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140032111844264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5761] ppid=5752 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/5754/task/5761/stat : 5761 (java) S 5752 5754 31312 0 -1 4202560 184 0 0 0 32 2 0 0 20 0 19 0 284607928 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140032110790952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5754/tid=5762] ppid=5752 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5754/task/5762/stat : 5762 (java) S 5752 5754 31312 0 -1 4202560 55 0 0 0 36 0 0 0 20 0 19 0 284607928 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140032109738152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5763] ppid=5752 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5754/task/5763/stat : 5763 (java) S 5752 5754 31312 0 -1 4202560 161 0 0 0 36 0 0 0 20 0 19 0 284607928 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140032108685864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5764] ppid=5752 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/5754/task/5764/stat : 5764 (java) S 5752 5754 31312 0 -1 4202560 54 0 0 0 33 0 0 0 20 0 19 0 284607928 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140031637318056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5765] ppid=5752 vsize=9625004 CPUtime=4.22 cores=0,2,4,6
/proc/5754/task/5765/stat : 5765 (java) R 5752 5754 31312 0 -1 4202560 234 0 0 0 419 3 0 0 20 0 19 0 284607929 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140031625119464 140032279152032 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5766] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5766/stat : 5766 (java) S 5752 5754 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140031624066552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5767] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5767/stat : 5767 (java) S 5752 5754 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284607929 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140031623014152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5768] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5768/stat : 5768 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140031621962640 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5769] ppid=5752 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/5754/task/5769/stat : 5769 (java) S 5752 5754 31312 0 -1 4202560 11849 0 0 0 100 3 0 0 20 0 19 0 284607932 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140031620909240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5754/tid=5770] ppid=5752 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/5754/task/5770/stat : 5770 (java) S 5752 5754 31312 0 -1 4202560 4562 0 0 0 68 0 0 0 20 0 19 0 284607932 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140031619856440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5771] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5771/stat : 5771 (java) S 5752 5754 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284607932 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140031618804344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5754/tid=5772] ppid=5752 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/5754/task/5772/stat : 5772 (java) S 5752 5754 31312 0 -1 4202560 103 0 0 0 26 27 0 0 20 0 19 0 284607932 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140031617751752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5754/tid=5773] ppid=5752 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5754/task/5773/stat : 5773 (java) S 5752 5754 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284608028 9856004096 65241 33554432000 1073741824 1073778376 140737232676160 140031616636328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5754 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=198088
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=841872
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.5
CPU time (s): 1800.01
CPU user time (s): 1799.63
CPU system time (s): 0.38
CPU usage (%): 100.195
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.2
system time used= 0.841872
maximum resident set size= 261084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21478
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40182
involuntary context switches= 29420

runsolver used 6.03108 second user time and 14.9537 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 08:00:23
IDJOB=3709944
IDBENCH=74121
IDSOLVER=2289
FILE ID=node130/3709944-1338184823
RUNJOBID= node130-1338158197-31328
PBS_JOBID= 14624537
Free space on /tmp= 71464 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_6-sat.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709944-1338184823/watcher-3709944-1338184823 -o /tmp/evaluation-result-3709944-1338184823/solver-3709944-1338184823 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709944-1338184823.opb

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

MD5SUM BENCH= 937ecf63c168ba3c2555061c1a7466e0
RANDOM SEED=537910927

node130.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.875
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	: 5333.75
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.875
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.875
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.91
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.875
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.86
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.875
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.91
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.875
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.92
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.875
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.91
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30928504 kB
Buffers:          329628 kB
Cached:           508084 kB
SwapCached:         4508 kB
Active:           971112 kB
Inactive:         134776 kB
Active(anon):     258532 kB
Inactive(anon):     9016 kB
Active(file):     712580 kB
Inactive(file):   125760 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:              4348 kB
Writeback:             0 kB
AnonPages:        262992 kB
Mapped:            19960 kB
Shmem:                 8 kB
Slab:             694748 kB
SReclaimable:     136512 kB
SUnreclaim:       558236 kB
KernelStack:        1768 kB
PageTables:         5004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     828660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71464 MiB
End job on node130 at 2012-05-28 08:30:22