Trace number 3690259

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.68 1795.87

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_7_ic.opb
MD5SUMa68c99426915823baa7396c373ffb50a
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 15865908633
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 15865908633
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.09	c Pseudo Boolean Optimization by upper bound
0.11/0.09	c --- Begin Solver configuration ---
0.11/0.09	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.09	c Learn all clauses as in MiniSAT
0.11/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.09	c No reason simplification
0.11/0.09	c Armin Biere (Picosat) restarts strategy
0.11/0.09	c Glucose learned constraints deletion strategy
0.11/0.09	c timeout=2147483s
0.11/0.09	c DB Simplification allowed=false
0.11/0.09	c c --- End Solver configuration ---
0.11/0.09	c solving HOME/instance-3690259-1337897118.opb
0.11/0.09	c reading problem ... 
1.06/0.55	c ... done. Wall clock time 0.451s.
1.06/0.55	c declared #vars     15725
1.06/0.55	c #constraints  33136
1.06/0.55	c constraints type 
1.06/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.06/0.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.06/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.06/0.55	c ignored satisfied constraints => 3
1.06/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.06/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.06/0.55	c 33139 constraints processed.
1.06/0.55	c objective function length is 1825 literals
4.27/3.28	c cleaning 2501 clauses out of 5001 with flag 5001/5001
7.15/6.10	c cleaning 4246 clauses out of 8499 with flag 11000/11000
11.36/10.26	c cleaning 5623 clauses out of 11255 with flag 18002/18002
16.58/15.42	c cleaning 6811 clauses out of 13630 with flag 26000/26000
21.43/20.22	c cleaning 7907 clauses out of 15821 with flag 35002/35002
26.73/25.59	c cleaning 8951 clauses out of 17913 with flag 45001/45001
32.95/31.73	c cleaning 9976 clauses out of 19962 with flag 56001/56001
39.06/37.85	c cleaning 10989 clauses out of 21988 with flag 68003/68003
46.58/45.39	c cleaning 11998 clauses out of 23996 with flag 81000/81000
56.31/55.06	c cleaning 12994 clauses out of 25998 with flag 95000/95000
65.61/64.38	c cleaning 13997 clauses out of 28004 with flag 110000/110000
76.03/74.73	c cleaning 14996 clauses out of 30009 with flag 126002/126002
88.33/87.08	c cleaning 15997 clauses out of 32011 with flag 143000/143000
100.85/99.51	c cleaning 17000 clauses out of 34015 with flag 161001/161001
111.67/110.36	c cleaning 18002 clauses out of 36018 with flag 180004/180004
120.59/119.24	c cleaning 18982 clauses out of 38012 with flag 200000/200000
130.73/129.31	c cleaning 20009 clauses out of 40030 with flag 221000/221000
141.54/140.16	c cleaning 20989 clauses out of 42022 with flag 243001/243001
154.46/153.08	c cleaning 22014 clauses out of 44032 with flag 266000/266000
169.81/168.38	c cleaning 22993 clauses out of 46018 with flag 290000/290000
184.02/182.59	c cleaning 23984 clauses out of 48026 with flag 315001/315001
194.83/193.35	c cleaning 24986 clauses out of 50042 with flag 341001/341001
206.08/204.54	c cleaning 26010 clauses out of 52055 with flag 368000/368000
220.09/218.58	c cleaning 27001 clauses out of 54046 with flag 396001/396001
232.72/231.15	c cleaning 27991 clauses out of 56044 with flag 425000/425000
245.34/243.80	c cleaning 28980 clauses out of 58053 with flag 455000/455000
259.98/258.32	c cleaning 30026 clauses out of 60074 with flag 486001/486001
274.81/273.17	c cleaning 31019 clauses out of 62048 with flag 518001/518001
290.83/289.16	c cleaning 31984 clauses out of 64028 with flag 551000/551000
306.26/304.51	c cleaning 32995 clauses out of 66044 with flag 585000/585000
324.38/322.69	c cleaning 34009 clauses out of 68051 with flag 620002/620002
340.82/339.02	c cleaning 35011 clauses out of 70040 with flag 656000/656000
358.05/356.28	c cleaning 35973 clauses out of 72030 with flag 693001/693001
374.29/372.41	c cleaning 36998 clauses out of 74057 with flag 731001/731001
391.83/389.97	c cleaning 37985 clauses out of 76058 with flag 770000/770000
409.06/407.16	c cleaning 39026 clauses out of 78073 with flag 810000/810000
430.48/428.50	c cleaning 40017 clauses out of 80050 with flag 851003/851003
450.63/448.66	c cleaning 41004 clauses out of 82031 with flag 893001/893001
474.26/472.28	c cleaning 41978 clauses out of 84027 with flag 936001/936001
496.41/494.33	c cleaning 42998 clauses out of 86049 with flag 980001/980001
515.24/513.13	c cleaning 44018 clauses out of 88050 with flag 1025000/1025000
536.39/534.27	c cleaning 45008 clauses out of 90032 with flag 1071000/1071000
557.84/555.69	c cleaning 45988 clauses out of 92027 with flag 1118003/1118003
579.58/577.32	c cleaning 47013 clauses out of 94036 with flag 1166000/1166000
600.04/597.72	c cleaning 47992 clauses out of 96024 with flag 1215001/1215001
620.37/618.08	c cleaning 49011 clauses out of 98031 with flag 1265000/1265000
641.21/638.85	c cleaning 49993 clauses out of 100020 with flag 1316000/1316000
666.20/663.73	c cleaning 50996 clauses out of 102027 with flag 1368000/1368000
692.16/689.69	c cleaning 52008 clauses out of 104032 with flag 1421001/1421001
719.00/716.40	c cleaning 53008 clauses out of 106025 with flag 1475002/1475002
746.95/744.35	c cleaning 54001 clauses out of 108015 with flag 1530000/1530000
775.51/772.81	c cleaning 54997 clauses out of 110015 with flag 1586001/1586001
803.64/800.94	c cleaning 56003 clauses out of 112017 with flag 1643000/1643000
831.69/828.92	c cleaning 56979 clauses out of 114015 with flag 1701001/1701001
859.33/856.54	c cleaning 57979 clauses out of 116035 with flag 1760000/1760000
888.65/885.85	c cleaning 59020 clauses out of 118058 with flag 1820002/1820002
919.99/917.10	c cleaning 60001 clauses out of 120036 with flag 1881000/1881000
950.35/947.45	c cleaning 61009 clauses out of 122036 with flag 1943001/1943001
982.79/979.82	c cleaning 62009 clauses out of 124026 with flag 2006000/2006000
1011.84/1008.86	c cleaning 63001 clauses out of 126017 with flag 2070000/2070000
1043.57/1040.53	c cleaning 63999 clauses out of 128016 with flag 2135000/2135000
1081.70/1078.68	c cleaning 65001 clauses out of 130017 with flag 2201000/2201000
1119.97/1116.81	c cleaning 66003 clauses out of 132019 with flag 2268003/2268003
1164.57/1161.35	c cleaning 67002 clauses out of 134014 with flag 2336001/2336001
1205.64/1202.37	c cleaning 67997 clauses out of 136011 with flag 2405000/2405000
1246.39/1243.07	c cleaning 68998 clauses out of 138015 with flag 2475001/2475001
1282.86/1279.42	c cleaning 70003 clauses out of 140017 with flag 2546001/2546001
1323.45/1319.93	c cleaning 71001 clauses out of 142014 with flag 2618001/2618001
1358.97/1355.41	c cleaning 71998 clauses out of 144015 with flag 2691003/2691003
1395.11/1391.58	c cleaning 73000 clauses out of 146014 with flag 2765000/2765000
1433.71/1430.09	c cleaning 74000 clauses out of 148014 with flag 2840000/2840000
1471.46/1467.74	c cleaning 74996 clauses out of 150014 with flag 2916000/2916000
1510.42/1506.63	c cleaning 75976 clauses out of 152018 with flag 2993000/2993000
1548.49/1544.69	c cleaning 76995 clauses out of 154042 with flag 3071000/3071000
1588.44/1584.53	c cleaning 78014 clauses out of 156047 with flag 3150000/3150000
1630.60/1626.68	c cleaning 78985 clauses out of 158034 with flag 3230001/3230001
1675.58/1671.58	c cleaning 79993 clauses out of 160048 with flag 3311000/3311000
1715.34/1711.24	c cleaning 81021 clauses out of 162055 with flag 3393000/3393000
1755.60/1751.48	c cleaning 81993 clauses out of 164037 with flag 3476003/3476003
1799.95/1795.73	c cleaning 83012 clauses out of 166041 with flag 3560000/3560000
1800.11/1795.84	c starts		: 251
1800.11/1795.84	c conflicts		: 3560002
1800.11/1795.84	c decisions		: 5148286
1800.11/1795.84	c propagations		: 2317619536
1800.11/1795.84	c inspects		: 17281759025
1800.11/1795.84	c shortcuts		: 0
1800.11/1795.84	c learnt literals	: 0
1800.11/1795.84	c learnt binary clauses	: 0
1800.11/1795.84	c learnt ternary clauses	: 16
1800.11/1795.84	c learnt constraints	: 3560003
1800.11/1795.84	c ignored constraints	: 0
1800.11/1795.84	c root simplifications	: 0
1800.11/1795.84	c removed literals (reason simplification)	: 0
1800.11/1795.84	c reason swapping (by a shorter reason)	: 0
1800.11/1795.84	c Calls to reduceDB	: 80
1800.11/1795.84	c number of reductions to clauses (during analyze)	: 0
1800.11/1795.84	c number of learned constraints concerned by reduction	: 0
1800.11/1795.84	c number of learning phase by resolution	: 0
1800.11/1795.84	c number of learning phase by cutting planes	: 0
1800.11/1795.84	c speed (assignments/second)	: 1290961.2063275268
1800.11/1795.84	c non guided choices	11
1800.11/1795.86	c learnt constraints type 
1800.11/1795.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83092
1800.11/1795.86	c constraints type 
1800.11/1795.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.11/1795.86	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.11/1795.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.11/1795.86	c ignored satisfied constraints => 3
1800.11/1795.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.11/1795.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.11/1795.86	c 33139 constraints processed.
1800.11/1795.86	s UNKNOWN
1800.11/1795.86	c Total wall clock time (in seconds): 1795.769

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-3690259-1337897118/watcher-3690259-1337897118 -o /tmp/evaluation-result-3690259-1337897118/solver-3690259-1337897118 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690259-1337897118.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: 1.51 1.87 1.96 3/194 4246
/proc/meminfo: memFree=29235224/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 255837239 98570240 977 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 24065 977 743 9 0 16771 0
[pid=4246/tid=4247] ppid=4244 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4244 4246 4070 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 255837240 98570240 977 33554432000 1073741824 1073778376 140737394119952 139849893748264 214537422208 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0979171 s]
/proc/loadavg: 1.51 1.87 1.96 3/194 4246
/proc/meminfo: memFree=29235224/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 4471 0 1 0 10 1 0 0 20 0 18 0 255837239 9787813888 6126 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 2389603 6126 2138 9 0 2380296 0
[pid=4246/tid=4247] ppid=4244 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4244 4246 4070 0 -1 4202560 2431 0 1 0 7 0 0 0 20 0 18 0 255837240 9787813888 6126 33554432000 1073741824 1073778376 140737394119952 139849893751576 214540805389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.100291 s]
/proc/loadavg: 1.51 1.87 1.96 3/194 4246
/proc/meminfo: memFree=29235224/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 4484 0 1 0 10 1 0 0 20 0 18 0 255837239 9787813888 6107 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 2389603 6107 2149 9 0 2380296 0
[pid=4246/tid=4247] ppid=4244 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4244 4246 4070 0 -1 4202560 2434 0 1 0 8 0 0 0 20 0 18 0 255837240 9787813888 6107 33554432000 1073741824 1073778376 140737394119952 139849893751576 139849891639409 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300201 s]
/proc/loadavg: 1.51 1.87 1.96 3/194 4246
/proc/meminfo: memFree=29235224/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 5793 0 1 0 54 2 0 0 20 0 18 0 255837239 9787813888 9908 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 2389603 9908 2224 9 0 2380296 0
[pid=4246/tid=4247] ppid=4244 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4244 4246 4070 0 -1 4202560 2447 0 1 0 27 1 0 0 20 0 18 0 255837240 9787813888 9908 33554432000 1073741824 1073778376 140737394119952 139849893744448 139849721993533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700207 s]
/proc/loadavg: 1.51 1.87 1.96 3/194 4246
/proc/meminfo: memFree=29235224/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 12080 0 1 0 150 4 0 0 20 0 19 0 255837239 9855975424 33083 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 2406244 33083 2249 9 0 2396937 0
[pid=4246/tid=4247] ppid=4244 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4244 4246 4070 0 -1 4202560 2498 0 1 0 65 3 0 0 20 0 19 0 255837240 9855975424 33083 33554432000 1073741824 1073778376 140737394119952 139849893744952 139849722800973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 1.51 1.87 1.96 3/213 4265
/proc/meminfo: memFree=29101136/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=9624976 CPUtime=2.52 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 13660 0 1 0 247 5 0 0 20 0 19 0 255837239 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 2406244 33462 2251 9 0 2396937 0
[pid=4246/tid=4247] ppid=4244 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4244 4246 4070 0 -1 4202560 2499 0 1 0 145 3 0 0 20 0 19 0 255837240 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849893753368 139849722866904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4249] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849855244584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4250] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849854191784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4251] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849853139496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4252] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849852086696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4253] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849851034408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4254] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849849981608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4255] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849848929320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4256] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4244 4246 4070 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849847876520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4257] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4244 4246 4070 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255837241 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849717754088 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4258] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4244 4246 4070 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849716700152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4259] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4244 4246 4070 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849715647752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4260] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849714596240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4261] ppid=4244 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4244 4246 4070 0 -1 4202560 4699 0 0 0 46 2 0 0 20 0 19 0 255837244 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849713543864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4262] ppid=4244 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4244 4246 4070 0 -1 4202560 5262 0 0 0 52 2 0 0 20 0 19 0 255837244 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849712491064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4263] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849711438968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4264] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849710386376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4265] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4265/stat : 4265 (java) S 4244 4246 4070 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255837297 9855975424 33462 33554432000 1073741824 1073778376 140737394119952 139849709331368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9624976

[startup+3.10069 s]
/proc/loadavg: 1.51 1.87 1.96 3/213 4265
/proc/meminfo: memFree=29098860/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=9624976 CPUtime=4.16 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 13856 0 1 0 411 5 0 0 20 0 19 0 255837239 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 2406244 33981 2257 9 0 2396937 0
[pid=4246/tid=4247] ppid=4244 vsize=9624976 CPUtime=3.08 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4244 4246 4070 0 -1 4202560 2502 0 1 0 305 3 0 0 20 0 19 0 255837240 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849893753432 139849722753047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4249] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849855244584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4250] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849854191784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4251] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849853139496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4252] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849852086696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4253] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849851034408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4254] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849849981608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4255] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849848929320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4256] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4244 4246 4070 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849847876520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4257] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4244 4246 4070 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255837241 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849717754088 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4258] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4244 4246 4070 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849716700152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4259] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4244 4246 4070 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849715647752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4260] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849714596240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4261] ppid=4244 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4244 4246 4070 0 -1 4202560 4699 0 0 0 46 2 0 0 20 0 19 0 255837244 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849713543864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4262] ppid=4244 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4244 4246 4070 0 -1 4202560 5454 0 0 0 55 2 0 0 20 0 19 0 255837244 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849712491064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4263] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849711438968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4264] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849710386376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4265] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4265/stat : 4265 (java) S 4244 4246 4070 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255837297 9855975424 33981 33554432000 1073741824 1073778376 140737394119952 139849709331368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 1.55 1.88 1.96 3/213 4265
/proc/meminfo: memFree=29064224/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=9624976 CPUtime=7.46 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 13951 0 1 0 740 6 0 0 20 0 19 0 255837239 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 2406244 42677 2282 9 0 2396937 0
[pid=4246/tid=4247] ppid=4244 vsize=9624976 CPUtime=6.21 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4244 4246 4070 0 -1 4202560 2510 0 1 0 618 3 0 0 20 0 19 0 255837240 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849893753120 139849722753132 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4249] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4244 4246 4070 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849855244584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4250] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4244 4246 4070 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849854191784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4251] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4244 4246 4070 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849853139496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4252] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4244 4246 4070 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849852086696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4253] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4244 4246 4070 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849851034408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4254] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4244 4246 4070 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849849981608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4255] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4244 4246 4070 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849848929320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4256] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4244 4246 4070 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255837240 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849847876520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4257] ppid=4244 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4244 4246 4070 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 19 0 255837241 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849717754088 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4258] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4244 4246 4070 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849716700152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4259] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4244 4246 4070 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849715647752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4260] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849714596240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4261] ppid=4244 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4244 4246 4070 0 -1 4202560 4701 0 0 0 49 2 0 0 20 0 19 0 255837244 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849713543864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4262] ppid=4244 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4244 4246 4070 0 -1 4202560 5462 0 0 0 58 2 0 0 20 0 19 0 255837244 9855975424 42677 33554432000 1073741824 1073778376 140737394119952 139849712491064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=4246/tid=4254] ppid=4244 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4244 4246 4070 0 -1 4202560 54 0 0 0 43 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849849981608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4255] ppid=4244 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4244 4246 4070 0 -1 4202560 229 0 0 0 44 3 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849848929320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4256] ppid=4244 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4244 4246 4070 0 -1 4202560 167 0 0 0 47 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849847876520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4257] ppid=4244 vsize=9624976 CPUtime=3.63 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4244 4246 4070 0 -1 4202560 151 0 0 0 361 2 0 0 20 0 19 0 255837241 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849717754088 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4258] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4244 4246 4070 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849716700152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4259] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4244 4246 4070 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849715647752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4260] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849714596240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4261] ppid=4244 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4244 4246 4070 0 -1 4202560 4710 0 0 0 56 2 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849713543864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4262] ppid=4244 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4244 4246 4070 0 -1 4202560 5470 0 0 0 59 2 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849712491064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4263] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849711438968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4264] ppid=4244 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4244 4246 4070 0 -1 4202560 95 0 0 0 18 23 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849710386376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4265] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4265/stat : 4265 (java) S 4244 4246 4070 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255837297 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849709331368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1666.38
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 4280
/proc/meminfo: memFree=28772980/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=9624976 CPUtime=1726.5 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 15457 0 1 0 172601 49 0 0 20 0 19 0 255837239 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 2406244 74266 2283 9 0 2396937 0
[pid=4246/tid=4247] ppid=4244 vsize=9624976 CPUtime=1717.34 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4244 4246 4070 0 -1 4202560 2584 0 1 0 171703 31 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849893753120 139849722753080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4249] ppid=4244 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4244 4246 4070 0 -1 4202560 142 0 0 0 52 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849855244584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4250] ppid=4244 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4244 4246 4070 0 -1 4202560 144 0 0 0 45 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849854191784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4251] ppid=4244 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4244 4246 4070 0 -1 4202560 196 0 0 0 51 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849853139496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4252] ppid=4244 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4244 4246 4070 0 -1 4202560 103 0 0 0 48 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849852086696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4253] ppid=4244 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4244 4246 4070 0 -1 4202560 218 0 0 0 46 1 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849851034408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4254] ppid=4244 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4244 4246 4070 0 -1 4202560 54 0 0 0 45 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849849981608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4255] ppid=4244 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4244 4246 4070 0 -1 4202560 229 0 0 0 46 3 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849848929320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4256] ppid=4244 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4244 4246 4070 0 -1 4202560 167 0 0 0 49 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849847876520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4257] ppid=4244 vsize=9624976 CPUtime=3.76 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4244 4246 4070 0 -1 4202560 155 0 0 0 374 2 0 0 20 0 19 0 255837241 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849717754088 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4258] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4244 4246 4070 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849716700152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4259] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4244 4246 4070 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849715647752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4260] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849714596240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4261] ppid=4244 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4244 4246 4070 0 -1 4202560 4710 0 0 0 56 2 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849713543864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4262] ppid=4244 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4244 4246 4070 0 -1 4202560 5470 0 0 0 59 2 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849712491064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4263] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849711438968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4264] ppid=4244 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4244 4246 4070 0 -1 4202560 99 0 0 0 18 24 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849710386376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4265] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4265/stat : 4265 (java) S 4244 4246 4070 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255837297 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849709331368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.5
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 4280
/proc/meminfo: memFree=28772612/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=9624976 CPUtime=1786.55 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 15464 0 1 0 178605 50 0 0 20 0 19 0 255837239 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 2406244 74266 2283 9 0 2396937 0
[pid=4246/tid=4247] ppid=4244 vsize=9624976 CPUtime=1777.26 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) R 4244 4246 4070 0 -1 4202560 2585 0 1 0 177694 32 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849893753120 139849722575306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4249] ppid=4244 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4244 4246 4070 0 -1 4202560 142 0 0 0 52 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849855244584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4250] ppid=4244 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4244 4246 4070 0 -1 4202560 144 0 0 0 46 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849854191784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4251] ppid=4244 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4244 4246 4070 0 -1 4202560 196 0 0 0 53 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849853139496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4252] ppid=4244 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4244 4246 4070 0 -1 4202560 103 0 0 0 48 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849852086696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4253] ppid=4244 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4244 4246 4070 0 -1 4202560 218 0 0 0 47 1 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849851034408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4254] ppid=4244 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4244 4246 4070 0 -1 4202560 54 0 0 0 46 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849849981608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4255] ppid=4244 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4244 4246 4070 0 -1 4202560 229 0 0 0 47 3 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849848929320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4256] ppid=4244 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4244 4246 4070 0 -1 4202560 167 0 0 0 49 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849847876520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4257] ppid=4244 vsize=9624976 CPUtime=3.82 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) S 4244 4246 4070 0 -1 4202560 157 0 0 0 380 2 0 0 20 0 19 0 255837241 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849717754088 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4258] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4244 4246 4070 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849716700152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4259] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4244 4246 4070 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849715647752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4260] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849714596240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4261] ppid=4244 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4244 4246 4070 0 -1 4202560 4710 0 0 0 56 2 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849713543864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4262] ppid=4244 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4244 4246 4070 0 -1 4202560 5470 0 0 0 59 2 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849712491064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4263] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849711438968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4264] ppid=4244 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4244 4246 4070 0 -1 4202560 103 0 0 0 19 25 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849710386376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4265] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4265/stat : 4265 (java) S 4244 4246 4070 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255837297 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849709331368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 1.92 1.99 1.99 2/189 4307
/proc/meminfo: memFree=29090372/32873648 swapFree=7104/7104
[pid=4246] ppid=4244 vsize=9624976 CPUtime=1800.11 cores=1,3,5,7
/proc/4246/stat : 4246 (java) S 4244 4246 4070 0 -1 4202496 15466 0 1 0 179961 50 0 0 20 0 19 0 255837239 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 140737394111088 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4246/statm: 2406244 74266 2283 9 0 2396937 0
[pid=4246/tid=4247] ppid=4244 vsize=9624976 CPUtime=1790.69 cores=1,3,5,7
/proc/4246/task/4247/stat : 4247 (java) S 4244 4246 4070 0 -1 4202560 2585 0 1 0 179037 32 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849893753240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4249] ppid=4244 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/4246/task/4249/stat : 4249 (java) S 4244 4246 4070 0 -1 4202560 142 0 0 0 52 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849855244584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4250] ppid=4244 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/4246/task/4250/stat : 4250 (java) S 4244 4246 4070 0 -1 4202560 144 0 0 0 48 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849854191784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4251] ppid=4244 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/4246/task/4251/stat : 4251 (java) S 4244 4246 4070 0 -1 4202560 196 0 0 0 54 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849853139496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4252] ppid=4244 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/4246/task/4252/stat : 4252 (java) S 4244 4246 4070 0 -1 4202560 103 0 0 0 49 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849852086696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4253] ppid=4244 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/4246/task/4253/stat : 4253 (java) S 4244 4246 4070 0 -1 4202560 218 0 0 0 47 1 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849851034408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4254] ppid=4244 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/4246/task/4254/stat : 4254 (java) S 4244 4246 4070 0 -1 4202560 54 0 0 0 47 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849849981608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4255] ppid=4244 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/4246/task/4255/stat : 4255 (java) S 4244 4246 4070 0 -1 4202560 229 0 0 0 48 3 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849848929320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4256] ppid=4244 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/4246/task/4256/stat : 4256 (java) S 4244 4246 4070 0 -1 4202560 167 0 0 0 50 2 0 0 20 0 19 0 255837240 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849847876520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4246/tid=4257] ppid=4244 vsize=9624976 CPUtime=3.88 cores=1,3,5,7
/proc/4246/task/4257/stat : 4257 (java) R 4244 4246 4070 0 -1 4202560 159 0 0 0 386 2 0 0 20 0 19 0 255837241 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849717752904 139849900261408 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4258] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4258/stat : 4258 (java) S 4244 4246 4070 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849716700152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4259] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4259/stat : 4259 (java) S 4244 4246 4070 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255837242 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849715647752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4260] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4260/stat : 4260 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849714596240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4261] ppid=4244 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/4246/task/4261/stat : 4261 (java) S 4244 4246 4070 0 -1 4202560 4710 0 0 0 56 2 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849713543864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4246/tid=4262] ppid=4244 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/4246/task/4262/stat : 4262 (java) S 4244 4246 4070 0 -1 4202560 5470 0 0 0 59 2 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849712491064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4246/tid=4263] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4263/stat : 4263 (java) S 4244 4246 4070 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849711438968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4264] ppid=4244 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/4246/task/4264/stat : 4264 (java) S 4244 4246 4070 0 -1 4202560 103 0 0 0 19 25 0 0 20 0 19 0 255837244 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849710386376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4246/tid=4265] ppid=4244 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/4246/task/4265/stat : 4265 (java) S 4244 4246 4070 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255837297 9855975424 74266 33554432000 1073741824 1073778376 140737394119952 139849709331368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1795.87
CPU time (s): 1800.68
CPU user time (s): 1799.75
CPU system time (s): 0.931858
CPU usage (%): 100.268
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.931858
maximum resident set size= 297192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15501
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40272
involuntary context switches= 20252

runsolver used 6.12907 second user time and 14.1339 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-25 00:05:18
IDJOB=3690259
IDBENCH=92791
IDSOLVER=2269
FILE ID=node127/3690259-1337897118
RUNJOBID= node127-1337897114-4087
PBS_JOBID= 14620116
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= a68c99426915823baa7396c373ffb50a
RANDOM SEED=2102587268

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29237544 kB
Buffers:          253740 kB
Cached:          2453496 kB
SwapCached:            0 kB
Active:           544664 kB
Inactive:        2299000 kB
Active(anon):     138336 kB
Inactive(anon):        0 kB
Active(file):     406328 kB
Inactive(file):  2299000 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3760 kB
Writeback:             0 kB
AnonPages:        181856 kB
Mapped:            22524 kB
Shmem:               200 kB
Slab:             639888 kB
SReclaimable:      83340 kB
SUnreclaim:       556548 kB
KernelStack:        1760 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node127 at 2012-05-25 00:35:16