Trace number 3710033

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.64 1793.67

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K100.opb
MD5SUM96708928b3148fdbe0ae701534d6c3d7
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 benchmark200.867
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints7002
Number of constraints which are clauses6902
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
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 101
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.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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-3710033-1338214130.opb
0.09/0.12	c reading problem ... 
0.55/0.38	c ... done. Wall clock time 0.267s.
0.55/0.38	c declared #vars     6800
0.55/0.38	c #constraints  7002
0.55/0.38	c constraints type 
0.55/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5613
0.55/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.55/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1287
0.55/0.38	c 7002 constraints processed.
2.38/1.74	c cleaning 2455 clauses out of 4992 with flag 5000/5000
3.96/3.21	c cleaning 4167 clauses out of 8524 with flag 11000/11000
5.46/4.79	c cleaning 5570 clauses out of 11351 with flag 18000/18000
7.38/6.61	c cleaning 6849 clauses out of 13775 with flag 26000/26000
9.53/8.74	c cleaning 7893 clauses out of 15924 with flag 35000/35000
11.94/11.16	c cleaning 8908 clauses out of 18031 with flag 45002/45002
14.64/13.83	c cleaning 9944 clauses out of 20120 with flag 56001/56001
17.45/16.61	c cleaning 11005 clauses out of 22173 with flag 68000/68000
20.59/19.75	c cleaning 11579 clauses out of 24162 with flag 81000/81000
23.79/22.99	c cleaning 11865 clauses out of 26583 with flag 95000/95000
27.32/26.43	c cleaning 13217 clauses out of 29718 with flag 110000/110000
31.15/30.25	c cleaning 14466 clauses out of 32501 with flag 126000/126000
35.36/34.48	c cleaning 15306 clauses out of 35033 with flag 143000/143000
40.17/39.27	c cleaning 16217 clauses out of 37727 with flag 161000/161000
44.91/43.96	c cleaning 17231 clauses out of 40508 with flag 180000/180000
51.33/50.38	c cleaning 18741 clauses out of 43277 with flag 200000/200000
57.06/56.07	c cleaning 19170 clauses out of 45536 with flag 221000/221000
64.36/63.39	c cleaning 20604 clauses out of 48366 with flag 243000/243000
71.08/70.09	c cleaning 20938 clauses out of 50763 with flag 266001/266001
78.92/77.87	c cleaning 22163 clauses out of 53824 with flag 290000/290000
85.74/84.61	c cleaning 22728 clauses out of 56661 with flag 315000/315000
93.35/92.28	c cleaning 24028 clauses out of 59934 with flag 341003/341003
102.08/100.93	c cleaning 25356 clauses out of 62903 with flag 368000/368000
110.53/109.30	c cleaning 26028 clauses out of 65550 with flag 396003/396003
123.44/122.29	c cleaning 27628 clauses out of 68519 with flag 425000/425000
132.30/131.06	c cleaning 27671 clauses out of 70893 with flag 455002/455002
144.37/143.09	c cleaning 29320 clauses out of 74218 with flag 486000/486000
154.81/153.48	c cleaning 29999 clauses out of 76900 with flag 518002/518002
165.43/164.09	c cleaning 31022 clauses out of 79899 with flag 551000/551000
176.65/175.28	c cleaning 31914 clauses out of 82875 with flag 585000/585000
188.98/187.56	c cleaning 33106 clauses out of 85961 with flag 620000/620000
200.14/198.68	c cleaning 33755 clauses out of 88855 with flag 656000/656000
213.00/211.49	c cleaning 35363 clauses out of 92104 with flag 693004/693004
225.83/224.24	c cleaning 36177 clauses out of 94737 with flag 731000/731000
239.87/238.22	c cleaning 37119 clauses out of 97559 with flag 770001/770001
253.82/252.17	c cleaning 38121 clauses out of 100442 with flag 810003/810003
269.19/267.43	c cleaning 39464 clauses out of 103320 with flag 851002/851002
287.84/286.02	c cleaning 40589 clauses out of 105857 with flag 893003/893003
303.58/301.72	c cleaning 41303 clauses out of 108266 with flag 936001/936001
324.06/322.19	c cleaning 42948 clauses out of 110962 with flag 980000/980000
339.45/337.42	c cleaning 43012 clauses out of 113014 with flag 1025000/1025000
356.18/354.16	c cleaning 44738 clauses out of 116004 with flag 1071002/1071002
374.50/372.43	c cleaning 45015 clauses out of 118264 with flag 1118000/1118000
391.50/389.38	c cleaning 46228 clauses out of 121251 with flag 1166002/1166002
409.32/407.13	c cleaning 46775 clauses out of 124022 with flag 1215002/1215002
425.27/423.00	c cleaning 47980 clauses out of 127244 with flag 1265001/1265001
448.11/445.83	c cleaning 48554 clauses out of 130266 with flag 1316003/1316003
470.66/468.38	c cleaning 49830 clauses out of 133709 with flag 1368000/1368000
503.01/500.65	c cleaning 52255 clauses out of 136880 with flag 1421001/1421001
542.06/539.66	c cleaning 53276 clauses out of 138624 with flag 1475000/1475000
575.86/573.39	c cleaning 53794 clauses out of 140348 with flag 1530000/1530000
596.12/593.56	c cleaning 54199 clauses out of 142554 with flag 1586000/1586000
616.64/614.04	c cleaning 55422 clauses out of 145357 with flag 1643002/1643002
641.17/638.52	c cleaning 56492 clauses out of 147934 with flag 1701003/1701003
665.93/663.25	c cleaning 57499 clauses out of 150440 with flag 1760001/1760001
694.30/691.50	c cleaning 58382 clauses out of 152940 with flag 1820000/1820000
716.66/713.85	c cleaning 59565 clauses out of 155559 with flag 1881001/1881001
741.68/738.86	c cleaning 60532 clauses out of 157993 with flag 1943000/1943000
765.43/762.51	c cleaning 61534 clauses out of 160461 with flag 2006000/2006000
794.77/791.81	c cleaning 63006 clauses out of 162927 with flag 2070000/2070000
831.85/828.86	c cleaning 64311 clauses out of 164922 with flag 2135001/2135001
862.85/859.77	c cleaning 64945 clauses out of 166611 with flag 2201001/2201001
888.13/884.91	c cleaning 65269 clauses out of 168665 with flag 2268000/2268000
918.06/914.86	c cleaning 67016 clauses out of 171398 with flag 2336002/2336002
962.59/959.36	c cleaning 67635 clauses out of 173380 with flag 2405000/2405000
990.77/987.46	c cleaning 67851 clauses out of 175748 with flag 2475003/2475003
1031.33/1027.99	c cleaning 69641 clauses out of 178894 with flag 2546000/2546000
1102.19/1098.51	c cleaning 70967 clauses out of 181253 with flag 2618000/2618000
1145.83/1142.15	c cleaning 71480 clauses out of 183286 with flag 2691000/2691000
1191.11/1187.34	c cleaning 72455 clauses out of 185807 with flag 2765001/2765001
1237.14/1233.12	c cleaning 73462 clauses out of 188351 with flag 2840000/2840000
1269.57/1265.57	c cleaning 74650 clauses out of 190889 with flag 2916000/2916000
1304.13/1300.06	c cleaning 75262 clauses out of 193239 with flag 2993000/2993000
1343.10/1338.93	c cleaning 77072 clauses out of 195977 with flag 3071000/3071000
1381.59/1377.31	c cleaning 78121 clauses out of 197907 with flag 3150002/3150002
1417.68/1413.39	c cleaning 78871 clauses out of 199784 with flag 3230000/3230000
1466.44/1462.04	c cleaning 80157 clauses out of 201911 with flag 3311000/3311000
1507.01/1502.55	c cleaning 80759 clauses out of 203754 with flag 3393000/3393000
1561.38/1556.76	c cleaning 82395 clauses out of 205995 with flag 3476000/3476000
1611.10/1606.45	c cleaning 83077 clauses out of 207603 with flag 3560003/3560003
1655.49/1650.61	c cleaning 83942 clauses out of 209524 with flag 3645001/3645001
1713.19/1707.85	c cleaning 84960 clauses out of 211581 with flag 3731000/3731000
1771.10/1765.02	c cleaning 86168 clauses out of 213621 with flag 3818000/3818000
1800.03/1793.61	c starts		: 252
1800.03/1793.61	c conflicts		: 3871891
1800.03/1793.61	c decisions		: 12029268
1800.03/1793.61	c propagations		: 1263509329
1800.03/1793.61	c inspects		: 7714979458
1800.03/1793.61	c shortcuts		: 0
1800.03/1793.61	c learnt literals	: 36
1800.03/1793.61	c learnt binary clauses	: 104731
1800.03/1793.61	c learnt ternary clauses	: 148045
1800.03/1793.61	c learnt constraints	: 3871855
1800.03/1793.61	c ignored constraints	: 0
1800.03/1793.61	c root simplifications	: 288
1800.03/1793.61	c removed literals (reason simplification)	: 175420700
1800.03/1793.61	c reason swapping (by a shorter reason)	: 0
1800.03/1793.61	c Calls to reduceDB	: 83
1800.03/1793.61	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.61	c number of learned constraints concerned by reduction	: 0
1800.03/1793.61	c number of learning phase by resolution	: 0
1800.03/1793.61	c number of learning phase by cutting planes	: 0
1800.03/1793.61	c speed (assignments/second)	: 704606.203163705
1800.03/1793.61	c non guided choices	5991
1800.03/1793.66	c learnt constraints type 
1800.03/1793.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 104704
1800.03/1793.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76735
1800.03/1793.66	c constraints type 
1800.03/1793.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5613
1800.03/1793.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.03/1793.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/1793.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1287
1800.03/1793.66	c 7002 constraints processed.
1800.03/1793.66	s UNKNOWN
1800.03/1793.66	c Total wall clock time (in seconds): 1793.542

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-3710033-1338214130/watcher-3710033-1338214130 -o /tmp/evaluation-result-3710033-1338214130/solver-3710033-1338214130 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710033-1338214130.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 5876
/proc/meminfo: memFree=27590528/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/5876/stat : 5876 (java) R 5874 5876 32675 0 -1 4202496 253 0 0 0 0 0 0 0 20 0 1 0 287538421 8192 1 33554432000 0 0 0 140736273944904 214537235895 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 65 2 0 0 0 22 0

[startup+0.0177489 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 5876
/proc/meminfo: memFree=27590528/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5874 5876 32675 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 287538421 105127936 1109 33554432000 1073741824 1073778376 140737461156528 140737461147664 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 25666 1109 856 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100178 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 5876
/proc/meminfo: memFree=27590528/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5874 5876 32675 0 -1 4202496 4286 0 1 0 9 0 0 0 20 0 18 0 287538421 9787842560 6003 33554432000 1073741824 1073778376 140737461156528 140737461147664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 2389610 6003 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300168 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 5876
/proc/meminfo: memFree=27590528/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5874 5876 32675 0 -1 4202496 7189 0 1 0 54 1 0 0 20 0 18 0 287538421 9787842560 9852 33554432000 1073741824 1073778376 140737461156528 140737461147664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 2389610 9852 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700188 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 5876
/proc/meminfo: memFree=27590528/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=9625004 CPUtime=1.34 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5874 5876 32675 0 -1 4202496 8404 0 1 0 132 2 0 0 20 0 19 0 287538421 9856004096 16566 33554432000 1073741824 1073778376 140737461156528 140737461147664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 2406251 16566 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625004

[startup+1.50055 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 5895
/proc/meminfo: memFree=27530516/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5874 5876 32675 0 -1 4202496 8410 0 1 0 215 2 0 0 20 0 19 0 287538421 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140737461147664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 2406251 17082 2259 9 0 2396937 0
[pid=5876/tid=5878] ppid=5874 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) R 5874 5876 32675 0 -1 4202560 2529 0 1 0 145 2 0 0 20 0 19 0 287538422 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727367797216 140727238078657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5879] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727356860968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5880] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727209900456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5881] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727208847656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5882] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727207794856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5883] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727206743080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5884] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727205690280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5885] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727204637480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5886] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5874 5876 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727203584680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5887] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) S 5874 5876 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287538424 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727191386600 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5888] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) S 5874 5876 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727190332664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5889] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) S 5874 5876 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727189279752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5890] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727188228240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5891] ppid=5874 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5874 5876 32675 0 -1 4202560 2176 0 0 0 34 0 0 0 20 0 19 0 287538427 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727187176376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5892] ppid=5874 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/5876/task/5892/stat : 5892 (java) S 5874 5876 32675 0 -1 4202560 2508 0 0 0 32 0 0 0 20 0 19 0 287538427 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727186123576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5893] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5893/stat : 5893 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727185070968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5894] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5894/stat : 5894 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727184018376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5895] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5895/stat : 5895 (java) S 5874 5876 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287538461 9856004096 17082 33554432000 1073741824 1073778376 140737461156528 140727182963880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 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: 2.04 2.02 2.00 3/213 5895
/proc/meminfo: memFree=27520400/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=9625004 CPUtime=3.85 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5874 5876 32675 0 -1 4202496 8685 0 1 0 383 2 0 0 20 0 19 0 287538421 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140737461147664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 2406251 19685 2284 9 0 2396937 0
[pid=5876/tid=5878] ppid=5874 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) R 5874 5876 32675 0 -1 4202560 2532 0 1 0 303 2 0 0 20 0 19 0 287538422 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727367799384 140727238174255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5879] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5874 5876 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727356860968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5880] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727209900456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5881] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727208847656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5882] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5874 5876 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727207794856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5883] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5874 5876 32675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727206743080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5884] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727205690280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5885] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727204637480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5886] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5874 5876 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727203584680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5887] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) S 5874 5876 32675 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 287538424 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727191386600 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5888] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) S 5874 5876 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727190332664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5889] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) S 5874 5876 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727189279752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5890] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727188228240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5891] ppid=5874 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5874 5876 32675 0 -1 4202560 2180 0 0 0 37 0 0 0 20 0 19 0 287538427 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727187176376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5892] ppid=5874 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/5876/task/5892/stat : 5892 (java) S 5874 5876 32675 0 -1 4202560 2731 0 0 0 36 0 0 0 20 0 19 0 287538427 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727186123576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5893] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5893/stat : 5893 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727185070968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5894] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5894/stat : 5894 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727184018376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5895] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5895/stat : 5895 (java) S 5874 5876 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287538461 9856004096 19685 33554432000 1073741824 1073778376 140737461156528 140727182963880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 5895
/proc/meminfo: memFree=27517984/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=9625004 CPUtime=7.07 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5874 5876 32675 0 -1 4202496 8700 0 1 0 705 2 0 0 20 0 19 0 287538421 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140737461147664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 2406251 20145 2284 9 0 2396937 0
[pid=5876/tid=5878] ppid=5874 vsize=9625004 CPUtime=6.22 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) R 5874 5876 32675 0 -1 4202560 2534 0 1 0 620 2 0 0 20 0 19 0 287538422 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727367799320 140727238083930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5879] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5874 5876 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727356860968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5880] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5874 5876 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727209900456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5881] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727208847656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5882] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5874 5876 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727207794856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5883] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5874 5876 32675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727206743080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5884] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5874 5876 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727205690280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5885] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727204637480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5886] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5874 5876 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287538423 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727203584680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5887] ppid=5874 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) S 5874 5876 32675 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 287538424 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727191386600 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5888] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) S 5874 5876 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727190332664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5889] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) S 5874 5876 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727189279752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5890] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727188228240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5891] ppid=5874 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5874 5876 32675 0 -1 4202560 2180 0 0 0 37 0 0 0 20 0 19 0 287538427 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727187176376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5892] ppid=5874 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/5876/task/5892/stat : 5892 (java) S 5874 5876 32675 0 -1 4202560 2732 0 0 0 38 0 0 0 20 0 19 0 287538427 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727186123576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5893] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5893/stat : 5893 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727185070968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5894] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5894/stat : 5894 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727184018376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5895] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5895/stat : 5895 (java) S 5874 5876 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287538461 9856004096 20145 33554432000 1073741824 1073778376 140737461156528 140727182963880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=5876/tid=5884] ppid=5874 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5874 5876 32675 0 -1 4202560 154 0 0 0 63 3 0 0 20 0 19 0 287538423 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727205690280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5885] ppid=5874 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5874 5876 32675 0 -1 4202560 137 0 0 0 73 6 0 0 20 0 19 0 287538423 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727204637480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5886] ppid=5874 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5874 5876 32675 0 -1 4202560 198 0 0 0 55 5 0 0 20 0 19 0 287538423 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727203584680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5887] ppid=5874 vsize=9625004 CPUtime=3.13 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) S 5874 5876 32675 0 -1 4202560 145 0 0 0 311 2 0 0 20 0 19 0 287538424 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727191386600 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5888] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) S 5874 5876 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727190332664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5889] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) S 5874 5876 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727189279752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5890] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727188228240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5891] ppid=5874 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5874 5876 32675 0 -1 4202560 3105 0 0 0 49 0 0 0 20 0 19 0 287538427 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727187176376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5892] ppid=5874 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/5876/task/5892/stat : 5892 (java) S 5874 5876 32675 0 -1 4202560 3454 0 0 0 42 0 0 0 20 0 19 0 287538427 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727186123576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5893] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5893/stat : 5893 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727185070968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5894] ppid=5874 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/5876/task/5894/stat : 5894 (java) S 5874 5876 32675 0 -1 4202560 97 0 0 0 17 20 0 0 20 0 19 0 287538427 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727184018376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5895] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5895/stat : 5895 (java) S 5874 5876 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287538461 9856004096 99899 33554432000 1073741824 1073778376 140737461156528 140727182963880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1667.22
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 5969
/proc/meminfo: memFree=27225980/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=9625004 CPUtime=1727.98 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5874 5876 32675 0 -1 4202496 12244 0 1 0 172742 56 0 0 20 0 19 0 287538421 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140737461147664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 2406251 87292 2285 9 0 2396937 0
[pid=5876/tid=5878] ppid=5874 vsize=9625004 CPUtime=1717.08 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) R 5874 5876 32675 0 -1 4202560 2684 0 1 0 171677 31 0 0 20 0 19 0 287538422 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727367798128 140727238084022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5879] ppid=5874 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5874 5876 32675 0 -1 4202560 172 0 0 0 78 3 0 0 20 0 19 0 287538423 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727356860968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5880] ppid=5874 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5874 5876 32675 0 -1 4202560 135 0 0 0 75 2 0 0 20 0 19 0 287538423 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727209900456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5881] ppid=5874 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5874 5876 32675 0 -1 4202560 75 0 0 0 81 2 0 0 20 0 19 0 287538423 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727208847656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5882] ppid=5874 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5874 5876 32675 0 -1 4202560 172 0 0 0 74 5 0 0 20 0 19 0 287538423 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727207794856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5883] ppid=5874 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5874 5876 32675 0 -1 4202560 236 0 0 0 78 4 0 0 20 0 19 0 287538423 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727206743080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5884] ppid=5874 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5874 5876 32675 0 -1 4202560 155 0 0 0 78 3 0 0 20 0 19 0 287538423 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727205690280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5885] ppid=5874 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5874 5876 32675 0 -1 4202560 139 0 0 0 86 6 0 0 20 0 19 0 287538423 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727204637480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5886] ppid=5874 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5874 5876 32675 0 -1 4202560 200 0 0 0 67 6 0 0 20 0 19 0 287538423 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727203584680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5887] ppid=5874 vsize=9625004 CPUtime=3.32 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) S 5874 5876 32675 0 -1 4202560 436 0 0 0 330 2 0 0 20 0 19 0 287538424 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727191386600 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5888] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) S 5874 5876 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727190332664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5889] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) S 5874 5876 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727189279752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5890] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727188228240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5891] ppid=5874 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5874 5876 32675 0 -1 4202560 3105 0 0 0 49 0 0 0 20 0 19 0 287538427 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727187176376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5892] ppid=5874 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/5876/task/5892/stat : 5892 (java) S 5874 5876 32675 0 -1 4202560 3454 0 0 0 42 0 0 0 20 0 19 0 287538427 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727186123576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5893] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5893/stat : 5893 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727185070968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5894] ppid=5874 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/5876/task/5894/stat : 5894 (java) S 5874 5876 32675 0 -1 4202560 99 0 0 0 18 21 0 0 20 0 19 0 287538427 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727184018376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5895] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5895/stat : 5895 (java) S 5874 5876 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287538461 9856004096 87292 33554432000 1073741824 1073778376 140737461156528 140727182963880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.98
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 5969
/proc/meminfo: memFree=27258100/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=9625004 CPUtime=1788.61 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5874 5876 32675 0 -1 4202496 12326 0 1 0 178801 60 0 0 20 0 19 0 287538421 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140737461147664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 2406251 81344 2285 9 0 2396937 0
[pid=5876/tid=5878] ppid=5874 vsize=9625004 CPUtime=1776.74 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) R 5874 5876 32675 0 -1 4202560 2700 0 1 0 177642 32 0 0 20 0 19 0 287538422 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727367798128 140727238159257 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5879] ppid=5874 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5874 5876 32675 0 -1 4202560 197 0 0 0 90 3 0 0 20 0 19 0 287538423 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727356860968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5880] ppid=5874 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5874 5876 32675 0 -1 4202560 139 0 0 0 85 2 0 0 20 0 19 0 287538423 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727209900456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5881] ppid=5874 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5874 5876 32675 0 -1 4202560 80 0 0 0 94 2 0 0 20 0 19 0 287538423 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727208847656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5882] ppid=5874 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5874 5876 32675 0 -1 4202560 176 0 0 0 84 5 0 0 20 0 19 0 287538423 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727207794856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5883] ppid=5874 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5874 5876 32675 0 -1 4202560 237 0 0 0 89 4 0 0 20 0 19 0 287538423 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727206743080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5884] ppid=5874 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5874 5876 32675 0 -1 4202560 164 0 0 0 86 4 0 0 20 0 19 0 287538423 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727205690280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5885] ppid=5874 vsize=9625004 CPUtime=1.04 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5874 5876 32675 0 -1 4202560 144 0 0 0 98 6 0 0 20 0 19 0 287538423 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727204637480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5886] ppid=5874 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5874 5876 32675 0 -1 4202560 205 0 0 0 75 6 0 0 20 0 19 0 287538423 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727203584680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5887] ppid=5874 vsize=9625004 CPUtime=3.42 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) S 5874 5876 32675 0 -1 4202560 440 0 0 0 339 3 0 0 20 0 19 0 287538424 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727191386600 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5888] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) S 5874 5876 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727190332664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5889] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) S 5874 5876 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727189279752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5890] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727188228240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5891] ppid=5874 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5874 5876 32675 0 -1 4202560 3105 0 0 0 49 0 0 0 20 0 19 0 287538427 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727187176376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5892] ppid=5874 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/5876/task/5892/stat : 5892 (java) S 5874 5876 32675 0 -1 4202560 3454 0 0 0 42 0 0 0 20 0 19 0 287538427 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727186123576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5893] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5893/stat : 5893 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727185070968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5894] ppid=5874 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/5876/task/5894/stat : 5894 (java) S 5874 5876 32675 0 -1 4202560 103 0 0 0 19 22 0 0 20 0 19 0 287538427 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727184018376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5895] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5895/stat : 5895 (java) S 5874 5876 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287538461 9856004096 81344 33554432000 1073741824 1073778376 140737461156528 140727182963880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.61
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.6 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 5969
/proc/meminfo: memFree=27262072/32873648 swapFree=7104/7104
[pid=5876] ppid=5874 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5874 5876 32675 0 -1 4202496 12329 0 1 0 179942 61 0 0 20 0 19 0 287538421 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140737461147664 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5876/statm: 2406251 80190 2285 9 0 2396937 0
[pid=5876/tid=5878] ppid=5874 vsize=9625004 CPUtime=1788 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) R 5874 5876 32675 0 -1 4202560 2703 0 1 0 178768 32 0 0 20 0 19 0 287538422 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727367798144 140727238197883 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5879] ppid=5874 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5874 5876 32675 0 -1 4202560 197 0 0 0 91 3 0 0 20 0 19 0 287538423 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727356860968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5880] ppid=5874 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5874 5876 32675 0 -1 4202560 139 0 0 0 88 2 0 0 20 0 19 0 287538423 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727209900456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5881] ppid=5874 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5874 5876 32675 0 -1 4202560 80 0 0 0 94 2 0 0 20 0 19 0 287538423 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727208847656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5882] ppid=5874 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5874 5876 32675 0 -1 4202560 176 0 0 0 87 5 0 0 20 0 19 0 287538423 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727207794856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5883] ppid=5874 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5874 5876 32675 0 -1 4202560 237 0 0 0 91 4 0 0 20 0 19 0 287538423 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727206743080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5884] ppid=5874 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5874 5876 32675 0 -1 4202560 164 0 0 0 89 4 0 0 20 0 19 0 287538423 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727205690280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5885] ppid=5874 vsize=9625004 CPUtime=1.06 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5874 5876 32675 0 -1 4202560 144 0 0 0 100 6 0 0 20 0 19 0 287538423 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727204637480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5886] ppid=5874 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5874 5876 32675 0 -1 4202560 205 0 0 0 77 6 0 0 20 0 19 0 287538423 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727203584680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5887] ppid=5874 vsize=9625004 CPUtime=3.42 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) S 5874 5876 32675 0 -1 4202560 440 0 0 0 339 3 0 0 20 0 19 0 287538424 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727191386600 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5888] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) S 5874 5876 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727190332664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5889] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) S 5874 5876 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287538425 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727189279752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5890] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727188228240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5876/tid=5891] ppid=5874 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5874 5876 32675 0 -1 4202560 3105 0 0 0 49 0 0 0 20 0 19 0 287538427 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727187176376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5892] ppid=5874 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/5876/task/5892/stat : 5892 (java) S 5874 5876 32675 0 -1 4202560 3454 0 0 0 42 0 0 0 20 0 19 0 287538427 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727186123576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5876/tid=5893] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5893/stat : 5893 (java) S 5874 5876 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287538427 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727185070968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5876/tid=5894] ppid=5874 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/5876/task/5894/stat : 5894 (java) S 5874 5876 32675 0 -1 4202560 103 0 0 0 19 22 0 0 20 0 19 0 287538427 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727184018376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5876/tid=5895] ppid=5874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5895/stat : 5895 (java) S 5874 5876 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287538461 9856004096 80190 33554432000 1073741824 1073778376 140737461156528 140727182963880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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): 1793.67
CPU time (s): 1800.64
CPU user time (s): 1799.61
CPU system time (s): 1.03284
CPU usage (%): 100.389
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 1.03284
maximum resident set size= 418700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12384
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41698
involuntary context switches= 23410

runsolver used 6.03008 second user time and 14.7528 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 16:08:50
IDJOB=3710033
IDBENCH=90133
IDSOLVER=2289
FILE ID=node127/3710033-1338214130
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_K100.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-3710033-1338214130/watcher-3710033-1338214130 -o /tmp/evaluation-result-3710033-1338214130/solver-3710033-1338214130 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710033-1338214130.opb

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

MD5SUM BENCH= 96708928b3148fdbe0ae701534d6c3d7
RANDOM SEED=927481642

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:        27590156 kB
Buffers:          495688 kB
Cached:          3627404 kB
SwapCached:            0 kB
Active:          1521804 kB
Inactive:        2869752 kB
Active(anon):     269928 kB
Inactive(anon):      244 kB
Active(file):    1251876 kB
Inactive(file):  2869508 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:        280260 kB
Mapped:            22612 kB
Shmem:               200 kB
Slab:             745560 kB
SReclaimable:     189824 kB
SUnreclaim:       555736 kB
KernelStack:        1600 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     703596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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:38:45