Trace number 3689189

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.52 1795.25

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_6-sat.opb
MD5SUM138289002292e7c474e0d36dbcddf060
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 variables37752
Total number of constraints120373
Number of constraints which are clauses119753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint63
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 342
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689189-1337889862.opb
0.10/0.10	c reading problem ... 
1.56/0.91	c ... done. Wall clock time 0.805s.
1.56/0.91	c declared #vars     37752
1.56/0.91	c #constraints  111646
1.56/0.91	c constraints type 
1.56/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15799
1.56/0.91	c ignored satisfied constraints => 8727
1.56/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92086
1.56/0.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 3141
1.56/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1.56/0.91	c 120373 constraints processed.
3.83/2.79	c cleaning 2496 clauses out of 4998 with flag 5000/5000
5.79/4.57	c cleaning 4244 clauses out of 8500 with flag 11000/11000
7.90/6.67	c cleaning 5614 clauses out of 11258 with flag 18002/18002
10.71/9.43	c cleaning 6812 clauses out of 13642 with flag 26000/26000
13.66/12.30	c cleaning 7909 clauses out of 15830 with flag 35000/35000
16.40/15.07	c cleaning 8942 clauses out of 17920 with flag 45000/45000
20.41/19.00	c cleaning 9973 clauses out of 19978 with flag 56000/56000
24.12/22.77	c cleaning 10998 clauses out of 22005 with flag 68000/68000
29.34/27.95	c cleaning 11993 clauses out of 24009 with flag 81002/81002
34.47/33.07	c cleaning 12973 clauses out of 26014 with flag 95000/95000
41.09/39.66	c cleaning 13959 clauses out of 28041 with flag 110000/110000
46.41/44.90	c cleaning 15001 clauses out of 30083 with flag 126001/126001
52.04/50.59	c cleaning 16026 clauses out of 32081 with flag 143000/143000
58.85/57.33	c cleaning 17021 clauses out of 34055 with flag 161000/161000
65.97/64.49	c cleaning 18002 clauses out of 36035 with flag 180001/180001
73.40/71.81	c cleaning 19007 clauses out of 38032 with flag 200000/200000
82.92/81.36	c cleaning 19974 clauses out of 40025 with flag 221000/221000
91.84/90.25	c cleaning 20982 clauses out of 42053 with flag 243002/243002
100.05/98.42	c cleaning 22025 clauses out of 44068 with flag 266000/266000
109.48/107.87	c cleaning 22994 clauses out of 46043 with flag 290000/290000
119.10/117.45	c cleaning 23999 clauses out of 48049 with flag 315000/315000
131.93/130.24	c cleaning 24975 clauses out of 50052 with flag 341002/341002
144.92/143.15	c cleaning 26004 clauses out of 52077 with flag 368002/368002
158.06/156.25	c cleaning 27018 clauses out of 54072 with flag 396001/396001
170.79/168.91	c cleaning 28005 clauses out of 56053 with flag 425001/425001
183.33/181.41	c cleaning 28994 clauses out of 58050 with flag 455003/455003
198.24/196.39	c cleaning 29958 clauses out of 60054 with flag 486001/486001
212.29/210.33	c cleaning 30996 clauses out of 62095 with flag 518000/518000
227.71/225.75	c cleaning 32011 clauses out of 64099 with flag 551000/551000
244.34/242.38	c cleaning 32974 clauses out of 66089 with flag 585001/585001
257.79/255.78	c cleaning 34019 clauses out of 68114 with flag 620000/620000
273.11/271.06	c cleaning 35021 clauses out of 70096 with flag 656001/656001
291.06/288.98	c cleaning 36005 clauses out of 72074 with flag 693000/693000
309.08/306.99	c cleaning 36993 clauses out of 74072 with flag 731003/731003
329.51/327.31	c cleaning 38005 clauses out of 76077 with flag 770001/770001
347.66/345.45	c cleaning 38995 clauses out of 78074 with flag 810003/810003
369.20/366.92	c cleaning 40004 clauses out of 80076 with flag 851000/851000
389.32/387.06	c cleaning 41012 clauses out of 82072 with flag 893000/893000
404.75/402.46	c cleaning 42010 clauses out of 84061 with flag 936001/936001
423.27/420.90	c cleaning 42983 clauses out of 86052 with flag 980002/980002
445.91/443.51	c cleaning 43955 clauses out of 88067 with flag 1025000/1025000
468.68/466.27	c cleaning 45006 clauses out of 90112 with flag 1071000/1071000
490.74/488.28	c cleaning 46015 clauses out of 92106 with flag 1118000/1118000
511.89/509.32	c cleaning 47002 clauses out of 94091 with flag 1166000/1166000
536.22/533.63	c cleaning 47988 clauses out of 96090 with flag 1215001/1215001
562.78/560.12	c cleaning 49005 clauses out of 98101 with flag 1265000/1265000
591.74/589.04	c cleaning 50020 clauses out of 100098 with flag 1316002/1316002
618.26/615.49	c cleaning 50998 clauses out of 102077 with flag 1368001/1368001
644.09/641.23	c cleaning 51975 clauses out of 104078 with flag 1421000/1421000
674.22/671.30	c cleaning 53028 clauses out of 106104 with flag 1475001/1475001
709.79/706.86	c cleaning 53994 clauses out of 108077 with flag 1530002/1530002
744.55/741.54	c cleaning 54959 clauses out of 110081 with flag 1586000/1586000
777.70/774.68	c cleaning 55999 clauses out of 112122 with flag 1643000/1643000
815.28/812.19	c cleaning 56956 clauses out of 114123 with flag 1701000/1701000
850.78/847.58	c cleaning 58029 clauses out of 116167 with flag 1760000/1760000
892.15/888.82	c cleaning 59045 clauses out of 118138 with flag 1820000/1820000
932.48/929.18	c cleaning 60006 clauses out of 120093 with flag 1881000/1881000
973.07/969.62	c cleaning 60993 clauses out of 122087 with flag 1943000/1943000
1013.65/1010.10	c cleaning 62020 clauses out of 124094 with flag 2006000/2006000
1046.72/1043.12	c cleaning 62998 clauses out of 126074 with flag 2070000/2070000
1084.88/1081.28	c cleaning 63978 clauses out of 128076 with flag 2135000/2135000
1122.37/1118.64	c cleaning 65026 clauses out of 130098 with flag 2201000/2201000
1159.87/1156.10	c cleaning 65977 clauses out of 132072 with flag 2268000/2268000
1199.71/1195.83	c cleaning 66976 clauses out of 134095 with flag 2336000/2336000
1249.91/1245.93	c cleaning 67986 clauses out of 136120 with flag 2405001/2405001
1299.31/1295.22	c cleaning 68992 clauses out of 138134 with flag 2475001/2475001
1346.60/1342.47	c cleaning 70011 clauses out of 140141 with flag 2546000/2546000
1400.18/1395.96	c cleaning 71015 clauses out of 142130 with flag 2618000/2618000
1446.56/1442.20	c cleaning 72003 clauses out of 144115 with flag 2691000/2691000
1499.10/1494.71	c cleaning 73012 clauses out of 146115 with flag 2765003/2765003
1553.30/1548.84	c cleaning 74012 clauses out of 148101 with flag 2840001/2840001
1607.98/1603.46	c cleaning 74956 clauses out of 150089 with flag 2916001/2916001
1665.52/1660.97	c cleaning 76013 clauses out of 152135 with flag 2993003/2993003
1702.19/1697.58	c cleaning 77027 clauses out of 154119 with flag 3071001/3071001
1747.82/1743.18	c cleaning 78011 clauses out of 156093 with flag 3150002/3150002
1798.88/1794.13	c cleaning 78939 clauses out of 158080 with flag 3230000/3230000
1800.07/1795.22	c starts		: 249
1800.07/1795.22	c conflicts		: 3232082
1800.07/1795.22	c decisions		: 4806314
1800.07/1795.22	c propagations		: 3739755065
1800.07/1795.22	c inspects		: 16450183369
1800.07/1795.22	c shortcuts		: 0
1800.07/1795.22	c learnt literals	: 8
1800.07/1795.22	c learnt binary clauses	: 183
1800.07/1795.22	c learnt ternary clauses	: 6118
1800.07/1795.22	c learnt constraints	: 3232074
1800.07/1795.22	c ignored constraints	: 0
1800.07/1795.22	c root simplifications	: 0
1800.07/1795.22	c removed literals (reason simplification)	: 0
1800.07/1795.22	c reason swapping (by a shorter reason)	: 0
1800.07/1795.22	c Calls to reduceDB	: 76
1800.07/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.22	c number of learned constraints concerned by reduction	: 0
1800.07/1795.22	c number of learning phase by resolution	: 0
1800.07/1795.22	c number of learning phase by cutting planes	: 0
1800.07/1795.22	c speed (assignments/second)	: 2084303.6282072645
1800.07/1795.22	c non guided choices	325
1800.07/1795.24	c learnt constraints type 
1800.07/1795.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 183
1800.07/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81088
1800.07/1795.24	c constraints type 
1800.07/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15799
1800.07/1795.24	c ignored satisfied constraints => 8727
1800.07/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92086
1800.07/1795.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 3141
1800.07/1795.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1800.07/1795.24	c 120373 constraints processed.
1800.07/1795.24	s UNKNOWN
1800.07/1795.24	c Total wall clock time (in seconds): 1795.138

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-3689189-1337889862/watcher-3689189-1337889862 -o /tmp/evaluation-result-3689189-1337889862/solver-3689189-1337889862 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689189-1337889862.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.93 1.99 1.99 3/194 25284
/proc/meminfo: memFree=27794584/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25284/stat : 25284 (java) R 25282 25284 23489 0 -1 4202496 862 0 0 0 0 0 0 0 20 0 1 0 255112211 23793664 591 33554432000 1073741824 1073778376 140733830592688 140733830581752 217401309747 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 5809 604 450 9 0 128 0

[startup+0.0560311 s]
/proc/loadavg: 1.93 1.99 1.99 3/194 25284
/proc/meminfo: memFree=27794584/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25284/stat : 25284 (java) S 25282 25284 23489 0 -1 4202496 3188 0 1 0 3 1 0 0 20 0 18 0 255112211 9787813888 4397 33554432000 1073741824 1073778376 140733830592688 140733830583824 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 2389603 4397 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100264 s]
/proc/loadavg: 1.93 1.99 1.99 3/194 25284
/proc/meminfo: memFree=27794584/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25284/stat : 25284 (java) S 25282 25284 23489 0 -1 4202496 4420 0 1 0 9 1 0 0 20 0 18 0 255112211 9787813888 6085 33554432000 1073741824 1073778376 140733830592688 140733830583824 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 2389603 6086 2123 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300227 s]
/proc/loadavg: 1.93 1.99 1.99 3/194 25284
/proc/meminfo: memFree=27794584/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/25284/stat : 25284 (java) S 25282 25284 23489 0 -1 4202496 6241 0 1 0 48 2 0 0 20 0 18 0 255112211 9787813888 9279 33554432000 1073741824 1073778376 140733830592688 140733830583824 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 2389603 9279 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700234 s]
/proc/loadavg: 1.93 1.99 1.99 3/194 25284
/proc/meminfo: memFree=27794584/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=9558412 CPUtime=1.22 cores=0,2,4,6
/proc/25284/stat : 25284 (java) S 25282 25284 23489 0 -1 4202496 9287 0 1 0 117 5 0 0 20 0 18 0 255112211 9787813888 42048 33554432000 1073741824 1073778376 140733830592688 140733830583824 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 2389603 42048 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 1.93 1.99 1.99 5/213 25303
/proc/meminfo: memFree=27633200/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=9624976 CPUtime=2.59 cores=0,2,4,6
/proc/25284/stat : 25284 (java) S 25282 25284 23489 0 -1 4202496 15060 0 1 0 254 5 0 0 20 0 19 0 255112211 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140733830583824 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 2406244 42535 2263 9 0 2396937 0
[pid=25284/tid=25286] ppid=25282 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/25284/task/25286/stat : 25286 (java) R 25282 25284 23489 0 -1 4202560 2516 0 1 0 143 3 0 0 20 0 19 0 255112211 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140030401327560 140030245602915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25287] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25287/stat : 25287 (java) S 25282 25284 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140030244809256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25288] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25288/stat : 25288 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140030243756456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25289] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25289/stat : 25289 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140030242703656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25290] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25290/stat : 25290 (java) S 25282 25284 23489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140030241650856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25291] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25291/stat : 25291 (java) S 25282 25284 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140030240599080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25292] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25292/stat : 25292 (java) S 25282 25284 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140030239546280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25293] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25293/stat : 25293 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140030238493480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25294] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25294/stat : 25294 (java) S 25282 25284 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140030237440680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25295] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25295/stat : 25295 (java) S 25282 25284 23489 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255112213 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140029755111912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25296] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25296/stat : 25296 (java) S 25282 25284 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140029754057976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25297] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25297/stat : 25297 (java) S 25282 25284 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140029753005064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25298] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25298/stat : 25298 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140029751953552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25299] ppid=25282 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25284/task/25299/stat : 25299 (java) S 25282 25284 23489 0 -1 4202560 5144 0 0 0 55 0 0 0 20 0 19 0 255112216 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140029750901688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25300] ppid=25282 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/25284/task/25300/stat : 25300 (java) S 25282 25284 23489 0 -1 4202560 6110 0 0 0 50 2 0 0 20 0 19 0 255112216 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140029749848888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25301] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25301/stat : 25301 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140029748796280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25302] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25302/stat : 25302 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140029747743688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25303] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25303/stat : 25303 (java) S 25282 25284 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112308 9855975424 42535 33554432000 1073741824 1073778376 140733830592688 140029746689192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9624976

[startup+3.10062 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 25303
/proc/meminfo: memFree=27631456/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=9624976 CPUtime=4.33 cores=0,2,4,6
/proc/25284/stat : 25284 (java) S 25282 25284 23489 0 -1 4202496 15767 0 1 0 425 8 0 0 20 0 19 0 255112211 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140733830583824 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 2406244 51276 2281 9 0 2396937 0
[pid=25284/tid=25286] ppid=25282 vsize=9624976 CPUtime=2.99 cores=0,2,4,6
/proc/25284/task/25286/stat : 25286 (java) R 25282 25284 23489 0 -1 4202560 2517 0 1 0 296 3 0 0 20 0 19 0 255112211 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140030401327512 140030245692807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25287] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25287/stat : 25287 (java) S 25282 25284 23489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140030244809256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25288] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25288/stat : 25288 (java) S 25282 25284 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140030243756456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25289] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25289/stat : 25289 (java) S 25282 25284 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140030242703656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25290] ppid=25282 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/25284/task/25290/stat : 25290 (java) S 25282 25284 23489 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 255112212 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140030241650856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25291] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25291/stat : 25291 (java) S 25282 25284 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140030240599080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25292] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25292/stat : 25292 (java) S 25282 25284 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140030239546280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25293] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25293/stat : 25293 (java) S 25282 25284 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140030238493480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25294] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25294/stat : 25294 (java) S 25282 25284 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140030237440680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25295] ppid=25282 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/25284/task/25295/stat : 25295 (java) S 25282 25284 23489 0 -1 4202560 101 0 0 0 4 0 0 0 20 0 19 0 255112213 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140029755111912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25296] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25296/stat : 25296 (java) S 25282 25284 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140029754057976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25297] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25297/stat : 25297 (java) S 25282 25284 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140029753005064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25298] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25298/stat : 25298 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140029751953552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25299] ppid=25282 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/25284/task/25299/stat : 25299 (java) S 25282 25284 23489 0 -1 4202560 5779 0 0 0 61 0 0 0 20 0 19 0 255112216 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140029750901688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25300] ppid=25282 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25284/task/25300/stat : 25300 (java) S 25282 25284 23489 0 -1 4202560 6113 0 0 0 52 2 0 0 20 0 19 0 255112216 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140029749848888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25301] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25301/stat : 25301 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140029748796280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25302] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25302/stat : 25302 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140029747743688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25303] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25303/stat : 25303 (java) S 25282 25284 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112308 9855975424 51276 33554432000 1073741824 1073778376 140733830592688 140029746689192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9624976

[startup+6.30056 s]
/proc/loadavg: 1.94 1.99 1.99 3/213 25303
/proc/meminfo: memFree=27594096/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=9624976 CPUtime=7.59 cores=0,2,4,6
/proc/25284/stat : 25284 (java) S 25282 25284 23489 0 -1 4202496 15839 0 1 0 750 9 0 0 20 0 19 0 255112211 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140733830583824 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 2406244 51773 2281 9 0 2396937 0
[pid=25284/tid=25286] ppid=25282 vsize=9624976 CPUtime=6.14 cores=0,2,4,6
/proc/25284/task/25286/stat : 25286 (java) R 25282 25284 23489 0 -1 4202560 2519 0 1 0 611 3 0 0 20 0 19 0 255112211 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140030401327392 140030245644080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25287] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25287/stat : 25287 (java) S 25282 25284 23489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140030244809256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25288] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25288/stat : 25288 (java) S 25282 25284 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140030243756456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25289] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25289/stat : 25289 (java) S 25282 25284 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140030242703656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25290] ppid=25282 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/25284/task/25290/stat : 25290 (java) S 25282 25284 23489 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 255112212 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140030241650856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25291] ppid=25282 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25284/task/25291/stat : 25291 (java) S 25282 25284 23489 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 255112212 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140030240599080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25292] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25292/stat : 25292 (java) S 25282 25284 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140030239546280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25293] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25293/stat : 25293 (java) S 25282 25284 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140030238493480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25294] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25294/stat : 25294 (java) S 25282 25284 23489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255112212 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140030237440680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25295] ppid=25282 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/25284/task/25295/stat : 25295 (java) S 25282 25284 23489 0 -1 4202560 101 0 0 0 8 0 0 0 20 0 19 0 255112213 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140029755111912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25296] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25296/stat : 25296 (java) S 25282 25284 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140029754057976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25297] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25297/stat : 25297 (java) S 25282 25284 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140029753005064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25298] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25298/stat : 25298 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140029751953552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25299] ppid=25282 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/25284/task/25299/stat : 25299 (java) S 25282 25284 23489 0 -1 4202560 5838 0 0 0 62 2 0 0 20 0 19 0 255112216 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140029750901688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25300] ppid=25282 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25284/task/25300/stat : 25300 (java) S 25282 25284 23489 0 -1 4202560 6113 0 0 0 55 2 0 0 20 0 19 0 255112216 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140029749848888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25301] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25301/stat : 25301 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140029748796280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25302] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25302/stat : 25302 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140029747743688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25303] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25303/stat : 25303 (java) S 25282 25284 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112308 9855975424 51773 33554432000 1073741824 1073778376 140733830592688 140029746689192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=25284/tid=25292] ppid=25282 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/25284/task/25292/stat : 25292 (java) S 25282 25284 23489 0 -1 4202560 198 0 0 0 55 4 0 0 20 0 19 0 255112212 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140030239546280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25293] ppid=25282 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/25284/task/25293/stat : 25293 (java) S 25282 25284 23489 0 -1 4202560 94 0 0 0 50 3 0 0 20 0 19 0 255112212 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140030238493480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25294] ppid=25282 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25284/task/25294/stat : 25294 (java) S 25282 25284 23489 0 -1 4202560 191 0 0 0 55 3 0 0 20 0 19 0 255112212 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140030237440680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25295] ppid=25282 vsize=9624976 CPUtime=4.91 cores=0,2,4,6
/proc/25284/task/25295/stat : 25295 (java) S 25282 25284 23489 0 -1 4202560 218 0 0 0 489 2 0 0 20 0 19 0 255112213 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140029755111912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25296] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25296/stat : 25296 (java) S 25282 25284 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140029754057976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25297] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25297/stat : 25297 (java) S 25282 25284 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140029753005064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25298] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25298/stat : 25298 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140029751953552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25299] ppid=25282 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/25284/task/25299/stat : 25299 (java) S 25282 25284 23489 0 -1 4202560 5946 0 0 0 70 2 0 0 20 0 19 0 255112216 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140029750901688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25300] ppid=25282 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25284/task/25300/stat : 25300 (java) S 25282 25284 23489 0 -1 4202560 6121 0 0 0 55 2 0 0 20 0 19 0 255112216 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140029749848888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25301] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25301/stat : 25301 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140029748796280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25302] ppid=25282 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/25284/task/25302/stat : 25302 (java) S 25282 25284 23489 0 -1 4202560 95 0 0 0 24 21 0 0 20 0 19 0 255112216 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140029747743688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25303] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25303/stat : 25303 (java) S 25282 25284 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112308 9855975424 104512 33554432000 1073741824 1073778376 140733830592688 140029746689192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1667
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 25378
/proc/meminfo: memFree=28223776/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=9624976 CPUtime=1727.03 cores=0,2,4,6
/proc/25284/stat : 25284 (java) S 25282 25284 23489 0 -1 4202496 17393 0 1 0 172647 56 0 0 20 0 19 0 255112211 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140733830583824 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 2406244 104516 2282 9 0 2396937 0
[pid=25284/tid=25286] ppid=25282 vsize=9624976 CPUtime=1715.72 cores=0,2,4,6
/proc/25284/task/25286/stat : 25286 (java) R 25282 25284 23489 0 -1 4202560 2608 0 1 0 171540 32 0 0 20 0 19 0 255112211 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140030401327392 140030245439106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25287] ppid=25282 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25284/task/25287/stat : 25287 (java) S 25282 25284 23489 0 -1 4202560 190 0 0 0 54 3 0 0 20 0 19 0 255112212 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140030244809256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25288] ppid=25282 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/25284/task/25288/stat : 25288 (java) S 25282 25284 23489 0 -1 4202560 157 0 0 0 65 4 0 0 20 0 19 0 255112212 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140030243756456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25289] ppid=25282 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25284/task/25289/stat : 25289 (java) S 25282 25284 23489 0 -1 4202560 79 0 0 0 59 3 0 0 20 0 19 0 255112212 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140030242703656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25290] ppid=25282 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25284/task/25290/stat : 25290 (java) S 25282 25284 23489 0 -1 4202560 87 0 0 0 45 3 0 0 20 0 19 0 255112212 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140030241650856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25291] ppid=25282 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25284/task/25291/stat : 25291 (java) S 25282 25284 23489 0 -1 4202560 219 0 0 0 53 4 0 0 20 0 19 0 255112212 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140030240599080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25292] ppid=25282 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/25284/task/25292/stat : 25292 (java) S 25282 25284 23489 0 -1 4202560 198 0 0 0 57 4 0 0 20 0 19 0 255112212 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140030239546280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25293] ppid=25282 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25284/task/25293/stat : 25293 (java) S 25282 25284 23489 0 -1 4202560 97 0 0 0 51 3 0 0 20 0 19 0 255112212 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140030238493480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25294] ppid=25282 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/25284/task/25294/stat : 25294 (java) S 25282 25284 23489 0 -1 4202560 192 0 0 0 56 3 0 0 20 0 19 0 255112212 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140030237440680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25295] ppid=25282 vsize=9624976 CPUtime=4.99 cores=0,2,4,6
/proc/25284/task/25295/stat : 25295 (java) S 25282 25284 23489 0 -1 4202560 220 0 0 0 497 2 0 0 20 0 19 0 255112213 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140029755111912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25296] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25296/stat : 25296 (java) S 25282 25284 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140029754057976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25297] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25297/stat : 25297 (java) S 25282 25284 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140029753005064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25298] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25298/stat : 25298 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140029751953552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25299] ppid=25282 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/25284/task/25299/stat : 25299 (java) S 25282 25284 23489 0 -1 4202560 5946 0 0 0 70 2 0 0 20 0 19 0 255112216 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140029750901688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25300] ppid=25282 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25284/task/25300/stat : 25300 (java) S 25282 25284 23489 0 -1 4202560 6121 0 0 0 55 2 0 0 20 0 19 0 255112216 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140029749848888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25301] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25301/stat : 25301 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140029748796280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25302] ppid=25282 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25284/task/25302/stat : 25302 (java) S 25282 25284 23489 0 -1 4202560 99 0 0 0 24 22 0 0 20 0 19 0 255112216 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140029747743688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25303] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25303/stat : 25303 (java) S 25282 25284 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112308 9855975424 104516 33554432000 1073741824 1073778376 140733830592688 140029746689192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.03
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/213 25378
/proc/meminfo: memFree=28203428/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=9624976 CPUtime=1787.07 cores=0,2,4,6
/proc/25284/stat : 25284 (java) S 25282 25284 23489 0 -1 4202496 17402 0 1 0 178651 56 0 0 20 0 19 0 255112211 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140733830583824 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 2406244 104518 2282 9 0 2396937 0
[pid=25284/tid=25286] ppid=25282 vsize=9624976 CPUtime=1775.6 cores=0,2,4,6
/proc/25284/task/25286/stat : 25286 (java) R 25282 25284 23489 0 -1 4202560 2609 0 1 0 177527 33 0 0 20 0 19 0 255112211 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140030401327392 140030245646983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25287] ppid=25282 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25284/task/25287/stat : 25287 (java) S 25282 25284 23489 0 -1 4202560 190 0 0 0 55 3 0 0 20 0 19 0 255112212 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140030244809256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25288] ppid=25282 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/25284/task/25288/stat : 25288 (java) S 25282 25284 23489 0 -1 4202560 157 0 0 0 66 4 0 0 20 0 19 0 255112212 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140030243756456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25289] ppid=25282 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/25284/task/25289/stat : 25289 (java) S 25282 25284 23489 0 -1 4202560 79 0 0 0 60 3 0 0 20 0 19 0 255112212 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140030242703656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25290] ppid=25282 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25284/task/25290/stat : 25290 (java) S 25282 25284 23489 0 -1 4202560 87 0 0 0 45 3 0 0 20 0 19 0 255112212 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140030241650856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25291] ppid=25282 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25284/task/25291/stat : 25291 (java) S 25282 25284 23489 0 -1 4202560 221 0 0 0 54 4 0 0 20 0 19 0 255112212 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140030240599080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25292] ppid=25282 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25284/task/25292/stat : 25292 (java) S 25282 25284 23489 0 -1 4202560 198 0 0 0 58 4 0 0 20 0 19 0 255112212 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140030239546280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25293] ppid=25282 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/25284/task/25293/stat : 25293 (java) S 25282 25284 23489 0 -1 4202560 97 0 0 0 53 3 0 0 20 0 19 0 255112212 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140030238493480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25294] ppid=25282 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25284/task/25294/stat : 25294 (java) S 25282 25284 23489 0 -1 4202560 192 0 0 0 57 3 0 0 20 0 19 0 255112212 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140030237440680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25295] ppid=25282 vsize=9624976 CPUtime=5.07 cores=0,2,4,6
/proc/25284/task/25295/stat : 25295 (java) S 25282 25284 23489 0 -1 4202560 222 0 0 0 504 3 0 0 20 0 19 0 255112213 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140029755111912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25296] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25296/stat : 25296 (java) S 25282 25284 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140029754057976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25297] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25297/stat : 25297 (java) S 25282 25284 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140029753005064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25298] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25298/stat : 25298 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140029751953552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25299] ppid=25282 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/25284/task/25299/stat : 25299 (java) S 25282 25284 23489 0 -1 4202560 5946 0 0 0 70 2 0 0 20 0 19 0 255112216 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140029750901688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25300] ppid=25282 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25284/task/25300/stat : 25300 (java) S 25282 25284 23489 0 -1 4202560 6121 0 0 0 55 2 0 0 20 0 19 0 255112216 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140029749848888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25301] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25301/stat : 25301 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140029748796280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25302] ppid=25282 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25284/task/25302/stat : 25302 (java) S 25282 25284 23489 0 -1 4202560 103 0 0 0 25 23 0 0 20 0 19 0 255112216 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140029747743688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25303] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25303/stat : 25303 (java) S 25282 25284 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112308 9855975424 104518 33554432000 1073741824 1073778376 140733830592688 140029746689192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.07
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 2.08 2.04 2.01 3/213 25378
/proc/meminfo: memFree=28203800/32873648 swapFree=7372/7372
[pid=25284] ppid=25282 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/25284/stat : 25284 (java) S 25282 25284 23489 0 -1 4202496 17407 0 1 0 179951 56 0 0 20 0 19 0 255112211 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140733830583824 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25284/statm: 2406244 104520 2282 9 0 2396937 0
[pid=25284/tid=25286] ppid=25282 vsize=9624976 CPUtime=1788.37 cores=0,2,4,6
/proc/25284/task/25286/stat : 25286 (java) R 25282 25284 23489 0 -1 4202560 2610 0 1 0 178803 34 0 0 20 0 19 0 255112211 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140030401327392 140030245692988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25287] ppid=25282 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25284/task/25287/stat : 25287 (java) S 25282 25284 23489 0 -1 4202560 190 0 0 0 57 3 0 0 20 0 19 0 255112212 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140030244809256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25288] ppid=25282 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/25284/task/25288/stat : 25288 (java) S 25282 25284 23489 0 -1 4202560 157 0 0 0 66 4 0 0 20 0 19 0 255112212 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140030243756456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25289] ppid=25282 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/25284/task/25289/stat : 25289 (java) S 25282 25284 23489 0 -1 4202560 79 0 0 0 62 3 0 0 20 0 19 0 255112212 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140030242703656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25290] ppid=25282 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/25284/task/25290/stat : 25290 (java) S 25282 25284 23489 0 -1 4202560 87 0 0 0 48 3 0 0 20 0 19 0 255112212 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140030241650856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25291] ppid=25282 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/25284/task/25291/stat : 25291 (java) S 25282 25284 23489 0 -1 4202560 221 0 0 0 55 4 0 0 20 0 19 0 255112212 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140030240599080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25292] ppid=25282 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/25284/task/25292/stat : 25292 (java) S 25282 25284 23489 0 -1 4202560 199 0 0 0 59 4 0 0 20 0 19 0 255112212 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140030239546280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25293] ppid=25282 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/25284/task/25293/stat : 25293 (java) S 25282 25284 23489 0 -1 4202560 97 0 0 0 53 3 0 0 20 0 19 0 255112212 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140030238493480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25294] ppid=25282 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25284/task/25294/stat : 25294 (java) S 25282 25284 23489 0 -1 4202560 193 0 0 0 59 3 0 0 20 0 19 0 255112212 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140030237440680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25295] ppid=25282 vsize=9624976 CPUtime=5.18 cores=0,2,4,6
/proc/25284/task/25295/stat : 25295 (java) S 25282 25284 23489 0 -1 4202560 224 0 0 0 515 3 0 0 20 0 19 0 255112213 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140029755111912 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25284/tid=25296] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25296/stat : 25296 (java) S 25282 25284 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140029754057976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25297] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25297/stat : 25297 (java) S 25282 25284 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112214 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140029753005064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25298] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25298/stat : 25298 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140029751953552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25299] ppid=25282 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/25284/task/25299/stat : 25299 (java) S 25282 25284 23489 0 -1 4202560 5946 0 0 0 70 2 0 0 20 0 19 0 255112216 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140029750901688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25284/tid=25300] ppid=25282 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25284/task/25300/stat : 25300 (java) S 25282 25284 23489 0 -1 4202560 6121 0 0 0 55 2 0 0 20 0 19 0 255112216 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140029749848888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25301] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25301/stat : 25301 (java) S 25282 25284 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112216 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140029748796280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25284/tid=25302] ppid=25282 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25284/task/25302/stat : 25302 (java) S 25282 25284 23489 0 -1 4202560 103 0 0 0 25 23 0 0 20 0 19 0 255112216 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140029747743688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25284/tid=25303] ppid=25282 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25284/task/25303/stat : 25303 (java) S 25282 25284 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112308 9855975424 104520 33554432000 1073741824 1073778376 140733830592688 140029746689192 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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.25
CPU time (s): 1800.52
CPU user time (s): 1799.47
CPU system time (s): 1.05284
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 1.05284
maximum resident set size= 418204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17439
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40121
involuntary context switches= 27587

runsolver used 6.35103 second user time and 14.1818 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 22:04:22
IDJOB=3689189
IDBENCH=73805
IDSOLVER=2269
FILE ID=node122/3689189-1337889862
RUNJOBID= node122-1337871880-23505
PBS_JOBID= 14620082
Free space on /tmp= 71372 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_6-sat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689189-1337889862/watcher-3689189-1337889862 -o /tmp/evaluation-result-3689189-1337889862/solver-3689189-1337889862 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689189-1337889862.opb

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

MD5SUM BENCH= 138289002292e7c474e0d36dbcddf060
RANDOM SEED=786152666

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        27794856 kB
Buffers:          200728 kB
Cached:          2932024 kB
SwapCached:            0 kB
Active:          2404648 kB
Inactive:        1890708 kB
Active(anon):    1154036 kB
Inactive(anon):    11052 kB
Active(file):    1250612 kB
Inactive(file):  1879656 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3548 kB
Writeback:             0 kB
AnonPages:       1179680 kB
Mapped:            22024 kB
Shmem:               200 kB
Slab:             634408 kB
SReclaimable:      78628 kB
SUnreclaim:       555780 kB
KernelStack:        1624 kB
PageTables:         6584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1360628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1144832 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= 71368 MiB
End job on node122 at 2012-05-24 22:34:19