Trace number 3687488

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.72 934.166

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark204.064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
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-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687488-1337871923.opb
0.09/0.11	c reading problem ... 
1.24/0.61	c ... done. Wall clock time 0.493s.
1.24/0.61	c declared #vars     4626
1.24/0.61	c #constraints  30921
1.24/0.61	c constraints type 
1.24/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
1.24/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
1.24/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1.24/0.61	c 30921 constraints processed.
1.24/0.61	c constraints type 
1.24/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
1.24/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
1.24/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1.24/0.61	c 30921 constraints processed.
3.56/1.27	c cleaning 2491 clauses out of 5004 with flag 5004/5004
4.50/1.57	c cleaning 4253 clauses out of 8509 with flag 11000/11000
5.44/1.92	c cleaning 5619 clauses out of 11256 with flag 18000/18000
6.04/2.27	c cleaning 6805 clauses out of 13637 with flag 26000/26000
7.01/2.78	c cleaning 7907 clauses out of 15833 with flag 35001/35001
8.18/3.33	c cleaning 8948 clauses out of 17925 with flag 45000/45000
9.11/3.89	c cleaning 9958 clauses out of 19979 with flag 56002/56002
10.87/4.73	c cleaning 10998 clauses out of 22019 with flag 68000/68000
12.55/5.60	c cleaning 11985 clauses out of 24023 with flag 81002/81002
14.05/6.43	c cleaning 12997 clauses out of 26036 with flag 95000/95000
16.35/7.68	c cleaning 13967 clauses out of 28039 with flag 110000/110000
18.61/8.82	c cleaning 15000 clauses out of 30072 with flag 126000/126000
21.19/10.27	c cleaning 16027 clauses out of 32072 with flag 143000/143000
24.24/11.82	c cleaning 17005 clauses out of 34046 with flag 161001/161001
27.50/13.57	c cleaning 17988 clauses out of 36040 with flag 180000/180000
30.95/15.34	c cleaning 18997 clauses out of 38052 with flag 200000/200000
35.45/17.75	c cleaning 20018 clauses out of 40055 with flag 221000/221000
37.45/18.84	c cleaning 0 clauses out of 5001 with flag 0/5001
41.10/20.51	c cleaning 21013 clauses out of 42038 with flag 243001/243001
47.61/23.83	c cleaning 22008 clauses out of 44025 with flag 266001/266001
53.37/26.88	c cleaning 23005 clauses out of 46018 with flag 290002/290002
59.72/30.15	c cleaning 23996 clauses out of 48012 with flag 315001/315001
66.66/33.72	c cleaning 24995 clauses out of 50015 with flag 341000/341000
73.37/37.29	c cleaning 26001 clauses out of 52021 with flag 368001/368001
80.28/40.91	c cleaning 27007 clauses out of 54021 with flag 396002/396002
89.15/45.53	c cleaning 27999 clauses out of 56013 with flag 425001/425001
97.23/49.73	c cleaning 29003 clauses out of 58016 with flag 455003/455003
105.33/53.97	c cleaning 29992 clauses out of 60013 with flag 486003/486003
116.97/60.01	c cleaning 30992 clauses out of 62021 with flag 518003/518003
125.40/64.44	c cleaning 31999 clauses out of 64029 with flag 551003/551003
135.03/69.41	c cleaning 32995 clauses out of 66028 with flag 585001/585001
140.63/72.47	c cleaning 34008 clauses out of 68032 with flag 620000/620000
148.98/76.91	c cleaning 34972 clauses out of 70024 with flag 656000/656000
158.15/81.79	c cleaning 35996 clauses out of 72052 with flag 693000/693000
166.52/86.12	c cleaning 0 clauses out of 11001 with flag 0/11001
170.66/88.42	c cleaning 37014 clauses out of 74056 with flag 731000/731000
182.13/94.55	c cleaning 38005 clauses out of 76044 with flag 770002/770002
193.26/100.39	c cleaning 38980 clauses out of 78044 with flag 810007/810007
212.90/110.30	c cleaning 39993 clauses out of 80057 with flag 851000/851000
228.46/118.39	c cleaning 41013 clauses out of 82064 with flag 893000/893000
237.20/123.13	c cleaning 42013 clauses out of 84052 with flag 936001/936001
247.64/128.68	c cleaning 43008 clauses out of 86039 with flag 980001/980001
263.27/137.39	c cleaning 43970 clauses out of 88030 with flag 1025000/1025000
278.74/145.45	c cleaning 44955 clauses out of 90060 with flag 1071000/1071000
297.65/155.17	c cleaning 46029 clauses out of 92105 with flag 1118000/1118000
327.10/170.19	c cleaning 47021 clauses out of 94078 with flag 1166002/1166002
349.17/181.49	c cleaning 48003 clauses out of 96055 with flag 1215000/1215000
377.95/196.37	c cleaning 48992 clauses out of 98052 with flag 1265000/1265000
410.83/213.03	c cleaning 50004 clauses out of 100060 with flag 1316000/1316000
417.51/216.73	c cleaning 0 clauses out of 18001 with flag 0/18001
422.39/219.58	c cleaning 51012 clauses out of 102056 with flag 1368000/1368000
443.01/230.43	c cleaning 51992 clauses out of 104044 with flag 1421000/1421000
455.65/237.16	c cleaning 52972 clauses out of 106052 with flag 1475000/1475000
476.94/248.17	c cleaning 54018 clauses out of 108082 with flag 1530002/1530002
500.26/260.19	c cleaning 55006 clauses out of 110062 with flag 1586000/1586000
519.62/270.48	c cleaning 56010 clauses out of 112056 with flag 1643000/1643000
545.45/283.75	c cleaning 57006 clauses out of 114046 with flag 1701000/1701000
570.27/296.50	c cleaning 57995 clauses out of 116042 with flag 1760002/1760002
587.01/305.32	c cleaning 58961 clauses out of 118046 with flag 1820001/1820001
605.22/315.16	c cleaning 60003 clauses out of 120085 with flag 1881001/1881001
628.22/327.03	c cleaning 60965 clauses out of 122082 with flag 1943001/1943001
647.32/337.00	c cleaning 62051 clauses out of 124119 with flag 2006003/2006003
666.14/346.83	c cleaning 63025 clauses out of 126065 with flag 2070000/2070000
692.00/360.41	c cleaning 63999 clauses out of 128040 with flag 2135000/2135000
713.57/371.64	c cleaning 64964 clauses out of 130042 with flag 2201001/2201001
740.75/385.65	c cleaning 65982 clauses out of 132077 with flag 2268000/2268000
765.88/398.67	c cleaning 67027 clauses out of 134097 with flag 2336002/2336002
801.55/417.22	c cleaning 68024 clauses out of 136072 with flag 2405004/2405004
821.26/427.53	c cleaning 68998 clauses out of 138044 with flag 2475000/2475000
845.35/440.03	c cleaning 70001 clauses out of 140047 with flag 2546001/2546001
870.19/452.90	c cleaning 71002 clauses out of 142047 with flag 2618002/2618002
895.43/466.38	c cleaning 71990 clauses out of 144048 with flag 2691005/2691005
928.10/484.14	c cleaning 73008 clauses out of 146055 with flag 2765002/2765002
935.94/488.44	c cleaning 0 clauses out of 26002 with flag 0/26002
976.44/509.53	c cleaning 74009 clauses out of 148047 with flag 2840002/2840002
1025.33/534.40	c cleaning 75000 clauses out of 150036 with flag 2916000/2916000
1072.39/558.43	c cleaning 76008 clauses out of 152036 with flag 2993000/2993000
1102.78/574.14	c cleaning 76999 clauses out of 154029 with flag 3071001/3071001
1145.45/596.32	c cleaning 78000 clauses out of 156030 with flag 3150001/3150001
1186.37/617.31	c cleaning 78994 clauses out of 158031 with flag 3230002/3230002
1228.25/638.88	c cleaning 79998 clauses out of 160036 with flag 3311001/3311001
1270.31/660.48	c cleaning 81000 clauses out of 162037 with flag 3393000/3393000
1304.71/678.62	c cleaning 81995 clauses out of 164037 with flag 3476000/3476000
1348.12/701.00	c cleaning 82991 clauses out of 166042 with flag 3560000/3560000
1397.35/726.12	c cleaning 84015 clauses out of 168051 with flag 3645000/3645000
1432.11/744.19	c cleaning 85009 clauses out of 170037 with flag 3731001/3731001
1476.20/767.29	c cleaning 86006 clauses out of 172028 with flag 3818001/3818001
1513.89/786.74	c cleaning 87000 clauses out of 174025 with flag 3906004/3906004
1547.25/804.01	c cleaning 87997 clauses out of 176021 with flag 3995000/3995000
1589.61/825.84	c cleaning 0 clauses out of 35001 with flag 0/35001
1615.89/840.16	c cleaning 88996 clauses out of 178024 with flag 4085000/4085000
1689.99/877.79	c cleaning 90005 clauses out of 180028 with flag 4176000/4176000
1758.95/912.85	c cleaning 90992 clauses out of 182024 with flag 4268001/4268001
1800.15/934.11	c starts		: 253
1800.15/934.11	c conflicts		: 4337167
1800.15/934.11	c decisions		: 5494757
1800.15/934.11	c propagations		: 175313085
1800.15/934.11	c inspects		: 9306866096
1800.15/934.11	c shortcuts		: 0
1800.15/934.11	c learnt literals	: 0
1800.15/934.11	c learnt binary clauses	: 0
1800.15/934.11	c learnt ternary clauses	: 0
1800.15/934.11	c learnt constraints	: 4337167
1800.15/934.11	c ignored constraints	: 0
1800.15/934.11	c root simplifications	: 0
1800.15/934.11	c removed literals (reason simplification)	: 18011424
1800.15/934.11	c reason swapping (by a shorter reason)	: 0
1800.15/934.11	c Calls to reduceDB	: 88
1800.15/934.11	c number of reductions to clauses (during analyze)	: 0
1800.15/934.11	c number of learned constraints concerned by reduction	: 0
1800.15/934.11	c number of learning phase by resolution	: 0
1800.15/934.11	c number of learning phase by cutting planes	: 0
1800.15/934.11	c speed (assignments/second)	: 187804.32956824297
1800.15/934.11	c non guided choices	103079
1800.15/934.14	c learnt constraints type 
1800.15/934.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160255
1800.15/934.14	c constraints type 
1800.15/934.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
1800.15/934.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
1800.15/934.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1800.15/934.14	c 30921 constraints processed.
1800.15/934.14	c constraints type 
1800.15/934.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
1800.15/934.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
1800.15/934.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.15/934.14	c 30921 constraints processed.
1800.15/934.14	s UNKNOWN
1800.15/934.14	c Total wall clock time (in seconds): 934.03

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

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

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


[startup+0 s]
/proc/loadavg: 1.10 0.28 0.09 1/174 24829
/proc/meminfo: memFree=29614744/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24829/stat : 24829 (java) D 24827 24829 24583 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 253317761 9515008 175 33554432000 1073741824 1073778376 140735847895104 140735847877832 270707540880 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/24829/statm: 2323 175 133 9 0 71 0

[startup+0.012002 s]
/proc/loadavg: 1.10 0.28 0.09 1/174 24829
/proc/meminfo: memFree=29614744/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24829/stat : 24829 (java) S 24827 24829 24583 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 253317761 94019584 917 33554432000 1073741824 1073778376 140737458542832 140737458533968 270710898749 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24829/statm: 22954 917 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100161 s]
/proc/loadavg: 1.10 0.28 0.09 1/174 24829
/proc/meminfo: memFree=29614744/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24829/stat : 24829 (java) S 24827 24829 24583 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 253317761 9787813888 5056 33554432000 1073741824 1073778376 140737458542832 140737458533968 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24829/statm: 2389603 5058 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300183 s]
/proc/loadavg: 1.10 0.28 0.09 1/174 24829
/proc/meminfo: memFree=29614744/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/24829/stat : 24829 (java) S 24827 24829 24583 0 -1 4202496 6997 0 1 0 53 3 0 0 20 0 18 0 253317761 9787813888 18424 33554432000 1073741824 1073778376 140737458542832 140737458533968 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24829/statm: 2389603 18424 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700175 s]
/proc/loadavg: 1.10 0.28 0.09 1/174 24829
/proc/meminfo: memFree=29614744/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/24829/stat : 24829 (java) S 24827 24829 24583 0 -1 4202496 12808 0 1 0 151 7 0 0 20 0 22 0 253317761 10060460032 43652 33554432000 1073741824 1073778376 140737458542832 140737458533968 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24829/statm: 2456167 43652 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 1.10 0.28 0.09 6/195 24858
/proc/meminfo: memFree=29448280/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=9824668 CPUtime=4.5 cores=1,3,5,7
/proc/24829/stat : 24829 (java) S 24827 24829 24583 0 -1 4202496 22288 0 1 0 441 9 0 0 20 0 22 0 253317761 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140737458533968 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24829/statm: 2456167 52306 2286 9 0 2446860 0
[pid=24829/tid=24831] ppid=24827 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (java) S 24827 24829 24583 0 -1 4202560 2582 0 1 0 53 4 0 0 20 0 22 0 253317762 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092639876088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (java) S 24827 24829 24583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253317763 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092578605480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24833] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24833/stat : 24833 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317763 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092577552936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24834] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24834/stat : 24834 (java) S 24827 24829 24583 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253317763 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092576499880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24835] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24835/stat : 24835 (java) S 24827 24829 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317763 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092575447336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24836] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24836/stat : 24836 (java) S 24827 24829 24583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253317763 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092574395304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24837] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24837/stat : 24837 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317763 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092573342760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24838] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24838/stat : 24838 (java) S 24827 24829 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253317763 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092477487784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24839] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24839/stat : 24839 (java) S 24827 24829 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253317763 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092476435240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24844] ppid=24827 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24829/task/24844/stat : 24844 (java) S 24827 24829 24583 0 -1 4202560 99 0 0 0 3 0 0 0 20 0 22 0 253317764 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092464023912 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24848] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24848/stat : 24848 (java) S 24827 24829 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092462970232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24849] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24849/stat : 24849 (java) S 24827 24829 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092461917064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24850] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24850/stat : 24850 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092460865808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24851] ppid=24827 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/24829/task/24851/stat : 24851 (java) S 24827 24829 24583 0 -1 4202560 10530 0 0 0 109 2 0 0 20 0 22 0 253317767 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092459813688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24852] ppid=24827 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/24829/task/24852/stat : 24852 (java) S 24827 24829 24583 0 -1 4202560 7729 0 0 0 98 2 0 0 20 0 22 0 253317767 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092458761144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24853] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24853/stat : 24853 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092457708280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24854] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24854/stat : 24854 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092456655944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24855] ppid=24827 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/24829/task/24855/stat : 24855 (java) R 24827 24829 24583 0 -1 4202560 26 0 0 0 80 0 0 0 20 0 22 0 253317822 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092455600600 140092579689171 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24856] ppid=24827 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/24829/task/24856/stat : 24856 (java) R 24827 24829 24583 0 -1 4202560 70 0 0 0 80 0 0 0 20 0 22 0 253317822 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092454546280 140092580445971 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24857] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24857/stat : 24857 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092453495592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24858] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24858/stat : 24858 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 52306 33554432000 1073741824 1073778376 140737458542832 140092452443048 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 1.10 0.28 0.09 4/195 24858
/proc/meminfo: memFree=29404408/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=9824668 CPUtime=7.77 cores=1,3,5,7
/proc/24829/stat : 24829 (java) S 24827 24829 24583 0 -1 4202496 23233 0 1 0 767 10 0 0 20 0 22 0 253317761 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140737458533968 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24829/statm: 2456167 67188 2286 9 0 2446860 0
[pid=24829/tid=24831] ppid=24827 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (java) S 24827 24829 24583 0 -1 4202560 2583 0 1 0 53 4 0 0 20 0 22 0 253317762 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092639876088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (java) S 24827 24829 24583 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253317763 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092578605480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24833] ppid=24827 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24829/task/24833/stat : 24833 (java) S 24827 24829 24583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253317763 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092577552936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24834] ppid=24827 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24829/task/24834/stat : 24834 (java) S 24827 24829 24583 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253317763 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092576499880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24835] ppid=24827 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24829/task/24835/stat : 24835 (java) S 24827 24829 24583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253317763 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092575447336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24836] ppid=24827 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24829/task/24836/stat : 24836 (java) S 24827 24829 24583 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253317763 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092574395304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24837] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24837/stat : 24837 (java) S 24827 24829 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253317763 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092573342760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24838] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24838/stat : 24838 (java) S 24827 24829 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253317763 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092477487784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24839] ppid=24827 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24829/task/24839/stat : 24839 (java) S 24827 24829 24583 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253317763 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092476435240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24844] ppid=24827 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/24829/task/24844/stat : 24844 (java) S 24827 24829 24583 0 -1 4202560 105 0 0 0 23 0 0 0 20 0 22 0 253317764 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092464023912 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24848] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24848/stat : 24848 (java) S 24827 24829 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092462970232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24849] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24849/stat : 24849 (java) S 24827 24829 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092461917064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24850] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24850/stat : 24850 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092460865808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24851] ppid=24827 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/24829/task/24851/stat : 24851 (java) S 24827 24829 24583 0 -1 4202560 10546 0 0 0 122 2 0 0 20 0 22 0 253317767 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092459813688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24852] ppid=24827 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/24829/task/24852/stat : 24852 (java) S 24827 24829 24583 0 -1 4202560 8610 0 0 0 109 2 0 0 20 0 22 0 253317767 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092458761144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24853] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24853/stat : 24853 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092457708280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24854] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24854/stat : 24854 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092456655944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24855] ppid=24827 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/24829/task/24855/stat : 24855 (java) R 24827 24829 24583 0 -1 4202560 27 0 0 0 218 0 0 0 20 0 22 0 253317822 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092455600480 140092580380476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24856] ppid=24827 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/24829/task/24856/stat : 24856 (java) R 24827 24829 24583 0 -1 4202560 91 0 0 0 219 0 0 0 20 0 22 0 253317822 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092454545536 140092580038693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24857] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24857/stat : 24857 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092453495592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24858] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24858/stat : 24858 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 67188 33554432000 1073741824 1073778376 140737458542832 140092452443048 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 9824668

[startup+6.30075 s]
/proc/loadavg: 1.17 0.31 0.10 4/195 24858
/proc/meminfo: memFree=29230984/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=9824668 CPUtime=13.85 cores=1,3,5,7
/proc/24829/stat : 24829 (java) S 24827 24829 24583 0 -1 4202496 23480 0 1 0 1370 15 0 0 20 0 22 0 253317761 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140737458533968 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24829/statm: 2456167 102856 2286 9 0 2446860 0
[pid=24829/tid=24831] ppid=24827 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (java) S 24827 24829 24583 0 -1 4202560 2584 0 1 0 53 4 0 0 20 0 22 0 253317762 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092639876088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (java) S 24827 24829 24583 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 253317763 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092578605480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24833] ppid=24827 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24829/task/24833/stat : 24833 (java) S 24827 24829 24583 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253317763 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092577552936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24834] ppid=24827 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24829/task/24834/stat : 24834 (java) S 24827 24829 24583 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 253317763 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092576499880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24835] ppid=24827 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24829/task/24835/stat : 24835 (java) S 24827 24829 24583 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 253317763 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092575447336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24836] ppid=24827 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24829/task/24836/stat : 24836 (java) S 24827 24829 24583 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 253317763 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092574395304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24837] ppid=24827 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24829/task/24837/stat : 24837 (java) S 24827 24829 24583 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 253317763 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092573342760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24838] ppid=24827 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24829/task/24838/stat : 24838 (java) S 24827 24829 24583 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 253317763 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092477487784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24839] ppid=24827 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24829/task/24839/stat : 24839 (java) S 24827 24829 24583 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253317763 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092476435240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24844] ppid=24827 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/24829/task/24844/stat : 24844 (java) S 24827 24829 24583 0 -1 4202560 248 0 0 0 63 1 0 0 20 0 22 0 253317764 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092464023912 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24848] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24848/stat : 24848 (java) S 24827 24829 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092462970232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24849] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24849/stat : 24849 (java) S 24827 24829 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092461917064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24850] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24850/stat : 24850 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092460865808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24851] ppid=24827 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/24829/task/24851/stat : 24851 (java) S 24827 24829 24583 0 -1 4202560 10546 0 0 0 123 2 0 0 20 0 22 0 253317767 10060460032 102856 33554432000 1073741824 1073778376 140737458542832 140092459813688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=24829/tid=24856] ppid=24827 vsize=9824668 CPUtime=742.93 cores=1,3,5,7
/proc/24829/task/24856/stat : 24856 (java) R 24827 24829 24583 0 -1 4202560 1035 0 0 0 74255 38 0 0 20 0 22 0 253317822 10060460032 899363 33554432000 1073741824 1073778376 140737458542832 140092454545840 140092580436741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24857] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24857/stat : 24857 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 899363 33554432000 1073741824 1073778376 140737458542832 140092453495592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24858] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24858/stat : 24858 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 899363 33554432000 1073741824 1073778376 140737458542832 140092452443048 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1582.5
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.68 3.39 2.17 4/220 25324
/proc/meminfo: memFree=24816388/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=9824668 CPUtime=1697.7 cores=1,3,5,7
/proc/24829/stat : 24829 (java) S 24827 24829 24583 0 -1 4202496 41025 0 1 0 169610 160 0 0 20 0 22 0 253317761 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140737458533968 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24829/statm: 2456167 921379 2287 9 0 2446860 0
[pid=24829/tid=24831] ppid=24827 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (java) S 24827 24829 24583 0 -1 4202560 2654 0 1 0 56 6 0 0 20 0 22 0 253317762 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092639876088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (java) S 24827 24829 24583 0 -1 4202560 1073 0 0 0 242 10 0 0 20 0 22 0 253317763 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092578605480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24833] ppid=24827 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/24829/task/24833/stat : 24833 (java) S 24827 24829 24583 0 -1 4202560 715 0 0 0 243 12 0 0 20 0 22 0 253317763 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092577552936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24834] ppid=24827 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/24829/task/24834/stat : 24834 (java) S 24827 24829 24583 0 -1 4202560 935 0 0 0 247 8 0 0 20 0 22 0 253317763 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092576499880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24835] ppid=24827 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/24829/task/24835/stat : 24835 (java) S 24827 24829 24583 0 -1 4202560 877 0 0 0 244 9 0 0 20 0 22 0 253317763 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092575447336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24836] ppid=24827 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/24829/task/24836/stat : 24836 (java) S 24827 24829 24583 0 -1 4202560 1052 0 0 0 235 11 0 0 20 0 22 0 253317763 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092574395304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24837] ppid=24827 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/24829/task/24837/stat : 24837 (java) S 24827 24829 24583 0 -1 4202560 720 0 0 0 244 12 0 0 20 0 22 0 253317763 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092573342760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24838] ppid=24827 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/24829/task/24838/stat : 24838 (java) S 24827 24829 24583 0 -1 4202560 754 0 0 0 267 10 0 0 20 0 22 0 253317763 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092477487784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24839] ppid=24827 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/24829/task/24839/stat : 24839 (java) S 24827 24829 24583 0 -1 4202560 1197 0 0 0 264 12 0 0 20 0 22 0 253317763 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092476435240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24844] ppid=24827 vsize=9824668 CPUtime=79.13 cores=1,3,5,7
/proc/24829/task/24844/stat : 24844 (java) S 24827 24829 24583 0 -1 4202560 3661 0 0 0 7889 24 0 0 20 0 22 0 253317764 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092464023912 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24848] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24848/stat : 24848 (java) S 24827 24829 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092462970232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24849] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24849/stat : 24849 (java) S 24827 24829 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092461917064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24850] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24850/stat : 24850 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092460865808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24851] ppid=24827 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/24829/task/24851/stat : 24851 (java) S 24827 24829 24583 0 -1 4202560 16376 0 0 0 195 4 0 0 20 0 22 0 253317767 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092459813688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24852] ppid=24827 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/24829/task/24852/stat : 24852 (java) S 24827 24829 24583 0 -1 4202560 8618 0 0 0 121 2 0 0 20 0 22 0 253317767 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092458761144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24853] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24853/stat : 24853 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092457708280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24854] ppid=24827 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24829/task/24854/stat : 24854 (java) S 24827 24829 24583 0 -1 4202560 51 0 0 0 17 21 0 0 20 0 22 0 253317767 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092456655944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24855] ppid=24827 vsize=9824668 CPUtime=796.92 cores=1,3,5,7
/proc/24829/task/24855/stat : 24855 (java) R 24827 24829 24583 0 -1 4202560 114 0 0 0 79677 15 0 0 20 0 22 0 253317822 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092455600480 140092580335045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24856] ppid=24827 vsize=9824668 CPUtime=796.85 cores=1,3,5,7
/proc/24829/task/24856/stat : 24856 (java) R 24827 24829 24583 0 -1 4202560 1039 0 0 0 79646 39 0 0 20 0 22 0 253317822 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092454545840 140092580565690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24857] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24857/stat : 24857 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092453495592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24858] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24858/stat : 24858 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 921379 33554432000 1073741824 1073778376 140737458542832 140092452443048 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1697.7
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.101 s]
/proc/loadavg: 3.56 3.40 2.24 4/220 25330
/proc/meminfo: memFree=24789536/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/24829/stat : 24829 (java) S 24827 24829 24583 0 -1 4202496 41050 0 1 0 179853 162 0 0 20 0 22 0 253317761 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140737458533968 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24829/statm: 2456167 924931 2287 9 0 2446860 0
[pid=24829/tid=24831] ppid=24827 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (java) S 24827 24829 24583 0 -1 4202560 2655 0 1 0 56 6 0 0 20 0 22 0 253317762 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092639876088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (java) S 24827 24829 24583 0 -1 4202560 1073 0 0 0 249 10 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092578605480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24833] ppid=24827 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/24829/task/24833/stat : 24833 (java) S 24827 24829 24583 0 -1 4202560 715 0 0 0 250 12 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092577552936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24834] ppid=24827 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/24829/task/24834/stat : 24834 (java) S 24827 24829 24583 0 -1 4202560 935 0 0 0 262 8 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092576499880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24835] ppid=24827 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/24829/task/24835/stat : 24835 (java) S 24827 24829 24583 0 -1 4202560 877 0 0 0 256 9 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092575447336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24836] ppid=24827 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/24829/task/24836/stat : 24836 (java) S 24827 24829 24583 0 -1 4202560 1052 0 0 0 253 11 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092574395304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24837] ppid=24827 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/24829/task/24837/stat : 24837 (java) S 24827 24829 24583 0 -1 4202560 720 0 0 0 260 12 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092573342760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24838] ppid=24827 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/24829/task/24838/stat : 24838 (java) S 24827 24829 24583 0 -1 4202560 754 0 0 0 280 10 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092477487784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24839] ppid=24827 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/24829/task/24839/stat : 24839 (java) S 24827 24829 24583 0 -1 4202560 1197 0 0 0 271 12 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092476435240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24844] ppid=24827 vsize=9824668 CPUtime=80.74 cores=1,3,5,7
/proc/24829/task/24844/stat : 24844 (java) S 24827 24829 24583 0 -1 4202560 3677 0 0 0 8049 25 0 0 20 0 22 0 253317764 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092464023912 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24848] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24848/stat : 24848 (java) S 24827 24829 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092462970232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24849] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24849/stat : 24849 (java) S 24827 24829 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092461917064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24850] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24850/stat : 24850 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092460865808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24851] ppid=24827 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/24829/task/24851/stat : 24851 (java) S 24827 24829 24583 0 -1 4202560 16376 0 0 0 195 4 0 0 20 0 22 0 253317767 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092459813688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24852] ppid=24827 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/24829/task/24852/stat : 24852 (java) S 24827 24829 24583 0 -1 4202560 8618 0 0 0 121 2 0 0 20 0 22 0 253317767 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092458761144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24853] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24853/stat : 24853 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092457708280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24854] ppid=24827 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/24829/task/24854/stat : 24854 (java) S 24827 24829 24583 0 -1 4202560 55 0 0 0 19 21 0 0 20 0 22 0 253317767 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092456655944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24855] ppid=24827 vsize=9824668 CPUtime=846.86 cores=1,3,5,7
/proc/24829/task/24855/stat : 24855 (java) R 24827 24829 24583 0 -1 4202560 115 0 0 0 84671 15 0 0 20 0 22 0 253317822 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092455599568 140092580380476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24856] ppid=24827 vsize=9824668 CPUtime=846.8 cores=1,3,5,7
/proc/24829/task/24856/stat : 24856 (java) R 24827 24829 24583 0 -1 4202560 1042 0 0 0 84641 39 0 0 20 0 22 0 253317822 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092454546160 140092580511972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24857] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24857/stat : 24857 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092453495592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24858] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24858/stat : 24858 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092452443048 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824668

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

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

[startup+934.101 s]
/proc/loadavg: 3.56 3.40 2.24 4/220 25330
/proc/meminfo: memFree=24789536/32873648 swapFree=6856/6856
[pid=24829] ppid=24827 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/24829/stat : 24829 (java) S 24827 24829 24583 0 -1 4202496 41050 0 1 0 179853 162 0 0 20 0 22 0 253317761 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140737458533968 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24829/statm: 2456167 924931 2287 9 0 2446860 0
[pid=24829/tid=24831] ppid=24827 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (java) S 24827 24829 24583 0 -1 4202560 2655 0 1 0 56 6 0 0 20 0 22 0 253317762 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092639876088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (java) S 24827 24829 24583 0 -1 4202560 1073 0 0 0 249 10 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092578605480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24833] ppid=24827 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/24829/task/24833/stat : 24833 (java) S 24827 24829 24583 0 -1 4202560 715 0 0 0 250 12 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092577552936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24834] ppid=24827 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/24829/task/24834/stat : 24834 (java) S 24827 24829 24583 0 -1 4202560 935 0 0 0 262 8 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092576499880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24835] ppid=24827 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/24829/task/24835/stat : 24835 (java) S 24827 24829 24583 0 -1 4202560 877 0 0 0 256 9 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092575447336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24836] ppid=24827 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/24829/task/24836/stat : 24836 (java) S 24827 24829 24583 0 -1 4202560 1052 0 0 0 253 11 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092574395304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24837] ppid=24827 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/24829/task/24837/stat : 24837 (java) S 24827 24829 24583 0 -1 4202560 720 0 0 0 260 12 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092573342760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24838] ppid=24827 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/24829/task/24838/stat : 24838 (java) S 24827 24829 24583 0 -1 4202560 754 0 0 0 280 10 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092477487784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24839] ppid=24827 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/24829/task/24839/stat : 24839 (java) S 24827 24829 24583 0 -1 4202560 1197 0 0 0 271 12 0 0 20 0 22 0 253317763 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092476435240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24844] ppid=24827 vsize=9824668 CPUtime=80.74 cores=1,3,5,7
/proc/24829/task/24844/stat : 24844 (java) S 24827 24829 24583 0 -1 4202560 3677 0 0 0 8049 25 0 0 20 0 22 0 253317764 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092464023912 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24848] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24848/stat : 24848 (java) S 24827 24829 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092462970232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24849] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24849/stat : 24849 (java) S 24827 24829 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317765 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092461917064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24850] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24850/stat : 24850 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092460865808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24851] ppid=24827 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/24829/task/24851/stat : 24851 (java) S 24827 24829 24583 0 -1 4202560 16376 0 0 0 195 4 0 0 20 0 22 0 253317767 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092459813688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24829/tid=24852] ppid=24827 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/24829/task/24852/stat : 24852 (java) S 24827 24829 24583 0 -1 4202560 8618 0 0 0 121 2 0 0 20 0 22 0 253317767 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092458761144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24853] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24853/stat : 24853 (java) S 24827 24829 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317767 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092457708280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24854] ppid=24827 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/24829/task/24854/stat : 24854 (java) S 24827 24829 24583 0 -1 4202560 55 0 0 0 19 21 0 0 20 0 22 0 253317767 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092456655944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24829/tid=24855] ppid=24827 vsize=9824668 CPUtime=846.86 cores=1,3,5,7
/proc/24829/task/24855/stat : 24855 (java) R 24827 24829 24583 0 -1 4202560 115 0 0 0 84671 15 0 0 20 0 22 0 253317822 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092455599568 140092580380476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24829/tid=24856] ppid=24827 vsize=9824668 CPUtime=846.8 cores=1,3,5,7
/proc/24829/task/24856/stat : 24856 (java) R 24827 24829 24583 0 -1 4202560 1042 0 0 0 84641 39 0 0 20 0 22 0 253317822 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092454546160 140092580511972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24857] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24857/stat : 24857 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092453495592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24829/tid=24858] ppid=24827 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24858/stat : 24858 (java) S 24827 24829 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317824 10060460032 924931 33554432000 1073741824 1073778376 140737458542832 140092452443048 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 934.166
CPU time (s): 1800.72
CPU user time (s): 1798.59
CPU system time (s): 2.13168
CPU usage (%): 192.762
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 2.13167
maximum resident set size= 3699844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41081
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26217
involuntary context switches= 34526

runsolver used 3.46047 second user time and 8.5547 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 17:05:23
IDJOB=3687488
IDBENCH=1498
IDSOLVER=2268
FILE ID=node125/3687488-1337871923
RUNJOBID= node125-1337871881-24600
PBS_JOBID= 14620079
Free space on /tmp= 71612 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687488-1337871923/watcher-3687488-1337871923 -o /tmp/evaluation-result-3687488-1337871923/solver-3687488-1337871923 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687488-1337871923.opb

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=1491700763

node125.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.373
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	: 5332.74
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.373
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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.373
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.90
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.373
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.91
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.373
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	: 5438.54
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.373
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.91
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.373
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:        29615008 kB
Buffers:          197340 kB
Cached:          2282352 kB
SwapCached:            0 kB
Active:           703504 kB
Inactive:        1791080 kB
Active(anon):      17488 kB
Inactive(anon):        0 kB
Active(file):     686016 kB
Inactive(file):  1791080 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             90416 kB
Writeback:             0 kB
AnonPages:         19144 kB
Mapped:            14440 kB
Shmem:               200 kB
Slab:             627652 kB
SReclaimable:      71340 kB
SUnreclaim:       556312 kB
KernelStack:        1584 kB
PageTables:         3908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     126412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71700 MiB
End job on node125 at 2012-05-24 17:21:00