Trace number 3458638

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.35 1796.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-stp3d.opb
MD5SUMaf54d857fe3562002a714e0fbd74a69a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576279200
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576279200
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458638-1307152327.opb
0.10/0.11	c reading problem ... 
17.39/15.91	c ... done. Wall clock time 15.799s.
17.39/15.91	c #vars     204880
17.39/15.91	c #constraints  188402
17.39/15.91	c constraints type 
17.39/15.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
17.39/15.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3552
17.39/15.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
17.39/15.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 117997
23.42/21.53	c cleaning 2441 clauses out of 4977 with flag 5000/5000
28.02/25.92	c cleaning 4163 clauses out of 8535 with flag 11004/11004
33.14/31.03	c cleaning 5558 clauses out of 11366 with flag 18001/18001
38.17/36.00	c cleaning 6736 clauses out of 13806 with flag 26001/26001
43.64/41.40	c cleaning 7905 clauses out of 16067 with flag 35000/35000
50.67/48.44	c cleaning 8897 clauses out of 18159 with flag 45000/45000
57.88/55.60	c cleaning 9929 clauses out of 20260 with flag 56000/56000
66.40/64.13	c cleaning 11025 clauses out of 22329 with flag 68001/68001
75.52/73.27	c cleaning 12004 clauses out of 24303 with flag 81000/81000
85.85/83.52	c cleaning 12950 clauses out of 26299 with flag 95000/95000
95.37/93.05	c cleaning 14006 clauses out of 28349 with flag 110001/110001
106.91/104.53	c cleaning 14948 clauses out of 30342 with flag 126001/126001
119.12/116.79	c cleaning 15944 clauses out of 32393 with flag 143000/143000
132.04/129.69	c cleaning 16988 clauses out of 34447 with flag 161000/161000
145.58/143.11	c cleaning 17985 clauses out of 36456 with flag 180000/180000
164.11/161.65	c cleaning 19102 clauses out of 38472 with flag 200001/200001
179.23/176.76	c cleaning 20013 clauses out of 40365 with flag 221001/221001
196.65/194.20	c cleaning 20932 clauses out of 42352 with flag 243001/243001
213.48/210.99	c cleaning 22152 clauses out of 44420 with flag 266002/266002
229.01/226.42	c cleaning 23049 clauses out of 46266 with flag 290000/290000
247.13/244.52	c cleaning 23844 clauses out of 48214 with flag 315000/315000
266.36/263.78	c cleaning 24979 clauses out of 50369 with flag 341000/341000
288.09/285.47	c cleaning 25946 clauses out of 52390 with flag 368000/368000
315.51/312.84	c cleaning 26989 clauses out of 54445 with flag 396002/396002
337.74/335.01	c cleaning 27953 clauses out of 56453 with flag 425000/425000
361.47/358.79	c cleaning 29005 clauses out of 58498 with flag 455000/455000
381.20/378.48	c cleaning 29931 clauses out of 60491 with flag 486001/486001
408.12/405.34	c cleaning 31130 clauses out of 62561 with flag 518003/518003
430.44/427.66	c cleaning 31836 clauses out of 64428 with flag 551000/551000
459.07/456.24	c cleaning 32896 clauses out of 66594 with flag 585002/585002
486.92/484.04	c cleaning 33997 clauses out of 68699 with flag 620004/620004
516.65/513.79	c cleaning 35209 clauses out of 70699 with flag 656002/656002
550.56/547.65	c cleaning 35871 clauses out of 72488 with flag 693002/693002
591.69/588.73	c cleaning 37158 clauses out of 74615 with flag 731001/731001
623.33/620.39	c cleaning 37947 clauses out of 76456 with flag 770000/770000
655.55/652.50	c cleaning 38831 clauses out of 78506 with flag 810000/810000
692.18/689.13	c cleaning 40032 clauses out of 80677 with flag 851003/851003
731.41/728.35	c cleaning 41059 clauses out of 82642 with flag 893000/893000
763.93/760.85	c cleaning 42240 clauses out of 84581 with flag 936000/936000
797.46/794.33	c cleaning 42809 clauses out of 86338 with flag 980000/980000
850.49/847.39	c cleaning 43816 clauses out of 88529 with flag 1025000/1025000
909.52/906.36	c cleaning 45293 clauses out of 90714 with flag 1071002/1071002
948.44/945.27	c cleaning 45694 clauses out of 92420 with flag 1118002/1118002
1006.77/1003.52	c cleaning 46893 clauses out of 94724 with flag 1166000/1166000
1065.91/1062.65	c cleaning 47970 clauses out of 96831 with flag 1215000/1215000
1108.74/1105.50	c cleaning 48873 clauses out of 98861 with flag 1265000/1265000
1156.66/1153.30	c cleaning 50205 clauses out of 100989 with flag 1316001/1316001
1200.89/1197.58	c cleaning 51165 clauses out of 102784 with flag 1368001/1368001
1244.32/1240.90	c cleaning 51849 clauses out of 104619 with flag 1421001/1421001
1286.35/1282.98	c cleaning 52644 clauses out of 106768 with flag 1475002/1475002
1344.99/1341.57	c cleaning 53962 clauses out of 109122 with flag 1530000/1530000
1420.21/1416.79	c cleaning 54886 clauses out of 111160 with flag 1586000/1586000
1481.74/1478.30	c cleaning 56313 clauses out of 113277 with flag 1643005/1643005
1539.57/1536.09	c cleaning 57152 clauses out of 114958 with flag 1701000/1701000
1595.70/1592.12	c cleaning 58063 clauses out of 116805 with flag 1760000/1760000
1655.04/1651.50	c cleaning 58767 clauses out of 118742 with flag 1820000/1820000
1718.87/1715.23	c cleaning 60302 clauses out of 120974 with flag 1881000/1881000
1778.21/1774.51	c cleaning 61012 clauses out of 122671 with flag 1943000/1943000
1800.06/1796.33	c starts		: 208
1800.06/1796.33	c conflicts		: 1973738
1800.06/1796.33	c decisions		: 17863736
1800.06/1796.33	c propagations		: 5389029326
1800.06/1796.33	c inspects		: 7068898951
1800.06/1796.33	c shortcuts		: 0
1800.06/1796.33	c learnt literals	: 93
1800.06/1796.33	c learnt binary clauses	: 9159
1800.06/1796.33	c learnt ternary clauses	: 21650
1800.06/1796.33	c learnt constraints	: 1973644
1800.06/1796.33	c ignored constraints	: 0
1800.06/1796.33	c root simplifications	: 0
1800.06/1796.33	c removed literals (reason simplification)	: 42583148
1800.06/1796.33	c reason swapping (by a shorter reason)	: 0
1800.06/1796.33	c Calls to reduceDB	: 58
1800.06/1796.33	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.33	c number of learned constraints concerned by reduction	: 0
1800.06/1796.33	c number of learning phase by resolution	: 0
1800.06/1796.33	c number of learning phase by cutting planes	: 0
1800.06/1796.33	c speed (assignments/second)	: 3026832.0693050344
1800.06/1796.33	c non guided choices	1843829
1800.06/1796.36	c learnt constraints type 
1800.06/1796.36	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9159
1800.06/1796.36	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83260
1800.06/1796.36	c constraints type 
1800.06/1796.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
1800.06/1796.36	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3552
1800.06/1796.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
1800.06/1796.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 117997
1800.06/1796.36	s UNKNOWN
1800.06/1796.36	c Total wall clock time (in seconds): 1796.247

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458638-1307152327/watcher-3458638-1307152327 -o /tmp/evaluation-result-3458638-1307152327/solver-3458638-1307152327 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458638-1307152327.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 1/384 4667
/proc/meminfo: memFree=23730624/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/4667/stat : 4667 (java) R 4665 4667 31984 0 -1 4202496 947 0 0 0 0 0 0 0 25 0 1 0 826835477 23580672 691 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218365989159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4667/statm: 5757 692 509 9 0 124 0
[pid=4667/tid=4668] ppid=4665 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 1759 0 1 0 0 0 0 0 25 0 2 0 826835478 13833195520 2574 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.077957 s]
/proc/loadavg: 1.92 1.99 1.99 1/384 4667
/proc/meminfo: memFree=23730624/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=13555024 CPUtime=0.05 cores=1,3,5,7
/proc/4667/stat : 4667 (java) S 4665 4667 31984 0 -1 4202496 14362 0 1 0 4 1 0 0 25 0 18 0 826835477 13880344576 14059 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 3388756 14059 1754 9 0 3379490 0
[pid=4667/tid=4668] ppid=4665 vsize=13555024 CPUtime=0.05 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 13190 0 1 0 4 1 0 0 25 0 18 0 826835478 13880344576 14059 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 46912496197400 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13555024

[startup+0.100916 s]
/proc/loadavg: 1.92 1.99 1.99 1/384 4667
/proc/meminfo: memFree=23730624/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=13622608 CPUtime=0.1 cores=1,3,5,7
/proc/4667/stat : 4667 (java) S 4665 4667 31984 0 -1 4202496 15469 0 1 0 8 2 0 0 25 0 18 0 826835477 13949550592 15166 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 3405652 15167 2092 9 0 3396386 0
[pid=4667/tid=4668] ppid=4665 vsize=13622608 CPUtime=0.08 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 13551 0 1 0 6 2 0 0 18 0 18 0 826835478 13949550592 15167 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 47646107153461 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622608

[startup+0.300924 s]
/proc/loadavg: 1.92 1.99 1.99 1/384 4667
/proc/meminfo: memFree=23730624/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=13625680 CPUtime=0.45 cores=1,3,5,7
/proc/4667/stat : 4667 (java) S 4665 4667 31984 0 -1 4202496 22996 0 1 0 42 3 0 0 25 0 18 0 826835477 13952696320 22663 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 3406420 22666 2200 9 0 3397154 0
[pid=4667/tid=4668] ppid=4665 vsize=13625680 CPUtime=0.28 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 20350 0 1 0 26 2 0 0 18 0 18 0 826835478 13952696320 22668 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 46912505559149 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13625680

[startup+0.724853 s]
/proc/loadavg: 1.92 1.99 1.99 1/384 4667
/proc/meminfo: memFree=23730624/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=13628752 CPUtime=1.2 cores=1,3,5,7
/proc/4667/stat : 4667 (java) S 4665 4667 31984 0 -1 4202496 120032 0 1 0 107 13 0 0 25 0 18 0 826835477 13955842048 118424 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 3407188 118452 2216 9 0 3397922 0
[pid=4667/tid=4668] ppid=4665 vsize=13628752 CPUtime=0.7 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 114445 0 1 0 58 12 0 0 18 0 18 0 826835478 13955842048 118466 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 47646108449882 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 13628752

[startup+1.50071 s]
/proc/loadavg: 1.92 1.99 1.99 2/402 4685
/proc/meminfo: memFree=22748452/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=13628752 CPUtime=1.97 cores=1,3,5,7
/proc/4667/stat : 4667 (java) S 4665 4667 31984 0 -1 4202496 559654 0 1 0 137 60 0 0 25 0 18 0 826835477 13955842048 558046 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 3407188 558075 2216 9 0 3397922 0
[pid=4667/tid=4668] ppid=4665 vsize=13628752 CPUtime=1.48 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 554066 0 1 0 88 60 0 0 19 0 18 0 826835478 13955842048 558087 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 47646108449882 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4667/tid=4670] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4670/stat : 4670 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835480 13955842048 558104 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4671] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4671/stat : 4671 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835480 13955842048 558119 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4672] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4672/stat : 4672 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835480 13955842048 558135 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4673] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4673/stat : 4673 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835480 13955842048 558150 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4674] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4674/stat : 4674 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835480 13955842048 558166 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4675] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4675/stat : 4675 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835480 13955842048 558180 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4676] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4676/stat : 4676 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835480 13955842048 558195 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4677] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4677/stat : 4677 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835480 13955842048 558210 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4678] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4678/stat : 4678 (java) S 4665 4667 31984 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 826835481 13955842048 558226 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 0 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4679] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4679/stat : 4679 (java) S 4665 4667 31984 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 826835482 13955842048 558241 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4680] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4680/stat : 4680 (java) S 4665 4667 31984 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 826835482 13955842048 558257 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4681] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4681/stat : 4681 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835484 13955842048 558272 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382780849 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4682] ppid=4665 vsize=13628752 CPUtime=0.21 cores=1,3,5,7
/proc/4667/task/4682/stat : 4682 (java) S 4665 4667 31984 0 -1 4202560 1510 0 0 0 21 0 0 0 23 0 18 0 826835484 13955842048 558288 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4683] ppid=4665 vsize=13628752 CPUtime=0.27 cores=1,3,5,7
/proc/4667/task/4683/stat : 4683 (java) S 4665 4667 31984 0 -1 4202560 2972 0 0 0 27 0 0 0 16 0 18 0 826835484 13955842048 558303 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4684] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4684/stat : 4684 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835484 13955842048 558319 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4685] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4685/stat : 4685 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 826835484 13955842048 558335 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 13628752

[startup+3.10142 s]
/proc/loadavg: 1.92 1.99 1.99 3/401 4694
/proc/meminfo: memFree=20337504/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=13628752 CPUtime=3.72 cores=1,3,5,7
/proc/4667/stat : 4667 (java) S 4665 4667 31984 0 -1 4202496 865493 0 1 0 279 93 0 0 25 0 18 0 826835477 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 3407188 863874 2232 9 0 3397922 0
[pid=4667/tid=4668] ppid=4665 vsize=13628752 CPUtime=3.02 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 845485 0 1 0 212 90 0 0 24 0 18 0 826835478 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 47646108449879 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4667/tid=4670] ppid=4665 vsize=13628752 CPUtime=0.03 cores=1,3,5,7
/proc/4667/task/4670/stat : 4670 (java) S 4665 4667 31984 0 -1 4202560 3326 0 0 0 3 0 0 0 16 0 18 0 826835480 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4671] ppid=4665 vsize=13628752 CPUtime=0.02 cores=1,3,5,7
/proc/4667/task/4671/stat : 4671 (java) S 4665 4667 31984 0 -1 4202560 2019 0 0 0 2 0 0 0 15 0 18 0 826835480 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4672] ppid=4665 vsize=13628752 CPUtime=0.02 cores=1,3,5,7
/proc/4667/task/4672/stat : 4672 (java) S 4665 4667 31984 0 -1 4202560 1553 0 0 0 2 0 0 0 15 0 18 0 826835480 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4673] ppid=4665 vsize=13628752 CPUtime=0.02 cores=1,3,5,7
/proc/4667/task/4673/stat : 4673 (java) S 4665 4667 31984 0 -1 4202560 1369 0 0 0 2 0 0 0 15 0 18 0 826835480 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4674] ppid=4665 vsize=13628752 CPUtime=0.02 cores=1,3,5,7
/proc/4667/task/4674/stat : 4674 (java) S 4665 4667 31984 0 -1 4202560 1685 0 0 0 2 0 0 0 16 0 18 0 826835480 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4675] ppid=4665 vsize=13628752 CPUtime=0.03 cores=1,3,5,7
/proc/4667/task/4675/stat : 4675 (java) S 4665 4667 31984 0 -1 4202560 2357 0 0 0 3 0 0 0 16 0 18 0 826835480 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4676] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4676/stat : 4676 (java) S 4665 4667 31984 0 -1 4202560 473 0 0 0 0 0 0 0 16 0 18 0 826835480 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4677] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4677/stat : 4677 (java) S 4665 4667 31984 0 -1 4202560 1594 0 0 0 0 0 0 0 16 0 18 0 826835480 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4678] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4678/stat : 4678 (java) S 4665 4667 31984 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 826835481 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 0 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4679] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4679/stat : 4679 (java) S 4665 4667 31984 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 826835482 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4680] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4680/stat : 4680 (java) S 4665 4667 31984 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 826835482 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4681] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4681/stat : 4681 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835484 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382780849 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4682] ppid=4665 vsize=13628752 CPUtime=0.21 cores=1,3,5,7
/proc/4667/task/4682/stat : 4682 (java) S 4665 4667 31984 0 -1 4202560 1510 0 0 0 21 0 0 0 23 0 18 0 826835484 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4683] ppid=4665 vsize=13628752 CPUtime=0.27 cores=1,3,5,7
/proc/4667/task/4683/stat : 4683 (java) S 4665 4667 31984 0 -1 4202560 2972 0 0 0 27 0 0 0 15 0 18 0 826835484 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4684] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4684/stat : 4684 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835484 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4685] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4685/stat : 4685 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 826835484 13955842048 863874 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 13628752

[startup+6.30087 s]
/proc/loadavg: 1.93 1.99 1.99 3/422 4730
/proc/meminfo: memFree=20169300/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=13628752 CPUtime=7.32 cores=1,3,5,7
/proc/4667/stat : 4667 (java) S 4665 4667 31984 0 -1 4202496 1127009 0 1 0 611 121 0 0 25 0 18 0 826835477 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 3407188 1125220 2232 9 0 3397922 0
[pid=4667/tid=4668] ppid=4665 vsize=13628752 CPUtime=6.09 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 1087831 0 1 0 494 115 0 0 25 0 18 0 826835478 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 47646108449889 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4667/tid=4670] ppid=4665 vsize=13628752 CPUtime=0.1 cores=1,3,5,7
/proc/4667/task/4670/stat : 4670 (java) S 4665 4667 31984 0 -1 4202560 8077 0 0 0 9 1 0 0 16 0 18 0 826835480 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4671] ppid=4665 vsize=13628752 CPUtime=0.1 cores=1,3,5,7
/proc/4667/task/4671/stat : 4671 (java) S 4665 4667 31984 0 -1 4202560 4815 0 0 0 10 0 0 0 16 0 18 0 826835480 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4672] ppid=4665 vsize=13628752 CPUtime=0.09 cores=1,3,5,7
/proc/4667/task/4672/stat : 4672 (java) S 4665 4667 31984 0 -1 4202560 1960 0 0 0 9 0 0 0 15 0 18 0 826835480 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4673] ppid=4665 vsize=13628752 CPUtime=0.06 cores=1,3,5,7
/proc/4667/task/4673/stat : 4673 (java) S 4665 4667 31984 0 -1 4202560 3682 0 0 0 6 0 0 0 15 0 18 0 826835480 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4674] ppid=4665 vsize=13628752 CPUtime=0.04 cores=1,3,5,7
/proc/4667/task/4674/stat : 4674 (java) S 4665 4667 31984 0 -1 4202560 3776 0 0 0 4 0 0 0 15 0 18 0 826835480 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4675] ppid=4665 vsize=13628752 CPUtime=0.07 cores=1,3,5,7
/proc/4667/task/4675/stat : 4675 (java) S 4665 4667 31984 0 -1 4202560 4153 0 0 0 7 0 0 0 16 0 18 0 826835480 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4676] ppid=4665 vsize=13628752 CPUtime=0.08 cores=1,3,5,7
/proc/4667/task/4676/stat : 4676 (java) S 4665 4667 31984 0 -1 4202560 3031 0 0 0 8 0 0 0 16 0 18 0 826835480 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4677] ppid=4665 vsize=13628752 CPUtime=0.06 cores=1,3,5,7
/proc/4667/task/4677/stat : 4677 (java) S 4665 4667 31984 0 -1 4202560 4048 0 0 0 6 0 0 0 15 0 18 0 826835480 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4678] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4678/stat : 4678 (java) S 4665 4667 31984 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 826835481 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 0 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4679] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4679/stat : 4679 (java) S 4665 4667 31984 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 826835482 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4680] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4680/stat : 4680 (java) S 4665 4667 31984 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 826835482 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4681] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4681/stat : 4681 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835484 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382780849 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4682] ppid=4665 vsize=13628752 CPUtime=0.22 cores=1,3,5,7
/proc/4667/task/4682/stat : 4682 (java) S 4665 4667 31984 0 -1 4202560 1511 0 0 0 22 0 0 0 18 0 18 0 826835484 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4683] ppid=4665 vsize=13628752 CPUtime=0.3 cores=1,3,5,7
/proc/4667/task/4683/stat : 4683 (java) S 4665 4667 31984 0 -1 4202560 2975 0 0 0 30 0 0 0 16 0 18 0 826835484 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4684] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4684/stat : 4684 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826835484 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4685] ppid=4665 vsize=13628752 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4685/stat : 4685 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 826835484 13955842048 1125220 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0

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

[pid=4667/tid=4731] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4731/stat : 4731 (java) S 4665 4667 31984 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 826837081 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.97
Current children cumulated vsize (KiB) 13629780

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/423 5255
/proc/meminfo: memFree=19042444/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=13629780 CPUtime=1726.01 cores=1,3,5,7
/proc/4667/stat : 4667 (java) S 4665 4667 31984 0 -1 4202496 1156327 0 1 0 172475 126 0 0 25 0 19 0 826835477 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 3407445 1151604 2263 9 0 3398179 0
[pid=4667/tid=4668] ppid=4665 vsize=13629780 CPUtime=1709.65 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 1089519 0 1 0 170849 116 0 0 25 0 19 0 826835478 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 46912505900503 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4667/tid=4670] ppid=4665 vsize=13629780 CPUtime=0.4 cores=1,3,5,7
/proc/4667/task/4670/stat : 4670 (java) S 4665 4667 31984 0 -1 4202560 9294 0 0 0 39 1 0 0 15 0 19 0 826835480 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4671] ppid=4665 vsize=13629780 CPUtime=0.47 cores=1,3,5,7
/proc/4667/task/4671/stat : 4671 (java) S 4665 4667 31984 0 -1 4202560 7210 0 0 0 46 1 0 0 16 0 19 0 826835480 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4672] ppid=4665 vsize=13629780 CPUtime=0.43 cores=1,3,5,7
/proc/4667/task/4672/stat : 4672 (java) S 4665 4667 31984 0 -1 4202560 4828 0 0 0 43 0 0 0 15 0 19 0 826835480 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4673] ppid=4665 vsize=13629780 CPUtime=0.35 cores=1,3,5,7
/proc/4667/task/4673/stat : 4673 (java) S 4665 4667 31984 0 -1 4202560 4374 0 0 0 35 0 0 0 16 0 19 0 826835480 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4674] ppid=4665 vsize=13629780 CPUtime=0.38 cores=1,3,5,7
/proc/4667/task/4674/stat : 4674 (java) S 4665 4667 31984 0 -1 4202560 4609 0 0 0 38 0 0 0 16 0 19 0 826835480 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4675] ppid=4665 vsize=13629780 CPUtime=0.47 cores=1,3,5,7
/proc/4667/task/4675/stat : 4675 (java) S 4665 4667 31984 0 -1 4202560 6474 0 0 0 47 0 0 0 15 0 19 0 826835480 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4676] ppid=4665 vsize=13629780 CPUtime=0.35 cores=1,3,5,7
/proc/4667/task/4676/stat : 4676 (java) S 4665 4667 31984 0 -1 4202560 4067 0 0 0 35 0 0 0 15 0 19 0 826835480 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4677] ppid=4665 vsize=13629780 CPUtime=0.47 cores=1,3,5,7
/proc/4667/task/4677/stat : 4677 (java) S 4665 4667 31984 0 -1 4202560 6090 0 0 0 47 0 0 0 16 0 19 0 826835480 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4678] ppid=4665 vsize=13629780 CPUtime=11.62 cores=1,3,5,7
/proc/4667/task/4678/stat : 4678 (java) S 4665 4667 31984 0 -1 4202560 11338 0 0 0 1161 1 0 0 15 0 19 0 826835481 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 0 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4679] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4679/stat : 4679 (java) S 4665 4667 31984 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826835482 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4680] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4680/stat : 4680 (java) S 4665 4667 31984 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826835482 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4681] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4681/stat : 4681 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826835484 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382780849 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4682] ppid=4665 vsize=13629780 CPUtime=0.58 cores=1,3,5,7
/proc/4667/task/4682/stat : 4682 (java) S 4665 4667 31984 0 -1 4202560 1616 0 0 0 58 0 0 0 15 0 19 0 826835484 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4683] ppid=4665 vsize=13629780 CPUtime=0.7 cores=1,3,5,7
/proc/4667/task/4683/stat : 4683 (java) S 4665 4667 31984 0 -1 4202560 5658 0 0 0 70 0 0 0 15 0 19 0 826835484 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4684] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4684/stat : 4684 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826835484 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4685] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4685/stat : 4685 (java) S 4665 4667 31984 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 826835484 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4731] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4731/stat : 4731 (java) S 4665 4667 31984 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 826837081 13956894720 1151604 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.01
Current children cumulated vsize (KiB) 13629780

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/423 5256
/proc/meminfo: memFree=19041648/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=13629780 CPUtime=1786.04 cores=1,3,5,7
/proc/4667/stat : 4667 (java) S 4665 4667 31984 0 -1 4202496 1156338 0 1 0 178478 126 0 0 25 0 19 0 826835477 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 3407445 1151610 2263 9 0 3398179 0
[pid=4667/tid=4668] ppid=4665 vsize=13629780 CPUtime=1769.43 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 1089520 0 1 0 176827 116 0 0 25 0 19 0 826835478 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 46912505957965 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4667/tid=4670] ppid=4665 vsize=13629780 CPUtime=0.4 cores=1,3,5,7
/proc/4667/task/4670/stat : 4670 (java) S 4665 4667 31984 0 -1 4202560 9294 0 0 0 39 1 0 0 15 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4671] ppid=4665 vsize=13629780 CPUtime=0.47 cores=1,3,5,7
/proc/4667/task/4671/stat : 4671 (java) S 4665 4667 31984 0 -1 4202560 7210 0 0 0 46 1 0 0 15 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4672] ppid=4665 vsize=13629780 CPUtime=0.43 cores=1,3,5,7
/proc/4667/task/4672/stat : 4672 (java) S 4665 4667 31984 0 -1 4202560 4828 0 0 0 43 0 0 0 15 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4673] ppid=4665 vsize=13629780 CPUtime=0.35 cores=1,3,5,7
/proc/4667/task/4673/stat : 4673 (java) S 4665 4667 31984 0 -1 4202560 4374 0 0 0 35 0 0 0 15 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4674] ppid=4665 vsize=13629780 CPUtime=0.4 cores=1,3,5,7
/proc/4667/task/4674/stat : 4674 (java) S 4665 4667 31984 0 -1 4202560 4610 0 0 0 40 0 0 0 16 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4675] ppid=4665 vsize=13629780 CPUtime=0.49 cores=1,3,5,7
/proc/4667/task/4675/stat : 4675 (java) S 4665 4667 31984 0 -1 4202560 6479 0 0 0 49 0 0 0 16 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4676] ppid=4665 vsize=13629780 CPUtime=0.36 cores=1,3,5,7
/proc/4667/task/4676/stat : 4676 (java) S 4665 4667 31984 0 -1 4202560 4067 0 0 0 36 0 0 0 16 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4677] ppid=4665 vsize=13629780 CPUtime=0.47 cores=1,3,5,7
/proc/4667/task/4677/stat : 4677 (java) S 4665 4667 31984 0 -1 4202560 6090 0 0 0 47 0 0 0 16 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4678] ppid=4665 vsize=13629780 CPUtime=11.83 cores=1,3,5,7
/proc/4667/task/4678/stat : 4678 (java) S 4665 4667 31984 0 -1 4202560 11340 0 0 0 1182 1 0 0 15 0 19 0 826835481 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 0 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4679] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4679/stat : 4679 (java) S 4665 4667 31984 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826835482 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4680] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4680/stat : 4680 (java) S 4665 4667 31984 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826835482 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4681] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4681/stat : 4681 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826835484 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382780849 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4682] ppid=4665 vsize=13629780 CPUtime=0.58 cores=1,3,5,7
/proc/4667/task/4682/stat : 4682 (java) S 4665 4667 31984 0 -1 4202560 1616 0 0 0 58 0 0 0 15 0 19 0 826835484 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4683] ppid=4665 vsize=13629780 CPUtime=0.7 cores=1,3,5,7
/proc/4667/task/4683/stat : 4683 (java) S 4665 4667 31984 0 -1 4202560 5658 0 0 0 70 0 0 0 15 0 19 0 826835484 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4684] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4684/stat : 4684 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826835484 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4685] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4685/stat : 4685 (java) S 4665 4667 31984 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 826835484 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4731] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4731/stat : 4731 (java) S 4665 4667 31984 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 826837081 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.04
Current children cumulated vsize (KiB) 13629780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.32 s]
/proc/loadavg: 2.06 2.01 2.00 3/423 5257
/proc/meminfo: memFree=19042004/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=13629780 CPUtime=1800.06 cores=1,3,5,7
/proc/4667/stat : 4667 (java) S 4665 4667 31984 0 -1 4202496 1156340 0 1 0 179880 126 0 0 25 0 19 0 826835477 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 3407445 1151610 2263 9 0 3398179 0
[pid=4667/tid=4668] ppid=4665 vsize=13629780 CPUtime=1783.46 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4202560 1089520 0 1 0 178230 116 0 0 25 0 19 0 826835478 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 46912505919701 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4667/tid=4670] ppid=4665 vsize=13629780 CPUtime=0.4 cores=1,3,5,7
/proc/4667/task/4670/stat : 4670 (java) S 4665 4667 31984 0 -1 4202560 9294 0 0 0 39 1 0 0 15 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4671] ppid=4665 vsize=13629780 CPUtime=0.47 cores=1,3,5,7
/proc/4667/task/4671/stat : 4671 (java) S 4665 4667 31984 0 -1 4202560 7210 0 0 0 46 1 0 0 15 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4672] ppid=4665 vsize=13629780 CPUtime=0.43 cores=1,3,5,7
/proc/4667/task/4672/stat : 4672 (java) S 4665 4667 31984 0 -1 4202560 4828 0 0 0 43 0 0 0 15 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4673] ppid=4665 vsize=13629780 CPUtime=0.35 cores=1,3,5,7
/proc/4667/task/4673/stat : 4673 (java) S 4665 4667 31984 0 -1 4202560 4374 0 0 0 35 0 0 0 15 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4674] ppid=4665 vsize=13629780 CPUtime=0.4 cores=1,3,5,7
/proc/4667/task/4674/stat : 4674 (java) S 4665 4667 31984 0 -1 4202560 4610 0 0 0 40 0 0 0 16 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4675] ppid=4665 vsize=13629780 CPUtime=0.49 cores=1,3,5,7
/proc/4667/task/4675/stat : 4675 (java) S 4665 4667 31984 0 -1 4202560 6479 0 0 0 49 0 0 0 16 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 7 0 0 0
[pid=4667/tid=4676] ppid=4665 vsize=13629780 CPUtime=0.36 cores=1,3,5,7
/proc/4667/task/4676/stat : 4676 (java) S 4665 4667 31984 0 -1 4202560 4067 0 0 0 36 0 0 0 16 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4677] ppid=4665 vsize=13629780 CPUtime=0.47 cores=1,3,5,7
/proc/4667/task/4677/stat : 4677 (java) S 4665 4667 31984 0 -1 4202560 6090 0 0 0 47 0 0 0 16 0 19 0 826835480 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4678] ppid=4665 vsize=13629780 CPUtime=11.83 cores=1,3,5,7
/proc/4667/task/4678/stat : 4678 (java) S 4665 4667 31984 0 -1 4202560 11340 0 0 0 1182 1 0 0 15 0 19 0 826835481 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 0 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4679] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4679/stat : 4679 (java) S 4665 4667 31984 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826835482 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4680] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4680/stat : 4680 (java) S 4665 4667 31984 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826835482 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4681] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4681/stat : 4681 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826835484 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382780849 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4682] ppid=4665 vsize=13629780 CPUtime=0.58 cores=1,3,5,7
/proc/4667/task/4682/stat : 4682 (java) S 4665 4667 31984 0 -1 4202560 1616 0 0 0 58 0 0 0 15 0 19 0 826835484 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 3 0 0 0
[pid=4667/tid=4683] ppid=4665 vsize=13629780 CPUtime=0.7 cores=1,3,5,7
/proc/4667/task/4683/stat : 4683 (java) S 4665 4667 31984 0 -1 4202560 5658 0 0 0 70 0 0 0 15 0 19 0 826835484 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4684] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4684/stat : 4684 (java) S 4665 4667 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826835484 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773145 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
[pid=4667/tid=4685] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4685/stat : 4685 (java) S 4665 4667 31984 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 826835484 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 4 0 16800975 18446604456590572416 0 0 -1 5 0 0 0
[pid=4667/tid=4731] ppid=4665 vsize=13629780 CPUtime=0 cores=1,3,5,7
/proc/4667/task/4731/stat : 4731 (java) S 4665 4667 31984 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 826837081 13956894720 1151610 33554432000 1073741824 1073778376 140736239672912 18446744073709551615 218382773760 0 4 0 16800975 18446604456590572416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13629780

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

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

[startup+1796.42 s]
/proc/loadavg: 2.06 2.01 2.00 3/423 5257
/proc/meminfo: memFree=19042004/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=0 CPUtime=1800.22 cores=1,3,5,7
/proc/4667/stat : 4667 (java) Z 4665 4667 31984 0 -1 4203548 1156490 0 1 0 179891 131 0 0 17 0 2 0 826835477 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 0 0 0 0 0 0 0
[pid=4667/tid=4668] ppid=4665 vsize=0 CPUtime=1783.55 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4203588 1089520 0 1 0 178233 122 0 0 25 0 2 0 826835478 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

[startup+1796.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/423 5257
/proc/meminfo: memFree=19042004/32951124 swapFree=49244120/67111528
[pid=4667] ppid=4665 vsize=0 CPUtime=1800.3 cores=1,3,5,7
/proc/4667/stat : 4667 (java) Z 4665 4667 31984 0 -1 4203548 1156490 0 1 0 179891 139 0 0 17 0 2 0 826835477 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4667/statm: 0 0 0 0 0 0 0
[pid=4667/tid=4668] ppid=4665 vsize=0 CPUtime=1783.63 cores=1,3,5,7
/proc/4667/task/4668/stat : 4668 (java) R 4665 4667 31984 0 -1 4203588 1089520 0 1 0 178233 130 0 0 25 0 2 0 826835478 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.54
CPU time (s): 1800.35
CPU user time (s): 1798.91
CPU system time (s): 1.44078
CPU usage (%): 100.212
Max. virtual memory (cumulated for all children) (KiB): 13629780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.44078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1156490
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39093
involuntary context switches= 6265

runsolver used 6.63399 second user time and 16.2775 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-04 03:52:07
IDJOB=3458638
IDBENCH=2522
IDSOLVER=1952
FILE ID=node101/3458638-1307152327
RUNJOBID= node101-1307146935-4231
PBS_JOBID= 13508815
Free space on /tmp= 73944 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-stp3d.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458638-1307152327/watcher-3458638-1307152327 -o /tmp/evaluation-result-3458638-1307152327/solver-3458638-1307152327 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458638-1307152327.opb

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

MD5SUM BENCH= af54d857fe3562002a714e0fbd74a69a
RANDOM SEED=941780323

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23730904 kB
Buffers:        273600 kB
Cached:         526368 kB
SwapCached:      27120 kB
Active:        8480828 kB
Inactive:       460512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23730904 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            9068 kB
Writeback:           0 kB
AnonPages:     8136456 kB
Mapped:          17992 kB
Slab:           136300 kB
PageTables:      74476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78618164 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73996 MiB
End job on node101 at 2011-06-04 04:22:05