Trace number 3741004

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.05 897.656

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1408.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
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.06/0.08	c version 2.2.0.v20100531
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		1349517296
0.06/0.08	c Max memory 		1356595200
0.06/0.08	c Total memory 		1356595200
0.06/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3741004-1338761222.opb
0.08/0.11	c reading problem ... 
3.37/2.36	c ... done. Wall clock time 2.244s.
3.37/2.36	c #vars     12587
3.37/2.36	c #constraints  284398
3.37/2.36	c constraints type 
3.37/2.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
3.37/2.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
3.37/2.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
3.37/2.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
3.37/2.36	c constraints type 
3.37/2.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
3.37/2.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
3.37/2.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
3.37/2.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
9.32/4.68	c cleaning 0 clauses out of 5000 with flag 0/5000
18.31/9.07	c cleaning 0 clauses out of 11001 with flag 0/11001
21.95/10.98	c cleaning 2496 clauses out of 5000 with flag 5000/5000
33.72/16.82	c cleaning 4235 clauses out of 8504 with flag 11000/11000
45.41/22.73	c cleaning 5548 clauses out of 11269 with flag 18000/18000
47.03/23.68	c cleaning 0 clauses out of 18002 with flag 0/18002
59.55/29.97	c cleaning 6854 clauses out of 13720 with flag 26000/26000
66.64/33.52	c cleaning 7889 clauses out of 15862 with flag 35000/35000
76.25/38.45	c cleaning 0 clauses out of 26000 with flag 0/26000
81.05/40.91	c cleaning 8964 clauses out of 17974 with flag 45001/45001
93.99/47.43	c cleaning 9964 clauses out of 20011 with flag 56002/56002
108.68/54.88	c cleaning 11017 clauses out of 22044 with flag 68000/68000
121.25/61.20	c cleaning 11997 clauses out of 24028 with flag 81001/81001
125.26/63.36	c cleaning 0 clauses out of 35003 with flag 0/35003
133.92/67.75	c cleaning 12921 clauses out of 26030 with flag 95000/95000
143.40/72.53	c cleaning 13994 clauses out of 28109 with flag 110000/110000
153.16/77.56	c cleaning 15054 clauses out of 30116 with flag 126001/126001
164.82/83.45	c cleaning 15948 clauses out of 32061 with flag 143000/143000
176.32/89.28	c cleaning 17051 clauses out of 34114 with flag 161001/161001
190.57/96.37	c cleaning 18026 clauses out of 36062 with flag 180000/180000
205.62/103.95	c cleaning 19001 clauses out of 38037 with flag 200001/200001
221.32/111.84	c cleaning 20013 clauses out of 40035 with flag 221000/221000
225.51/114.02	c cleaning 0 clauses out of 45000 with flag 0/45000
248.67/125.68	c cleaning 21008 clauses out of 42024 with flag 243003/243003
277.11/139.97	c cleaning 21986 clauses out of 44015 with flag 266002/266002
293.90/148.33	c cleaning 23000 clauses out of 46027 with flag 290000/290000
311.67/157.22	c cleaning 23940 clauses out of 48027 with flag 315000/315000
330.51/166.69	c cleaning 24842 clauses out of 50087 with flag 341000/341000
353.45/178.18	c cleaning 25985 clauses out of 52245 with flag 368000/368000
377.90/190.31	c cleaning 27126 clauses out of 54260 with flag 396000/396000
392.63/197.75	c cleaning 0 clauses out of 56000 with flag 0/56000
397.01/200.05	c cleaning 28016 clauses out of 56136 with flag 425002/425002
415.06/209.14	c cleaning 29033 clauses out of 58119 with flag 455001/455001
445.94/224.59	c cleaning 29984 clauses out of 60086 with flag 486001/486001
476.97/240.06	c cleaning 31042 clauses out of 62101 with flag 518000/518000
519.58/261.18	c cleaning 31822 clauses out of 64059 with flag 551000/551000
553.32/277.90	c cleaning 32961 clauses out of 66237 with flag 585000/585000
566.20/284.46	c cleaning 0 clauses out of 68000 with flag 0/68000
582.91/292.86	c cleaning 34071 clauses out of 68276 with flag 620000/620000
617.38/310.09	c cleaning 34960 clauses out of 70205 with flag 656000/656000
647.50/325.10	c cleaning 36096 clauses out of 72246 with flag 693001/693001
678.49/340.53	c cleaning 36930 clauses out of 74150 with flag 731001/731001
719.61/360.95	c cleaning 37977 clauses out of 76220 with flag 770001/770001
764.01/382.95	c cleaning 39054 clauses out of 78242 with flag 810000/810000
809.57/405.61	c cleaning 40067 clauses out of 80189 with flag 851001/851001
852.52/426.92	c cleaning 41012 clauses out of 82121 with flag 893000/893000
857.27/429.49	c cleaning 0 clauses out of 81001 with flag 0/81001
900.29/450.83	c cleaning 42024 clauses out of 84110 with flag 936001/936001
942.84/472.00	c cleaning 42862 clauses out of 86085 with flag 980000/980000
993.48/497.16	c cleaning 44090 clauses out of 88224 with flag 1025001/1025001
1030.97/515.74	c cleaning 45050 clauses out of 90133 with flag 1071000/1071000
1092.05/546.00	c cleaning 45968 clauses out of 92083 with flag 1118000/1118000
1139.25/569.58	c cleaning 47010 clauses out of 94115 with flag 1166000/1166000
1191.43/595.35	c cleaning 48050 clauses out of 96109 with flag 1215004/1215004
1255.29/627.06	c cleaning 0 clauses out of 95001 with flag 0/95001
1276.62/637.74	c cleaning 48953 clauses out of 98055 with flag 1265000/1265000
1349.04/673.78	c cleaning 49937 clauses out of 100102 with flag 1316000/1316000
1402.46/700.29	c cleaning 51035 clauses out of 102165 with flag 1368000/1368000
1454.53/726.08	c cleaning 52061 clauses out of 104133 with flag 1421003/1421003
1553.50/774.93	c cleaning 53027 clauses out of 106069 with flag 1475000/1475000
1627.11/811.52	c cleaning 54011 clauses out of 108042 with flag 1530000/1530000
1701.54/848.43	c cleaning 55008 clauses out of 110031 with flag 1586000/1586000
1721.24/858.34	c cleaning 0 clauses out of 110000 with flag 0/110000
1787.34/891.17	c cleaning 55947 clauses out of 112023 with flag 1643000/1643000
1800.05/897.62	c starts		: 209
1800.05/897.62	c conflicts		: 1654017
1800.05/897.62	c decisions		: 10502006
1800.05/897.62	c propagations		: 529363671
1800.05/897.62	c inspects		: 5637335881
1800.05/897.62	c learnt literals	: 7
1800.05/897.62	c learnt binary clauses	: 927
1800.05/897.62	c learnt ternary clauses	: 1942
1800.05/897.62	c learnt clauses	: 1654010
1800.05/897.62	c ignored clauses	: 0
1800.05/897.62	c root simplifications	: 0
1800.05/897.62	c removed literals (reason simplification)	: 27919426
1800.05/897.62	c reason swapping (by a shorter reason)	: 0
1800.05/897.62	c Calls to reduceDB	: 53
1800.05/897.62	c number of reductions to clauses (during analyze)	: 0
1800.05/897.62	c number of learned constraints concerned by reduction	: 0
1800.05/897.62	c number of learning phase by resolution	: 0
1800.05/897.62	c number of learning phase by cutting planes	: 0
1800.05/897.62	c speed (assignments/second)	: 591296.6806253833
1800.05/897.62	c non guided choices	1417970
1800.05/897.64	c learnt constraints type 
1800.05/897.65	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 66209
1800.05/897.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 927
1800.05/897.65	c constraints type 
1800.05/897.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
1800.05/897.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
1800.05/897.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
1800.05/897.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
1800.05/897.65	c constraints type 
1800.05/897.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
1800.05/897.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
1800.05/897.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
1800.05/897.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
1800.05/897.65	s UNKNOWN
1800.05/897.65	c Total wall clock time (in seconds): 897.532

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3741004-1338761222/watcher-3741004-1338761222 -o /tmp/evaluation-result-3741004-1338761222/solver-3741004-1338761222 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741004-1338761222.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.75 3.60 3.41 4/197 29824
/proc/meminfo: memFree=29672500/32873648 swapFree=6860/6860
[pid=29824] ppid=29822 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/29824/stat : 29824 (runsolver) D 29822 29824 22552 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 342248144 12095488 50 33554432000 4194304 5436572 140735718833072 140735718829368 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/29824/statm: 2953 50 31 304 0 2645 0

[startup+0.088081 s]
/proc/loadavg: 3.75 3.60 3.41 4/197 29824
/proc/meminfo: memFree=29672500/32873648 swapFree=6860/6860
[pid=29824] ppid=29822 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/29824/stat : 29824 (java) S 29822 29824 22552 0 -1 4202496 3898 0 1 0 5 1 0 0 20 0 18 0 342248144 2764726272 5616 33554432000 1073741824 1073778376 140734752646672 140734752637808 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29824/statm: 674982 5619 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100229 s]
/proc/loadavg: 3.75 3.60 3.41 4/197 29824
/proc/meminfo: memFree=29672500/32873648 swapFree=6860/6860
[pid=29824] ppid=29822 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/29824/stat : 29824 (java) S 29822 29824 22552 0 -1 4202496 4675 0 1 0 7 1 0 0 20 0 18 0 342248144 2764726272 6377 33554432000 1073741824 1073778376 140734752646672 140734752637808 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29824/statm: 674982 6380 2093 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300703 s]
/proc/loadavg: 3.75 3.60 3.41 4/197 29824
/proc/meminfo: memFree=29672500/32873648 swapFree=6860/6860
[pid=29824] ppid=29822 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/29824/stat : 29824 (java) S 29822 29824 22552 0 -1 4202496 5830 0 1 0 44 2 0 0 20 0 18 0 342248144 2764726272 9687 33554432000 1073741824 1073778376 140734752646672 140734752637808 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29824/statm: 674982 9687 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.701104 s]
/proc/loadavg: 3.75 3.60 3.41 4/197 29824
/proc/meminfo: memFree=29672500/32873648 swapFree=6860/6860
[pid=29824] ppid=29822 vsize=2699928 CPUtime=1.26 cores=0,2,4,6
/proc/29824/stat : 29824 (java) S 29822 29824 22552 0 -1 4202496 12086 0 1 0 121 5 0 0 20 0 18 0 342248144 2764726272 52744 33554432000 1073741824 1073778376 140734752646672 140734752637808 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29824/statm: 674982 52744 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2699928

[startup+1.50152 s]
/proc/loadavg: 3.75 3.60 3.41 4/215 29842
/proc/meminfo: memFree=29301724/32873648 swapFree=6860/6860
[pid=29824] ppid=29822 vsize=2699928 CPUtime=2.23 cores=0,2,4,6
/proc/29824/stat : 29824 (java) S 29822 29824 22552 0 -1 4202496 12255 0 1 0 211 12 0 0 20 0 18 0 342248144 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140734752637808 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29824/statm: 674982 102946 2248 9 0 665676 0
[pid=29824/tid=29826] ppid=29822 vsize=2699928 CPUtime=1.41 cores=0,2,4,6
/proc/29824/task/29826/stat : 29826 (java) R 29822 29824 22552 0 -1 4202560 2956 0 1 0 135 6 0 0 20 0 18 0 342248145 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510375997472 259115771149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29827] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29827/stat : 29827 (java) S 29822 29824 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 342248146 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510360288296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29828] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29828/stat : 29828 (java) S 29822 29824 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 342248146 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510359235496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29829] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29829/stat : 29829 (java) S 29822 29824 22552 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 342248146 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510358182696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29830] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29830/stat : 29830 (java) S 29822 29824 22552 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 342248146 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510357129896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29831] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29831/stat : 29831 (java) S 29822 29824 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342248146 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510356077096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29832] ppid=29822 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/29824/task/29832/stat : 29832 (java) S 29822 29824 22552 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 342248146 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510355024296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29833] ppid=29822 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/29824/task/29833/stat : 29833 (java) S 29822 29824 22552 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 342248146 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510353971496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29834] ppid=29822 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/29824/task/29834/stat : 29834 (java) S 29822 29824 22552 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 342248146 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510352918696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29835] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29835/stat : 29835 (java) S 29822 29824 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342248147 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510340508648 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29836] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29836/stat : 29836 (java) S 29822 29824 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342248148 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510339454712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29837] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29837/stat : 29837 (java) S 29822 29824 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342248148 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510338401800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29838] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29838/stat : 29838 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342248150 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510337350288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29839] ppid=29822 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/29824/task/29839/stat : 29839 (java) S 29822 29824 22552 0 -1 4202560 3761 0 0 0 30 0 0 0 20 0 18 0 342248150 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510336297400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29840] ppid=29822 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/29824/task/29840/stat : 29840 (java) S 29822 29824 22552 0 -1 4202560 4283 0 0 0 31 0 0 0 20 0 18 0 342248150 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510335244600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29841] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29841/stat : 29841 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342248150 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510334191992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29842] ppid=29822 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29842/stat : 29842 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342248150 2764726272 102946 33554432000 1073741824 1073778376 140734752646672 140510333139400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 2699928

[startup+3.10063 s]
/proc/loadavg: 3.75 3.60 3.41 4/215 29842
/proc/meminfo: memFree=29218928/32873648 swapFree=6860/6860
[pid=29824] ppid=29822 vsize=2966184 CPUtime=5.78 cores=0,2,4,6
/proc/29824/stat : 29824 (java) S 29822 29824 22552 0 -1 4202496 15084 0 1 0 552 26 0 0 20 0 22 0 342248144 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140734752637808 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29824/statm: 741546 130279 2270 9 0 732240 0
[pid=29824/tid=29826] ppid=29822 vsize=2966184 CPUtime=2.13 cores=0,2,4,6
/proc/29824/task/29826/stat : 29826 (java) S 29822 29824 22552 0 -1 4202560 2970 0 1 0 207 6 0 0 20 0 22 0 342248145 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510376006808 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29827] ppid=29822 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/29824/task/29827/stat : 29827 (java) S 29822 29824 22552 0 -1 4202560 45 0 0 0 10 3 0 0 20 0 22 0 342248146 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510360288296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29828] ppid=29822 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/29824/task/29828/stat : 29828 (java) S 29822 29824 22552 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 22 0 342248146 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510359235496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29829] ppid=29822 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/29824/task/29829/stat : 29829 (java) S 29822 29824 22552 0 -1 4202560 26 0 0 0 5 2 0 0 20 0 22 0 342248146 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510358182696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29830] ppid=29822 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/29824/task/29830/stat : 29830 (java) S 29822 29824 22552 0 -1 4202560 48 0 0 0 10 3 0 0 20 0 22 0 342248146 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510357129896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29831] ppid=29822 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/29824/task/29831/stat : 29831 (java) S 29822 29824 22552 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 22 0 342248146 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510356077096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29832] ppid=29822 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/29824/task/29832/stat : 29832 (java) S 29822 29824 22552 0 -1 4202560 34 0 0 0 9 2 0 0 20 0 22 0 342248146 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510355024296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29833] ppid=29822 vsize=2966184 CPUtime=0.17 cores=0,2,4,6
/proc/29824/task/29833/stat : 29833 (java) S 29822 29824 22552 0 -1 4202560 61 0 0 0 13 4 0 0 20 0 22 0 342248146 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510353971496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29834] ppid=29822 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/29824/task/29834/stat : 29834 (java) S 29822 29824 22552 0 -1 4202560 32 0 0 0 7 2 0 0 20 0 22 0 342248146 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510352918696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29835] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29835/stat : 29835 (java) S 29822 29824 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342248147 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510340508648 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29836] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29836/stat : 29836 (java) S 29822 29824 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342248148 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510339454712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29837] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29837/stat : 29837 (java) S 29822 29824 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342248148 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510338401800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29838] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29838/stat : 29838 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510337350288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29839] ppid=29822 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/29824/task/29839/stat : 29839 (java) S 29822 29824 22552 0 -1 4202560 6198 0 0 0 67 2 0 0 20 0 22 0 342248150 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510336297400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29840] ppid=29822 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/29824/task/29840/stat : 29840 (java) S 29822 29824 22552 0 -1 4202560 4326 0 0 0 63 0 0 0 20 0 22 0 342248150 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510335244600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29841] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29841/stat : 29841 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510334191992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29842] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29842/stat : 29842 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 130279 33554432000 1073741824 1073778376 140734752646672 140510333139400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 3.77 3.61 3.42 5/219 29846
/proc/meminfo: memFree=29097748/32873648 swapFree=6860/6860
[pid=29824] ppid=29822 vsize=2966184 CPUtime=12.71 cores=0,2,4,6
/proc/29824/stat : 29824 (java) S 29822 29824 22552 0 -1 4202496 18491 0 1 0 1238 33 0 0 20 0 22 0 342248144 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140734752637808 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29824/statm: 741546 145687 2282 9 0 732240 0
[pid=29824/tid=29826] ppid=29822 vsize=2966184 CPUtime=2.13 cores=0,2,4,6
/proc/29824/task/29826/stat : 29826 (java) S 29822 29824 22552 0 -1 4202560 2971 0 1 0 207 6 0 0 20 0 22 0 342248145 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510376006808 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29827] ppid=29822 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/29824/task/29827/stat : 29827 (java) S 29822 29824 22552 0 -1 4202560 62 0 0 0 25 4 0 0 20 0 22 0 342248146 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510360288296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29828] ppid=29822 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/29824/task/29828/stat : 29828 (java) S 29822 29824 22552 0 -1 4202560 67 0 0 0 16 3 0 0 20 0 22 0 342248146 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510359235496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29829] ppid=29822 vsize=2966184 CPUtime=0.2 cores=0,2,4,6
/proc/29824/task/29829/stat : 29829 (java) S 29822 29824 22552 0 -1 4202560 64 0 0 0 17 3 0 0 20 0 22 0 342248146 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510358182696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29830] ppid=29822 vsize=2966184 CPUtime=0.26 cores=0,2,4,6
/proc/29824/task/29830/stat : 29830 (java) S 29822 29824 22552 0 -1 4202560 68 0 0 0 23 3 0 0 20 0 22 0 342248146 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510357129896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29831] ppid=29822 vsize=2966184 CPUtime=0.14 cores=0,2,4,6
/proc/29824/task/29831/stat : 29831 (java) S 29822 29824 22552 0 -1 4202560 35 0 0 0 13 1 0 0 20 0 22 0 342248146 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510356077096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29832] ppid=29822 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/29824/task/29832/stat : 29832 (java) S 29822 29824 22552 0 -1 4202560 61 0 0 0 28 4 0 0 20 0 22 0 342248146 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510355024296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29833] ppid=29822 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/29824/task/29833/stat : 29833 (java) S 29822 29824 22552 0 -1 4202560 75 0 0 0 22 5 0 0 20 0 22 0 342248146 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510353971496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29834] ppid=29822 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/29824/task/29834/stat : 29834 (java) S 29822 29824 22552 0 -1 4202560 59 0 0 0 13 3 0 0 20 0 22 0 342248146 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510352918696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29835] ppid=29822 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/29824/task/29835/stat : 29835 (java) S 29822 29824 22552 0 -1 4202560 31 0 0 0 21 0 0 0 20 0 22 0 342248147 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510340508648 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29836] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29836/stat : 29836 (java) S 29822 29824 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342248148 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510339454712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29837] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29837/stat : 29837 (java) S 29822 29824 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342248148 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510338401800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29838] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29838/stat : 29838 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510337350288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29839] ppid=29822 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/29824/task/29839/stat : 29839 (java) S 29822 29824 22552 0 -1 4202560 6686 0 0 0 74 2 0 0 20 0 22 0 342248150 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510336297400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29840] ppid=29822 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/29824/task/29840/stat : 29840 (java) S 29822 29824 22552 0 -1 4202560 7024 0 0 0 86 2 0 0 20 0 22 0 342248150 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510335244600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29841] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29841/stat : 29841 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510334191992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29842] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29842/stat : 29842 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510333139400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29843] ppid=29822 vsize=2966184 CPUtime=3.35 cores=0,2,4,6
/proc/29824/task/29843/stat : 29843 (java) R 29822 29824 22552 0 -1 4202560 29 0 0 0 335 0 0 0 20 0 22 0 342248380 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510332083488 140510208207033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29844] ppid=29822 vsize=2966184 CPUtime=3.37 cores=0,2,4,6
/proc/29824/task/29844/stat : 29844 (java) R 29822 29824 22552 0 -1 4202560 69 0 0 0 337 0 0 0 20 0 22 0 342248380 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510331031392 140510208306271 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29845] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29845/stat : 29845 (java) S 29822 29824 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342248382 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510329980328 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29846] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29846/stat : 29846 (java) S 29822 29824 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342248382 3037372416 145687 33554432000 1073741824 1073778376 140734752646672 140510328927528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 2966184

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

/proc/29824/statm: 741546 189382 2284 9 0 732240 0
[pid=29824/tid=29826] ppid=29822 vsize=2966184 CPUtime=2.15 cores=0,2,4,6
/proc/29824/task/29826/stat : 29826 (java) S 29822 29824 22552 0 -1 4202560 2994 0 1 0 208 7 0 0 20 0 22 0 342248145 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510376006808 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29827] ppid=29822 vsize=2966184 CPUtime=7.04 cores=0,2,4,6
/proc/29824/task/29827/stat : 29827 (java) S 29822 29824 22552 0 -1 4202560 330 0 0 0 695 9 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510360288296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29828] ppid=29822 vsize=2966184 CPUtime=7.08 cores=0,2,4,6
/proc/29824/task/29828/stat : 29828 (java) S 29822 29824 22552 0 -1 4202560 342 0 0 0 700 8 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510359235496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29829] ppid=29822 vsize=2966184 CPUtime=7.03 cores=0,2,4,6
/proc/29824/task/29829/stat : 29829 (java) S 29822 29824 22552 0 -1 4202560 327 0 0 0 693 10 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510358182696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29830] ppid=29822 vsize=2966184 CPUtime=7.2 cores=0,2,4,6
/proc/29824/task/29830/stat : 29830 (java) S 29822 29824 22552 0 -1 4202560 342 0 0 0 712 8 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510357129896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29831] ppid=29822 vsize=2966184 CPUtime=7 cores=0,2,4,6
/proc/29824/task/29831/stat : 29831 (java) S 29822 29824 22552 0 -1 4202560 316 0 0 0 692 8 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510356077096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29832] ppid=29822 vsize=2966184 CPUtime=7.37 cores=0,2,4,6
/proc/29824/task/29832/stat : 29832 (java) S 29822 29824 22552 0 -1 4202560 332 0 0 0 728 9 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510355024296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29833] ppid=29822 vsize=2966184 CPUtime=7.15 cores=0,2,4,6
/proc/29824/task/29833/stat : 29833 (java) S 29822 29824 22552 0 -1 4202560 351 0 0 0 705 10 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510353971496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29834] ppid=29822 vsize=2966184 CPUtime=6.97 cores=0,2,4,6
/proc/29824/task/29834/stat : 29834 (java) S 29822 29824 22552 0 -1 4202560 323 0 0 0 689 8 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510352918696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29835] ppid=29822 vsize=2966184 CPUtime=19.59 cores=0,2,4,6
/proc/29824/task/29835/stat : 29835 (java) S 29822 29824 22552 0 -1 4202560 152562 0 0 0 1884 75 0 0 20 0 22 0 342248147 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510340508648 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29836] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29836/stat : 29836 (java) S 29822 29824 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342248148 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510339454712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29837] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29837/stat : 29837 (java) S 29822 29824 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342248148 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510338401800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29838] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29838/stat : 29838 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510337350288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29839] ppid=29822 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/29824/task/29839/stat : 29839 (java) S 29822 29824 22552 0 -1 4202560 9974 0 0 0 107 3 0 0 20 0 22 0 342248150 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510336297400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29840] ppid=29822 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/29824/task/29840/stat : 29840 (java) S 29822 29824 22552 0 -1 4202560 7025 0 0 0 95 2 0 0 20 0 22 0 342248150 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510335244600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29841] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29841/stat : 29841 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510334191992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29842] ppid=29822 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/29824/task/29842/stat : 29842 (java) S 29822 29824 22552 0 -1 4202560 46 0 0 0 15 14 0 0 20 0 22 0 342248150 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510333139400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29843] ppid=29822 vsize=2966184 CPUtime=781.98 cores=0,2,4,6
/proc/29824/task/29843/stat : 29843 (java) R 29822 29824 22552 0 -1 4202560 515 0 0 0 78185 13 0 0 20 0 22 0 342248380 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510332084144 140510208210445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29844] ppid=29822 vsize=2966184 CPUtime=782.01 cores=0,2,4,6
/proc/29824/task/29844/stat : 29844 (java) R 29822 29824 22552 0 -1 4202560 638 0 0 0 78188 13 0 0 20 0 22 0 342248380 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510331030688 140510208439552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29845] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29845/stat : 29845 (java) S 29822 29824 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342248382 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510329980328 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29846] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29846/stat : 29846 (java) S 29822 29824 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342248382 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510328927528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1648.63
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.93 3.92 3.71 5/219 29915
/proc/meminfo: memFree=28558316/32873648 swapFree=6860/6860
[pid=29824] ppid=29822 vsize=2966184 CPUtime=1769.45 cores=0,2,4,6
/proc/29824/stat : 29824 (java) S 29822 29824 22552 0 -1 4202496 183465 0 1 0 176770 175 0 0 20 0 22 0 342248144 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140734752637808 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29824/statm: 741546 189380 2284 9 0 732240 0
[pid=29824/tid=29826] ppid=29822 vsize=2966184 CPUtime=2.15 cores=0,2,4,6
/proc/29824/task/29826/stat : 29826 (java) S 29822 29824 22552 0 -1 4202560 2995 0 1 0 208 7 0 0 20 0 22 0 342248145 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510376006808 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29827] ppid=29822 vsize=2966184 CPUtime=7.5 cores=0,2,4,6
/proc/29824/task/29827/stat : 29827 (java) S 29822 29824 22552 0 -1 4202560 330 0 0 0 740 10 0 0 20 0 22 0 342248146 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510360288296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29828] ppid=29822 vsize=2966184 CPUtime=7.52 cores=0,2,4,6
/proc/29824/task/29828/stat : 29828 (java) S 29822 29824 22552 0 -1 4202560 342 0 0 0 743 9 0 0 20 0 22 0 342248146 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510359235496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29829] ppid=29822 vsize=2966184 CPUtime=7.51 cores=0,2,4,6
/proc/29824/task/29829/stat : 29829 (java) S 29822 29824 22552 0 -1 4202560 327 0 0 0 741 10 0 0 20 0 22 0 342248146 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510358182696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29830] ppid=29822 vsize=2966184 CPUtime=7.64 cores=0,2,4,6
/proc/29824/task/29830/stat : 29830 (java) S 29822 29824 22552 0 -1 4202560 342 0 0 0 756 8 0 0 20 0 22 0 342248146 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510357129896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29831] ppid=29822 vsize=2966184 CPUtime=7.42 cores=0,2,4,6
/proc/29824/task/29831/stat : 29831 (java) S 29822 29824 22552 0 -1 4202560 316 0 0 0 734 8 0 0 20 0 22 0 342248146 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510356077096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29832] ppid=29822 vsize=2966184 CPUtime=7.9 cores=0,2,4,6
/proc/29824/task/29832/stat : 29832 (java) S 29822 29824 22552 0 -1 4202560 332 0 0 0 781 9 0 0 20 0 22 0 342248146 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510355024296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29833] ppid=29822 vsize=2966184 CPUtime=7.59 cores=0,2,4,6
/proc/29824/task/29833/stat : 29833 (java) S 29822 29824 22552 0 -1 4202560 351 0 0 0 749 10 0 0 20 0 22 0 342248146 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510353971496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29834] ppid=29822 vsize=2966184 CPUtime=7.43 cores=0,2,4,6
/proc/29824/task/29834/stat : 29834 (java) S 29822 29824 22552 0 -1 4202560 323 0 0 0 735 8 0 0 20 0 22 0 342248146 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510352918696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29835] ppid=29822 vsize=2966184 CPUtime=20.32 cores=0,2,4,6
/proc/29824/task/29835/stat : 29835 (java) S 29822 29824 22552 0 -1 4202560 158352 0 0 0 1953 79 0 0 20 0 22 0 342248147 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510340508648 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29836] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29836/stat : 29836 (java) S 29822 29824 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342248148 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510339454712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29837] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29837/stat : 29837 (java) S 29822 29824 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342248148 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510338401800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29838] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29838/stat : 29838 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510337350288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29839] ppid=29822 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/29824/task/29839/stat : 29839 (java) S 29822 29824 22552 0 -1 4202560 9974 0 0 0 107 3 0 0 20 0 22 0 342248150 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510336297400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29840] ppid=29822 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/29824/task/29840/stat : 29840 (java) S 29822 29824 22552 0 -1 4202560 7025 0 0 0 95 2 0 0 20 0 22 0 342248150 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510335244600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29841] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29841/stat : 29841 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510334191992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29842] ppid=29822 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/29824/task/29842/stat : 29842 (java) S 29822 29824 22552 0 -1 4202560 50 0 0 0 16 15 0 0 20 0 22 0 342248150 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510333139400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29843] ppid=29822 vsize=2966184 CPUtime=840.05 cores=0,2,4,6
/proc/29824/task/29843/stat : 29843 (java) R 29822 29824 22552 0 -1 4202560 541 0 0 0 83991 14 0 0 20 0 22 0 342248380 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510332084224 140510208265276 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29844] ppid=29822 vsize=2966184 CPUtime=840.09 cores=0,2,4,6
/proc/29824/task/29844/stat : 29844 (java) R 29822 29824 22552 0 -1 4202560 676 0 0 0 83995 14 0 0 20 0 22 0 342248380 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510331030384 140510208219936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29845] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29845/stat : 29845 (java) S 29822 29824 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342248382 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510329980328 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29846] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29846/stat : 29846 (java) S 29822 29824 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342248382 3037372416 189380 33554432000 1073741824 1073778376 140734752646672 140510328927528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1769.45
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.607 s]
/proc/loadavg: 4.02 3.94 3.72 5/219 29915
/proc/meminfo: memFree=28547828/32873648 swapFree=6860/6860
[pid=29824] ppid=29822 vsize=2966184 CPUtime=1800.05 cores=0,2,4,6
/proc/29824/stat : 29824 (java) S 29822 29824 22552 0 -1 4202496 186367 0 1 0 179826 179 0 0 20 0 22 0 342248144 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140734752637808 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29824/statm: 741546 189382 2284 9 0 732240 0
[pid=29824/tid=29826] ppid=29822 vsize=2966184 CPUtime=2.16 cores=0,2,4,6
/proc/29824/task/29826/stat : 29826 (java) S 29822 29824 22552 0 -1 4202560 2995 0 1 0 209 7 0 0 20 0 22 0 342248145 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510376006808 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29827] ppid=29822 vsize=2966184 CPUtime=7.68 cores=0,2,4,6
/proc/29824/task/29827/stat : 29827 (java) S 29822 29824 22552 0 -1 4202560 330 0 0 0 758 10 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510360288296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29828] ppid=29822 vsize=2966184 CPUtime=7.63 cores=0,2,4,6
/proc/29824/task/29828/stat : 29828 (java) S 29822 29824 22552 0 -1 4202560 342 0 0 0 754 9 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510359235496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29829] ppid=29822 vsize=2966184 CPUtime=7.63 cores=0,2,4,6
/proc/29824/task/29829/stat : 29829 (java) S 29822 29824 22552 0 -1 4202560 327 0 0 0 753 10 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510358182696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29824/tid=29830] ppid=29822 vsize=2966184 CPUtime=7.75 cores=0,2,4,6
/proc/29824/task/29830/stat : 29830 (java) S 29822 29824 22552 0 -1 4202560 342 0 0 0 766 9 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510357129896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29831] ppid=29822 vsize=2966184 CPUtime=7.56 cores=0,2,4,6
/proc/29824/task/29831/stat : 29831 (java) S 29822 29824 22552 0 -1 4202560 316 0 0 0 748 8 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510356077096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29832] ppid=29822 vsize=2966184 CPUtime=8.07 cores=0,2,4,6
/proc/29824/task/29832/stat : 29832 (java) S 29822 29824 22552 0 -1 4202560 332 0 0 0 798 9 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510355024296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29833] ppid=29822 vsize=2966184 CPUtime=7.76 cores=0,2,4,6
/proc/29824/task/29833/stat : 29833 (java) S 29822 29824 22552 0 -1 4202560 351 0 0 0 766 10 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510353971496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29834] ppid=29822 vsize=2966184 CPUtime=7.57 cores=0,2,4,6
/proc/29824/task/29834/stat : 29834 (java) S 29822 29824 22552 0 -1 4202560 323 0 0 0 749 8 0 0 20 0 22 0 342248146 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510352918696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29835] ppid=29822 vsize=2966184 CPUtime=20.85 cores=0,2,4,6
/proc/29824/task/29835/stat : 29835 (java) S 29822 29824 22552 0 -1 4202560 161233 0 0 0 2004 81 0 0 20 0 22 0 342248147 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510340508648 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29836] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29836/stat : 29836 (java) S 29822 29824 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342248148 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510339454712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29837] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29837/stat : 29837 (java) S 29822 29824 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342248148 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510338401800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29838] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29838/stat : 29838 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510337350288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29839] ppid=29822 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/29824/task/29839/stat : 29839 (java) S 29822 29824 22552 0 -1 4202560 9974 0 0 0 107 3 0 0 20 0 22 0 342248150 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510336297400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29824/tid=29840] ppid=29822 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/29824/task/29840/stat : 29840 (java) S 29822 29824 22552 0 -1 4202560 7025 0 0 0 95 2 0 0 20 0 22 0 342248150 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510335244600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29841] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29841/stat : 29841 (java) S 29822 29824 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342248150 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510334191992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29842] ppid=29822 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/29824/task/29842/stat : 29842 (java) S 29822 29824 22552 0 -1 4202560 52 0 0 0 17 15 0 0 20 0 22 0 342248150 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510333139400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29843] ppid=29822 vsize=2966184 CPUtime=854.47 cores=0,2,4,6
/proc/29824/task/29843/stat : 29843 (java) R 29822 29824 22552 0 -1 4202560 551 0 0 0 85433 14 0 0 20 0 22 0 342248380 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510332084192 140510208206964 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29824/tid=29844] ppid=29822 vsize=2966184 CPUtime=854.51 cores=0,2,4,6
/proc/29824/task/29844/stat : 29844 (java) R 29822 29824 22552 0 -1 4202560 685 0 0 0 85437 14 0 0 20 0 22 0 342248380 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510331030576 140510208227320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29845] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29845/stat : 29845 (java) S 29822 29824 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342248382 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510329980328 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29824/tid=29846] ppid=29822 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29824/task/29846/stat : 29846 (java) S 29822 29824 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342248382 3037372416 189382 33554432000 1073741824 1073778376 140734752646672 140510328927528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29824 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=178243
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=252657
# CPU time returned by wait4() is 1796.43
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.656
CPU time (s): 1800.05
CPU user time (s): 1798.26
CPU system time (s): 1.79
CPU usage (%): 200.528
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.18
system time used= 2.25266
maximum resident set size= 769420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186399
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54393
involuntary context switches= 96541

runsolver used 3.33049 second user time and 7.96479 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 00:07:03
IDJOB=3741004
IDBENCH=89728
IDSOLVER=2324
FILE ID=node124/3741004-1338761222
RUNJOBID= node124-1338748776-22568
PBS_JOBID= 14636791
Free space on /tmp= 70688 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-76.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741004-1338761222/watcher-3741004-1338761222 -o /tmp/evaluation-result-3741004-1338761222/solver-3741004-1338761222 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741004-1338761222.opb

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=472152651

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29672656 kB
Buffers:          225432 kB
Cached:          1523196 kB
SwapCached:         8268 kB
Active:          1122872 kB
Inactive:        1303592 kB
Active(anon):     671620 kB
Inactive(anon):     8240 kB
Active(file):     451252 kB
Inactive(file):  1295352 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:             12120 kB
Writeback:             0 kB
AnonPages:        676568 kB
Mapped:            17204 kB
Shmem:                 0 kB
Slab:             634580 kB
SReclaimable:      78820 kB
SUnreclaim:       555760 kB
KernelStack:        1624 kB
PageTables:         5504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70648 MiB
End job on node124 at 2012-06-04 00:22:02