Trace number 3478792

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.32 907.09

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-40.opb
MD5SUM96b10f202af149572cd99ac873608650
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 variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3478792-1307437707.opb
0.09/0.11	c reading problem ... 
2.65/2.04	c ... done. Wall clock time 1.922s.
2.65/2.04	c #vars     9342
2.65/2.04	c #constraints  199720
2.65/2.04	c constraints type 
2.65/2.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 138943
2.65/2.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.65/2.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39953
2.65/2.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
2.65/2.04	c constraints type 
2.65/2.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39953
2.65/2.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 138943
2.65/2.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
2.65/2.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
9.52/5.02	c cleaning 0 clauses out of 5000 with flag 0/5000
11.09/5.88	c cleaning 2499 clauses out of 5001 with flag 5001/5001
15.38/8.00	c cleaning 0 clauses out of 11001 with flag 0/11001
15.50/8.18	c cleaning 4237 clauses out of 8501 with flag 11000/11000
19.96/10.40	c cleaning 5626 clauses out of 11265 with flag 18001/18001
25.04/13.01	c cleaning 6808 clauses out of 13638 with flag 26000/26000
29.75/15.49	c cleaning 0 clauses out of 18000 with flag 0/18000
31.59/16.47	c cleaning 7813 clauses out of 15830 with flag 35000/35000
37.16/19.32	c cleaning 8935 clauses out of 18017 with flag 45000/45000
42.02/21.84	c cleaning 9959 clauses out of 20082 with flag 56000/56000
47.67/24.77	c cleaning 11052 clauses out of 22124 with flag 68001/68001
55.54/28.73	c cleaning 11966 clauses out of 24071 with flag 81000/81000
62.72/32.44	c cleaning 13048 clauses out of 26105 with flag 95000/95000
69.37/35.85	c cleaning 13960 clauses out of 28057 with flag 110000/110000
77.42/39.91	c cleaning 0 clauses out of 26000 with flag 0/26000
78.06/40.35	c cleaning 14836 clauses out of 30097 with flag 126000/126000
87.25/45.11	c cleaning 16098 clauses out of 32261 with flag 143000/143000
97.67/50.30	c cleaning 16868 clauses out of 34163 with flag 161000/161000
110.79/56.97	c cleaning 18018 clauses out of 36296 with flag 180001/180001
123.04/63.17	c cleaning 19125 clauses out of 38279 with flag 200002/200002
134.20/68.87	c cleaning 19956 clauses out of 40152 with flag 221000/221000
147.84/75.78	c cleaning 21095 clauses out of 42198 with flag 243002/243002
162.67/83.22	c cleaning 21911 clauses out of 44099 with flag 266000/266000
176.70/90.34	c cleaning 22964 clauses out of 46188 with flag 290000/290000
195.67/99.98	c cleaning 23921 clauses out of 48224 with flag 315000/315000
220.30/112.37	c cleaning 25125 clauses out of 50303 with flag 341000/341000
231.15/117.84	c cleaning 0 clauses out of 35002 with flag 0/35002
233.97/119.37	c cleaning 26064 clauses out of 52175 with flag 368000/368000
253.53/129.21	c cleaning 27033 clauses out of 54112 with flag 396001/396001
273.57/139.38	c cleaning 28016 clauses out of 56077 with flag 425000/425000
299.21/152.21	c cleaning 28942 clauses out of 58062 with flag 455002/455002
315.24/160.33	c cleaning 30021 clauses out of 60118 with flag 486000/486000
330.79/168.29	c cleaning 30961 clauses out of 62097 with flag 518000/518000
350.40/178.16	c cleaning 32018 clauses out of 64136 with flag 551000/551000
381.03/193.51	c cleaning 33023 clauses out of 66118 with flag 585000/585000
406.83/206.59	c cleaning 33957 clauses out of 68095 with flag 620000/620000
430.17/218.32	c cleaning 35042 clauses out of 70138 with flag 656000/656000
457.42/232.03	c cleaning 36037 clauses out of 72096 with flag 693000/693000
475.22/241.05	c cleaning 0 clauses out of 45000 with flag 0/45000
484.62/245.80	c cleaning 37015 clauses out of 74059 with flag 731000/731000
521.37/264.30	c cleaning 38021 clauses out of 76045 with flag 770001/770001
543.00/275.27	c cleaning 38894 clauses out of 78023 with flag 810000/810000
567.83/287.78	c cleaning 40059 clauses out of 80131 with flag 851002/851002
591.49/299.68	c cleaning 40792 clauses out of 82070 with flag 893000/893000
618.25/313.14	c cleaning 42136 clauses out of 84278 with flag 936000/936000
651.91/330.07	c cleaning 42933 clauses out of 86142 with flag 980000/980000
684.91/346.60	c cleaning 44081 clauses out of 88210 with flag 1025001/1025001
723.54/366.04	c cleaning 45061 clauses out of 90128 with flag 1071000/1071000
753.69/381.26	c cleaning 45935 clauses out of 92067 with flag 1118001/1118001
786.51/397.72	c cleaning 46957 clauses out of 94131 with flag 1166000/1166000
827.55/418.38	c cleaning 47883 clauses out of 96175 with flag 1215001/1215001
874.81/442.03	c cleaning 0 clauses out of 56000 with flag 0/56000
880.89/445.28	c cleaning 49052 clauses out of 98291 with flag 1265000/1265000
930.73/470.26	c cleaning 50017 clauses out of 100239 with flag 1316000/1316000
971.17/490.51	c cleaning 50900 clauses out of 102224 with flag 1368002/1368002
1010.62/510.31	c cleaning 52143 clauses out of 104323 with flag 1421001/1421001
1045.31/527.82	c cleaning 52898 clauses out of 106180 with flag 1475001/1475001
1099.74/555.11	c cleaning 54074 clauses out of 108283 with flag 1530003/1530003
1139.15/574.92	c cleaning 55043 clauses out of 110208 with flag 1586002/1586002
1179.19/595.02	c cleaning 56045 clauses out of 112164 with flag 1643001/1643001
1232.26/621.74	c cleaning 56950 clauses out of 114118 with flag 1701000/1701000
1270.87/641.17	c cleaning 0 clauses out of 68000 with flag 0/68000
1279.05/645.33	c cleaning 57761 clauses out of 116169 with flag 1760001/1760001
1344.07/677.92	c cleaning 58979 clauses out of 118407 with flag 1820000/1820000
1397.79/704.92	c cleaning 60198 clauses out of 120428 with flag 1881001/1881001
1445.97/729.20	c cleaning 60970 clauses out of 122230 with flag 1943001/1943001
1504.76/758.65	c cleaning 62125 clauses out of 124259 with flag 2006000/2006000
1556.33/784.59	c cleaning 62922 clauses out of 126134 with flag 2070000/2070000
1607.15/810.14	c cleaning 63986 clauses out of 128213 with flag 2135001/2135001
1671.50/842.42	c cleaning 65109 clauses out of 130228 with flag 2201002/2201002
1731.65/872.67	c cleaning 65968 clauses out of 132117 with flag 2268000/2268000
1800.06/906.92	c starts		: 228
1800.06/906.92	c conflicts		: 2322803
1800.06/906.92	c decisions		: 11085307
1800.06/906.92	c propagations		: 651220660
1800.06/906.92	c inspects		: 8000960338
1800.06/906.92	c shortcuts		: 0
1800.06/906.92	c learnt literals	: 10
1800.06/906.92	c learnt binary clauses	: 1011
1800.06/906.92	c learnt ternary clauses	: 2370
1800.06/906.92	c learnt constraints	: 2322793
1800.06/906.92	c ignored constraints	: 0
1800.06/906.92	c root simplifications	: 0
1800.06/906.92	c removed literals (reason simplification)	: 54154127
1800.06/906.92	c reason swapping (by a shorter reason)	: 0
1800.06/906.92	c Calls to reduceDB	: 63
1800.06/906.92	c number of reductions to clauses (during analyze)	: 0
1800.06/906.92	c number of learned constraints concerned by reduction	: 0
1800.06/906.92	c number of learning phase by resolution	: 0
1800.06/906.92	c number of learning phase by cutting planes	: 0
1800.06/906.92	c speed (assignments/second)	: 719674.6518610693
1800.06/906.92	c non guided choices	461038
1800.06/906.95	c learnt constraints type 
1800.06/906.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1011
1800.06/906.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119950
1800.06/906.95	c constraints type 
1800.06/906.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 138943
1800.06/906.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.06/906.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39953
1800.06/906.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
1800.06/906.95	c constraints type 
1800.06/906.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39953
1800.06/906.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 138943
1800.06/906.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
1800.06/906.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
1800.06/906.95	s UNKNOWN
1800.06/906.95	c Total wall clock time (in seconds): 906.835

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-3478792-1307437707/watcher-3478792-1307437707 -o /tmp/evaluation-result-3478792-1307437707/solver-3478792-1307437707 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478792-1307437707.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.72 3.64 2.37 3/482 15262
/proc/meminfo: memFree=20539460/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 1966 0 1 0 0 0 0 0 25 0 2 0 855368711 10681323520 1668 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2607745 1681 906 9 0 2598901 0
[pid=15262/tid=15263] ppid=15260 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) R 15260 15262 15115 0 -1 4202560 4969 0 1 0 0 0 0 0 25 0 2 0 855368712 10694979584 5785 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0225711 s]
/proc/loadavg: 3.72 3.64 2.37 3/482 15262
/proc/meminfo: memFree=20539460/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 9119 0 1 0 0 0 0 0 25 0 2 0 855368711 10694979584 8821 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2611079 8839 917 9 0 2602235 0
[pid=15262/tid=15263] ppid=15260 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) R 15260 15262 15115 0 -1 4202560 8038 0 1 0 0 0 0 0 25 0 2 0 855368712 10694979584 8854 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100569 s]
/proc/loadavg: 3.72 3.64 2.37 3/482 15262
/proc/meminfo: memFree=20539460/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10539928 CPUtime=0.09 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 13008 0 1 0 8 1 0 0 25 0 18 0 855368711 10792886272 12705 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2634982 12706 2092 9 0 2625716 0
[pid=15262/tid=15263] ppid=15260 vsize=10539928 CPUtime=0.08 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) R 15260 15262 15115 0 -1 4202560 11080 0 1 0 7 1 0 0 25 0 18 0 855368712 10792886272 12706 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 47113377909254 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539928

[startup+0.300491 s]
/proc/loadavg: 3.72 3.64 2.37 3/482 15262
/proc/meminfo: memFree=20539460/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10540412 CPUtime=0.46 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 15715 0 1 0 44 2 0 0 25 0 18 0 855368711 10793381888 15144 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2635103 15144 2200 9 0 2625837 0
[pid=15262/tid=15263] ppid=15260 vsize=10540412 CPUtime=0.27 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) R 15260 15262 15115 0 -1 4202560 12932 0 1 0 26 1 0 0 25 0 18 0 855368712 10793381888 15144 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912505559145 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540412

[startup+0.700496 s]
/proc/loadavg: 3.72 3.64 2.37 3/482 15262
/proc/meminfo: memFree=20539460/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10543428 CPUtime=1.22 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 48634 0 1 0 115 7 0 0 25 0 18 0 855368711 10796470272 46461 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2635857 46465 2216 9 0 2626591 0
[pid=15262/tid=15263] ppid=15260 vsize=10543428 CPUtime=0.67 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) R 15260 15262 15115 0 -1 4202560 42492 0 1 0 61 6 0 0 25 0 18 0 855368712 10796470272 46468 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912505550617 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 10543428

[startup+1.5013 s]
/proc/loadavg: 3.72 3.64 2.37 4/500 15280
/proc/meminfo: memFree=20230008/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10543428 CPUtime=2.1 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 137362 0 1 0 192 18 0 0 25 0 18 0 855368711 10796470272 135188 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2635857 135192 2216 9 0 2626591 0
[pid=15262/tid=15263] ppid=15260 vsize=10543428 CPUtime=1.48 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) R 15260 15262 15115 0 -1 4202560 131163 0 1 0 131 17 0 0 25 0 18 0 855368712 10796470272 135195 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912505559131 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855368713 10796470272 135198 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15266] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855368713 10796470272 135201 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855368713 10796470272 135203 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855368713 10796470272 135206 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855368713 10796470272 135206 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855368713 10796470272 135208 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855368713 10796470272 135211 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15272] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855368713 10796470272 135214 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15273] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855368715 10796470272 135217 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 0 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15115 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 855368715 10796470272 135220 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15115 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 855368715 10796470272 135225 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15276] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15276/stat : 15276 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 855368717 10796470272 135240 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134537649 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15277] ppid=15260 vsize=10543428 CPUtime=0.32 cores=0,2,4,6
/proc/15262/task/15277/stat : 15277 (java) S 15260 15262 15115 0 -1 4202560 3131 0 0 0 32 0 0 0 15 0 18 0 855368717 10796470272 135242 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15278] ppid=15260 vsize=10543428 CPUtime=0.28 cores=0,2,4,6
/proc/15262/task/15278/stat : 15278 (java) S 15260 15262 15115 0 -1 4202560 1923 0 0 0 28 0 0 0 15 0 18 0 855368717 10796470272 135245 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15279] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15279/stat : 15279 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 855368717 10796470272 135248 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15280] ppid=15260 vsize=10543428 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15280/stat : 15280 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855368717 10796470272 135251 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10543428

[startup+3.10098 s]
/proc/loadavg: 3.72 3.64 2.37 8/504 15284
/proc/meminfo: memFree=19748360/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10547388 CPUtime=5.49 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 274188 0 1 0 516 33 0 0 25 0 22 0 855368711 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2636847 271249 2239 9 0 2627581 0
[pid=15262/tid=15263] ppid=15260 vsize=10547388 CPUtime=2.02 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) S 15260 15262 15115 0 -1 4202560 193912 0 1 0 177 25 0 0 15 0 22 0 855368712 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855368713 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15266] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 855368713 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855368713 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 855368713 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855368713 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855368713 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855368713 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15272] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855368713 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15273] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15115 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 855368715 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 0 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15115 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 855368715 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15115 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 855368715 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15276] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15276/stat : 15276 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 855368717 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134537649 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15277] ppid=15260 vsize=10547388 CPUtime=0.73 cores=0,2,4,6
/proc/15262/task/15277/stat : 15277 (java) S 15260 15262 15115 0 -1 4202560 3985 0 0 0 73 0 0 0 15 0 22 0 855368717 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15278] ppid=15260 vsize=10547388 CPUtime=0.64 cores=0,2,4,6
/proc/15262/task/15278/stat : 15278 (java) S 15260 15262 15115 0 -1 4202560 2306 0 0 0 64 0 0 0 15 0 22 0 855368717 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15279] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15279/stat : 15279 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 855368717 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15280] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15280/stat : 15280 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855368717 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15281] ppid=15260 vsize=10547388 CPUtime=1.05 cores=0,2,4,6
/proc/15262/task/15281/stat : 15281 (java) R 15260 15262 15115 0 -1 4202560 955 0 0 0 105 0 0 0 25 0 22 0 855368915 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912505871612 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15262/tid=15282] ppid=15260 vsize=10547388 CPUtime=1.01 cores=0,2,4,6
/proc/15262/task/15282/stat : 15282 (java) R 15260 15262 15115 0 -1 4202560 71859 0 0 0 95 6 0 0 25 0 22 0 855368915 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912506083260 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15262/tid=15283] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15283/stat : 15283 (java) S 15260 15262 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855368917 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15284] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15284/stat : 15284 (java) S 15260 15262 15115 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855368918 10800525312 271249 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 10547388

[startup+6.30139 s]
/proc/loadavg: 3.74 3.64 2.38 5/504 15284
/proc/meminfo: memFree=18780016/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10547388 CPUtime=11.96 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 446181 0 1 0 1142 54 0 0 25 0 22 0 855368711 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2636847 440935 2266 9 0 2627581 0
[pid=15262/tid=15263] ppid=15260 vsize=10547388 CPUtime=2.02 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) S 15260 15262 15115 0 -1 4202560 193912 0 1 0 177 25 0 0 15 0 22 0 855368712 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855368713 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15266] ppid=15260 vsize=10547388 CPUtime=0.04 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15115 0 -1 4202560 3059 0 0 0 4 0 0 0 18 0 22 0 855368713 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15115 0 -1 4202560 269 0 0 0 0 0 0 0 18 0 22 0 855368713 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15115 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 855368713 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=10547388 CPUtime=0.04 cores=0,2,4,6
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15115 0 -1 4202560 3234 0 0 0 4 0 0 0 18 0 22 0 855368713 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15115 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 855368713 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=10547388 CPUtime=0.04 cores=0,2,4,6
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15115 0 -1 4202560 3546 0 0 0 4 0 0 0 18 0 22 0 855368713 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15272] ppid=15260 vsize=10547388 CPUtime=0.04 cores=0,2,4,6
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15115 0 -1 4202560 3000 0 0 0 4 0 0 0 18 0 22 0 855368713 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15273] ppid=15260 vsize=10547388 CPUtime=0.34 cores=0,2,4,6
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15115 0 -1 4202560 15622 0 0 0 33 1 0 0 16 0 22 0 855368715 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 0 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855368715 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855368715 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15276] ppid=15260 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15276/stat : 15276 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 855368717 10800525312 440935 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134537649 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=20830144/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10546692 CPUtime=1631.27 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 922190 0 1 0 163017 110 0 0 25 0 22 0 855368711 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2636673 913992 2268 9 0 2627407 0
[pid=15262/tid=15263] ppid=15260 vsize=10546692 CPUtime=2.02 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) S 15260 15262 15115 0 -1 4202560 193929 0 1 0 177 25 0 0 15 0 22 0 855368712 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=10546692 CPUtime=0.54 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15115 0 -1 4202560 3193 0 0 0 53 1 0 0 15 0 22 0 855368713 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15260 vsize=10546692 CPUtime=0.5 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15115 0 -1 4202560 5471 0 0 0 50 0 0 0 15 0 22 0 855368713 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=10546692 CPUtime=0.5 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15115 0 -1 4202560 2255 0 0 0 50 0 0 0 15 0 22 0 855368713 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=10546692 CPUtime=0.54 cores=0,2,4,6
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15115 0 -1 4202560 2261 0 0 0 54 0 0 0 15 0 22 0 855368713 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=10546692 CPUtime=0.57 cores=0,2,4,6
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15115 0 -1 4202560 6454 0 0 0 57 0 0 0 16 0 22 0 855368713 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=10546692 CPUtime=0.48 cores=0,2,4,6
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15115 0 -1 4202560 2215 0 0 0 48 0 0 0 16 0 22 0 855368713 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=10546692 CPUtime=0.46 cores=0,2,4,6
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15115 0 -1 4202560 8921 0 0 0 45 1 0 0 16 0 22 0 855368713 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15272] ppid=15260 vsize=10546692 CPUtime=0.59 cores=0,2,4,6
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15115 0 -1 4202560 5888 0 0 0 58 1 0 0 16 0 22 0 855368713 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15273] ppid=15260 vsize=10546692 CPUtime=14.9 cores=0,2,4,6
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15115 0 -1 4202560 30871 0 0 0 1486 4 0 0 15 0 22 0 855368715 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 0 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855368715 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855368715 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15276] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15276/stat : 15276 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 855368717 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134537649 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15277] ppid=15260 vsize=10546692 CPUtime=1.16 cores=0,2,4,6
/proc/15262/task/15277/stat : 15277 (java) S 15260 15262 15115 0 -1 4202560 7751 0 0 0 115 1 0 0 15 0 22 0 855368717 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15278] ppid=15260 vsize=10546692 CPUtime=0.86 cores=0,2,4,6
/proc/15262/task/15278/stat : 15278 (java) S 15260 15262 15115 0 -1 4202560 2783 0 0 0 86 0 0 0 15 0 22 0 855368717 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15279] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15279/stat : 15279 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 855368717 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15280] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15280/stat : 15280 (java) S 15260 15262 15115 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 855368717 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15281] ppid=15260 vsize=10546692 CPUtime=804.01 cores=0,2,4,6
/proc/15262/task/15281/stat : 15281 (java) R 15260 15262 15115 0 -1 4202560 2158 0 0 0 80401 0 0 0 25 0 22 0 855368915 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912505917050 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15262/tid=15282] ppid=15260 vsize=10546692 CPUtime=803.99 cores=0,2,4,6
/proc/15262/task/15282/stat : 15282 (java) R 15260 15262 15115 0 -1 4202560 646836 0 0 0 80328 71 0 0 25 0 22 0 855368915 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912505923572 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15262/tid=15283] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15283/stat : 15283 (java) S 15260 15262 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855368917 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15284] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15284/stat : 15284 (java) S 15260 15262 15115 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855368918 10799812608 913992 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1631.27
Current children cumulated vsize (KiB) 10546692

[startup+882.301 s]
/proc/loadavg: 4.08 3.98 3.32 5/504 15358
/proc/meminfo: memFree=20805200/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10546692 CPUtime=1750.78 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 922677 0 1 0 174968 110 0 0 25 0 22 0 855368711 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2636673 914466 2268 9 0 2627407 0
[pid=15262/tid=15263] ppid=15260 vsize=10546692 CPUtime=2.02 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) S 15260 15262 15115 0 -1 4202560 193930 0 1 0 177 25 0 0 15 0 22 0 855368712 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=10546692 CPUtime=0.62 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15115 0 -1 4202560 3417 0 0 0 61 1 0 0 16 0 22 0 855368713 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15266] ppid=15260 vsize=10546692 CPUtime=0.54 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15115 0 -1 4202560 5483 0 0 0 54 0 0 0 16 0 22 0 855368713 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=10546692 CPUtime=0.52 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15115 0 -1 4202560 2262 0 0 0 52 0 0 0 16 0 22 0 855368713 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=10546692 CPUtime=0.58 cores=0,2,4,6
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15115 0 -1 4202560 2320 0 0 0 58 0 0 0 15 0 22 0 855368713 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=10546692 CPUtime=0.57 cores=0,2,4,6
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15115 0 -1 4202560 6454 0 0 0 57 0 0 0 15 0 22 0 855368713 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=10546692 CPUtime=0.5 cores=0,2,4,6
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15115 0 -1 4202560 2237 0 0 0 50 0 0 0 16 0 22 0 855368713 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=10546692 CPUtime=0.48 cores=0,2,4,6
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15115 0 -1 4202560 8926 0 0 0 47 1 0 0 16 0 22 0 855368713 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15272] ppid=15260 vsize=10546692 CPUtime=0.65 cores=0,2,4,6
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15115 0 -1 4202560 6033 0 0 0 64 1 0 0 16 0 22 0 855368713 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15273] ppid=15260 vsize=10546692 CPUtime=15.5 cores=0,2,4,6
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15115 0 -1 4202560 30876 0 0 0 1546 4 0 0 15 0 22 0 855368715 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 0 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855368715 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855368715 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15276] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15276/stat : 15276 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 855368717 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134537649 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15277] ppid=15260 vsize=10546692 CPUtime=1.16 cores=0,2,4,6
/proc/15262/task/15277/stat : 15277 (java) S 15260 15262 15115 0 -1 4202560 7751 0 0 0 115 1 0 0 15 0 22 0 855368717 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15278] ppid=15260 vsize=10546692 CPUtime=0.86 cores=0,2,4,6
/proc/15262/task/15278/stat : 15278 (java) S 15260 15262 15115 0 -1 4202560 2783 0 0 0 86 0 0 0 15 0 22 0 855368717 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15279] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15279/stat : 15279 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 855368717 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15280] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15280/stat : 15280 (java) S 15260 15262 15115 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 855368717 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15281] ppid=15260 vsize=10546692 CPUtime=863.33 cores=0,2,4,6
/proc/15262/task/15281/stat : 15281 (java) R 15260 15262 15115 0 -1 4202560 2160 0 0 0 86333 0 0 0 25 0 22 0 855368915 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912505871612 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15262/tid=15282] ppid=15260 vsize=10546692 CPUtime=863.31 cores=0,2,4,6
/proc/15262/task/15282/stat : 15282 (java) R 15260 15262 15115 0 -1 4202560 646837 0 0 0 86260 71 0 0 25 0 22 0 855368915 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912505746515 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15262/tid=15283] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15283/stat : 15283 (java) S 15260 15262 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855368917 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15284] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15284/stat : 15284 (java) S 15260 15262 15115 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855368918 10799812608 914466 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1750.78
Current children cumulated vsize (KiB) 10546692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.901 s]
/proc/loadavg: 4.05 3.98 3.34 5/504 15359
/proc/meminfo: memFree=20797240/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=10546692 CPUtime=1800.06 cores=0,2,4,6
/proc/15262/stat : 15262 (java) S 15260 15262 15115 0 -1 4202496 924714 0 1 0 179895 111 0 0 25 0 22 0 855368711 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 2636673 916414 2268 9 0 2627407 0
[pid=15262/tid=15263] ppid=15260 vsize=10546692 CPUtime=2.02 cores=0,2,4,6
/proc/15262/task/15263/stat : 15263 (java) S 15260 15262 15115 0 -1 4202560 193930 0 1 0 177 25 0 0 15 0 22 0 855368712 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15265] ppid=15260 vsize=10546692 CPUtime=0.63 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (java) S 15260 15262 15115 0 -1 4202560 3912 0 0 0 62 1 0 0 16 0 22 0 855368713 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15266] ppid=15260 vsize=10546692 CPUtime=0.55 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (java) S 15260 15262 15115 0 -1 4202560 5483 0 0 0 55 0 0 0 15 0 22 0 855368713 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15267] ppid=15260 vsize=10546692 CPUtime=0.54 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (java) S 15260 15262 15115 0 -1 4202560 2584 0 0 0 54 0 0 0 16 0 22 0 855368713 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15268] ppid=15260 vsize=10546692 CPUtime=0.59 cores=0,2,4,6
/proc/15262/task/15268/stat : 15268 (java) S 15260 15262 15115 0 -1 4202560 2320 0 0 0 59 0 0 0 15 0 22 0 855368713 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15269] ppid=15260 vsize=10546692 CPUtime=0.61 cores=0,2,4,6
/proc/15262/task/15269/stat : 15269 (java) S 15260 15262 15115 0 -1 4202560 6922 0 0 0 61 0 0 0 16 0 22 0 855368713 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15270] ppid=15260 vsize=10546692 CPUtime=0.5 cores=0,2,4,6
/proc/15262/task/15270/stat : 15270 (java) S 15260 15262 15115 0 -1 4202560 2237 0 0 0 50 0 0 0 15 0 22 0 855368713 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15271] ppid=15260 vsize=10546692 CPUtime=0.48 cores=0,2,4,6
/proc/15262/task/15271/stat : 15271 (java) S 15260 15262 15115 0 -1 4202560 8926 0 0 0 47 1 0 0 15 0 22 0 855368713 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15272] ppid=15260 vsize=10546692 CPUtime=0.69 cores=0,2,4,6
/proc/15262/task/15272/stat : 15272 (java) S 15260 15262 15115 0 -1 4202560 6779 0 0 0 68 1 0 0 16 0 22 0 855368713 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15273] ppid=15260 vsize=10546692 CPUtime=15.5 cores=0,2,4,6
/proc/15262/task/15273/stat : 15273 (java) S 15260 15262 15115 0 -1 4202560 30878 0 0 0 1546 4 0 0 15 0 22 0 855368715 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 0 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15274] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15274/stat : 15274 (java) S 15260 15262 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855368715 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
[pid=15262/tid=15275] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15275/stat : 15275 (java) S 15260 15262 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855368715 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15276] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15276/stat : 15276 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 855368717 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134537649 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15277] ppid=15260 vsize=10546692 CPUtime=1.16 cores=0,2,4,6
/proc/15262/task/15277/stat : 15277 (java) S 15260 15262 15115 0 -1 4202560 7751 0 0 0 115 1 0 0 15 0 22 0 855368717 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15278] ppid=15260 vsize=10546692 CPUtime=0.86 cores=0,2,4,6
/proc/15262/task/15278/stat : 15278 (java) S 15260 15262 15115 0 -1 4202560 2783 0 0 0 86 0 0 0 15 0 22 0 855368717 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15279] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15279/stat : 15279 (java) S 15260 15262 15115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 855368717 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134529945 0 4 0 16800975 18446604451682720512 0 0 -1 6 0 0 0
[pid=15262/tid=15280] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15280/stat : 15280 (java) S 15260 15262 15115 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 855368717 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 2 0 0 0
[pid=15262/tid=15281] ppid=15260 vsize=10546692 CPUtime=887.9 cores=0,2,4,6
/proc/15262/task/15281/stat : 15281 (java) R 15260 15262 15115 0 -1 4202560 2161 0 0 0 88790 0 0 0 25 0 22 0 855368915 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912506091412 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15262/tid=15282] ppid=15260 vsize=10546692 CPUtime=887.88 cores=0,2,4,6
/proc/15262/task/15282/stat : 15282 (java) R 15260 15262 15115 0 -1 4202560 646838 0 0 0 88717 71 0 0 25 0 22 0 855368915 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 46912505866735 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15262/tid=15283] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15283/stat : 15283 (java) S 15260 15262 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855368917 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 4 0 0 0
[pid=15262/tid=15284] ppid=15260 vsize=10546692 CPUtime=0 cores=0,2,4,6
/proc/15262/task/15284/stat : 15284 (java) S 15260 15262 15115 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855368918 10799812608 916414 33554432000 1073741824 1073778376 140733609645600 18446744073709551615 228134530560 0 4 0 16800975 18446604451682720512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10546692

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

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

[startup+907.024 s]
/proc/loadavg: 4.05 3.98 3.34 5/504 15359
/proc/meminfo: memFree=20797240/32951124 swapFree=41830676/67111528
[pid=15262] ppid=15260 vsize=0 CPUtime=1800.24 cores=0,2,4,6
/proc/15262/stat : 15262 (java) Z 15260 15262 15115 0 -1 4203548 924745 0 1 0 179906 118 0 0 17 0 2 0 855368711 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 0 0 0 0 0 0 0
[pid=15262/tid=15281] ppid=15260 vsize=0 CPUtime=887.99 cores=0,2,4,6
/proc/15262/task/15281/stat : 15281 (java) R 15260 15262 15115 0 -1 4203588 2161 0 0 0 88792 7 0 0 25 0 2 0 855368915 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 907.09
CPU time (s): 1800.32
CPU user time (s): 1799.07
CPU system time (s): 1.24981
CPU usage (%): 198.472
Max. virtual memory (cumulated for all children) (KiB): 10549804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.24981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 924745
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= 24246
involuntary context switches= 20193

runsolver used 4.6193 second user time and 9.43257 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 11:08:27
IDJOB=3478792
IDBENCH=89687
IDSOLVER=1950
FILE ID=node138/3478792-1307437707
RUNJOBID= node138-1307436783-15133
PBS_JOBID= 13519950
Free space on /tmp= 73220 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-40.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478792-1307437707/watcher-3478792-1307437707 -o /tmp/evaluation-result-3478792-1307437707/solver-3478792-1307437707 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478792-1307437707.opb

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

MD5SUM BENCH= 96b10f202af149572cd99ac873608650
RANDOM SEED=1939655852

node138.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.854
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.70
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.854
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	: 5332.75
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.854
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.82
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.854
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.75
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.854
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.80
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.854
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.75
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20539864 kB
Buffers:        341020 kB
Cached:        1923508 kB
SwapCached:      44568 kB
Active:       10274528 kB
Inactive:      1816216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20539864 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:          565780 kB
Writeback:          24 kB
AnonPages:     9792780 kB
Mapped:          24876 kB
Slab:           145072 kB
PageTables:     107084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141015960 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= 73844 MiB
End job on node138 at 2011-06-07 11:23:36