Trace number 3687956

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.12 915.566

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scorpion.opb
MD5SUM5969f09e744b158004f0e27c746edfe9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10740
Total number of constraints377
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 10788957847552
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 603693086370759
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 33554432000000
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 603693086370759
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/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@587bd9f2
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@4e3eca90
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-3687956-1337874895.opb
0.09/0.11	c reading problem ... 
1.08/0.54	c ... done. Wall clock time 0.427s.
1.08/0.54	c declared #vars     10740
1.08/0.54	c #constraints  644
1.08/0.54	c constraints type 
1.08/0.54	c ignored satisfied constraints => 13
1.08/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 644
1.08/0.54	c 657 constraints processed.
1.08/0.54	c constraints type 
1.08/0.54	c ignored satisfied constraints => 13
1.08/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1.08/0.54	c 657 constraints processed.
1.08/0.54	c objective function length is 8460 literals
3.93/1.49	c cleaning 2491 clauses out of 5000 with flag 5001/5001
5.52/2.05	c cleaning 4247 clauses out of 8508 with flag 11000/11000
6.53/2.56	c cleaning 5624 clauses out of 11261 with flag 18000/18000
7.68/3.19	c cleaning 6814 clauses out of 13637 with flag 26000/26000
9.37/3.95	c cleaning 7901 clauses out of 15822 with flag 35000/35000
11.54/4.80	c cleaning 8961 clauses out of 17921 with flag 45000/45000
13.49/5.72	c cleaning 9971 clauses out of 19960 with flag 56000/56000
15.37/6.75	c cleaning 10996 clauses out of 21991 with flag 68002/68002
17.42/7.83	c cleaning 11997 clauses out of 23993 with flag 81000/81000
19.63/8.99	c cleaning 12997 clauses out of 25993 with flag 95000/95000
22.33/10.31	c cleaning 13991 clauses out of 27996 with flag 110000/110000
24.81/11.66	c cleaning 14973 clauses out of 30006 with flag 126001/126001
28.01/13.14	c cleaning 16010 clauses out of 32029 with flag 143000/143000
31.06/14.58	c cleaning 16994 clauses out of 34020 with flag 161001/161001
34.15/16.14	c cleaning 18008 clauses out of 36025 with flag 180000/180000
37.43/17.81	c cleaning 18978 clauses out of 38017 with flag 200000/200000
41.26/19.88	c cleaning 20000 clauses out of 40039 with flag 221000/221000
45.33/22.00	c cleaning 20992 clauses out of 42040 with flag 243001/243001
49.82/24.29	c cleaning 22014 clauses out of 44048 with flag 266001/266001
53.27/26.07	c cleaning 23008 clauses out of 46033 with flag 290000/290000
57.49/28.29	c cleaning 24001 clauses out of 48023 with flag 315001/315001
61.77/30.44	c cleaning 24977 clauses out of 50020 with flag 341000/341000
65.84/32.57	c cleaning 26014 clauses out of 52044 with flag 368001/368001
71.30/35.39	c cleaning 26999 clauses out of 54030 with flag 396001/396001
75.53/37.57	c cleaning 28004 clauses out of 56032 with flag 425002/425002
80.20/39.90	c cleaning 28986 clauses out of 58028 with flag 455002/455002
85.46/42.66	c cleaning 29967 clauses out of 60040 with flag 486000/486000
92.94/46.44	c cleaning 31010 clauses out of 62074 with flag 518001/518001
99.34/49.78	c cleaning 32006 clauses out of 64060 with flag 551000/551000
105.42/52.88	c cleaning 32949 clauses out of 66055 with flag 585001/585001
111.05/55.75	c cleaning 34026 clauses out of 68105 with flag 620001/620001
116.87/58.74	c cleaning 35001 clauses out of 70077 with flag 656000/656000
123.59/62.29	c cleaning 35991 clauses out of 72076 with flag 693000/693000
131.60/66.32	c cleaning 37001 clauses out of 74085 with flag 731000/731000
142.01/71.67	c cleaning 38011 clauses out of 76084 with flag 770000/770000
149.43/75.42	c cleaning 38995 clauses out of 78073 with flag 810000/810000
156.72/79.25	c cleaning 39961 clauses out of 80078 with flag 851000/851000
163.28/82.67	c cleaning 41011 clauses out of 82119 with flag 893002/893002
169.64/85.97	c cleaning 42045 clauses out of 84106 with flag 936000/936000
176.60/89.54	c cleaning 42985 clauses out of 86059 with flag 980000/980000
186.02/94.40	c cleaning 43985 clauses out of 88074 with flag 1025000/1025000
193.97/98.58	c cleaning 44998 clauses out of 90085 with flag 1071000/1071000
202.53/102.99	c cleaning 0 clauses out of 5000 with flag 0/5000
204.12/103.72	c cleaning 46033 clauses out of 92087 with flag 1118000/1118000
216.38/110.09	c cleaning 47013 clauses out of 94056 with flag 1166002/1166002
228.13/116.00	c cleaning 47984 clauses out of 96041 with flag 1215000/1215000
237.86/121.07	c cleaning 48964 clauses out of 98059 with flag 1265002/1265002
248.60/126.57	c cleaning 49979 clauses out of 100094 with flag 1316001/1316001
257.76/131.36	c cleaning 51036 clauses out of 102115 with flag 1368001/1368001
266.08/135.68	c cleaning 51969 clauses out of 104078 with flag 1421000/1421000
280.64/143.07	c cleaning 53042 clauses out of 106109 with flag 1475001/1475001
294.38/150.08	c cleaning 53991 clauses out of 108066 with flag 1530000/1530000
305.95/156.02	c cleaning 54999 clauses out of 110072 with flag 1586000/1586000
320.29/163.38	c cleaning 56010 clauses out of 112074 with flag 1643001/1643001
330.62/168.63	c cleaning 56933 clauses out of 114064 with flag 1701001/1701001
345.74/176.35	c cleaning 57988 clauses out of 116130 with flag 1760000/1760000
359.10/183.27	c cleaning 59023 clauses out of 118142 with flag 1820000/1820000
375.23/191.48	c cleaning 60038 clauses out of 120114 with flag 1881003/1881003
391.73/199.82	c cleaning 61020 clauses out of 122074 with flag 1943001/1943001
409.71/208.99	c cleaning 62007 clauses out of 124053 with flag 2006000/2006000
422.27/215.45	c cleaning 63004 clauses out of 126048 with flag 2070002/2070002
435.97/222.41	c cleaning 64002 clauses out of 128041 with flag 2135001/2135001
449.07/229.10	c cleaning 64990 clauses out of 130038 with flag 2201000/2201000
462.98/236.23	c cleaning 66000 clauses out of 132050 with flag 2268003/2268003
477.50/243.79	c cleaning 66952 clauses out of 134048 with flag 2336001/2336001
492.41/251.36	c cleaning 67964 clauses out of 136096 with flag 2405001/2405001
510.17/260.32	c cleaning 68979 clauses out of 138131 with flag 2475000/2475000
525.74/268.28	c cleaning 70050 clauses out of 140150 with flag 2546000/2546000
542.92/277.03	c cleaning 70995 clauses out of 142100 with flag 2618000/2618000
563.66/287.52	c cleaning 71993 clauses out of 144106 with flag 2691001/2691001
582.42/297.08	c cleaning 73032 clauses out of 146113 with flag 2765001/2765001
606.43/309.64	c cleaning 74014 clauses out of 148081 with flag 2840001/2840001
628.95/321.06	c cleaning 74985 clauses out of 150066 with flag 2916000/2916000
654.52/333.91	c cleaning 76005 clauses out of 152081 with flag 2993000/2993000
675.88/344.79	c cleaning 77012 clauses out of 154076 with flag 3071001/3071001
690.43/352.24	c cleaning 77974 clauses out of 156055 with flag 3150000/3150000
707.77/361.06	c cleaning 79011 clauses out of 158082 with flag 3230001/3230001
725.75/370.15	c cleaning 79993 clauses out of 160071 with flag 3311001/3311001
743.72/379.25	c cleaning 81004 clauses out of 162076 with flag 3393001/3393001
767.69/391.43	c cleaning 82013 clauses out of 164073 with flag 3476002/3476002
788.06/401.74	c cleaning 83002 clauses out of 166059 with flag 3560001/3560001
817.77/416.80	c cleaning 84016 clauses out of 168057 with flag 3645001/3645001
846.12/431.09	c cleaning 85011 clauses out of 170040 with flag 3731000/3731000
864.18/440.34	c cleaning 85971 clauses out of 172030 with flag 3818001/3818001
891.12/453.97	c cleaning 86974 clauses out of 174058 with flag 3906000/3906000
908.47/462.77	c cleaning 88011 clauses out of 176083 with flag 3995000/3995000
934.96/476.10	c cleaning 88990 clauses out of 178072 with flag 4085000/4085000
957.68/487.76	c cleaning 90020 clauses out of 180082 with flag 4176000/4176000
980.16/499.12	c cleaning 91018 clauses out of 182062 with flag 4268000/4268000
1003.67/511.05	c cleaning 92011 clauses out of 184043 with flag 4361000/4361000
1029.13/523.96	c cleaning 93011 clauses out of 186033 with flag 4455001/4455001
1051.96/535.68	c cleaning 94005 clauses out of 188021 with flag 4550000/4550000
1071.78/545.78	c cleaning 94997 clauses out of 190016 with flag 4646000/4646000
1097.22/558.67	c cleaning 95997 clauses out of 192020 with flag 4743001/4743001
1114.91/567.69	c cleaning 97007 clauses out of 194022 with flag 4841000/4841000
1135.29/578.17	c cleaning 97982 clauses out of 196015 with flag 4940000/4940000
1154.13/587.72	c cleaning 99000 clauses out of 198030 with flag 5040000/5040000
1176.45/599.04	c cleaning 99981 clauses out of 200031 with flag 5141001/5141001
1203.30/612.66	c cleaning 101010 clauses out of 202050 with flag 5243001/5243001
1236.49/629.52	c cleaning 101937 clauses out of 204040 with flag 5346001/5346001
1272.97/647.98	c cleaning 102978 clauses out of 206102 with flag 5450000/5450000
1304.63/663.91	c cleaning 104035 clauses out of 208124 with flag 5555000/5555000
1336.09/679.89	c cleaning 105018 clauses out of 210090 with flag 5661001/5661001
1369.71/696.90	c cleaning 106006 clauses out of 212072 with flag 5768001/5768001
1370.71/697.62	c cleaning 0 clauses out of 11002 with flag 0/11002
1402.91/713.99	c cleaning 106992 clauses out of 214065 with flag 5876000/5876000
1430.48/727.97	c cleaning 108010 clauses out of 216073 with flag 5985000/5985000
1464.24/745.12	c cleaning 108997 clauses out of 218063 with flag 6095000/6095000
1493.86/760.16	c cleaning 109966 clauses out of 220067 with flag 6206001/6206001
1534.05/780.41	c cleaning 111029 clauses out of 222103 with flag 6318003/6318003
1574.48/800.84	c cleaning 111999 clauses out of 224071 with flag 6431000/6431000
1610.68/819.32	c cleaning 112986 clauses out of 226072 with flag 6545000/6545000
1646.87/837.67	c cleaning 113999 clauses out of 228084 with flag 6660001/6660001
1683.27/856.01	c cleaning 115003 clauses out of 230084 with flag 6776000/6776000
1719.57/874.48	c cleaning 116004 clauses out of 232081 with flag 6893000/6893000
1757.02/893.53	c cleaning 117008 clauses out of 234078 with flag 7011001/7011001
1796.21/913.30	c cleaning 117998 clauses out of 236069 with flag 7130000/7130000
1800.12/915.51	c starts		: 276
1800.12/915.51	c conflicts		: 7149783
1800.12/915.51	c decisions		: 7723713
1800.12/915.51	c propagations		: 69505585
1800.12/915.51	c inspects		: 6440452112
1800.12/915.51	c shortcuts		: 0
1800.12/915.51	c learnt literals	: 59
1800.12/915.51	c learnt binary clauses	: 85
1800.12/915.51	c learnt ternary clauses	: 98
1800.12/915.51	c learnt constraints	: 7149725
1800.12/915.51	c ignored constraints	: 0
1800.12/915.51	c root simplifications	: 0
1800.12/915.51	c removed literals (reason simplification)	: 31998832
1800.12/915.51	c reason swapping (by a shorter reason)	: 0
1800.12/915.51	c Calls to reduceDB	: 115
1800.12/915.51	c number of reductions to clauses (during analyze)	: 0
1800.12/915.51	c number of learned constraints concerned by reduction	: 0
1800.12/915.51	c number of learning phase by resolution	: 0
1800.12/915.51	c number of learning phase by cutting planes	: 0
1800.12/915.51	c speed (assignments/second)	: 75968.63130857721
1800.12/915.51	c non guided choices	351486
1800.12/915.54	c learnt constraints type 
1800.12/915.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 85
1800.12/915.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137981
1800.12/915.54	c constraints type 
1800.12/915.54	c ignored satisfied constraints => 13
1800.12/915.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 644
1800.12/915.54	c 657 constraints processed.
1800.12/915.54	c constraints type 
1800.12/915.54	c ignored satisfied constraints => 13
1800.12/915.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1800.12/915.54	c 657 constraints processed.
1800.12/915.54	s UNKNOWN
1800.12/915.54	c Total wall clock time (in seconds): 915.428

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-3687956-1337874895/watcher-3687956-1337874895 -o /tmp/evaluation-result-3687956-1337874895/solver-3687956-1337874895 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687956-1337874895.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: 3.80 3.90 3.69 4/197 23157
/proc/meminfo: memFree=25565512/32873648 swapFree=6336/6336
[pid=23157] ppid=23155 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23157/stat : 23157 (java) R 23155 23157 22409 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 253616735 9515008 184 33554432000 1073741824 1073778376 140737165414544 140737165405768 213866147255 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23157/statm: 2325 184 142 9 0 73 0

[startup+0.049756 s]
/proc/loadavg: 3.80 3.90 3.69 4/197 23157
/proc/meminfo: memFree=25565512/32873648 swapFree=6336/6336
[pid=23157] ppid=23155 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/23157/stat : 23157 (java) S 23155 23157 22409 0 -1 4202496 3061 0 1 0 2 0 0 0 20 0 13 0 253616735 9446973440 3759 33554432000 1073741824 1073778376 140736935709232 140736935700368 213869690941 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23157/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100309 s]
/proc/loadavg: 3.80 3.90 3.69 4/197 23157
/proc/meminfo: memFree=25565512/32873648 swapFree=6336/6336
[pid=23157] ppid=23155 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23157/stat : 23157 (java) S 23155 23157 22409 0 -1 4202496 4331 0 1 0 8 1 0 0 20 0 18 0 253616735 9787813888 5527 33554432000 1073741824 1073778376 140736935709232 140736935700368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23157/statm: 2389603 5527 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300175 s]
/proc/loadavg: 3.80 3.90 3.69 4/197 23157
/proc/meminfo: memFree=25565512/32873648 swapFree=6336/6336
[pid=23157] ppid=23155 vsize=9559436 CPUtime=0.53 cores=1,3,5,7
/proc/23157/stat : 23157 (java) S 23155 23157 22409 0 -1 4202496 7492 0 1 0 51 2 0 0 20 0 18 0 253616735 9788862464 10644 33554432000 1073741824 1073778376 140736935709232 140736935700368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23157/statm: 2389859 10653 2219 9 0 2380552 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9559436

[startup+0.700188 s]
/proc/loadavg: 3.80 3.90 3.69 4/197 23157
/proc/meminfo: memFree=25565512/32873648 swapFree=6336/6336
[pid=23157] ppid=23155 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/23157/stat : 23157 (java) S 23155 23157 22409 0 -1 4202496 15815 0 1 0 166 4 0 0 20 0 22 0 253616735 10060460032 30731 33554432000 1073741824 1073778376 140736935709232 140736935700368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23157/statm: 2456167 30731 2248 9 0 2446860 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9824668

[startup+1.50074 s]
/proc/loadavg: 3.80 3.90 3.69 7/219 23179
/proc/meminfo: memFree=25426132/32873648 swapFree=6336/6336
[pid=23157] ppid=23155 vsize=9824668 CPUtime=4.28 cores=1,3,5,7
/proc/23157/stat : 23157 (java) S 23155 23157 22409 0 -1 4202496 17665 0 1 0 421 7 0 0 20 0 22 0 253616735 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 140736935700368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23157/statm: 2456167 50358 2269 9 0 2446860 0
[pid=23157/tid=23159] ppid=23155 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/23157/task/23159/stat : 23159 (java) S 23155 23157 22409 0 -1 4202560 2485 0 1 0 49 2 0 0 20 0 22 0 253616736 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992934659064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23160] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23160/stat : 23160 (java) R 23155 23157 22409 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253616737 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992923720104 139992938820275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23161] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23161/stat : 23161 (java) R 23155 23157 22409 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253616737 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992922667560 139992938820275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23162] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23162/stat : 23162 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616737 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992921614504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23163] ppid=23155 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23157/task/23163/stat : 23163 (java) S 23155 23157 22409 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253616737 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992920561960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23164] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23164/stat : 23164 (java) R 23155 23157 22409 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253616737 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992919509928 213869704252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23165] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23165/stat : 23165 (java) S 23155 23157 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253616737 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992918457384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23166] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23166/stat : 23166 (java) S 23155 23157 22409 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253616737 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992917404328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23167] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23167/stat : 23167 (java) S 23155 23157 22409 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253616737 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992770493224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23168] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23168/stat : 23168 (java) S 23155 23157 22409 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 253616738 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992758293864 213869704252 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23169] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23169/stat : 23169 (java) S 23155 23157 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992757241208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23170] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23170/stat : 23170 (java) S 23155 23157 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992756188040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23171] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23171/stat : 23171 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992755136784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23172] ppid=23155 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/23157/task/23172/stat : 23172 (java) R 23155 23157 22409 0 -1 4202560 8687 0 0 0 90 0 0 0 20 0 22 0 253616741 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992754061912 139992940620964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23173] ppid=23155 vsize=9824668 CPUtime=0.89 cores=1,3,5,7
/proc/23157/task/23173/stat : 23173 (java) S 23155 23157 22409 0 -1 4202560 5009 0 0 0 87 2 0 0 20 0 22 0 253616741 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992753008120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23174] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23174/stat : 23174 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992751979256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23175] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23175/stat : 23175 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992750926920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23176] ppid=23155 vsize=9824668 CPUtime=0.89 cores=1,3,5,7
/proc/23157/task/23176/stat : 23176 (java) S 23155 23157 22409 0 -1 4202560 39 0 0 0 89 0 0 0 20 0 22 0 253616790 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992749871576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23177] ppid=23155 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/23157/task/23177/stat : 23177 (java) S 23155 23157 22409 0 -1 4202560 103 0 0 0 90 0 0 0 20 0 22 0 253616790 10060460032 50358 33554432000 1073741824 1073778376 140736935709232 139992748816808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23178] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23178/stat : 23178 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616794 10060460032 50870 33554432000 1073741824 1073778376 140736935709232 139992747766568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23179] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23179/stat : 23179 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616794 10060460032 50870 33554432000 1073741824 1073778376 140736935709232 139992746714024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.80 3.90 3.69 4/219 23179
/proc/meminfo: memFree=25317528/32873648 swapFree=6336/6336
[pid=23157] ppid=23155 vsize=9824668 CPUtime=7.68 cores=1,3,5,7
/proc/23157/stat : 23157 (java) S 23155 23157 22409 0 -1 4202496 21196 0 1 0 756 12 0 0 20 0 22 0 253616735 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 140736935700368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23157/statm: 2456167 70700 2277 9 0 2446860 0
[pid=23157/tid=23159] ppid=23155 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/23157/task/23159/stat : 23159 (java) S 23155 23157 22409 0 -1 4202560 2486 0 1 0 49 2 0 0 20 0 22 0 253616736 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992934659064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23160] ppid=23155 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23157/task/23160/stat : 23160 (java) S 23155 23157 22409 0 -1 4202560 112 0 0 0 3 1 0 0 20 0 22 0 253616737 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992923720104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23161] ppid=23155 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23157/task/23161/stat : 23161 (java) S 23155 23157 22409 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 253616737 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992922667560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23162] ppid=23155 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23157/task/23162/stat : 23162 (java) S 23155 23157 22409 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253616737 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992921614504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23163] ppid=23155 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23157/task/23163/stat : 23163 (java) S 23155 23157 22409 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 253616737 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992920561960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23164] ppid=23155 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/23157/task/23164/stat : 23164 (java) S 23155 23157 22409 0 -1 4202560 112 0 0 0 3 2 0 0 20 0 22 0 253616737 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992919509928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23165] ppid=23155 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23157/task/23165/stat : 23165 (java) S 23155 23157 22409 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253616737 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992918457384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23166] ppid=23155 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23157/task/23166/stat : 23166 (java) S 23155 23157 22409 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 22 0 253616737 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992917404328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23167] ppid=23155 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23157/task/23167/stat : 23167 (java) S 23155 23157 22409 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 22 0 253616737 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992770493224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23168] ppid=23155 vsize=9824668 CPUtime=0.21 cores=1,3,5,7
/proc/23157/task/23168/stat : 23168 (java) S 23155 23157 22409 0 -1 4202560 109 0 0 0 21 0 0 0 20 0 22 0 253616738 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992758294888 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23169] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23169/stat : 23169 (java) S 23155 23157 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992757241208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23170] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23170/stat : 23170 (java) S 23155 23157 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992756188040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23171] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23171/stat : 23171 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992755136784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23172] ppid=23155 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/23157/task/23172/stat : 23172 (java) S 23155 23157 22409 0 -1 4202560 11768 0 0 0 111 1 0 0 20 0 22 0 253616741 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992754084664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23173] ppid=23155 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/23157/task/23173/stat : 23173 (java) S 23155 23157 22409 0 -1 4202560 5014 0 0 0 99 2 0 0 20 0 22 0 253616741 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992753032120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23174] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23174/stat : 23174 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992751979256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23175] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23175/stat : 23175 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992750926920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23176] ppid=23155 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/23157/task/23176/stat : 23176 (java) R 23155 23157 22409 0 -1 4202560 40 0 0 0 220 0 0 0 20 0 22 0 253616790 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992749871416 139992799026879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23177] ppid=23155 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/23157/task/23177/stat : 23177 (java) R 23155 23157 22409 0 -1 4202560 109 0 0 0 220 1 0 0 20 0 22 0 253616790 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992748817592 139992798796424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23178] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23178/stat : 23178 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616794 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992747766568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23179] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23179/stat : 23179 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616794 10060460032 70700 33554432000 1073741824 1073778376 140736935709232 139992746714024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.89 3.92 3.70 5/219 23179
/proc/meminfo: memFree=25157536/32873648 swapFree=6336/6336
[pid=23157] ppid=23155 vsize=9824668 CPUtime=14.58 cores=1,3,5,7
/proc/23157/stat : 23157 (java) S 23155 23157 22409 0 -1 4202496 32722 0 1 0 1441 17 0 0 20 0 22 0 253616735 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 140736935700368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23157/statm: 2456167 120042 2277 9 0 2446860 0
[pid=23157/tid=23159] ppid=23155 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/23157/task/23159/stat : 23159 (java) S 23155 23157 22409 0 -1 4202560 2486 0 1 0 49 2 0 0 20 0 22 0 253616736 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992934659064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23160] ppid=23155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/23157/task/23160/stat : 23160 (java) S 23155 23157 22409 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 22 0 253616737 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992923720104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23161] ppid=23155 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23157/task/23161/stat : 23161 (java) S 23155 23157 22409 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 253616737 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992922667560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23162] ppid=23155 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23157/task/23162/stat : 23162 (java) S 23155 23157 22409 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253616737 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992921614504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23163] ppid=23155 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/23157/task/23163/stat : 23163 (java) S 23155 23157 22409 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 22 0 253616737 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992920561960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23164] ppid=23155 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/23157/task/23164/stat : 23164 (java) S 23155 23157 22409 0 -1 4202560 113 0 0 0 5 2 0 0 20 0 22 0 253616737 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992919509928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23165] ppid=23155 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23157/task/23165/stat : 23165 (java) S 23155 23157 22409 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 253616737 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992918457384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23166] ppid=23155 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23157/task/23166/stat : 23166 (java) S 23155 23157 22409 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 22 0 253616737 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992917404328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23167] ppid=23155 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/23157/task/23167/stat : 23167 (java) S 23155 23157 22409 0 -1 4202560 109 0 0 0 5 0 0 0 20 0 22 0 253616737 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992770493224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23168] ppid=23155 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/23157/task/23168/stat : 23168 (java) S 23155 23157 22409 0 -1 4202560 252 0 0 0 64 0 0 0 20 0 22 0 253616738 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992758294888 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23169] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23169/stat : 23169 (java) S 23155 23157 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992757241208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23170] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23170/stat : 23170 (java) S 23155 23157 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992756188040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23171] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23171/stat : 23171 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992755136784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23172] ppid=23155 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/23157/task/23172/stat : 23172 (java) S 23155 23157 22409 0 -1 4202560 11768 0 0 0 126 1 0 0 20 0 22 0 253616741 10060460032 120042 33554432000 1073741824 1073778376 140736935709232 139992754084664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/23157/statm: 2456167 850117 2278 9 0 2446860 0
[pid=23157/tid=23159] ppid=23155 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/23157/task/23159/stat : 23159 (java) S 23155 23157 22409 0 -1 4202560 2547 0 1 0 52 3 0 0 20 0 22 0 253616736 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992934659064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23160] ppid=23155 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/23157/task/23160/stat : 23160 (java) S 23155 23157 22409 0 -1 4202560 634 0 0 0 149 10 0 0 20 0 22 0 253616737 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992923720104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23161] ppid=23155 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/23157/task/23161/stat : 23161 (java) S 23155 23157 22409 0 -1 4202560 741 0 0 0 133 8 0 0 20 0 22 0 253616737 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992922667560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23162] ppid=23155 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/23157/task/23162/stat : 23162 (java) S 23155 23157 22409 0 -1 4202560 593 0 0 0 129 7 0 0 20 0 22 0 253616737 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992921614504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23163] ppid=23155 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/23157/task/23163/stat : 23163 (java) S 23155 23157 22409 0 -1 4202560 571 0 0 0 153 9 0 0 20 0 22 0 253616737 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992920561960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23164] ppid=23155 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/23157/task/23164/stat : 23164 (java) S 23155 23157 22409 0 -1 4202560 580 0 0 0 133 10 0 0 20 0 22 0 253616737 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992919509928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23165] ppid=23155 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/23157/task/23165/stat : 23165 (java) S 23155 23157 22409 0 -1 4202560 503 0 0 0 132 9 0 0 20 0 22 0 253616737 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992918457384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23166] ppid=23155 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/23157/task/23166/stat : 23166 (java) S 23155 23157 22409 0 -1 4202560 485 0 0 0 137 7 0 0 20 0 22 0 253616737 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992917404328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23167] ppid=23155 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/23157/task/23167/stat : 23167 (java) S 23155 23157 22409 0 -1 4202560 580 0 0 0 140 8 0 0 20 0 22 0 253616737 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992770493224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23168] ppid=23155 vsize=9824668 CPUtime=38.61 cores=1,3,5,7
/proc/23157/task/23168/stat : 23168 (java) S 23155 23157 22409 0 -1 4202560 2175 0 0 0 3832 29 0 0 20 0 22 0 253616738 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992758294888 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23169] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23169/stat : 23169 (java) S 23155 23157 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992757241208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23170] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23170/stat : 23170 (java) S 23155 23157 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992756188040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23171] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23171/stat : 23171 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992755136784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23172] ppid=23155 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/23157/task/23172/stat : 23172 (java) S 23155 23157 22409 0 -1 4202560 18303 0 0 0 222 2 0 0 20 0 22 0 253616741 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992754084664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23173] ppid=23155 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/23157/task/23173/stat : 23173 (java) S 23155 23157 22409 0 -1 4202560 16093 0 0 0 188 3 0 0 20 0 22 0 253616741 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992753032120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23174] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23174/stat : 23174 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992751979256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23175] ppid=23155 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/23157/task/23175/stat : 23175 (java) S 23155 23157 22409 0 -1 4202560 51 0 0 0 10 21 0 0 20 0 22 0 253616741 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992750926920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23176] ppid=23155 vsize=9824668 CPUtime=837.43 cores=1,3,5,7
/proc/23157/task/23176/stat : 23176 (java) R 23155 23157 22409 0 -1 4202560 190 0 0 0 83728 15 0 0 20 0 22 0 253616790 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992749871456 139992798948299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23177] ppid=23155 vsize=9824668 CPUtime=837.52 cores=1,3,5,7
/proc/23157/task/23177/stat : 23177 (java) R 23155 23157 22409 0 -1 4202560 1960 0 0 0 83704 48 0 0 20 0 22 0 253616790 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992748816912 139992799067154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23178] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23178/stat : 23178 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616794 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992747766568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23179] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23179/stat : 23179 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616794 10060460032 850117 33554432000 1073741824 1073778376 140736935709232 139992746714024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1734.63
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.501 s]
/proc/loadavg: 4.24 4.06 3.88 5/220 23274
/proc/meminfo: memFree=21338804/32873648 swapFree=6336/6336
[pid=23157] ppid=23155 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/23157/stat : 23157 (java) S 23155 23157 22409 0 -1 4202496 47219 0 1 0 179848 164 0 0 20 0 22 0 253616735 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 140736935700368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23157/statm: 2456167 851158 2278 9 0 2446860 0
[pid=23157/tid=23159] ppid=23155 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/23157/task/23159/stat : 23159 (java) S 23155 23157 22409 0 -1 4202560 2549 0 1 0 52 3 0 0 20 0 22 0 253616736 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992934659064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23160] ppid=23155 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/23157/task/23160/stat : 23160 (java) S 23155 23157 22409 0 -1 4202560 651 0 0 0 151 10 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992923720104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23161] ppid=23155 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/23157/task/23161/stat : 23161 (java) S 23155 23157 22409 0 -1 4202560 741 0 0 0 133 8 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992922667560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23162] ppid=23155 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/23157/task/23162/stat : 23162 (java) S 23155 23157 22409 0 -1 4202560 593 0 0 0 129 7 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992921614504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23163] ppid=23155 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/23157/task/23163/stat : 23163 (java) S 23155 23157 22409 0 -1 4202560 571 0 0 0 154 9 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992920561960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23164] ppid=23155 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/23157/task/23164/stat : 23164 (java) S 23155 23157 22409 0 -1 4202560 580 0 0 0 134 10 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992919509928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23165] ppid=23155 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/23157/task/23165/stat : 23165 (java) S 23155 23157 22409 0 -1 4202560 503 0 0 0 134 9 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992918457384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23166] ppid=23155 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/23157/task/23166/stat : 23166 (java) S 23155 23157 22409 0 -1 4202560 485 0 0 0 139 7 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992917404328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23167] ppid=23155 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/23157/task/23167/stat : 23167 (java) S 23155 23157 22409 0 -1 4202560 580 0 0 0 141 8 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992770493224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23168] ppid=23155 vsize=9824668 CPUtime=39.58 cores=1,3,5,7
/proc/23157/task/23168/stat : 23168 (java) S 23155 23157 22409 0 -1 4202560 2179 0 0 0 3927 31 0 0 20 0 22 0 253616738 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992758294888 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23169] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23169/stat : 23169 (java) S 23155 23157 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992757241208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23170] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23170/stat : 23170 (java) S 23155 23157 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992756188040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23171] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23171/stat : 23171 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992755136784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23172] ppid=23155 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/23157/task/23172/stat : 23172 (java) S 23155 23157 22409 0 -1 4202560 18303 0 0 0 222 2 0 0 20 0 22 0 253616741 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992754084664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23173] ppid=23155 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/23157/task/23173/stat : 23173 (java) S 23155 23157 22409 0 -1 4202560 16093 0 0 0 188 3 0 0 20 0 22 0 253616741 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992753032120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23174] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23174/stat : 23174 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992751979256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23175] ppid=23155 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/23157/task/23175/stat : 23175 (java) S 23155 23157 22409 0 -1 4202560 53 0 0 0 11 21 0 0 20 0 22 0 253616741 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992750926920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23176] ppid=23155 vsize=9824668 CPUtime=869.55 cores=1,3,5,7
/proc/23157/task/23176/stat : 23176 (java) R 23155 23157 22409 0 -1 4202560 190 0 0 0 86939 16 0 0 20 0 22 0 253616790 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992749871456 139992798892574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23177] ppid=23155 vsize=9824668 CPUtime=869.67 cores=1,3,5,7
/proc/23157/task/23177/stat : 23177 (java) R 23155 23157 22409 0 -1 4202560 1960 0 0 0 86918 49 0 0 20 0 22 0 253616790 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992748816912 139992799067159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23178] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23178/stat : 23178 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616794 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992747766568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23179] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23179/stat : 23179 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616794 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992746714024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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+915.501 s]
/proc/loadavg: 4.24 4.06 3.88 5/220 23274
/proc/meminfo: memFree=21338804/32873648 swapFree=6336/6336
[pid=23157] ppid=23155 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/23157/stat : 23157 (java) S 23155 23157 22409 0 -1 4202496 47219 0 1 0 179848 164 0 0 20 0 22 0 253616735 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 140736935700368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23157/statm: 2456167 851158 2278 9 0 2446860 0
[pid=23157/tid=23159] ppid=23155 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/23157/task/23159/stat : 23159 (java) S 23155 23157 22409 0 -1 4202560 2549 0 1 0 52 3 0 0 20 0 22 0 253616736 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992934659064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23160] ppid=23155 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/23157/task/23160/stat : 23160 (java) S 23155 23157 22409 0 -1 4202560 651 0 0 0 151 10 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992923720104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23161] ppid=23155 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/23157/task/23161/stat : 23161 (java) S 23155 23157 22409 0 -1 4202560 741 0 0 0 133 8 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992922667560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23162] ppid=23155 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/23157/task/23162/stat : 23162 (java) S 23155 23157 22409 0 -1 4202560 593 0 0 0 129 7 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992921614504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23163] ppid=23155 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/23157/task/23163/stat : 23163 (java) S 23155 23157 22409 0 -1 4202560 571 0 0 0 154 9 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992920561960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23164] ppid=23155 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/23157/task/23164/stat : 23164 (java) S 23155 23157 22409 0 -1 4202560 580 0 0 0 134 10 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992919509928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23165] ppid=23155 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/23157/task/23165/stat : 23165 (java) S 23155 23157 22409 0 -1 4202560 503 0 0 0 134 9 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992918457384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23166] ppid=23155 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/23157/task/23166/stat : 23166 (java) S 23155 23157 22409 0 -1 4202560 485 0 0 0 139 7 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992917404328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23167] ppid=23155 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/23157/task/23167/stat : 23167 (java) S 23155 23157 22409 0 -1 4202560 580 0 0 0 141 8 0 0 20 0 22 0 253616737 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992770493224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23168] ppid=23155 vsize=9824668 CPUtime=39.58 cores=1,3,5,7
/proc/23157/task/23168/stat : 23168 (java) S 23155 23157 22409 0 -1 4202560 2179 0 0 0 3927 31 0 0 20 0 22 0 253616738 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992758294888 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23169] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23169/stat : 23169 (java) S 23155 23157 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992757241208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23170] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23170/stat : 23170 (java) S 23155 23157 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253616739 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992756188040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23171] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23171/stat : 23171 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992755136784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23157/tid=23172] ppid=23155 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/23157/task/23172/stat : 23172 (java) S 23155 23157 22409 0 -1 4202560 18303 0 0 0 222 2 0 0 20 0 22 0 253616741 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992754084664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23173] ppid=23155 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/23157/task/23173/stat : 23173 (java) S 23155 23157 22409 0 -1 4202560 16093 0 0 0 188 3 0 0 20 0 22 0 253616741 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992753032120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23174] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23174/stat : 23174 (java) S 23155 23157 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253616741 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992751979256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23157/tid=23175] ppid=23155 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/23157/task/23175/stat : 23175 (java) S 23155 23157 22409 0 -1 4202560 53 0 0 0 11 21 0 0 20 0 22 0 253616741 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992750926920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23176] ppid=23155 vsize=9824668 CPUtime=869.55 cores=1,3,5,7
/proc/23157/task/23176/stat : 23176 (java) R 23155 23157 22409 0 -1 4202560 190 0 0 0 86939 16 0 0 20 0 22 0 253616790 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992749871456 139992798892574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23157/tid=23177] ppid=23155 vsize=9824668 CPUtime=869.67 cores=1,3,5,7
/proc/23157/task/23177/stat : 23177 (java) R 23155 23157 22409 0 -1 4202560 1960 0 0 0 86918 49 0 0 20 0 22 0 253616790 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992748816912 139992799067159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23178] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23178/stat : 23178 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616794 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992747766568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23157/tid=23179] ppid=23155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23157/task/23179/stat : 23179 (java) S 23155 23157 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253616794 10060460032 851158 33554432000 1073741824 1073778376 140736935709232 139992746714024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23157 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=977274
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=103680
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 915.566
CPU time (s): 1800.12
CPU user time (s): 1798.48
CPU system time (s): 1.64
CPU usage (%): 196.613
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 2.10368
maximum resident set size= 3404760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47258
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26186
involuntary context switches= 32790

runsolver used 3.41048 second user time and 8.42472 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 17:54:55
IDJOB=3687956
IDBENCH=2446
IDSOLVER=2268
FILE ID=node112/3687956-1337874895
RUNJOBID= node112-1337871881-22426
PBS_JOBID= 14620092
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scorpion.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687956-1337874895/watcher-3687956-1337874895 -o /tmp/evaluation-result-3687956-1337874895/solver-3687956-1337874895 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687956-1337874895.opb

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

MD5SUM BENCH= 5969f09e744b158004f0e27c746edfe9
RANDOM SEED=1535209315

node112.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.763
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.52
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.763
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.763
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.763
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.763
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.763
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.763
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.763
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:        25565784 kB
Buffers:          191084 kB
Cached:          3546224 kB
SwapCached:            0 kB
Active:          3279244 kB
Inactive:        3262136 kB
Active(anon):    2806784 kB
Inactive(anon):        0 kB
Active(file):     472460 kB
Inactive(file):  3262136 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:       2810244 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             625692 kB
SReclaimable:      69772 kB
SUnreclaim:       555920 kB
KernelStack:        1632 kB
PageTables:         9684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3223060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2725888 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 node112 at 2012-05-24 18:10:12