Trace number 3740939

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.48 897.148

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-73.opb
MD5SUM56a27796f1168612394e164ff5d947f7
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 variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 196
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.2.0.v20100531
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		1349517296
0.04/0.09	c Max memory 		1356595200
0.04/0.09	c Total memory 		1356595200
0.04/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3740939-1338760820.opb
0.07/0.12	c reading problem ... 
2.20/1.55	c ... done. Wall clock time 1.434s.
2.20/1.55	c #vars     7936
2.20/1.55	c #constraints  177125
2.20/1.55	c constraints type 
2.20/1.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
2.20/1.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.20/1.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
2.20/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
2.20/1.55	c constraints type 
2.20/1.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
2.20/1.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
2.20/1.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.20/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
6.85/3.24	c cleaning 0 clauses out of 5000 with flag 0/5000
8.26/3.97	c cleaning 2496 clauses out of 5001 with flag 5001/5001
11.50/5.55	c cleaning 0 clauses out of 11003 with flag 0/11003
12.17/5.90	c cleaning 4194 clauses out of 8504 with flag 11000/11000
15.26/7.59	c cleaning 5652 clauses out of 11310 with flag 18000/18000
16.75/8.34	c cleaning 0 clauses out of 18001 with flag 0/18001
19.87/9.99	c cleaning 6813 clauses out of 13658 with flag 26000/26000
23.54/11.82	c cleaning 0 clauses out of 26002 with flag 0/26002
24.96/12.65	c cleaning 7917 clauses out of 15845 with flag 35000/35000
29.92/15.20	c cleaning 8959 clauses out of 17926 with flag 45000/45000
33.42/16.96	c cleaning 0 clauses out of 35002 with flag 0/35002
36.12/18.31	c cleaning 9978 clauses out of 19964 with flag 56000/56000
42.58/21.63	c cleaning 10991 clauses out of 21987 with flag 68002/68002
46.66/23.72	c cleaning 0 clauses out of 45001 with flag 0/45001
49.77/25.40	c cleaning 11993 clauses out of 23997 with flag 81003/81003
58.01/29.45	c cleaning 12827 clauses out of 26001 with flag 95000/95000
66.70/33.83	c cleaning 13926 clauses out of 28174 with flag 110000/110000
74.87/37.92	c cleaning 15122 clauses out of 30253 with flag 126005/126005
84.21/42.64	c cleaning 16015 clauses out of 32126 with flag 143001/143001
94.35/47.70	c cleaning 16942 clauses out of 34110 with flag 161000/161000
103.83/52.58	c cleaning 18065 clauses out of 36170 with flag 180002/180002
113.75/57.52	c cleaning 19014 clauses out of 38103 with flag 200000/200000
125.05/63.22	c cleaning 19874 clauses out of 40090 with flag 221001/221001
134.76/68.13	c cleaning 21104 clauses out of 42219 with flag 243004/243004
145.61/73.70	c cleaning 22051 clauses out of 44111 with flag 266000/266000
150.10/75.92	c cleaning 0 clauses out of 56000 with flag 0/56000
160.43/81.17	c cleaning 22822 clauses out of 46060 with flag 290000/290000
173.99/87.93	c cleaning 24021 clauses out of 48239 with flag 315001/315001
186.66/94.35	c cleaning 25103 clauses out of 50217 with flag 341000/341000
200.86/101.47	c cleaning 25986 clauses out of 52113 with flag 368000/368000
218.06/110.06	c cleaning 26957 clauses out of 54127 with flag 396000/396000
233.66/117.89	c cleaning 27994 clauses out of 56169 with flag 425000/425000
250.94/126.53	c cleaning 29039 clauses out of 58175 with flag 455000/455000
269.85/136.06	c cleaning 29937 clauses out of 60135 with flag 486000/486000
288.08/145.12	c cleaning 31098 clauses out of 62201 with flag 518003/518003
310.55/156.36	c cleaning 31981 clauses out of 64099 with flag 551000/551000
315.93/159.10	c cleaning 0 clauses out of 68000 with flag 0/68000
334.50/168.49	c cleaning 33051 clauses out of 66118 with flag 585000/585000
364.13/183.28	c cleaning 33999 clauses out of 68066 with flag 620000/620000
385.37/193.83	c cleaning 34959 clauses out of 70068 with flag 656001/656001
410.18/206.24	c cleaning 36012 clauses out of 72108 with flag 693000/693000
439.79/221.02	c cleaning 36984 clauses out of 74095 with flag 731000/731000
464.29/233.23	c cleaning 37891 clauses out of 76111 with flag 770000/770000
496.09/249.06	c cleaning 38845 clauses out of 78220 with flag 810000/810000
520.53/261.24	c cleaning 40101 clauses out of 80375 with flag 851000/851000
548.42/275.19	c cleaning 41078 clauses out of 82273 with flag 893000/893000
578.56/290.15	c cleaning 0 clauses out of 81004 with flag 0/81004
583.60/292.72	c cleaning 41903 clauses out of 84195 with flag 936000/936000
620.46/311.15	c cleaning 43072 clauses out of 86292 with flag 980000/980000
652.60/327.10	c cleaning 44087 clauses out of 88220 with flag 1025000/1025000
694.50/347.92	c cleaning 45035 clauses out of 90135 with flag 1071002/1071002
762.37/381.66	c cleaning 45853 clauses out of 92098 with flag 1118000/1118000
805.19/402.95	c cleaning 47109 clauses out of 94245 with flag 1166000/1166000
846.55/423.56	c cleaning 47961 clauses out of 96135 with flag 1215000/1215000
891.39/445.88	c cleaning 49057 clauses out of 98175 with flag 1265001/1265001
928.23/464.10	c cleaning 50030 clauses out of 100117 with flag 1316000/1316000
946.52/473.37	c cleaning 0 clauses out of 95001 with flag 0/95001
969.39/484.75	c cleaning 50915 clauses out of 102087 with flag 1368000/1368000
1024.82/512.23	c cleaning 52059 clauses out of 104172 with flag 1421000/1421000
1071.52/535.47	c cleaning 52992 clauses out of 106114 with flag 1475001/1475001
1121.15/560.12	c cleaning 54047 clauses out of 108121 with flag 1530000/1530000
1164.27/581.55	c cleaning 55008 clauses out of 110075 with flag 1586001/1586001
1210.78/604.66	c cleaning 55951 clauses out of 112067 with flag 1643001/1643001
1260.87/629.50	c cleaning 56951 clauses out of 114115 with flag 1701000/1701000
1307.25/652.67	c cleaning 57884 clauses out of 116164 with flag 1760000/1760000
1357.89/677.73	c cleaning 58930 clauses out of 118282 with flag 1820002/1820002
1411.17/704.17	c cleaning 60045 clauses out of 120350 with flag 1881000/1881000
1474.15/735.38	c cleaning 61021 clauses out of 122305 with flag 1943000/1943000
1496.69/746.62	c cleaning 0 clauses out of 110000 with flag 0/110000
1532.92/764.61	c cleaning 62131 clauses out of 124284 with flag 2006000/2006000
1588.59/792.21	c cleaning 63064 clauses out of 126155 with flag 2070002/2070002
1644.37/819.89	c cleaning 64006 clauses out of 128089 with flag 2135000/2135000
1705.28/850.17	c cleaning 64973 clauses out of 130083 with flag 2201000/2201000
1766.12/880.24	c cleaning 65994 clauses out of 132113 with flag 2268004/2268004
1800.21/897.11	c starts		: 227
1800.21/897.11	c conflicts		: 2312329
1800.21/897.11	c decisions		: 11673133
1800.21/897.11	c propagations		: 531934265
1800.21/897.11	c inspects		: 6199656685
1800.21/897.11	c learnt literals	: 16
1800.21/897.11	c learnt binary clauses	: 434
1800.21/897.11	c learnt ternary clauses	: 1680
1800.21/897.11	c learnt clauses	: 2312313
1800.21/897.11	c ignored clauses	: 0
1800.21/897.11	c root simplifications	: 0
1800.21/897.11	c removed literals (reason simplification)	: 49914112
1800.21/897.11	c reason swapping (by a shorter reason)	: 0
1800.21/897.11	c Calls to reduceDB	: 63
1800.21/897.11	c number of reductions to clauses (during analyze)	: 0
1800.21/897.11	c number of learned constraints concerned by reduction	: 0
1800.21/897.11	c number of learning phase by resolution	: 0
1800.21/897.11	c number of learning phase by cutting planes	: 0
1800.21/897.11	c speed (assignments/second)	: 593970.3156806323
1800.21/897.11	c non guided choices	493065
1800.21/897.14	c learnt constraints type 
1800.21/897.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 110063
1800.21/897.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 434
1800.21/897.14	c constraints type 
1800.21/897.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
1800.21/897.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1800.21/897.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
1800.21/897.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
1800.21/897.14	c constraints type 
1800.21/897.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
1800.21/897.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
1800.21/897.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
1800.21/897.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
1800.21/897.14	s UNKNOWN
1800.21/897.14	c Total wall clock time (in seconds): 897.02

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-3740939-1338760820/watcher-3740939-1338760820 -o /tmp/evaluation-result-3740939-1338760820/solver-3740939-1338760820 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740939-1338760820.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.94 3.83 3.80 4/198 21926
/proc/meminfo: memFree=26348448/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21926/stat : 21926 (java6) D 21924 21926 17435 0 -1 4202496 95 0 0 0 0 0 0 0 20 0 1 0 342208066 2560000 46 33554432000 1073741824 1073778376 140734528630576 140734528627704 266426477863 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/21926/statm: 625 46 37 9 0 29 0

[startup+0.0735521 s]
/proc/loadavg: 3.94 3.83 3.80 4/198 21926
/proc/meminfo: memFree=26348448/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/21926/stat : 21926 (java) S 21924 21926 17435 0 -1 4202496 3843 0 1 0 3 1 0 0 20 0 18 0 342208066 2764726272 5561 33554432000 1073741824 1073778376 140735398025424 140735398016560 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21926/statm: 674982 5561 1757 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100283 s]
/proc/loadavg: 3.94 3.83 3.80 4/198 21926
/proc/meminfo: memFree=26348448/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/21926/stat : 21926 (java) S 21924 21926 17435 0 -1 4202496 4355 0 1 0 6 1 0 0 20 0 18 0 342208066 2764726272 6070 33554432000 1073741824 1073778376 140735398025424 140735398016560 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21926/statm: 674982 6071 2029 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300202 s]
/proc/loadavg: 3.94 3.83 3.80 4/198 21926
/proc/meminfo: memFree=26348448/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/21926/stat : 21926 (java) S 21924 21926 17435 0 -1 4202496 6080 0 1 0 44 2 0 0 20 0 18 0 342208066 2764726272 9323 33554432000 1073741824 1073778376 140735398025424 140735398016560 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21926/statm: 674982 9323 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700248 s]
/proc/loadavg: 3.94 3.83 3.80 4/198 21926
/proc/meminfo: memFree=26348448/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2699928 CPUtime=1.23 cores=0,2,4,6
/proc/21926/stat : 21926 (java) S 21924 21926 17435 0 -1 4202496 11579 0 1 0 119 4 0 0 20 0 18 0 342208066 2764726272 49842 33554432000 1073741824 1073778376 140735398025424 140735398016560 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21926/statm: 674982 49842 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 3.94 3.83 3.80 4/216 21944
/proc/meminfo: memFree=25946136/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2699928 CPUtime=2.2 cores=0,2,4,6
/proc/21926/stat : 21926 (java) S 21924 21926 17435 0 -1 4202496 11911 0 1 0 210 10 0 0 20 0 18 0 342208066 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140735398016560 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21926/statm: 674982 102652 2248 9 0 665676 0
[pid=21926/tid=21928] ppid=21924 vsize=2699928 CPUtime=1.42 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (java) R 21924 21926 17435 0 -1 4202560 2961 0 1 0 136 6 0 0 20 0 18 0 342208067 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455525396464 140455379880449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (java) S 21924 21926 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342208069 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455509686568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21930] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21930/stat : 21930 (java) S 21924 21926 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342208069 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455508633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21931] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21931/stat : 21931 (java) S 21924 21926 17435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 342208069 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455507581480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21932] ppid=21924 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/21926/task/21932/stat : 21932 (java) S 21924 21926 17435 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 18 0 342208069 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455506528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21933] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21933/stat : 21933 (java) S 21924 21926 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342208069 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455505476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21934] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21934/stat : 21934 (java) S 21924 21926 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 342208069 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455504423592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21935] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21935/stat : 21935 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342208069 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455503371304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21936] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21936/stat : 21936 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342208069 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455502318504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21937] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21937/stat : 21937 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342208070 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455372093672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21938] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21938/stat : 21938 (java) S 21924 21926 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342208071 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455371039736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21939] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21939/stat : 21939 (java) S 21924 21926 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342208071 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455369987336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21940] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21940/stat : 21940 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342208073 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455368935824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21941] ppid=21924 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/21926/task/21941/stat : 21941 (java) S 21924 21926 17435 0 -1 4202560 3788 0 0 0 29 0 0 0 20 0 18 0 342208073 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455367883448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21942] ppid=21924 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/21926/task/21942/stat : 21942 (java) S 21924 21926 17435 0 -1 4202560 3907 0 0 0 30 0 0 0 20 0 18 0 342208073 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455366830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21943] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21943/stat : 21943 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342208073 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455365778552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21944] ppid=21924 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21944/stat : 21944 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342208073 2764726272 102652 33554432000 1073741824 1073778376 140735398025424 140455364725960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 2699928

[startup+3.10075 s]
/proc/loadavg: 3.94 3.83 3.80 7/220 21948
/proc/meminfo: memFree=25886224/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2966184 CPUtime=6.65 cores=0,2,4,6
/proc/21926/stat : 21926 (java) S 21924 21926 17435 0 -1 4202496 19752 0 1 0 644 21 0 0 20 0 22 0 342208066 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140735398016560 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21926/statm: 741546 122756 2270 9 0 732240 0
[pid=21926/tid=21928] ppid=21924 vsize=2966184 CPUtime=1.48 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (java) S 21924 21926 17435 0 -1 4202560 2973 0 1 0 142 6 0 0 20 0 22 0 342208067 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455525405848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21924 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (java) S 21924 21926 17435 0 -1 4202560 32 0 0 0 7 2 0 0 20 0 22 0 342208069 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455509686568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21930] ppid=21924 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/21926/task/21930/stat : 21930 (java) S 21924 21926 17435 0 -1 4202560 25 0 0 0 5 2 0 0 20 0 22 0 342208069 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455508633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21931] ppid=21924 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/21926/task/21931/stat : 21931 (java) S 21924 21926 17435 0 -1 4202560 20 0 0 0 4 1 0 0 20 0 22 0 342208069 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455507581480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21932] ppid=21924 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21926/task/21932/stat : 21932 (java) S 21924 21926 17435 0 -1 4202560 37 0 0 0 6 3 0 0 20 0 22 0 342208069 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455506528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21933] ppid=21924 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/21926/task/21933/stat : 21933 (java) S 21924 21926 17435 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 22 0 342208069 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455505476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21934] ppid=21924 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21926/task/21934/stat : 21934 (java) S 21924 21926 17435 0 -1 4202560 25 0 0 0 7 2 0 0 20 0 22 0 342208069 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455504423592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21935] ppid=21924 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21926/task/21935/stat : 21935 (java) S 21924 21926 17435 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 22 0 342208069 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455503371304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21936] ppid=21924 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21926/task/21936/stat : 21936 (java) S 21924 21926 17435 0 -1 4202560 24 0 0 0 7 2 0 0 20 0 22 0 342208069 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455502318504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21937] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21937/stat : 21937 (java) S 21924 21926 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342208070 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455372093672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21938] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21938/stat : 21938 (java) S 21924 21926 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342208071 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455371039736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21939] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21939/stat : 21939 (java) S 21924 21926 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342208071 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455369987336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21940] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21940/stat : 21940 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455368935824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21941] ppid=21924 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/21926/task/21941/stat : 21941 (java) S 21924 21926 17435 0 -1 4202560 8616 0 0 0 82 0 0 0 20 0 22 0 342208073 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455367883448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21942] ppid=21924 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/21926/task/21942/stat : 21942 (java) S 21924 21926 17435 0 -1 4202560 6651 0 0 0 81 2 0 0 20 0 22 0 342208073 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455366830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21943] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21943/stat : 21943 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455365778552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21944] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21944/stat : 21944 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140455364725960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21945] ppid=21924 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/21926/task/21945/stat : 21945 (java) R 21924 21926 17435 0 -1 4202560 28 0 0 0 138 0 0 0 20 0 22 0 342208222 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140454356048304 140455380260449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21946] ppid=21924 vsize=2966184 CPUtime=1.36 cores=0,2,4,6
/proc/21926/task/21946/stat : 21946 (java) R 21924 21926 17435 0 -1 4202560 65 0 0 0 136 0 0 0 20 0 22 0 342208222 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140454354997224 140455380521608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21947] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21947/stat : 21947 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208223 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140454353945768 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21948] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21948/stat : 21948 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208223 3037372416 122756 33554432000 1073741824 1073778376 140735398025424 140454352892968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 2966184

[startup+6.30076 s]
/proc/loadavg: 3.95 3.84 3.80 5/220 21948
/proc/meminfo: memFree=25806720/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2966184 CPUtime=12.83 cores=0,2,4,6
/proc/21926/stat : 21926 (java) S 21924 21926 17435 0 -1 4202496 19855 0 1 0 1260 23 0 0 20 0 22 0 342208066 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140735398016560 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21926/statm: 741546 137651 2282 9 0 732240 0
[pid=21926/tid=21928] ppid=21924 vsize=2966184 CPUtime=1.48 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (java) S 21924 21926 17435 0 -1 4202560 2973 0 1 0 142 6 0 0 20 0 22 0 342208067 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455525405848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21924 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (java) S 21924 21926 17435 0 -1 4202560 33 0 0 0 11 2 0 0 20 0 22 0 342208069 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455509686568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21930] ppid=21924 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/21926/task/21930/stat : 21930 (java) S 21924 21926 17435 0 -1 4202560 34 0 0 0 9 2 0 0 20 0 22 0 342208069 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455508633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21931] ppid=21924 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/21926/task/21931/stat : 21931 (java) S 21924 21926 17435 0 -1 4202560 25 0 0 0 9 2 0 0 20 0 22 0 342208069 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455507581480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21932] ppid=21924 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/21926/task/21932/stat : 21932 (java) S 21924 21926 17435 0 -1 4202560 42 0 0 0 13 3 0 0 20 0 22 0 342208069 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455506528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21933] ppid=21924 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21926/task/21933/stat : 21933 (java) S 21924 21926 17435 0 -1 4202560 25 0 0 0 7 2 0 0 20 0 22 0 342208069 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455505476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21934] ppid=21924 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/21926/task/21934/stat : 21934 (java) S 21924 21926 17435 0 -1 4202560 28 0 0 0 14 2 0 0 20 0 22 0 342208069 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455504423592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21935] ppid=21924 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21926/task/21935/stat : 21935 (java) S 21924 21926 17435 0 -1 4202560 39 0 0 0 11 2 0 0 20 0 22 0 342208069 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455503371304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21936] ppid=21924 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/21926/task/21936/stat : 21936 (java) S 21924 21926 17435 0 -1 4202560 31 0 0 0 14 2 0 0 20 0 22 0 342208069 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455502318504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21937] ppid=21924 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/21926/task/21937/stat : 21937 (java) S 21924 21926 17435 0 -1 4202560 58 0 0 0 57 2 0 0 20 0 22 0 342208070 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455372093672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21938] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21938/stat : 21938 (java) S 21924 21926 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342208071 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455371039736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21939] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21939/stat : 21939 (java) S 21924 21926 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342208071 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455369987336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21940] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21940/stat : 21940 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455368935824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21941] ppid=21924 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/21926/task/21941/stat : 21941 (java) S 21924 21926 17435 0 -1 4202560 8622 0 0 0 97 0 0 0 20 0 22 0 342208073 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455367883448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21942] ppid=21924 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/21926/task/21942/stat : 21942 (java) S 21924 21926 17435 0 -1 4202560 6655 0 0 0 89 2 0 0 20 0 22 0 342208073 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455366830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21943] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21943/stat : 21943 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455365778552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21944] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21944/stat : 21944 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140455364725960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21945] ppid=21924 vsize=2966184 CPUtime=3.84 cores=0,2,4,6
/proc/21926/task/21945/stat : 21945 (java) R 21924 21926 17435 0 -1 4202560 32 0 0 0 384 0 0 0 20 0 22 0 342208222 3037372416 137651 33554432000 1073741824 1073778376 140735398025424 140454356050104 140455380434384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0

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

[pid=21926/tid=21946] ppid=21924 vsize=2966184 CPUtime=733.66 cores=0,2,4,6
/proc/21926/task/21946/stat : 21946 (java) R 21924 21926 17435 0 -1 4202560 583 0 0 0 73353 13 0 0 20 0 22 0 342208222 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140454354995616 140455380261371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21947] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21947/stat : 21947 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208223 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140454353945768 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21948] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21948/stat : 21948 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208223 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140454352892968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1528.27
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.06 4.00 3.88 5/219 22039
/proc/meminfo: memFree=25666104/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2966184 CPUtime=1649.07 cores=0,2,4,6
/proc/21926/stat : 21926 (java) S 21924 21926 17435 0 -1 4202496 114501 0 1 0 164768 139 0 0 20 0 22 0 342208066 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140735398016560 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21926/statm: 741546 177075 2284 9 0 732240 0
[pid=21926/tid=21928] ppid=21924 vsize=2966184 CPUtime=1.49 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (java) S 21924 21926 17435 0 -1 4202560 2996 0 1 0 142 7 0 0 20 0 22 0 342208067 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455525405848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21929] ppid=21924 vsize=2966184 CPUtime=5.87 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (java) S 21924 21926 17435 0 -1 4202560 302 0 0 0 581 6 0 0 20 0 22 0 342208069 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455509686568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21930] ppid=21924 vsize=2966184 CPUtime=5.68 cores=0,2,4,6
/proc/21926/task/21930/stat : 21930 (java) S 21924 21926 17435 0 -1 4202560 308 0 0 0 562 6 0 0 20 0 22 0 342208069 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455508633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21931] ppid=21924 vsize=2966184 CPUtime=5.75 cores=0,2,4,6
/proc/21926/task/21931/stat : 21931 (java) S 21924 21926 17435 0 -1 4202560 300 0 0 0 569 6 0 0 20 0 22 0 342208069 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455507581480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21932] ppid=21924 vsize=2966184 CPUtime=5.8 cores=0,2,4,6
/proc/21926/task/21932/stat : 21932 (java) S 21924 21926 17435 0 -1 4202560 314 0 0 0 572 8 0 0 20 0 22 0 342208069 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455506528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21933] ppid=21924 vsize=2966184 CPUtime=5.8 cores=0,2,4,6
/proc/21926/task/21933/stat : 21933 (java) S 21924 21926 17435 0 -1 4202560 302 0 0 0 572 8 0 0 20 0 22 0 342208069 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455505476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21934] ppid=21924 vsize=2966184 CPUtime=5.61 cores=0,2,4,6
/proc/21926/task/21934/stat : 21934 (java) S 21924 21926 17435 0 -1 4202560 301 0 0 0 555 6 0 0 20 0 22 0 342208069 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455504423592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21935] ppid=21924 vsize=2966184 CPUtime=5.9 cores=0,2,4,6
/proc/21926/task/21935/stat : 21935 (java) S 21924 21926 17435 0 -1 4202560 323 0 0 0 582 8 0 0 20 0 22 0 342208069 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455503371304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21936] ppid=21924 vsize=2966184 CPUtime=5.63 cores=0,2,4,6
/proc/21926/task/21936/stat : 21936 (java) S 21924 21926 17435 0 -1 4202560 307 0 0 0 556 7 0 0 20 0 22 0 342208069 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455502318504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21937] ppid=21924 vsize=2966184 CPUtime=15.59 cores=0,2,4,6
/proc/21926/task/21937/stat : 21937 (java) S 21924 21926 17435 0 -1 4202560 89731 0 0 0 1497 62 0 0 20 0 22 0 342208070 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455372093672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21938] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21938/stat : 21938 (java) S 21924 21926 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342208071 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455371039736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21939] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21939/stat : 21939 (java) S 21924 21926 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342208071 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455369987336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21940] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21940/stat : 21940 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455368935824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21941] ppid=21924 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/21926/task/21941/stat : 21941 (java) S 21924 21926 17435 0 -1 4202560 10339 0 0 0 113 2 0 0 20 0 22 0 342208073 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455367883448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21942] ppid=21924 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/21926/task/21942/stat : 21942 (java) S 21924 21926 17435 0 -1 4202560 6661 0 0 0 93 2 0 0 20 0 22 0 342208073 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455366830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21943] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21943/stat : 21943 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455365778552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21944] ppid=21924 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/21926/task/21944/stat : 21944 (java) S 21924 21926 17435 0 -1 4202560 46 0 0 0 13 15 0 0 20 0 22 0 342208073 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140455364725960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21945] ppid=21924 vsize=2966184 CPUtime=791.74 cores=0,2,4,6
/proc/21926/task/21945/stat : 21945 (java) R 21924 21926 17435 0 -1 4202560 454 0 0 0 79160 14 0 0 20 0 22 0 342208222 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140454356048416 140455380260449 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21946] ppid=21924 vsize=2966184 CPUtime=791.64 cores=0,2,4,6
/proc/21926/task/21946/stat : 21946 (java) R 21924 21926 17435 0 -1 4202560 628 0 0 0 79150 14 0 0 20 0 22 0 342208222 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140454354996432 140455380261031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21947] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21947/stat : 21947 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208223 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140454353945768 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21948] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21948/stat : 21948 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208223 3037372416 177075 33554432000 1073741824 1073778376 140735398025424 140454352892968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1649.07
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 3.90 3.97 3.88 5/219 22039
/proc/meminfo: memFree=25624164/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2966184 CPUtime=1770.13 cores=0,2,4,6
/proc/21926/stat : 21926 (java) S 21924 21926 17435 0 -1 4202496 117612 0 1 0 176867 146 0 0 20 0 22 0 342208066 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140735398016560 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21926/statm: 741546 177076 2284 9 0 732240 0
[pid=21926/tid=21928] ppid=21924 vsize=2966184 CPUtime=1.5 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (java) S 21924 21926 17435 0 -1 4202560 2997 0 1 0 143 7 0 0 20 0 22 0 342208067 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455525405848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21924 vsize=2966184 CPUtime=6.35 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (java) S 21924 21926 17435 0 -1 4202560 302 0 0 0 628 7 0 0 20 0 22 0 342208069 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455509686568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21930] ppid=21924 vsize=2966184 CPUtime=6.08 cores=0,2,4,6
/proc/21926/task/21930/stat : 21930 (java) S 21924 21926 17435 0 -1 4202560 308 0 0 0 601 7 0 0 20 0 22 0 342208069 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455508633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21931] ppid=21924 vsize=2966184 CPUtime=6.18 cores=0,2,4,6
/proc/21926/task/21931/stat : 21931 (java) S 21924 21926 17435 0 -1 4202560 300 0 0 0 611 7 0 0 20 0 22 0 342208069 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455507581480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21932] ppid=21924 vsize=2966184 CPUtime=6.3 cores=0,2,4,6
/proc/21926/task/21932/stat : 21932 (java) S 21924 21926 17435 0 -1 4202560 314 0 0 0 622 8 0 0 20 0 22 0 342208069 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455506528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21933] ppid=21924 vsize=2966184 CPUtime=6.31 cores=0,2,4,6
/proc/21926/task/21933/stat : 21933 (java) S 21924 21926 17435 0 -1 4202560 302 0 0 0 623 8 0 0 20 0 22 0 342208069 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455505476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21934] ppid=21924 vsize=2966184 CPUtime=6.15 cores=0,2,4,6
/proc/21926/task/21934/stat : 21934 (java) S 21924 21926 17435 0 -1 4202560 301 0 0 0 609 6 0 0 20 0 22 0 342208069 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455504423592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21935] ppid=21924 vsize=2966184 CPUtime=6.35 cores=0,2,4,6
/proc/21926/task/21935/stat : 21935 (java) S 21924 21926 17435 0 -1 4202560 323 0 0 0 627 8 0 0 20 0 22 0 342208069 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455503371304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21936] ppid=21924 vsize=2966184 CPUtime=6.07 cores=0,2,4,6
/proc/21926/task/21936/stat : 21936 (java) S 21924 21926 17435 0 -1 4202560 307 0 0 0 599 8 0 0 20 0 22 0 342208069 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455502318504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21937] ppid=21924 vsize=2966184 CPUtime=16.16 cores=0,2,4,6
/proc/21926/task/21937/stat : 21937 (java) S 21924 21926 17435 0 -1 4202560 92768 0 0 0 1550 66 0 0 20 0 22 0 342208070 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455372093672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21938] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21938/stat : 21938 (java) S 21924 21926 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342208071 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455371039736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21939] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21939/stat : 21939 (java) S 21924 21926 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342208071 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455369987336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21940] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21940/stat : 21940 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455368935824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21941] ppid=21924 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/21926/task/21941/stat : 21941 (java) S 21924 21926 17435 0 -1 4202560 10339 0 0 0 113 2 0 0 20 0 22 0 342208073 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455367883448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21942] ppid=21924 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/21926/task/21942/stat : 21942 (java) S 21924 21926 17435 0 -1 4202560 6661 0 0 0 93 2 0 0 20 0 22 0 342208073 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455366830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21943] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21943/stat : 21943 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455365778552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21944] ppid=21924 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/21926/task/21944/stat : 21944 (java) S 21924 21926 17435 0 -1 4202560 50 0 0 0 14 16 0 0 20 0 22 0 342208073 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140455364725960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21945] ppid=21924 vsize=2966184 CPUtime=850.12 cores=0,2,4,6
/proc/21926/task/21945/stat : 21945 (java) R 21924 21926 17435 0 -1 4202560 481 0 0 0 84998 14 0 0 20 0 22 0 342208222 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140454356049128 140455380170803 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21946] ppid=21924 vsize=2966184 CPUtime=850.03 cores=0,2,4,6
/proc/21926/task/21946/stat : 21946 (java) R 21924 21926 17435 0 -1 4202560 670 0 0 0 84988 15 0 0 20 0 22 0 342208222 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140454354995504 140455380260449 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21947] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21947/stat : 21947 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208223 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140454353945768 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21948] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21948/stat : 21948 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208223 3037372416 177076 33554432000 1073741824 1073778376 140735398025424 140454352892968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1770.13
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.101 s]
/proc/loadavg: 3.92 3.97 3.88 5/219 22039
/proc/meminfo: memFree=25618024/32873648 swapFree=6860/6860
[pid=21926] ppid=21924 vsize=2966184 CPUtime=1800.21 cores=0,2,4,6
/proc/21926/stat : 21926 (java) S 21924 21926 17435 0 -1 4202496 117646 0 1 0 179873 148 0 0 20 0 22 0 342208066 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140735398016560 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21926/statm: 741546 178612 2284 9 0 732240 0
[pid=21926/tid=21928] ppid=21924 vsize=2966184 CPUtime=1.5 cores=0,2,4,6
/proc/21926/task/21928/stat : 21928 (java) S 21924 21926 17435 0 -1 4202560 2997 0 1 0 143 7 0 0 20 0 22 0 342208067 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455525405848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21929] ppid=21924 vsize=2966184 CPUtime=6.5 cores=0,2,4,6
/proc/21926/task/21929/stat : 21929 (java) S 21924 21926 17435 0 -1 4202560 304 0 0 0 643 7 0 0 20 0 22 0 342208069 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455509686568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21930] ppid=21924 vsize=2966184 CPUtime=6.21 cores=0,2,4,6
/proc/21926/task/21930/stat : 21930 (java) S 21924 21926 17435 0 -1 4202560 309 0 0 0 614 7 0 0 20 0 22 0 342208069 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455508633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21931] ppid=21924 vsize=2966184 CPUtime=6.33 cores=0,2,4,6
/proc/21926/task/21931/stat : 21931 (java) S 21924 21926 17435 0 -1 4202560 301 0 0 0 626 7 0 0 20 0 22 0 342208069 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455507581480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21932] ppid=21924 vsize=2966184 CPUtime=6.44 cores=0,2,4,6
/proc/21926/task/21932/stat : 21932 (java) S 21924 21926 17435 0 -1 4202560 315 0 0 0 636 8 0 0 20 0 22 0 342208069 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455506528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21933] ppid=21924 vsize=2966184 CPUtime=6.45 cores=0,2,4,6
/proc/21926/task/21933/stat : 21933 (java) S 21924 21926 17435 0 -1 4202560 304 0 0 0 637 8 0 0 20 0 22 0 342208069 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455505476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21934] ppid=21924 vsize=2966184 CPUtime=6.25 cores=0,2,4,6
/proc/21926/task/21934/stat : 21934 (java) S 21924 21926 17435 0 -1 4202560 302 0 0 0 618 7 0 0 20 0 22 0 342208069 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455504423592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21935] ppid=21924 vsize=2966184 CPUtime=6.5 cores=0,2,4,6
/proc/21926/task/21935/stat : 21935 (java) S 21924 21926 17435 0 -1 4202560 324 0 0 0 642 8 0 0 20 0 22 0 342208069 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455503371304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21936] ppid=21924 vsize=2966184 CPUtime=6.2 cores=0,2,4,6
/proc/21926/task/21936/stat : 21936 (java) S 21924 21926 17435 0 -1 4202560 309 0 0 0 612 8 0 0 20 0 22 0 342208069 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455502318504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21937] ppid=21924 vsize=2966184 CPUtime=16.17 cores=0,2,4,6
/proc/21926/task/21937/stat : 21937 (java) S 21924 21926 17435 0 -1 4202560 92770 0 0 0 1550 67 0 0 20 0 22 0 342208070 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455372093672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21938] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21938/stat : 21938 (java) S 21924 21926 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342208071 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455371039736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21939] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21939/stat : 21939 (java) S 21924 21926 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342208071 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455369987336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21940] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21940/stat : 21940 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455368935824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21941] ppid=21924 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/21926/task/21941/stat : 21941 (java) S 21924 21926 17435 0 -1 4202560 10339 0 0 0 113 2 0 0 20 0 22 0 342208073 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455367883448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21926/tid=21942] ppid=21924 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/21926/task/21942/stat : 21942 (java) S 21924 21926 17435 0 -1 4202560 6661 0 0 0 93 2 0 0 20 0 22 0 342208073 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455366830648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21926/tid=21943] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21943/stat : 21943 (java) S 21924 21926 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208073 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455365778552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21944] ppid=21924 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/21926/task/21944/stat : 21944 (java) S 21924 21926 17435 0 -1 4202560 52 0 0 0 14 17 0 0 20 0 22 0 342208073 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140455364725960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21945] ppid=21924 vsize=2966184 CPUtime=864.58 cores=0,2,4,6
/proc/21926/task/21945/stat : 21945 (java) R 21924 21926 17435 0 -1 4202560 486 0 0 0 86442 16 0 0 20 0 22 0 342208222 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140454356048304 140455380269056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21926/tid=21946] ppid=21924 vsize=2966184 CPUtime=864.52 cores=0,2,4,6
/proc/21926/task/21946/stat : 21946 (java) R 21924 21926 17435 0 -1 4202560 684 0 0 0 86436 16 0 0 20 0 22 0 342208222 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140454354996320 140455380261352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21947] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21947/stat : 21947 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208223 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140454353945768 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21926/tid=21948] ppid=21924 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21926/task/21948/stat : 21948 (java) S 21924 21926 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208223 3037372416 178612 33554432000 1073741824 1073778376 140735398025424 140454352892968 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
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
Real time (s): 897.148
CPU time (s): 1800.48
CPU user time (s): 1798.45
CPU system time (s): 2.03069
CPU usage (%): 200.689
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.45
system time used= 2.03069
maximum resident set size= 715008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117678
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= 51505
involuntary context switches= 91548

runsolver used 3.07353 second user time and 8.48171 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-04 00:00:20
IDJOB=3740939
IDBENCH=89699
IDSOLVER=2324
FILE ID=node116/3740939-1338760820
RUNJOBID= node116-1338748331-17451
PBS_JOBID= 14636786
Free space on /tmp= 70988 MiB

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

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

MD5SUM BENCH= 56a27796f1168612394e164ff5d947f7
RANDOM SEED=406899546

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26348828 kB
Buffers:          558072 kB
Cached:          4162640 kB
SwapCached:         3028 kB
Active:          3169364 kB
Inactive:        2439264 kB
Active(anon):     877704 kB
Inactive(anon):     8500 kB
Active(file):    2291660 kB
Inactive(file):  2430764 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:              7604 kB
Writeback:             0 kB
AnonPages:        886476 kB
Mapped:            20148 kB
Shmem:                68 kB
Slab:             775812 kB
SReclaimable:     219808 kB
SUnreclaim:       556004 kB
KernelStack:        1624 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1574288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 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= 70980 MiB
End job on node116 at 2012-06-04 00:15:19