Trace number 3689675

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K164.opb
MD5SUM57b7e746b37944d021e8febe16059957
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19516
Total number of constraints19846
Number of constraints which are clauses19682
Number of constraints which are cardinality constraints (but not clauses)164
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
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 165
Number of bits of the biggest sum of numbers8
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3689675-1337892297.opb
0.08/0.11	c reading problem ... 
1.22/0.61	c ... done. Wall clock time 0.492s.
1.22/0.61	c declared #vars     19516
1.22/0.61	c #constraints  19846
1.22/0.61	c constraints type 
1.22/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
1.22/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
1.22/0.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.22/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
1.22/0.61	c 19846 constraints processed.
3.43/2.57	c cleaning 2487 clauses out of 4996 with flag 5000/5000
6.08/4.61	c cleaning 4211 clauses out of 8506 with flag 11000/11000
8.19/6.79	c cleaning 5616 clauses out of 11291 with flag 18000/18000
11.10/9.62	c cleaning 6768 clauses out of 13672 with flag 26001/26001
14.08/12.58	c cleaning 7824 clauses out of 15899 with flag 35000/35000
16.90/15.39	c cleaning 8946 clauses out of 18072 with flag 45000/45000
20.81/19.28	c cleaning 9969 clauses out of 20126 with flag 56002/56002
24.33/22.75	c cleaning 10956 clauses out of 22154 with flag 68000/68000
28.44/26.85	c cleaning 11904 clauses out of 24196 with flag 81000/81000
32.49/30.80	c cleaning 12977 clauses out of 26292 with flag 95002/95002
37.33/35.67	c cleaning 14039 clauses out of 28311 with flag 110000/110000
42.35/40.65	c cleaning 14962 clauses out of 30271 with flag 126000/126000
47.76/46.08	c cleaning 15927 clauses out of 32308 with flag 143000/143000
53.69/51.95	c cleaning 16978 clauses out of 34380 with flag 161001/161001
59.80/58.03	c cleaning 17676 clauses out of 36398 with flag 180000/180000
65.32/63.56	c cleaning 18407 clauses out of 38722 with flag 200000/200000
71.55/69.74	c cleaning 19341 clauses out of 41314 with flag 221000/221000
78.82/76.93	c cleaning 19983 clauses out of 43970 with flag 243000/243000
85.74/83.86	c cleaning 21051 clauses out of 46989 with flag 266002/266002
92.89/90.96	c cleaning 22111 clauses out of 49941 with flag 290005/290005
100.37/98.36	c cleaning 23226 clauses out of 52825 with flag 315000/315000
108.59/106.53	c cleaning 23723 clauses out of 55598 with flag 341000/341000
117.04/114.98	c cleaning 25023 clauses out of 58873 with flag 368000/368000
126.72/124.51	c cleaning 25505 clauses out of 61852 with flag 396002/396002
135.27/133.04	c cleaning 26976 clauses out of 65346 with flag 425002/425002
145.53/143.20	c cleaning 28562 clauses out of 68367 with flag 455000/455000
156.42/154.06	c cleaning 28416 clauses out of 70804 with flag 486000/486000
167.09/164.69	c cleaning 29636 clauses out of 74388 with flag 518000/518000
178.73/176.24	c cleaning 30528 clauses out of 77752 with flag 551000/551000
190.38/187.85	c cleaning 31009 clauses out of 81224 with flag 585000/585000
201.82/199.24	c cleaning 32502 clauses out of 85215 with flag 620001/620001
213.66/211.00	c cleaning 33320 clauses out of 88712 with flag 656000/656000
226.79/224.12	c cleaning 33750 clauses out of 92394 with flag 693002/693002
239.96/237.27	c cleaning 35173 clauses out of 96646 with flag 731004/731004
253.39/250.65	c cleaning 35986 clauses out of 100470 with flag 770001/770001
266.87/264.01	c cleaning 36794 clauses out of 104486 with flag 810003/810003
280.31/277.46	c cleaning 38180 clauses out of 108691 with flag 851003/851003
295.77/292.81	c cleaning 39373 clauses out of 112510 with flag 893002/893002
310.55/307.51	c cleaning 39895 clauses out of 116135 with flag 936000/936000
326.93/323.84	c cleaning 41407 clauses out of 120243 with flag 980003/980003
348.35/345.09	c cleaning 42473 clauses out of 123834 with flag 1025001/1025001
363.67/360.28	c cleaning 42850 clauses out of 127361 with flag 1071002/1071002
380.15/376.68	c cleaning 43430 clauses out of 131511 with flag 1118002/1118002
397.45/393.85	c cleaning 44665 clauses out of 136078 with flag 1166000/1166000
415.33/411.65	c cleaning 45913 clauses out of 140413 with flag 1215000/1215000
434.21/430.46	c cleaning 46062 clauses out of 144500 with flag 1265000/1265000
452.28/448.48	c cleaning 47880 clauses out of 149438 with flag 1316000/1316000
471.56/467.67	c cleaning 49144 clauses out of 153559 with flag 1368001/1368001
490.63/486.64	c cleaning 49690 clauses out of 157414 with flag 1421000/1421000
511.09/507.04	c cleaning 50603 clauses out of 161725 with flag 1475001/1475001
531.57/527.40	c cleaning 52164 clauses out of 166121 with flag 1530000/1530000
552.25/548.05	c cleaning 52113 clauses out of 169957 with flag 1586000/1586000
573.37/569.05	c cleaning 53724 clauses out of 174844 with flag 1643000/1643000
595.75/591.38	c cleaning 53915 clauses out of 179120 with flag 1701000/1701000
619.11/614.66	c cleaning 54662 clauses out of 184207 with flag 1760003/1760003
640.44/635.83	c cleaning 56391 clauses out of 189541 with flag 1820000/1820000
665.49/660.81	c cleaning 56532 clauses out of 194149 with flag 1881001/1881001
691.86/687.07	c cleaning 58566 clauses out of 199616 with flag 1943000/1943000
717.52/712.68	c cleaning 58508 clauses out of 204050 with flag 2006000/2006000
744.60/739.61	c cleaning 60369 clauses out of 209542 with flag 2070000/2070000
769.27/764.28	c cleaning 61401 clauses out of 214172 with flag 2135000/2135000
795.25/790.10	c cleaning 62156 clauses out of 218771 with flag 2201000/2201000
821.02/815.86	c cleaning 63388 clauses out of 223615 with flag 2268000/2268000
849.21/843.92	c cleaning 64527 clauses out of 228228 with flag 2336002/2336002
876.64/871.24	c cleaning 64810 clauses out of 232700 with flag 2405001/2405001
905.10/899.68	c cleaning 65322 clauses out of 237890 with flag 2475001/2475001
934.85/929.39	c cleaning 67351 clauses out of 243567 with flag 2546000/2546000
963.74/958.19	c cleaning 67861 clauses out of 248218 with flag 2618002/2618002
992.92/987.16	c cleaning 69709 clauses out of 253356 with flag 2691001/2691001
1025.27/1019.48	c cleaning 69887 clauses out of 257646 with flag 2765000/2765000
1054.26/1048.26	c cleaning 71748 clauses out of 262760 with flag 2840001/2840001
1084.19/1078.12	c cleaning 72000 clauses out of 267010 with flag 2916000/2916000
1116.42/1110.29	c cleaning 72438 clauses out of 272012 with flag 2993003/2993003
1168.00/1160.44	c cleaning 75598 clauses out of 277574 with flag 3071003/3071003
1205.97/1197.90	c cleaning 75828 clauses out of 280973 with flag 3150000/3150000
1239.79/1231.33	c cleaning 75712 clauses out of 285145 with flag 3230000/3230000
1272.79/1263.83	c cleaning 77671 clauses out of 290434 with flag 3311001/3311001
1308.06/1298.75	c cleaning 78172 clauses out of 294764 with flag 3393002/3393002
1344.81/1335.24	c cleaning 78693 clauses out of 299590 with flag 3476000/3476000
1381.01/1371.16	c cleaning 79471 clauses out of 304897 with flag 3560000/3560000
1419.22/1407.96	c cleaning 80562 clauses out of 310425 with flag 3645000/3645000
1461.52/1449.38	c cleaning 82203 clauses out of 315865 with flag 3731002/3731002
1502.40/1489.60	c cleaning 82990 clauses out of 320660 with flag 3818000/3818000
1542.63/1529.19	c cleaning 84328 clauses out of 325670 with flag 3906000/3906000
1584.64/1570.85	c cleaning 84779 clauses out of 330342 with flag 3995000/3995000
1624.44/1610.27	c cleaning 85480 clauses out of 335563 with flag 4085000/4085000
1666.45/1651.66	c cleaning 86434 clauses out of 341083 with flag 4176000/4176000
1704.81/1689.46	c cleaning 87949 clauses out of 346651 with flag 4268003/4268003
1750.38/1734.69	c cleaning 88943 clauses out of 351699 with flag 4361000/4361000
1796.18/1779.50	c cleaning 89453 clauses out of 356758 with flag 4455002/4455002
1800.07/1783.21	c starts		: 250
1800.07/1783.21	c conflicts		: 4464879
1800.07/1783.21	c decisions		: 92356597
1800.07/1783.21	c propagations		: 3525219517
1800.07/1783.21	c inspects		: 8118165183
1800.07/1783.21	c shortcuts		: 0
1800.07/1783.21	c learnt literals	: 62
1800.07/1783.21	c learnt binary clauses	: 232773
1800.07/1783.21	c learnt ternary clauses	: 245400
1800.07/1783.21	c learnt constraints	: 4464816
1800.07/1783.21	c ignored constraints	: 0
1800.07/1783.21	c root simplifications	: 0
1800.07/1783.21	c removed literals (reason simplification)	: 0
1800.07/1783.21	c reason swapping (by a shorter reason)	: 0
1800.07/1783.21	c Calls to reduceDB	: 90
1800.07/1783.21	c number of reductions to clauses (during analyze)	: 0
1800.07/1783.21	c number of learned constraints concerned by reduction	: 0
1800.07/1783.21	c number of learning phase by resolution	: 0
1800.07/1783.21	c number of learning phase by cutting planes	: 0
1800.07/1783.21	c speed (assignments/second)	: 1977591.817936005
1800.07/1783.21	c non guided choices	53566
1800.07/1783.26	c learnt constraints type 
1800.07/1783.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 232773
1800.07/1783.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 44485
1800.07/1783.26	c constraints type 
1800.07/1783.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
1800.07/1783.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
1800.07/1783.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/1783.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
1800.07/1783.26	c 19846 constraints processed.
1800.07/1783.26	s UNKNOWN
1800.07/1783.26	c Total wall clock time (in seconds): 1783.147

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-3689675-1337892297/watcher-3689675-1337892297 -o /tmp/evaluation-result-3689675-1337892297/solver-3689675-1337892297 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689675-1337892297.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.01 2.01 2.00 3/194 11898
/proc/meminfo: memFree=25054016/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11898/stat : 11898 (java) D 11896 11898 8709 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 255354536 9515008 175 33554432000 1073741824 1073778376 140736254916864 140736254899592 213419639696 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/11898/statm: 2323 175 133 9 0 71 0

[startup+0.0151279 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 11898
/proc/meminfo: memFree=25054016/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11898/stat : 11898 (java) S 11896 11898 8709 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 255354536 98570240 978 33554432000 1073741824 1073778376 140735287679808 140735287670944 213422997565 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11898/statm: 24065 978 744 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100275 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 11898
/proc/meminfo: memFree=25054016/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/11898/stat : 11898 (java) S 11896 11898 8709 0 -1 4202496 4330 0 1 0 7 1 0 0 20 0 18 0 255354536 9787813888 5021 33554432000 1073741824 1073778376 140735287679808 140735287670944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11898/statm: 2389603 5022 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300292 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 11898
/proc/meminfo: memFree=25054016/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=9558412 CPUtime=0.55 cores=1,3,5,7
/proc/11898/stat : 11898 (java) S 11896 11898 8709 0 -1 4202496 7346 0 1 0 53 2 0 0 20 0 18 0 255354536 9787813888 10874 33554432000 1073741824 1073778376 140735287679808 140735287670944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11898/statm: 2389603 10874 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700313 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 11898
/proc/meminfo: memFree=25054016/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/11898/stat : 11898 (java) S 11896 11898 8709 0 -1 4202496 9893 0 1 0 144 4 0 0 20 0 19 0 255354536 9855975424 35387 33554432000 1073741824 1073778376 140735287679808 140735287670944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11898/statm: 2406244 35387 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9624976

[startup+1.50079 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 11917
/proc/meminfo: memFree=24921444/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=9624976 CPUtime=2.42 cores=1,3,5,7
/proc/11898/stat : 11898 (java) S 11896 11898 8709 0 -1 4202496 9920 0 1 0 238 4 0 0 20 0 19 0 255354536 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140735287670944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11898/statm: 2406244 35925 2251 9 0 2396937 0
[pid=11898/tid=11900] ppid=11896 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/11898/task/11900/stat : 11900 (java) R 11896 11898 8709 0 -1 4202560 2559 0 1 0 143 3 0 0 20 0 19 0 255354537 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211757433352 140211697951082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11901] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11901/stat : 11901 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211696163624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11902] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11902/stat : 11902 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211695110824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11903] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11903/stat : 11903 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211694058536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11904] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11904/stat : 11904 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211693005736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11905] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11905/stat : 11905 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211691952424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11906] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11906/stat : 11906 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211595720872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11907] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11907/stat : 11907 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211594668584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11908] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11908/stat : 11908 (java) S 11896 11898 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211593615784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11909] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11909/stat : 11909 (java) S 11896 11898 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255354539 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211581418216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11910] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11910/stat : 11910 (java) S 11896 11898 8709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211580364280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11911] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11911/stat : 11911 (java) S 11896 11898 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211579311880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11912] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11912/stat : 11912 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211578260368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11913] ppid=11896 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/11898/task/11913/stat : 11913 (java) S 11896 11898 8709 0 -1 4202560 3438 0 0 0 51 0 0 0 20 0 19 0 255354542 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211577206968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11914] ppid=11896 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/11898/task/11914/stat : 11914 (java) S 11896 11898 8709 0 -1 4202560 2729 0 0 0 41 0 0 0 20 0 19 0 255354542 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211576154168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11915] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11915/stat : 11915 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211575102072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11916] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11916/stat : 11916 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211574049480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11917] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11917/stat : 11917 (java) S 11896 11898 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255354599 9855975424 35925 33554432000 1073741824 1073778376 140735287679808 140211572995496 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9624976

[startup+3.10079 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 11917
/proc/meminfo: memFree=24918636/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=9624976 CPUtime=4.54 cores=1,3,5,7
/proc/11898/stat : 11898 (java) S 11896 11898 8709 0 -1 4202496 15660 0 1 0 446 8 0 0 20 0 19 0 255354536 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140735287670944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11898/statm: 2406244 44859 2281 9 0 2396937 0
[pid=11898/tid=11900] ppid=11896 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/11898/task/11900/stat : 11900 (java) R 11896 11898 8709 0 -1 4202560 2564 0 1 0 299 3 0 0 20 0 19 0 255354537 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211757433304 140211697944181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11901] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11901/stat : 11901 (java) S 11896 11898 8709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211696163624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11902] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11902/stat : 11902 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211695110824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11903] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11903/stat : 11903 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211694058536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11904] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11904/stat : 11904 (java) S 11896 11898 8709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211693005736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11905] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11905/stat : 11905 (java) S 11896 11898 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211691952424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11906] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11906/stat : 11906 (java) S 11896 11898 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211595720872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11907] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11907/stat : 11907 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211594668584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11908] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11908/stat : 11908 (java) S 11896 11898 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211593615784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11909] ppid=11896 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/11898/task/11909/stat : 11909 (java) S 11896 11898 8709 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255354539 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211581418216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11910] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11910/stat : 11910 (java) S 11896 11898 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211580364280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11911] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11911/stat : 11911 (java) S 11896 11898 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211579311880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11912] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11912/stat : 11912 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211578260368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11913] ppid=11896 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/11898/task/11913/stat : 11913 (java) S 11896 11898 8709 0 -1 4202560 3463 0 0 0 56 0 0 0 20 0 19 0 255354542 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211577206968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11914] ppid=11896 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/11898/task/11914/stat : 11914 (java) S 11896 11898 8709 0 -1 4202560 8383 0 0 0 82 3 0 0 20 0 19 0 255354542 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211576154168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11915] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11915/stat : 11915 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211575102072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11916] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11916/stat : 11916 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211574049480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11917] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11917/stat : 11917 (java) S 11896 11898 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255354599 9855975424 44859 33554432000 1073741824 1073778376 140735287679808 140211572995496 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9624976

[startup+6.30077 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 11917
/proc/meminfo: memFree=24878744/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=9624976 CPUtime=7.79 cores=1,3,5,7
/proc/11898/stat : 11898 (java) S 11896 11898 8709 0 -1 4202496 15680 0 1 0 770 9 0 0 20 0 19 0 255354536 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140735287670944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11898/statm: 2406244 45784 2281 9 0 2396937 0
[pid=11898/tid=11900] ppid=11896 vsize=9624976 CPUtime=6.18 cores=1,3,5,7
/proc/11898/task/11900/stat : 11900 (java) R 11896 11898 8709 0 -1 4202560 2568 0 1 0 615 3 0 0 20 0 19 0 255354537 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211757433312 140211697961656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11901] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11901/stat : 11901 (java) S 11896 11898 8709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211696163624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11902] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11902/stat : 11902 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211695110824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11903] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11903/stat : 11903 (java) S 11896 11898 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211694058536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11904] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11904/stat : 11904 (java) S 11896 11898 8709 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211693005736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11905] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11905/stat : 11905 (java) S 11896 11898 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211691952424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11906] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11906/stat : 11906 (java) S 11896 11898 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211595720872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11907] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11907/stat : 11907 (java) S 11896 11898 8709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211594668584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11908] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11908/stat : 11908 (java) S 11896 11898 8709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255354538 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211593615784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11909] ppid=11896 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/11898/task/11909/stat : 11909 (java) S 11896 11898 8709 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 255354539 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211581418216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11910] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11910/stat : 11910 (java) S 11896 11898 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211580364280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11911] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11911/stat : 11911 (java) S 11896 11898 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211579311880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11912] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11912/stat : 11912 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211578260368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11913] ppid=11896 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/11898/task/11913/stat : 11913 (java) S 11896 11898 8709 0 -1 4202560 3463 0 0 0 58 0 0 0 20 0 19 0 255354542 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211577206968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11914] ppid=11896 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/11898/task/11914/stat : 11914 (java) S 11896 11898 8709 0 -1 4202560 8383 0 0 0 85 3 0 0 20 0 19 0 255354542 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211576154168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11915] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11915/stat : 11915 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211575102072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11916] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11916/stat : 11916 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211574049480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11917] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11917/stat : 11917 (java) S 11896 11898 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255354599 9855975424 45784 33554432000 1073741824 1073778376 140735287679808 140211572995496 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=11898/tid=11913] ppid=11896 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/11898/task/11913/stat : 11913 (java) S 11896 11898 8709 0 -1 4202560 3471 0 0 0 58 0 0 0 20 0 19 0 255354542 9855975424 121771 33554432000 1073741824 1073778376 140735287679808 140211577206968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11914] ppid=11896 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/11898/task/11914/stat : 11914 (java) S 11896 11898 8709 0 -1 4202560 8404 0 0 0 101 3 0 0 20 0 19 0 255354542 9855975424 121771 33554432000 1073741824 1073778376 140735287679808 140211576154168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11915] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11915/stat : 11915 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 121771 33554432000 1073741824 1073778376 140735287679808 140211575102072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11916] ppid=11896 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/11898/task/11916/stat : 11916 (java) S 11896 11898 8709 0 -1 4202560 95 0 0 0 36 32 0 0 20 0 19 0 255354542 9855975424 121771 33554432000 1073741824 1073778376 140735287679808 140211574049480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11917] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11917/stat : 11917 (java) S 11896 11898 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255354599 9855975424 121771 33554432000 1073741824 1073778376 140735287679808 140211572995496 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1677.35
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 12014
/proc/meminfo: memFree=25050544/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=9624976 CPUtime=1737.95 cores=1,3,5,7
/proc/11898/stat : 11898 (java) S 11896 11898 8709 0 -1 4202496 27909 0 1 0 173667 128 0 0 20 0 19 0 255354536 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140735287670944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11898/statm: 2406244 123975 2282 9 0 2396937 0
[pid=11898/tid=11900] ppid=11896 vsize=9624976 CPUtime=1705.37 cores=1,3,5,7
/proc/11898/task/11900/stat : 11900 (java) R 11896 11898 8709 0 -1 4202560 2825 0 1 0 170507 30 0 0 20 0 19 0 255354537 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211757432192 140211697904784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11901] ppid=11896 vsize=9624976 CPUtime=2.28 cores=1,3,5,7
/proc/11898/task/11901/stat : 11901 (java) S 11896 11898 8709 0 -1 4202560 1103 0 0 0 220 8 0 0 20 0 19 0 255354538 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211696163624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11902] ppid=11896 vsize=9624976 CPUtime=2.28 cores=1,3,5,7
/proc/11898/task/11902/stat : 11902 (java) S 11896 11898 8709 0 -1 4202560 1775 0 0 0 220 8 0 0 20 0 19 0 255354538 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211695110824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11903] ppid=11896 vsize=9624976 CPUtime=2.34 cores=1,3,5,7
/proc/11898/task/11903/stat : 11903 (java) S 11896 11898 8709 0 -1 4202560 2203 0 0 0 225 9 0 0 20 0 19 0 255354538 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211694058536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11904] ppid=11896 vsize=9624976 CPUtime=2.5 cores=1,3,5,7
/proc/11898/task/11904/stat : 11904 (java) S 11896 11898 8709 0 -1 4202560 2118 0 0 0 238 12 0 0 20 0 19 0 255354538 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211693005736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11905] ppid=11896 vsize=9624976 CPUtime=2.23 cores=1,3,5,7
/proc/11898/task/11905/stat : 11905 (java) S 11896 11898 8709 0 -1 4202560 1568 0 0 0 213 10 0 0 20 0 19 0 255354538 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211691952424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11906] ppid=11896 vsize=9624976 CPUtime=2.38 cores=1,3,5,7
/proc/11898/task/11906/stat : 11906 (java) S 11896 11898 8709 0 -1 4202560 885 0 0 0 229 9 0 0 20 0 19 0 255354538 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211595720872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11907] ppid=11896 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/11898/task/11907/stat : 11907 (java) S 11896 11898 8709 0 -1 4202560 807 0 0 0 227 10 0 0 20 0 19 0 255354538 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211594668584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11908] ppid=11896 vsize=9624976 CPUtime=2.26 cores=1,3,5,7
/proc/11898/task/11908/stat : 11908 (java) S 11896 11898 8709 0 -1 4202560 857 0 0 0 218 8 0 0 20 0 19 0 255354538 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211593615784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11909] ppid=11896 vsize=9624976 CPUtime=7.06 cores=1,3,5,7
/proc/11898/task/11909/stat : 11909 (java) S 11896 11898 8709 0 -1 4202560 614 0 0 0 701 5 0 0 20 0 19 0 255354539 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211581418216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11910] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11910/stat : 11910 (java) S 11896 11898 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211580364280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11911] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11911/stat : 11911 (java) S 11896 11898 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211579311880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11912] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11912/stat : 11912 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211578260368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11913] ppid=11896 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/11898/task/11913/stat : 11913 (java) S 11896 11898 8709 0 -1 4202560 3471 0 0 0 58 0 0 0 20 0 19 0 255354542 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211577206968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11914] ppid=11896 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/11898/task/11914/stat : 11914 (java) S 11896 11898 8709 0 -1 4202560 8404 0 0 0 101 3 0 0 20 0 19 0 255354542 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211576154168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11915] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11915/stat : 11915 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211575102072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11916] ppid=11896 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/11898/task/11916/stat : 11916 (java) S 11896 11898 8709 0 -1 4202560 99 0 0 0 38 33 0 0 20 0 19 0 255354542 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211574049480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11917] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11917/stat : 11917 (java) S 11896 11898 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255354599 9855975424 123975 33554432000 1073741824 1073778376 140735287679808 140211572995496 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1737.95
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 12014
/proc/meminfo: memFree=24871748/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=9624976 CPUtime=1799.16 cores=1,3,5,7
/proc/11898/stat : 11898 (java) S 11896 11898 8709 0 -1 4202496 28523 0 1 0 179783 133 0 0 20 0 19 0 255354536 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140735287670944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11898/statm: 2406244 128744 2282 9 0 2396937 0
[pid=11898/tid=11900] ppid=11896 vsize=9624976 CPUtime=1764.48 cores=1,3,5,7
/proc/11898/task/11900/stat : 11900 (java) R 11896 11898 8709 0 -1 4202560 2843 0 1 0 176417 31 0 0 20 0 19 0 255354537 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211757432208 140211697982968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11901] ppid=11896 vsize=9624976 CPUtime=2.47 cores=1,3,5,7
/proc/11898/task/11901/stat : 11901 (java) S 11896 11898 8709 0 -1 4202560 1103 0 0 0 238 9 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211696163624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11902] ppid=11896 vsize=9624976 CPUtime=2.55 cores=1,3,5,7
/proc/11898/task/11902/stat : 11902 (java) S 11896 11898 8709 0 -1 4202560 1906 0 0 0 246 9 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211695110824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11903] ppid=11896 vsize=9624976 CPUtime=2.53 cores=1,3,5,7
/proc/11898/task/11903/stat : 11903 (java) S 11896 11898 8709 0 -1 4202560 2296 0 0 0 244 9 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211694058536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11904] ppid=11896 vsize=9624976 CPUtime=2.67 cores=1,3,5,7
/proc/11898/task/11904/stat : 11904 (java) S 11896 11898 8709 0 -1 4202560 2123 0 0 0 254 13 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211693005736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11905] ppid=11896 vsize=9624976 CPUtime=2.45 cores=1,3,5,7
/proc/11898/task/11905/stat : 11905 (java) S 11896 11898 8709 0 -1 4202560 1701 0 0 0 234 11 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211691952424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11906] ppid=11896 vsize=9624976 CPUtime=2.58 cores=1,3,5,7
/proc/11898/task/11906/stat : 11906 (java) S 11896 11898 8709 0 -1 4202560 984 0 0 0 249 9 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211595720872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11907] ppid=11896 vsize=9624976 CPUtime=2.56 cores=1,3,5,7
/proc/11898/task/11907/stat : 11907 (java) S 11896 11898 8709 0 -1 4202560 865 0 0 0 246 10 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211594668584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11908] ppid=11896 vsize=9624976 CPUtime=2.49 cores=1,3,5,7
/proc/11898/task/11908/stat : 11908 (java) S 11896 11898 8709 0 -1 4202560 899 0 0 0 241 8 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211593615784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11909] ppid=11896 vsize=9624976 CPUtime=7.33 cores=1,3,5,7
/proc/11898/task/11909/stat : 11909 (java) S 11896 11898 8709 0 -1 4202560 645 0 0 0 728 5 0 0 20 0 19 0 255354539 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211581418216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11910] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11910/stat : 11910 (java) S 11896 11898 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211580364280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11911] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11911/stat : 11911 (java) S 11896 11898 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211579311880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11912] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11912/stat : 11912 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211578260368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11913] ppid=11896 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/11898/task/11913/stat : 11913 (java) S 11896 11898 8709 0 -1 4202560 3471 0 0 0 58 0 0 0 20 0 19 0 255354542 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211577206968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11914] ppid=11896 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/11898/task/11914/stat : 11914 (java) S 11896 11898 8709 0 -1 4202560 8404 0 0 0 101 3 0 0 20 0 19 0 255354542 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211576154168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11915] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11915/stat : 11915 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211575102072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11916] ppid=11896 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/11898/task/11916/stat : 11916 (java) S 11896 11898 8709 0 -1 4202560 103 0 0 0 38 35 0 0 20 0 19 0 255354542 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211574049480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11917] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11917/stat : 11917 (java) S 11896 11898 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255354599 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211572995496 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.16
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.2 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 12014
/proc/meminfo: memFree=24871748/32873844 swapFree=6592/6592
[pid=11898] ppid=11896 vsize=9624976 CPUtime=1800.07 cores=1,3,5,7
/proc/11898/stat : 11898 (java) S 11896 11898 8709 0 -1 4202496 28523 0 1 0 179874 133 0 0 20 0 19 0 255354536 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140735287670944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11898/statm: 2406244 128744 2282 9 0 2396937 0
[pid=11898/tid=11900] ppid=11896 vsize=9624976 CPUtime=1765.38 cores=1,3,5,7
/proc/11898/task/11900/stat : 11900 (java) R 11896 11898 8709 0 -1 4202560 2843 0 1 0 176507 31 0 0 20 0 19 0 255354537 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211757432208 140211697188757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11901] ppid=11896 vsize=9624976 CPUtime=2.47 cores=1,3,5,7
/proc/11898/task/11901/stat : 11901 (java) S 11896 11898 8709 0 -1 4202560 1103 0 0 0 238 9 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211696163624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11902] ppid=11896 vsize=9624976 CPUtime=2.55 cores=1,3,5,7
/proc/11898/task/11902/stat : 11902 (java) S 11896 11898 8709 0 -1 4202560 1906 0 0 0 246 9 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211695110824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11903] ppid=11896 vsize=9624976 CPUtime=2.53 cores=1,3,5,7
/proc/11898/task/11903/stat : 11903 (java) S 11896 11898 8709 0 -1 4202560 2296 0 0 0 244 9 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211694058536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11904] ppid=11896 vsize=9624976 CPUtime=2.67 cores=1,3,5,7
/proc/11898/task/11904/stat : 11904 (java) S 11896 11898 8709 0 -1 4202560 2123 0 0 0 254 13 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211693005736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11905] ppid=11896 vsize=9624976 CPUtime=2.45 cores=1,3,5,7
/proc/11898/task/11905/stat : 11905 (java) S 11896 11898 8709 0 -1 4202560 1701 0 0 0 234 11 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211691952424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11906] ppid=11896 vsize=9624976 CPUtime=2.58 cores=1,3,5,7
/proc/11898/task/11906/stat : 11906 (java) S 11896 11898 8709 0 -1 4202560 984 0 0 0 249 9 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211595720872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11907] ppid=11896 vsize=9624976 CPUtime=2.56 cores=1,3,5,7
/proc/11898/task/11907/stat : 11907 (java) S 11896 11898 8709 0 -1 4202560 865 0 0 0 246 10 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211594668584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11908] ppid=11896 vsize=9624976 CPUtime=2.49 cores=1,3,5,7
/proc/11898/task/11908/stat : 11908 (java) S 11896 11898 8709 0 -1 4202560 899 0 0 0 241 8 0 0 20 0 19 0 255354538 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211593615784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11909] ppid=11896 vsize=9624976 CPUtime=7.33 cores=1,3,5,7
/proc/11898/task/11909/stat : 11909 (java) S 11896 11898 8709 0 -1 4202560 645 0 0 0 728 5 0 0 20 0 19 0 255354539 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211581418216 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11910] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11910/stat : 11910 (java) S 11896 11898 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211580364280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11911] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11911/stat : 11911 (java) S 11896 11898 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255354540 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211579311880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11912] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11912/stat : 11912 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211578260368 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11898/tid=11913] ppid=11896 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/11898/task/11913/stat : 11913 (java) S 11896 11898 8709 0 -1 4202560 3471 0 0 0 58 0 0 0 20 0 19 0 255354542 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211577206968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11914] ppid=11896 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/11898/task/11914/stat : 11914 (java) S 11896 11898 8709 0 -1 4202560 8404 0 0 0 101 3 0 0 20 0 19 0 255354542 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211576154168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11898/tid=11915] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11915/stat : 11915 (java) S 11896 11898 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255354542 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211575102072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11898/tid=11916] ppid=11896 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/11898/task/11916/stat : 11916 (java) S 11896 11898 8709 0 -1 4202560 103 0 0 0 38 35 0 0 20 0 19 0 255354542 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211574049480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11898/tid=11917] ppid=11896 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11898/task/11917/stat : 11917 (java) S 11896 11898 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255354599 9855975424 128744 33554432000 1073741824 1073778376 140735287679808 140211572995496 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11898 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=99255
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=662747
# CPU time returned by wait4() is 1795.76
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.28
CPU time (s): 1800.07
CPU user time (s): 1798.74
CPU system time (s): 1.33
CPU usage (%): 100.941
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.1
system time used= 1.66275
maximum resident set size= 591056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28556
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45973
involuntary context switches= 41588

runsolver used 6.15906 second user time and 15.7136 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-24 22:44:57
IDJOB=3689675
IDBENCH=90170
IDSOLVER=2269
FILE ID=node140/3689675-1337892297
RUNJOBID= node140-1337871881-8726
PBS_JOBID= 14620064
Free space on /tmp= 71484 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K164.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689675-1337892297/watcher-3689675-1337892297 -o /tmp/evaluation-result-3689675-1337892297/solver-3689675-1337892297 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689675-1337892297.opb

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

MD5SUM BENCH= 57b7e746b37944d021e8febe16059957
RANDOM SEED=28410306

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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		: 2667.094
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.92
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		: 2667.094
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.88
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		: 2667.094
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.90
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		: 2667.094
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:       32873844 kB
MemFree:        25054396 kB
Buffers:          239268 kB
Cached:          3502480 kB
SwapCached:            0 kB
Active:          3874140 kB
Inactive:        3157604 kB
Active(anon):    3291508 kB
Inactive(anon):        0 kB
Active(file):     582632 kB
Inactive(file):  3157604 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       3297696 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             640264 kB
SReclaimable:      82868 kB
SUnreclaim:       557396 kB
KernelStack:        1608 kB
PageTables:        10784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3451320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3248128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71676 MiB
End job on node140 at 2012-05-24 23:14:42