Trace number 3710055

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.67 1794.67

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K92.opb
MD5SUM21cc97db69195cd3dcf69a6d797764c1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark900.986
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710055-1338212333.opb
0.09/0.12	c reading problem ... 
0.55/0.37	c ... done. Wall clock time 0.253s.
0.55/0.37	c declared #vars     6256
0.55/0.37	c #constraints  6442
0.55/0.37	c constraints type 
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5165
0.55/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 92
0.55/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1183
0.55/0.37	c 6442 constraints processed.
2.17/1.56	c cleaning 2483 clauses out of 4983 with flag 5000/5000
3.84/2.75	c cleaning 4180 clauses out of 8492 with flag 11000/11000
5.25/4.15	c cleaning 5554 clauses out of 11305 with flag 18000/18000
6.86/5.71	c cleaning 6817 clauses out of 13751 with flag 26000/26000
8.82/7.61	c cleaning 7869 clauses out of 15933 with flag 35001/35001
10.91/9.73	c cleaning 8927 clauses out of 18059 with flag 45000/45000
13.12/11.92	c cleaning 9983 clauses out of 20131 with flag 56000/56000
15.63/14.44	c cleaning 10972 clauses out of 22150 with flag 68002/68002
18.24/17.01	c cleaning 12019 clauses out of 24174 with flag 81000/81000
21.25/20.07	c cleaning 12306 clauses out of 26153 with flag 95000/95000
25.36/24.18	c cleaning 13878 clauses out of 28848 with flag 110001/110001
29.28/28.02	c cleaning 14652 clauses out of 30969 with flag 126000/126000
32.90/31.67	c cleaning 15269 clauses out of 33319 with flag 143002/143002
37.01/35.73	c cleaning 16285 clauses out of 36048 with flag 161000/161000
42.25/40.99	c cleaning 17511 clauses out of 38766 with flag 180003/180003
47.37/46.08	c cleaning 18471 clauses out of 41251 with flag 200001/200001
52.01/50.65	c cleaning 18695 clauses out of 43780 with flag 221001/221001
57.31/55.91	c cleaning 20073 clauses out of 47083 with flag 243001/243001
63.82/62.40	c cleaning 21700 clauses out of 50009 with flag 266000/266000
69.76/68.35	c cleaning 21625 clauses out of 52306 with flag 290001/290001
77.86/76.43	c cleaning 23615 clauses out of 55680 with flag 315000/315000
85.38/83.93	c cleaning 24386 clauses out of 58066 with flag 341001/341001
96.79/95.37	c cleaning 26198 clauses out of 60680 with flag 368003/368003
106.32/104.89	c cleaning 26530 clauses out of 62479 with flag 396000/396000
116.96/115.44	c cleaning 27498 clauses out of 64949 with flag 425000/425000
127.28/125.78	c cleaning 28641 clauses out of 67455 with flag 455004/455004
136.42/134.89	c cleaning 29065 clauses out of 69810 with flag 486000/486000
149.17/147.53	c cleaning 30695 clauses out of 72745 with flag 518000/518000
162.92/161.24	c cleaning 31789 clauses out of 75052 with flag 551002/551002
174.85/173.17	c cleaning 32393 clauses out of 77264 with flag 585003/585003
185.69/183.95	c cleaning 33148 clauses out of 79870 with flag 620002/620002
195.52/193.73	c cleaning 34362 clauses out of 82720 with flag 656000/656000
208.04/206.22	c cleaning 35511 clauses out of 85359 with flag 693001/693001
227.69/225.85	c cleaning 36797 clauses out of 87847 with flag 731000/731000
245.84/243.97	c cleaning 37334 clauses out of 90057 with flag 770007/770007
267.77/265.83	c cleaning 39084 clauses out of 92717 with flag 810001/810001
283.14/281.16	c cleaning 39363 clauses out of 94632 with flag 851000/851000
302.66/300.69	c cleaning 40526 clauses out of 97273 with flag 893004/893004
319.40/317.35	c cleaning 41504 clauses out of 99744 with flag 936001/936001
332.47/330.38	c cleaning 41598 clauses out of 102239 with flag 980000/980000
346.42/344.25	c cleaning 43149 clauses out of 105642 with flag 1025001/1025001
360.04/357.86	c cleaning 44298 clauses out of 108495 with flag 1071003/1071003
376.26/374.05	c cleaning 45561 clauses out of 111197 with flag 1118003/1118003
398.01/395.75	c cleaning 46956 clauses out of 113633 with flag 1166000/1166000
416.30/413.93	c cleaning 47692 clauses out of 115680 with flag 1215003/1215003
434.93/432.55	c cleaning 48536 clauses out of 117985 with flag 1265000/1265000
457.78/455.38	c cleaning 49622 clauses out of 120449 with flag 1316000/1316000
484.52/482.05	c cleaning 50622 clauses out of 122828 with flag 1368001/1368001
504.29/501.76	c cleaning 51364 clauses out of 125205 with flag 1421000/1421000
524.81/522.27	c cleaning 52321 clauses out of 127841 with flag 1475000/1475000
547.86/545.24	c cleaning 53530 clauses out of 130520 with flag 1530000/1530000
570.54/567.83	c cleaning 54813 clauses out of 132990 with flag 1586000/1586000
592.08/589.40	c cleaning 54824 clauses out of 135177 with flag 1643000/1643000
612.53/609.77	c cleaning 56557 clauses out of 138349 with flag 1701000/1701000
653.46/650.66	c cleaning 57893 clauses out of 140792 with flag 1760000/1760000
707.74/704.67	c cleaning 59374 clauses out of 142899 with flag 1820000/1820000
736.77/733.64	c cleaning 59974 clauses out of 144525 with flag 1881002/1881002
770.28/767.15	c cleaning 61230 clauses out of 146555 with flag 1943006/1943006
799.66/796.41	c cleaning 61991 clauses out of 148320 with flag 2006001/2006001
845.82/842.52	c cleaning 63352 clauses out of 150328 with flag 2070000/2070000
900.41/897.00	c cleaning 64772 clauses out of 151978 with flag 2135002/2135002
936.98/933.55	c cleaning 64666 clauses out of 153204 with flag 2201000/2201000
961.06/957.52	c cleaning 65649 clauses out of 155540 with flag 2268002/2268002
996.68/993.16	c cleaning 66800 clauses out of 157890 with flag 2336002/2336002
1031.56/1027.94	c cleaning 67838 clauses out of 160088 with flag 2405000/2405000
1060.43/1056.76	c cleaning 68550 clauses out of 162251 with flag 2475003/2475003
1100.60/1096.88	c cleaning 70334 clauses out of 164698 with flag 2546000/2546000
1140.07/1136.28	c cleaning 71033 clauses out of 166362 with flag 2618000/2618000
1176.28/1172.37	c cleaning 72138 clauses out of 168331 with flag 2691002/2691002
1208.37/1204.35	c cleaning 72818 clauses out of 170189 with flag 2765000/2765000
1238.94/1234.83	c cleaning 73642 clauses out of 172372 with flag 2840001/2840001
1275.90/1271.72	c cleaning 74706 clauses out of 174729 with flag 2916000/2916000
1311.17/1306.94	c cleaning 75940 clauses out of 177023 with flag 2993000/2993000
1352.13/1347.81	c cleaning 77126 clauses out of 179088 with flag 3071005/3071005
1393.93/1389.59	c cleaning 77934 clauses out of 180962 with flag 3150005/3150005
1450.96/1446.31	c cleaning 79036 clauses out of 183023 with flag 3230000/3230000
1497.42/1492.73	c cleaning 79808 clauses out of 184990 with flag 3311003/3311003
1533.01/1528.23	c cleaning 80682 clauses out of 187179 with flag 3393000/3393000
1571.39/1566.60	c cleaning 82039 clauses out of 189497 with flag 3476000/3476000
1613.45/1608.54	c cleaning 83065 clauses out of 191460 with flag 3560002/3560002
1651.63/1646.66	c cleaning 83614 clauses out of 193393 with flag 3645000/3645000
1705.73/1700.54	c cleaning 84678 clauses out of 195780 with flag 3731001/3731001
1767.70/1762.35	c cleaning 86317 clauses out of 198102 with flag 3818001/3818001
1800.09/1794.61	c starts		: 251
1800.09/1794.61	c conflicts		: 3890234
1800.09/1794.61	c decisions		: 11539413
1800.09/1794.61	c propagations		: 1239273995
1800.09/1794.61	c inspects		: 8094605448
1800.09/1794.61	c shortcuts		: 0
1800.09/1794.61	c learnt literals	: 38
1800.09/1794.61	c learnt binary clauses	: 92076
1800.09/1794.61	c learnt ternary clauses	: 127987
1800.09/1794.61	c learnt constraints	: 3890196
1800.09/1794.61	c ignored constraints	: 0
1800.09/1794.61	c root simplifications	: 289
1800.09/1794.61	c removed literals (reason simplification)	: 188516623
1800.09/1794.61	c reason swapping (by a shorter reason)	: 0
1800.09/1794.61	c Calls to reduceDB	: 83
1800.09/1794.61	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.61	c number of learned constraints concerned by reduction	: 0
1800.09/1794.61	c number of learning phase by resolution	: 0
1800.09/1794.61	c number of learning phase by cutting planes	: 0
1800.09/1794.61	c speed (assignments/second)	: 690702.0589402438
1800.09/1794.61	c non guided choices	6293
1800.09/1794.66	c learnt constraints type 
1800.09/1794.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 92053
1800.09/1794.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92048
1800.09/1794.66	c constraints type 
1800.09/1794.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5165
1800.09/1794.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 92
1800.09/1794.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1794.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1183
1800.09/1794.66	c 6442 constraints processed.
1800.09/1794.66	s UNKNOWN
1800.09/1794.66	c Total wall clock time (in seconds): 1794.538

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-3710055-1338212333/watcher-3710055-1338212333 -o /tmp/evaluation-result-3710055-1338212333/solver-3710055-1338212333 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710055-1338212333.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.90 1.97 1.99 3/194 5721
/proc/meminfo: memFree=27731920/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5721/stat : 5721 (java) D 5719 5721 32675 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 287358739 9515008 176 33554432000 1073741824 1073778376 140735261536368 140735261519096 214537421712 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/5721/statm: 2323 176 133 9 0 71 0

[startup+0.0911971 s]
/proc/loadavg: 1.90 1.97 1.99 3/194 5721
/proc/meminfo: memFree=27731920/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5719 5721 32675 0 -1 4202496 3934 0 1 0 6 1 0 0 20 0 18 0 287358739 9787842560 5141 33554432000 1073741824 1073778376 140734078826128 140734078817264 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5721/statm: 2389610 5141 2073 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100178 s]
/proc/loadavg: 1.90 1.97 1.99 3/194 5721
/proc/meminfo: memFree=27731920/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5719 5721 32675 0 -1 4202496 4269 0 1 0 8 1 0 0 20 0 18 0 287358739 9787842560 5476 33554432000 1073741824 1073778376 140734078826128 140734078817264 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5721/statm: 2389610 5477 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300159 s]
/proc/loadavg: 1.90 1.97 1.99 3/194 5721
/proc/meminfo: memFree=27731920/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5719 5721 32675 0 -1 4202496 7237 0 1 0 53 2 0 0 20 0 18 0 287358739 9787842560 9810 33554432000 1073741824 1073778376 140734078826128 140734078817264 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5721/statm: 2389610 9810 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700168 s]
/proc/loadavg: 1.90 1.97 1.99 3/194 5721
/proc/meminfo: memFree=27731920/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9625004 CPUtime=1.33 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5719 5721 32675 0 -1 4202496 8134 0 1 0 131 2 0 0 20 0 19 0 287358739 9856004096 16058 33554432000 1073741824 1073778376 140734078826128 140734078817264 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5721/statm: 2406251 16058 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625004

[startup+1.50053 s]
/proc/loadavg: 1.90 1.97 1.99 3/213 5740
/proc/meminfo: memFree=27676028/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5719 5721 32675 0 -1 4202496 8138 0 1 0 215 2 0 0 20 0 19 0 287358739 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140734078817264 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5721/statm: 2406251 16572 2258 9 0 2396937 0
[pid=5721/tid=5723] ppid=5719 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5719 5721 32675 0 -1 4202560 2534 0 1 0 144 2 0 0 20 0 19 0 287358740 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285520208360 140285393279267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5724] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285364186024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5725] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285363133480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5726] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285362080424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5727] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285361027880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5728] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285359974824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5729] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285358922280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5730] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285357869224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5731] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5719 5721 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285356816680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5732] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5719 5721 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285344406376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5733] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5719 5721 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285343352696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5734] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5719 5721 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285342299528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5735] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285341248272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5736] ppid=5719 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5719 5721 32675 0 -1 4202560 1455 0 0 0 28 0 0 0 20 0 19 0 287358745 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285340195128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5737] ppid=5719 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/5721/task/5737/stat : 5737 (java) S 5719 5721 32675 0 -1 4202560 2953 0 0 0 39 0 0 0 20 0 19 0 287358745 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285339142584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5738] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5738/stat : 5738 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285338089720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5739] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5739/stat : 5739 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285337037384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5740] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5740/stat : 5740 (java) S 5719 5721 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287358778 9856004096 16572 33554432000 1073741824 1073778376 140734078826128 140285335983656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 1.90 1.97 1.99 3/212 5740
/proc/meminfo: memFree=27646116/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9625004 CPUtime=4.25 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5719 5721 32675 0 -1 4202496 14822 0 1 0 421 4 0 0 20 0 19 0 287358739 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140734078817264 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5721/statm: 2406251 24046 2283 9 0 2396937 0
[pid=5721/tid=5723] ppid=5719 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5719 5721 32675 0 -1 4202560 2538 0 1 0 301 2 0 0 20 0 19 0 287358740 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285520208176 140285393433966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5724] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5719 5721 32675 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285364186024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5725] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5719 5721 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285363133480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5726] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285362080424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5727] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5719 5721 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285361027880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5728] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5719 5721 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285359974824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5729] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285358922280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5730] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5719 5721 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285357869224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5731] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5719 5721 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285356816680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5732] ppid=5719 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5719 5721 32675 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287358742 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285344406376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5733] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5719 5721 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285343352696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5734] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5719 5721 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285342299528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5735] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285341248272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5736] ppid=5719 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5719 5721 32675 0 -1 4202560 8071 0 0 0 68 2 0 0 20 0 19 0 287358745 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285340195128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5737] ppid=5719 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/5721/task/5737/stat : 5737 (java) S 5719 5721 32675 0 -1 4202560 2953 0 0 0 43 0 0 0 20 0 19 0 287358745 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285339142584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5738] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5738/stat : 5738 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285338089720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5739] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5739/stat : 5739 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285337037384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5740] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5740/stat : 5740 (java) S 5719 5721 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287358778 9856004096 24046 33554432000 1073741824 1073778376 140734078826128 140285335983656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 1.91 1.97 1.99 3/212 5740
/proc/meminfo: memFree=27644948/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9625004 CPUtime=7.51 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5719 5721 32675 0 -1 4202496 14861 0 1 0 746 5 0 0 20 0 19 0 287358739 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140734078817264 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5721/statm: 2406251 24060 2283 9 0 2396937 0
[pid=5721/tid=5723] ppid=5719 vsize=9625004 CPUtime=6.18 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5719 5721 32675 0 -1 4202560 2540 0 1 0 616 2 0 0 20 0 19 0 287358740 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285520208176 140285393433739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5724] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5719 5721 32675 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285364186024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5725] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5719 5721 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285363133480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5726] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5719 5721 32675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285362080424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5727] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5719 5721 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285361027880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5728] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5719 5721 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285359974824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5729] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5719 5721 32675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285358922280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5730] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5719 5721 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285357869224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5731] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5719 5721 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287358741 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285356816680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5732] ppid=5719 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5719 5721 32675 0 -1 4202560 53 0 0 0 5 0 0 0 20 0 19 0 287358742 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285344406376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5733] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5719 5721 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285343352696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5734] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5719 5721 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285342299528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5735] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285341248272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5736] ppid=5719 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5719 5721 32675 0 -1 4202560 8080 0 0 0 74 2 0 0 20 0 19 0 287358745 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285340195128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5737] ppid=5719 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/5721/task/5737/stat : 5737 (java) S 5719 5721 32675 0 -1 4202560 2953 0 0 0 43 0 0 0 20 0 19 0 287358745 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285339142584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5738] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5738/stat : 5738 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285338089720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5739] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5739/stat : 5739 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285337037384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5740] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5740/stat : 5740 (java) S 5719 5721 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287358778 9856004096 24060 33554432000 1073741824 1073778376 140734078826128 140285335983656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=5721/tid=5729] ppid=5719 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5719 5721 32675 0 -1 4202560 226 0 0 0 64 4 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285358922280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5730] ppid=5719 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5719 5721 32675 0 -1 4202560 65 0 0 0 60 3 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285357869224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5731] ppid=5719 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5719 5721 32675 0 -1 4202560 94 0 0 0 66 4 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285356816680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5732] ppid=5719 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5719 5721 32675 0 -1 4202560 144 0 0 0 297 2 0 0 20 0 19 0 287358742 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285344406376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5733] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5719 5721 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285343352696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5734] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5719 5721 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285342299528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5735] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285341248272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5736] ppid=5719 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5719 5721 32675 0 -1 4202560 8080 0 0 0 74 2 0 0 20 0 19 0 287358745 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285340195128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5737] ppid=5719 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/5721/task/5737/stat : 5737 (java) S 5719 5721 32675 0 -1 4202560 2957 0 0 0 45 0 0 0 20 0 19 0 287358745 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285339142584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5738] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5738/stat : 5738 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285338089720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5739] ppid=5719 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/5721/task/5739/stat : 5739 (java) S 5719 5721 32675 0 -1 4202560 95 0 0 0 15 21 0 0 20 0 19 0 287358745 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285337037384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5740] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5740/stat : 5740 (java) S 5719 5721 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287358778 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285335983656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1667.4
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 5836
/proc/meminfo: memFree=27183532/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9625004 CPUtime=1727.58 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5719 5721 32675 0 -1 4202496 16343 0 1 0 172699 59 0 0 20 0 19 0 287358739 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140734078817264 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5721/statm: 2406251 107406 2284 9 0 2396937 0
[pid=5721/tid=5723] ppid=5719 vsize=9625004 CPUtime=1717.51 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5719 5721 32675 0 -1 4202560 2665 0 1 0 171720 31 0 0 20 0 19 0 287358740 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285520208176 140285393433967 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5724] ppid=5719 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5719 5721 32675 0 -1 4202560 259 0 0 0 65 3 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285364186024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5725] ppid=5719 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5719 5721 32675 0 -1 4202560 71 0 0 0 60 4 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285363133480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5726] ppid=5719 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5719 5721 32675 0 -1 4202560 211 0 0 0 63 4 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285362080424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5727] ppid=5719 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5719 5721 32675 0 -1 4202560 186 0 0 0 71 3 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285361027880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5728] ppid=5719 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5719 5721 32675 0 -1 4202560 103 0 0 0 69 4 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285359974824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5729] ppid=5719 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5719 5721 32675 0 -1 4202560 226 0 0 0 70 4 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285358922280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5730] ppid=5719 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5719 5721 32675 0 -1 4202560 65 0 0 0 63 3 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285357869224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5731] ppid=5719 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5719 5721 32675 0 -1 4202560 94 0 0 0 68 4 0 0 20 0 19 0 287358741 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285356816680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5732] ppid=5719 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5719 5721 32675 0 -1 4202560 146 0 0 0 303 2 0 0 20 0 19 0 287358742 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285344406376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5733] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5719 5721 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285343352696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5734] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5719 5721 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285342299528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5735] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285341248272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5736] ppid=5719 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5719 5721 32675 0 -1 4202560 8080 0 0 0 74 2 0 0 20 0 19 0 287358745 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285340195128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5737] ppid=5719 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/5721/task/5737/stat : 5737 (java) S 5719 5721 32675 0 -1 4202560 2957 0 0 0 45 0 0 0 20 0 19 0 287358745 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285339142584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5738] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5738/stat : 5738 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285338089720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5739] ppid=5719 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/5721/task/5739/stat : 5739 (java) S 5719 5721 32675 0 -1 4202560 99 0 0 0 16 22 0 0 20 0 19 0 287358745 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285337037384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5740] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5740/stat : 5740 (java) S 5719 5721 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287358778 9856004096 107406 33554432000 1073741824 1073778376 140734078826128 140285335983656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.58
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 5836
/proc/meminfo: memFree=27156788/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9625004 CPUtime=1787.78 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5719 5721 32675 0 -1 4202496 16392 0 1 0 178716 62 0 0 20 0 19 0 287358739 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140734078817264 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5721/statm: 2406251 110495 2284 9 0 2396937 0
[pid=5721/tid=5723] ppid=5719 vsize=9625004 CPUtime=1777.38 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5719 5721 32675 0 -1 4202560 2667 0 1 0 177706 32 0 0 20 0 19 0 287358740 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285520208176 140285393363684 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5724] ppid=5719 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5719 5721 32675 0 -1 4202560 282 0 0 0 69 3 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285364186024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5725] ppid=5719 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5719 5721 32675 0 -1 4202560 71 0 0 0 64 4 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285363133480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5726] ppid=5719 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5719 5721 32675 0 -1 4202560 211 0 0 0 66 4 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285362080424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5727] ppid=5719 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5719 5721 32675 0 -1 4202560 192 0 0 0 73 4 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285361027880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5728] ppid=5719 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5719 5721 32675 0 -1 4202560 109 0 0 0 72 5 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285359974824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5729] ppid=5719 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5719 5721 32675 0 -1 4202560 226 0 0 0 72 4 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285358922280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5730] ppid=5719 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5719 5721 32675 0 -1 4202560 65 0 0 0 68 3 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285357869224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5731] ppid=5719 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5719 5721 32675 0 -1 4202560 100 0 0 0 70 4 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285356816680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5732] ppid=5719 vsize=9625004 CPUtime=3.12 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5719 5721 32675 0 -1 4202560 148 0 0 0 310 2 0 0 20 0 19 0 287358742 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285344406376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5733] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5719 5721 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285343352696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5734] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5719 5721 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285342299528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5735] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285341248272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5736] ppid=5719 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5719 5721 32675 0 -1 4202560 8080 0 0 0 74 2 0 0 20 0 19 0 287358745 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285340195128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5737] ppid=5719 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/5721/task/5737/stat : 5737 (java) S 5719 5721 32675 0 -1 4202560 2957 0 0 0 45 0 0 0 20 0 19 0 287358745 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285339142584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5738] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5738/stat : 5738 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285338089720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5739] ppid=5719 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/5721/task/5739/stat : 5739 (java) S 5719 5721 32675 0 -1 4202560 103 0 0 0 17 23 0 0 20 0 19 0 287358745 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285337037384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5740] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5740/stat : 5740 (java) S 5719 5721 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287358778 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285335983656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.78
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 5836
/proc/meminfo: memFree=27156040/32873648 swapFree=7104/7104
[pid=5721] ppid=5719 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5719 5721 32675 0 -1 4202496 16392 0 1 0 179947 62 0 0 20 0 19 0 287358739 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140734078817264 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5721/statm: 2406251 110495 2284 9 0 2396937 0
[pid=5721/tid=5723] ppid=5719 vsize=9625004 CPUtime=1789.69 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5719 5721 32675 0 -1 4202560 2667 0 1 0 178937 32 0 0 20 0 19 0 287358740 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285520208176 140285393336819 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5724] ppid=5719 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5719 5721 32675 0 -1 4202560 282 0 0 0 69 3 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285364186024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5725] ppid=5719 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5719 5721 32675 0 -1 4202560 71 0 0 0 64 4 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285363133480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5726] ppid=5719 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5719 5721 32675 0 -1 4202560 211 0 0 0 66 4 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285362080424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5727] ppid=5719 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5719 5721 32675 0 -1 4202560 192 0 0 0 73 4 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285361027880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5728] ppid=5719 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5719 5721 32675 0 -1 4202560 109 0 0 0 72 5 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285359974824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5729] ppid=5719 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5719 5721 32675 0 -1 4202560 226 0 0 0 72 4 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285358922280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5730] ppid=5719 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5719 5721 32675 0 -1 4202560 65 0 0 0 68 3 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285357869224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5721/tid=5731] ppid=5719 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5719 5721 32675 0 -1 4202560 100 0 0 0 70 4 0 0 20 0 19 0 287358741 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285356816680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5732] ppid=5719 vsize=9625004 CPUtime=3.12 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5719 5721 32675 0 -1 4202560 148 0 0 0 310 2 0 0 20 0 19 0 287358742 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285344406376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5733] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5719 5721 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285343352696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5734] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5719 5721 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287358742 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285342299528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5735] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285341248272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5736] ppid=5719 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5719 5721 32675 0 -1 4202560 8080 0 0 0 74 2 0 0 20 0 19 0 287358745 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285340195128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5721/tid=5737] ppid=5719 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/5721/task/5737/stat : 5737 (java) S 5719 5721 32675 0 -1 4202560 2957 0 0 0 45 0 0 0 20 0 19 0 287358745 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285339142584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5738] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5738/stat : 5738 (java) S 5719 5721 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287358745 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285338089720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5721/tid=5739] ppid=5719 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/5721/task/5739/stat : 5739 (java) S 5719 5721 32675 0 -1 4202560 103 0 0 0 17 24 0 0 20 0 19 0 287358745 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285337037384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5721/tid=5740] ppid=5719 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5740/stat : 5740 (java) S 5719 5721 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287358778 9856004096 110495 33554432000 1073741824 1073778376 140734078826128 140285335983656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1794.67
CPU time (s): 1800.67
CPU user time (s): 1799.62
CPU system time (s): 1.05084
CPU usage (%): 100.335
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 1.05084
maximum resident set size= 442112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16429
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40397
involuntary context switches= 29073

runsolver used 5.9321 second user time and 14.5018 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 15:38:53
IDJOB=3710055
IDBENCH=90121
IDSOLVER=2289
FILE ID=node127/3710055-1338212333
RUNJOBID= node127-1338206934-5255
PBS_JOBID= 14624582
Free space on /tmp= 71168 MiB

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

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

MD5SUM BENCH= 21cc97db69195cd3dcf69a6d797764c1
RANDOM SEED=1131989234

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:        27732300 kB
Buffers:          495268 kB
Cached:          3627052 kB
SwapCached:            0 kB
Active:          1385472 kB
Inactive:        2869484 kB
Active(anon):     134612 kB
Inactive(anon):        0 kB
Active(file):    1250860 kB
Inactive(file):  2869484 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1304 kB
Writeback:             0 kB
AnonPages:        141116 kB
Mapped:            22696 kB
Shmem:               200 kB
Slab:             745644 kB
SReclaimable:     189792 kB
SUnreclaim:       555852 kB
KernelStack:        1600 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     703424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 71168 MiB
End job on node127 at 2012-05-28 16:08:49