Trace number 4117038

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.2 895.464

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round22-2.opb
MD5SUM1603e350e855b53698c29e37bc064a30
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4117038-1466958621.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.75/0.48	c ... done. Wall clock time 0.373s.
0.75/0.48	c declared #vars     4128
0.75/0.48	c #constraints  10016
0.75/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.75/0.48	c constraints type 
0.75/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.75/0.48	c org.sat4j.specs.Constr$1 => 920
0.75/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.75/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.75/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.75/0.48	c 10016 constraints processed.
0.75/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.75/0.48	c constraints type 
0.75/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.75/0.48	c org.sat4j.specs.Constr$1 => 920
0.75/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.75/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.75/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.75/0.48	c 10016 constraints processed.
3.94/1.34	c cleaning 2494 clauses out of 4997 with flag 16771/5000
5.37/1.94	c cleaning 4250 clauses out of 8503 with flag 39349/11000
6.87/2.69	c cleaning 5621 clauses out of 11253 with flag 68332/18000
8.74/3.58	c cleaning 6813 clauses out of 13633 with flag 103966/26001
10.98/4.65	c cleaning 7895 clauses out of 15819 with flag 146083/35000
13.47/5.80	c cleaning 8949 clauses out of 17925 with flag 197180/45001
15.87/7.03	c cleaning 9976 clauses out of 19975 with flag 253491/56000
18.67/8.42	c cleaning 10963 clauses out of 21999 with flag 315516/68000
21.99/10.07	c cleaning 11998 clauses out of 24036 with flag 384145/81000
25.67/11.86	c cleaning 12952 clauses out of 26040 with flag 458233/95002
29.47/13.77	c cleaning 14040 clauses out of 28088 with flag 540040/110002
33.68/15.89	c cleaning 15007 clauses out of 30046 with flag 629466/126000
36.90/17.42	c cleaning 0 clauses out of 5000 with flag 0/5000
38.72/18.25	c cleaning 16008 clauses out of 32040 with flag 724020/143001
44.18/20.87	c cleaning 16996 clauses out of 34034 with flag 824971/161003
49.58/23.54	c cleaning 17957 clauses out of 36035 with flag 932083/180000
55.93/26.63	c cleaning 19018 clauses out of 38078 with flag 1046770/200000
62.14/29.75	c cleaning 19994 clauses out of 40060 with flag 1170397/221000
69.30/33.22	c cleaning 21019 clauses out of 42068 with flag 1296808/243002
76.49/36.84	c cleaning 21992 clauses out of 44048 with flag 1432124/266001
84.32/40.79	c cleaning 23024 clauses out of 46055 with flag 1574172/290000
92.99/45.01	c cleaning 24000 clauses out of 48032 with flag 1720758/315001
101.79/49.49	c cleaning 24990 clauses out of 50032 with flag 1873800/341001
111.71/54.34	c cleaning 26005 clauses out of 52041 with flag 2031970/368000
121.70/59.33	c cleaning 26998 clauses out of 54036 with flag 2197038/396000
132.42/64.65	c cleaning 28013 clauses out of 56038 with flag 2369801/425000
143.54/70.12	c cleaning 28991 clauses out of 58027 with flag 2549895/455002
154.93/75.86	c cleaning 30006 clauses out of 60034 with flag 2734229/486000
167.44/82.08	c cleaning 30986 clauses out of 62028 with flag 2926988/518000
180.31/88.50	c cleaning 31993 clauses out of 64043 with flag 3125937/551001
194.38/95.44	c cleaning 33008 clauses out of 66049 with flag 3332559/585000
208.84/102.64	c cleaning 33998 clauses out of 68042 with flag 3545100/620001
224.36/110.77	c cleaning 35006 clauses out of 70045 with flag 3761484/656002
239.80/118.46	c cleaning 35994 clauses out of 72038 with flag 3989889/693001
256.28/126.64	c cleaning 36985 clauses out of 74044 with flag 4217668/731001
273.17/135.05	c cleaning 37973 clauses out of 76060 with flag 4453236/770002
284.78/140.82	c cleaning 0 clauses out of 11000 with flag 0/11000
291.52/144.20	c cleaning 38981 clauses out of 78087 with flag 4695843/810002
310.45/153.52	c cleaning 40031 clauses out of 80105 with flag 4942658/851001
329.96/163.26	c cleaning 40977 clauses out of 82075 with flag 5195530/893002
350.08/173.22	c cleaning 42039 clauses out of 84096 with flag 5453072/936000
371.43/183.85	c cleaning 42984 clauses out of 86057 with flag 5719440/980000
392.93/194.51	c cleaning 43968 clauses out of 88074 with flag 5993290/1025001
414.67/205.35	c cleaning 45033 clauses out of 90106 with flag 6273785/1071001
438.72/217.29	c cleaning 46021 clauses out of 92073 with flag 6562918/1118001
463.40/229.54	c cleaning 47002 clauses out of 94051 with flag 6857997/1166000
488.93/242.21	c cleaning 48019 clauses out of 96049 with flag 7159577/1215000
514.93/255.14	c cleaning 48987 clauses out of 98032 with flag 7469288/1265002
542.81/269.05	c cleaning 50014 clauses out of 100044 with flag 7782512/1316001
571.20/283.12	c cleaning 50978 clauses out of 102029 with flag 8104694/1368000
601.64/298.82	c cleaning 51993 clauses out of 104052 with flag 8431257/1421001
631.71/313.83	c cleaning 53004 clauses out of 106060 with flag 8759708/1475002
663.24/329.52	c cleaning 53998 clauses out of 108054 with flag 9099713/1530000
695.04/345.35	c cleaning 55006 clauses out of 110059 with flag 9445772/1586003
727.90/361.63	c cleaning 56009 clauses out of 112050 with flag 9796729/1643000
762.63/378.91	c cleaning 57010 clauses out of 114042 with flag 10158059/1701001
798.17/396.52	c cleaning 57989 clauses out of 116031 with flag 10517517/1760000
834.77/414.62	c cleaning 58996 clauses out of 118042 with flag 10888365/1820000
872.51/433.31	c cleaning 60007 clauses out of 120047 with flag 11267110/1881001
911.96/452.87	c cleaning 61017 clauses out of 122039 with flag 11649184/1943000
952.55/473.06	c cleaning 61989 clauses out of 124022 with flag 12033975/2006000
993.70/493.53	c cleaning 63013 clauses out of 126033 with flag 12429677/2070000
1008.77/501.06	c cleaning 0 clauses out of 18000 with flag 0/18000
1036.04/514.66	c cleaning 63996 clauses out of 128020 with flag 12828122/2135000
1079.60/536.36	c cleaning 64974 clauses out of 130025 with flag 13233876/2201001
1125.71/559.28	c cleaning 66022 clauses out of 132050 with flag 13649433/2268000
1170.60/581.56	c cleaning 66971 clauses out of 134029 with flag 14067797/2336001
1218.43/605.27	c cleaning 67988 clauses out of 136057 with flag 14494462/2405000
1266.78/629.29	c cleaning 69026 clauses out of 138069 with flag 14926074/2475000
1318.91/656.08	c cleaning 69954 clauses out of 140044 with flag 15361514/2546001
1370.94/681.99	c cleaning 71032 clauses out of 142089 with flag 15798149/2618000
1423.69/708.18	c cleaning 72021 clauses out of 144057 with flag 16244424/2691000
1477.57/734.93	c cleaning 72994 clauses out of 146036 with flag 16696133/2765000
1532.77/762.34	c cleaning 73988 clauses out of 148042 with flag 17156087/2840000
1589.83/790.70	c cleaning 75024 clauses out of 150056 with flag 17622901/2916002
1648.66/820.02	c cleaning 75983 clauses out of 152030 with flag 18093260/2993000
1708.29/849.76	c cleaning 77009 clauses out of 154047 with flag 18569025/3071000
1769.06/879.93	c cleaning 77996 clauses out of 156038 with flag 19053962/3150000
1800.20/895.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.20/895.41	c starts		: 28382
1800.20/895.41	c conflicts		: 3196205
1800.20/895.41	c decisions		: 28587364
1800.20/895.41	c propagations		: 422711441
1800.20/895.41	c inspects		: 9155522701
1800.20/895.41	c shortcuts		: 0
1800.20/895.41	c learnt literals	: 3
1800.20/895.41	c learnt binary clauses	: 79
1800.20/895.41	c learnt ternary clauses	: 835
1800.20/895.41	c learnt constraints	: 3196202
1800.20/895.41	c ignored constraints	: 0
1800.20/895.41	c root simplifications	: 0
1800.20/895.41	c removed literals (reason simplification)	: 2627323
1800.20/895.41	c reason swapping (by a shorter reason)	: 0
1800.20/895.41	c Calls to reduceDB	: 75
1800.20/895.41	c Number of update (reduction) of LBD	: 684029
1800.20/895.41	c Imported unit clauses	: 0
1800.20/895.41	c number of reductions to clauses (during analyze)	: 0
1800.20/895.41	c number of learned constraints concerned by reduction	: 0
1800.20/895.41	c number of learning phase by resolution	: 0
1800.20/895.41	c number of learning phase by cutting planes	: 0
1800.20/895.41	c speed (assignments/second)	: 472351.312815046
1800.20/895.41	c non guided choices	6802
1800.20/895.44	c learnt constraints type 
1800.20/895.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 79
1800.20/895.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 124168
1800.20/895.44	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.20/895.44	c starts		: 51
1800.20/895.44	c conflicts		: 22404
1800.20/895.44	c decisions		: 76550
1800.20/895.44	c propagations		: 2646640
1800.20/895.44	c inspects		: 876950931
1800.20/895.44	c shortcuts		: 0
1800.20/895.44	c learnt literals	: 0
1800.20/895.44	c learnt binary clauses	: 0
1800.20/895.44	c learnt ternary clauses	: 0
1800.20/895.44	c learnt constraints	: 22404
1800.20/895.44	c ignored constraints	: 0
1800.20/895.44	c root simplifications	: 0
1800.20/895.44	c removed literals (reason simplification)	: 0
1800.20/895.44	c reason swapping (by a shorter reason)	: 0
1800.20/895.44	c Calls to reduceDB	: 3
1800.20/895.44	c Number of update (reduction) of LBD	: 0
1800.20/895.44	c Imported unit clauses	: 0
1800.20/895.44	c number of reductions to clauses (during analyze)	: 0
1800.20/895.44	c number of learned constraints concerned by reduction	: 0
1800.20/895.44	c number of learning phase by resolution	: 0
1800.20/895.44	c number of learning phase by cutting planes	: 0
1800.20/895.44	c speed (assignments/second)	: 2957.463498796516
1800.20/895.44	c non guided choices	259
1800.20/895.45	c learnt constraints type 
1800.20/895.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 14
1800.20/895.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22390
1800.20/895.45	s UNKNOWN
1800.20/895.45	c Total wall clock time (in seconds): 895.339

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4117038-1466958621/watcher-4117038-1466958621 -o /tmp/evaluation-result-4117038-1466958621/solver-4117038-1466958621 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117038-1466958621.opb 

pid=22535
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: 4.37 4.31 4.27 6/198 22538
/proc/meminfo: memFree=30232200/32872528 swapFree=1541156/1696500
[pid=22538] ppid=22535 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22538/stat : 22538 (java) S 22535 22538 19474 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 28900852 98570240 978 33554432000 1073741824 1073778376 140735111415504 140735111406640 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22538/statm: 24065 978 744 9 0 16771 0
[pid=22538/tid=22539] ppid=22535 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22539/stat : 22539 (java) R 22535 22538 19474 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 28900852 98570240 978 33554432000 1073741824 1073778376 140735111415504 140681935892008 270707541376 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.37 4.31 4.27 6/198 22538
/proc/meminfo: memFree=30232200/32872528 swapFree=1541156/1696500
[pid=22538] ppid=22535 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/22538/stat : 22538 (java) S 22535 22538 19474 0 -1 4202496 4499 0 1 0 10 1 0 0 20 0 18 0 28900852 9787879424 6115 33554432000 1073741824 1073778376 140735111415504 140735111406640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22538/statm: 2389619 6115 2156 9 0 2380296 0
[pid=22538/tid=22539] ppid=22535 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/22538/task/22539/stat : 22539 (java) R 22535 22538 19474 0 -1 4202560 2383 0 1 0 8 0 0 0 20 0 18 0 28900852 9787879424 6115 33554432000 1073741824 1073778376 140735111415504 140681935895456 140681943048038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200298 s]
/proc/loadavg: 4.37 4.31 4.27 6/198 22538
/proc/meminfo: memFree=30232200/32872528 swapFree=1541156/1696500
[pid=22538] ppid=22535 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/22538/stat : 22538 (java) S 22535 22538 19474 0 -1 4202496 4718 0 1 0 26 1 0 0 20 0 18 0 28900852 9787879424 6781 33554432000 1073741824 1073778376 140735111415504 140735111406640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22538/statm: 2389619 6781 2214 9 0 2380296 0
[pid=22538/tid=22539] ppid=22535 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/22538/task/22539/stat : 22539 (java) R 22535 22538 19474 0 -1 4202560 2399 0 1 0 18 0 0 0 20 0 18 0 28900852 9787879424 6781 33554432000 1073741824 1073778376 140735111415504 140681935896568 140681805164679 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 4.37 4.31 4.27 6/198 22538
/proc/meminfo: memFree=30232200/32872528 swapFree=1541156/1696500
[pid=22538] ppid=22535 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/22538/stat : 22538 (java) S 22535 22538 19474 0 -1 4202496 6046 0 1 0 50 1 0 0 20 0 18 0 28900852 9787879424 9034 33554432000 1073741824 1073778376 140735111415504 140735111406640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22538/statm: 2389619 9034 2234 9 0 2380296 0
[pid=22538/tid=22539] ppid=22535 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/22538/task/22539/stat : 22539 (java) R 22535 22538 19474 0 -1 4202560 2402 0 1 0 28 0 0 0 20 0 18 0 28900852 9787879424 9034 33554432000 1073741824 1073778376 140735111415504 140681935896568 140681804877468 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700236 s]
/proc/loadavg: 4.37 4.31 4.27 6/198 22538
/proc/meminfo: memFree=30232200/32872528 swapFree=1541156/1696500
[pid=22538] ppid=22535 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/22538/stat : 22538 (java) S 22535 22538 19474 0 -1 4202496 14996 0 1 0 162 3 0 0 20 0 22 0 28900852 10060525568 22892 33554432000 1073741824 1073778376 140735111415504 140735111406640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22538/statm: 2456183 22892 2265 9 0 2446860 0
[pid=22538/tid=22539] ppid=22535 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22538/task/22539/stat : 22539 (java) S 22535 22538 19474 0 -1 4202560 2433 0 1 0 46 0 0 0 20 0 22 0 28900852 10060525568 22892 33554432000 1073741824 1073778376 140735111415504 140681935897464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9824732

[startup+1.50089 s]
/proc/loadavg: 4.37 4.31 4.27 8/220 22560
/proc/meminfo: memFree=30057840/32872528 swapFree=1541156/1696500
[pid=22538] ppid=22535 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/22538/stat : 22538 (java) S 22535 22538 19474 0 -1 4202496 23279 0 1 0 443 6 0 0 20 0 22 0 28900852 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140735111406640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22538/statm: 2456183 47073 2292 9 0 2446860 0
[pid=22538/tid=22539] ppid=22535 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22538/task/22539/stat : 22539 (java) S 22535 22538 19474 0 -1 4202560 2433 0 1 0 46 0 0 0 20 0 22 0 28900852 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681935897464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22541] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22541/stat : 22541 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900853 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681924959016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22542] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22542/stat : 22542 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900853 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681923906216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22543] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22543/stat : 22543 (java) S 22535 22538 19474 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28900853 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681777200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22544] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22544/stat : 22544 (java) S 22535 22538 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28900853 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681776147368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22545] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22545/stat : 22545 (java) S 22535 22538 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28900853 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681775094056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22546] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22546/stat : 22546 (java) S 22535 22538 19474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28900853 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681774041256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22547] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22547/stat : 22547 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900853 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681772988968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22548] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22548/stat : 22548 (java) S 22535 22538 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28900853 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681771936168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22549] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22549/stat : 22549 (java) S 22535 22538 19474 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681759738600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22550] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22550/stat : 22550 (java) S 22535 22538 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681758684664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22551] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22551/stat : 22551 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681757632264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22552] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22552/stat : 22552 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681756580752 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22553] ppid=22535 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/22538/task/22553/stat : 22553 (java) S 22535 22538 19474 0 -1 4202560 7476 0 0 0 104 2 0 0 20 0 22 0 28900857 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681755527352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22554] ppid=22535 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/22538/task/22554/stat : 22554 (java) S 22535 22538 19474 0 -1 4202560 11900 0 0 0 116 2 0 0 20 0 22 0 28900857 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681754474552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22555] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22555/stat : 22555 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681753422456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22556] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22556/stat : 22556 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681752369864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22557] ppid=22535 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/22538/task/22557/stat : 22557 (java) R 22535 22538 19474 0 -1 4202560 18 0 0 0 84 0 0 0 20 0 22 0 28900901 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681751315288 140681805493136 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22558] ppid=22535 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/22538/task/22558/stat : 22558 (java) R 22535 22538 19474 0 -1 4202560 67 0 0 0 81 2 0 0 20 0 22 0 28900901 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681750262136 140681805543456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22559] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22559/stat : 22559 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900902 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681749210792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22560] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22560/stat : 22560 (java) S 22535 22538 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28900904 10060525568 47073 33554432000 1073741824 1073778376 140735111415504 140681748157992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.37 4.31 4.27 12/220 22560
/proc/meminfo: memFree=29730844/32872528 swapFree=1541156/1696500
[pid=22538] ppid=22535 vsize=9824732 CPUtime=7.93 cores=1,3,5,7
/proc/22538/stat : 22538 (java) S 22535 22538 19474 0 -1 4202496 23619 0 1 0 777 16 0 0 20 0 22 0 28900852 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140735111406640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22538/statm: 2456183 90769 2292 9 0 2446860 0
[pid=22538/tid=22539] ppid=22535 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22538/task/22539/stat : 22539 (java) S 22535 22538 19474 0 -1 4202560 2433 0 1 0 46 0 0 0 20 0 22 0 28900852 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681935897464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22541] ppid=22535 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22538/task/22541/stat : 22541 (java) S 22535 22538 19474 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 22 0 28900853 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681924959016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22542] ppid=22535 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22538/task/22542/stat : 22542 (java) S 22535 22538 19474 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 28900853 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681923906216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22543] ppid=22535 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22538/task/22543/stat : 22543 (java) S 22535 22538 19474 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 28900853 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681777200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22544] ppid=22535 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22538/task/22544/stat : 22544 (java) S 22535 22538 19474 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 22 0 28900853 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681776147368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22545] ppid=22535 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22538/task/22545/stat : 22545 (java) S 22535 22538 19474 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 28900853 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681775094056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22546] ppid=22535 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22538/task/22546/stat : 22546 (java) S 22535 22538 19474 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 28900853 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681774041256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22547] ppid=22535 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22538/task/22547/stat : 22547 (java) S 22535 22538 19474 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 28900853 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681772988968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22548] ppid=22535 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22538/task/22548/stat : 22548 (java) S 22535 22538 19474 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 22 0 28900853 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681771936168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22549] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22549/stat : 22549 (java) S 22535 22538 19474 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681759738600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22550] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22550/stat : 22550 (java) S 22535 22538 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681758684664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22551] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22551/stat : 22551 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681757632264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22552] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22552/stat : 22552 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681756580752 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22553] ppid=22535 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/22538/task/22553/stat : 22553 (java) S 22535 22538 19474 0 -1 4202560 7476 0 0 0 107 2 0 0 20 0 22 0 28900857 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681755527352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22554] ppid=22535 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/22538/task/22554/stat : 22554 (java) S 22535 22538 19474 0 -1 4202560 11901 0 0 0 125 2 0 0 20 0 22 0 28900857 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681754474552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22555] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22555/stat : 22555 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681753422456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22556] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22556/stat : 22556 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681752369864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22557] ppid=22535 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/22538/task/22557/stat : 22557 (java) R 22535 22538 19474 0 -1 4202560 19 0 0 0 234 0 0 0 20 0 22 0 28900901 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681751313392 140681805511682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22558] ppid=22535 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/22538/task/22558/stat : 22558 (java) R 22535 22538 19474 0 -1 4202560 127 0 0 0 230 3 0 0 20 0 22 0 28900901 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681750261424 140681805650836 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22559] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22559/stat : 22559 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900902 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681749210792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22560] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22560/stat : 22560 (java) S 22535 22538 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28900904 10060525568 90769 33554432000 1073741824 1073778376 140735111415504 140681748157992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.42 4.33 4.28 5/220 22560
/proc/meminfo: memFree=29146832/32872528 swapFree=1541156/1696500
[pid=22538] ppid=22535 vsize=9824732 CPUtime=14.47 cores=1,3,5,7
/proc/22538/stat : 22538 (java) S 22535 22538 19474 0 -1 4202496 24426 0 1 0 1422 25 0 0 20 0 22 0 28900852 10060525568 162518 33554432000 1073741824 1073778376 140735111415504 140735111406640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22538/statm: 2456183 162518 2292 9 0 2446860 0
[pid=22538/tid=22539] ppid=22535 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22538/task/22539/stat : 22539 (java) S 22535 22538 19474 0 -1 4202560 2433 0 1 0 46 0 0 0 20 0 22 0 28900852 10060525568 162518 33554432000 1073741824 1073778376 140735111415504 140681935897464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22541] ppid=22535 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22538/task/22541/stat : 22541 (java) S 22535 22538 19474 0 -1 4202560 74 0 0 0 7 2 0 0 20 0 22 0 28900853 10060525568 162518 33554432000 1073741824 1073778376 140735111415504 140681924959016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22542] ppid=22535 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22538/task/22542/stat : 22542 (java) S 22535 22538 19474 0 -1 4202560 84 0 0 0 6 2 0 0 20 0 22 0 28900853 10060525568 162518 33554432000 1073741824 1073778376 140735111415504 140681923906216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22543] ppid=22535 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22538/task/22543/stat : 22543 (java) S 22535 22538 19474 0 -1 4202560 125 0 0 0 7 2 0 0 20 0 22 0 28900853 10060525568 162518 33554432000 1073741824 1073778376 140735111415504 140681777200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22544] ppid=22535 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22538/task/22544/stat : 22544 (java) S 22535 22538 19474 0 -1 4202560 52 0 0 0 3 1 0 0 20 0 22 0 28900853 10060525568 162518 33554432000 1073741824 1073778376 140735111415504 140681776147368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22545] ppid=22535 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22538/task/22545/stat : 22545 (java) S 22535 22538 19474 0 -1 4202560 67 0 0 0 4 1 0 0 20 0 22 0 28900853 10060525568 162518 33554432000 1073741824 1073778376 140735111415504 140681775094056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22546] ppid=22535 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22538/task/22546/stat : 22546 (java) S 22535 22538 19474 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 22 0 28900853 10060525568 162518 33554432000 1073741824 1073778376 140735111415504 140681774041256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22547] ppid=22535 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22538/task/22547/stat : 22547 (java) S 22535 22538 19474 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 22 0 28900853 10060525568 162518 33554432000 1073741824 1073778376 140735111415504 140681772988968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22548] ppid=22535 vsize=9824732 CPUtime=0.1 cores=1,3,5,7

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

[pid=22538/tid=22544] ppid=22535 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/22538/task/22544/stat : 22544 (java) S 22535 22538 19474 0 -1 4202560 678 0 0 0 257 16 0 0 20 0 22 0 28900853 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681776147368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22545] ppid=22535 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/22538/task/22545/stat : 22545 (java) S 22535 22538 19474 0 -1 4202560 582 0 0 0 254 16 0 0 20 0 22 0 28900853 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681775094056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22546] ppid=22535 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/22538/task/22546/stat : 22546 (java) S 22535 22538 19474 0 -1 4202560 629 0 0 0 250 16 0 0 20 0 22 0 28900853 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681774041256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22547] ppid=22535 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/22538/task/22547/stat : 22547 (java) S 22535 22538 19474 0 -1 4202560 510 0 0 0 249 15 0 0 20 0 22 0 28900853 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681772988968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22548] ppid=22535 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/22538/task/22548/stat : 22548 (java) S 22535 22538 19474 0 -1 4202560 751 0 0 0 280 18 0 0 20 0 22 0 28900853 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681771936168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22549] ppid=22535 vsize=9824732 CPUtime=3.69 cores=1,3,5,7
/proc/22538/task/22549/stat : 22549 (java) S 22535 22538 19474 0 -1 4202560 2268 0 0 0 360 9 0 0 20 0 22 0 28900854 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681759738600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22550] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22550/stat : 22550 (java) S 22535 22538 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681758684664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22551] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22551/stat : 22551 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681757632264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22552] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22552/stat : 22552 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681756580752 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22553] ppid=22535 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/22538/task/22553/stat : 22553 (java) S 22535 22538 19474 0 -1 4202560 7485 0 0 0 121 2 0 0 20 0 22 0 28900857 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681755527352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22554] ppid=22535 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/22538/task/22554/stat : 22554 (java) S 22535 22538 19474 0 -1 4202560 14633 0 0 0 169 3 0 0 20 0 22 0 28900857 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681754474552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22555] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22555/stat : 22555 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681753422456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22556] ppid=22535 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/22538/task/22556/stat : 22556 (java) S 22535 22538 19474 0 -1 4202560 47 0 0 0 11 23 0 0 20 0 22 0 28900857 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681752369864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22557] ppid=22535 vsize=9824732 CPUtime=809.87 cores=1,3,5,7
/proc/22538/task/22557/stat : 22557 (java) R 22535 22538 19474 0 -1 4202560 52 0 0 0 80974 13 0 0 20 0 22 0 28900901 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681751306608 140681805498760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22558] ppid=22535 vsize=9824732 CPUtime=809.99 cores=1,3,5,7
/proc/22538/task/22558/stat : 22558 (java) R 22535 22538 19474 0 -1 4202560 2335 0 0 0 80955 44 0 0 20 0 22 0 28900901 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681750262544 140681805681280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22559] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22559/stat : 22559 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900902 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681749210792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22560] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22560/stat : 22560 (java) S 22535 22538 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28900904 10060525568 914438 33554432000 1073741824 1073778376 140735111415504 140681748157992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1653.26
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.31 4.25 4.25 6/219 22581
/proc/meminfo: memFree=22943856/32872528 swapFree=1541156/1696500
[pid=22538] ppid=22535 vsize=9824732 CPUtime=1773.87 cores=1,3,5,7
/proc/22538/stat : 22538 (java) S 22535 22538 19474 0 -1 4202496 35442 0 1 0 177187 200 0 0 20 0 22 0 28900852 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140735111406640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22538/statm: 2456183 917511 2301 9 0 2446860 0
[pid=22538/tid=22539] ppid=22535 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/22538/task/22539/stat : 22539 (java) S 22535 22538 19474 0 -1 4202560 2438 0 1 0 49 2 0 0 20 0 22 0 28900852 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681935897464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22541] ppid=22535 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/22538/task/22541/stat : 22541 (java) S 22535 22538 19474 0 -1 4202560 546 0 0 0 301 16 0 0 20 0 22 0 28900853 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681924959016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22542] ppid=22535 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/22538/task/22542/stat : 22542 (java) S 22535 22538 19474 0 -1 4202560 569 0 0 0 251 14 0 0 20 0 22 0 28900853 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681923906216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22543] ppid=22535 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/22538/task/22543/stat : 22543 (java) S 22535 22538 19474 0 -1 4202560 623 0 0 0 271 18 0 0 20 0 22 0 28900853 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681777200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22544] ppid=22535 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/22538/task/22544/stat : 22544 (java) S 22535 22538 19474 0 -1 4202560 679 0 0 0 267 16 0 0 20 0 22 0 28900853 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681776147368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22545] ppid=22535 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/22538/task/22545/stat : 22545 (java) S 22535 22538 19474 0 -1 4202560 584 0 0 0 271 16 0 0 20 0 22 0 28900853 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681775094056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22546] ppid=22535 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/22538/task/22546/stat : 22546 (java) S 22535 22538 19474 0 -1 4202560 631 0 0 0 262 16 0 0 20 0 22 0 28900853 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681774041256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22547] ppid=22535 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/22538/task/22547/stat : 22547 (java) S 22535 22538 19474 0 -1 4202560 512 0 0 0 275 15 0 0 20 0 22 0 28900853 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681772988968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22548] ppid=22535 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/22538/task/22548/stat : 22548 (java) S 22535 22538 19474 0 -1 4202560 751 0 0 0 294 18 0 0 20 0 22 0 28900853 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681771936168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22549] ppid=22535 vsize=9824732 CPUtime=3.7 cores=1,3,5,7
/proc/22538/task/22549/stat : 22549 (java) S 22535 22538 19474 0 -1 4202560 2276 0 0 0 360 10 0 0 20 0 22 0 28900854 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681759738600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22550] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22550/stat : 22550 (java) S 22535 22538 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681758684664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22551] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22551/stat : 22551 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681757632264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22552] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22552/stat : 22552 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681756580752 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22553] ppid=22535 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/22538/task/22553/stat : 22553 (java) S 22535 22538 19474 0 -1 4202560 7485 0 0 0 121 2 0 0 20 0 22 0 28900857 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681755527352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22554] ppid=22535 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/22538/task/22554/stat : 22554 (java) S 22535 22538 19474 0 -1 4202560 14633 0 0 0 169 3 0 0 20 0 22 0 28900857 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681754474552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22555] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22555/stat : 22555 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681753422456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22556] ppid=22535 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/22538/task/22556/stat : 22556 (java) S 22535 22538 19474 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 28900857 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681752369864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22557] ppid=22535 vsize=9824732 CPUtime=869.35 cores=1,3,5,7
/proc/22538/task/22557/stat : 22557 (java) R 22535 22538 19474 0 -1 4202560 52 0 0 0 86921 14 0 0 20 0 22 0 28900901 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681751306608 140681805498760 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22558] ppid=22535 vsize=9824732 CPUtime=869.47 cores=1,3,5,7
/proc/22538/task/22558/stat : 22558 (java) R 22535 22538 19474 0 -1 4202560 2341 0 0 0 86902 45 0 0 20 0 22 0 28900901 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681750262744 140681805593383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22559] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22559/stat : 22559 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900902 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681749210792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22560] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22560/stat : 22560 (java) S 22535 22538 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28900904 10060525568 917511 33554432000 1073741824 1073778376 140735111415504 140681748157992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1773.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.401 s]
/proc/loadavg: 4.40 4.27 4.26 6/219 22650
/proc/meminfo: memFree=26554304/32872528 swapFree=1541156/1696500
[pid=22538] ppid=22535 vsize=9824732 CPUtime=1800.2 cores=1,3,5,7
/proc/22538/stat : 22538 (java) S 22535 22538 19474 0 -1 4202496 35445 0 1 0 179819 201 0 0 20 0 22 0 28900852 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140735111406640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22538/statm: 2456183 918023 2301 9 0 2446860 0
[pid=22538/tid=22539] ppid=22535 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/22538/task/22539/stat : 22539 (java) S 22535 22538 19474 0 -1 4202560 2438 0 1 0 49 2 0 0 20 0 22 0 28900852 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681935897464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22541] ppid=22535 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/22538/task/22541/stat : 22541 (java) S 22535 22538 19474 0 -1 4202560 546 0 0 0 308 16 0 0 20 0 22 0 28900853 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681924959016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22542] ppid=22535 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/22538/task/22542/stat : 22542 (java) S 22535 22538 19474 0 -1 4202560 570 0 0 0 253 14 0 0 20 0 22 0 28900853 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681923906216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22543] ppid=22535 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/22538/task/22543/stat : 22543 (java) S 22535 22538 19474 0 -1 4202560 623 0 0 0 273 18 0 0 20 0 22 0 28900853 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681777200168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22544] ppid=22535 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/22538/task/22544/stat : 22544 (java) S 22535 22538 19474 0 -1 4202560 680 0 0 0 270 17 0 0 20 0 22 0 28900853 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681776147368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22545] ppid=22535 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/22538/task/22545/stat : 22545 (java) S 22535 22538 19474 0 -1 4202560 584 0 0 0 273 16 0 0 20 0 22 0 28900853 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681775094056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22546] ppid=22535 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/22538/task/22546/stat : 22546 (java) S 22535 22538 19474 0 -1 4202560 631 0 0 0 266 16 0 0 20 0 22 0 28900853 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681774041256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22547] ppid=22535 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/22538/task/22547/stat : 22547 (java) S 22535 22538 19474 0 -1 4202560 512 0 0 0 282 15 0 0 20 0 22 0 28900853 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681772988968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22548] ppid=22535 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/22538/task/22548/stat : 22548 (java) S 22535 22538 19474 0 -1 4202560 751 0 0 0 295 18 0 0 20 0 22 0 28900853 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681771936168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22549] ppid=22535 vsize=9824732 CPUtime=3.7 cores=1,3,5,7
/proc/22538/task/22549/stat : 22549 (java) S 22535 22538 19474 0 -1 4202560 2276 0 0 0 360 10 0 0 20 0 22 0 28900854 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681759738600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22550] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22550/stat : 22550 (java) S 22535 22538 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681758684664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22551] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22551/stat : 22551 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900854 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681757632264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22552] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22552/stat : 22552 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681756580752 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22553] ppid=22535 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/22538/task/22553/stat : 22553 (java) S 22535 22538 19474 0 -1 4202560 7485 0 0 0 121 2 0 0 20 0 22 0 28900857 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681755527352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22554] ppid=22535 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/22538/task/22554/stat : 22554 (java) S 22535 22538 19474 0 -1 4202560 14633 0 0 0 169 3 0 0 20 0 22 0 28900857 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681754474552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22538/tid=22555] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22555/stat : 22555 (java) S 22535 22538 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28900857 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681753422456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22556] ppid=22535 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/22538/task/22556/stat : 22556 (java) S 22535 22538 19474 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 28900857 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681752369864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22538/tid=22557] ppid=22535 vsize=9824732 CPUtime=882.35 cores=1,3,5,7
/proc/22538/task/22557/stat : 22557 (java) R 22535 22538 19474 0 -1 4202560 52 0 0 0 88221 14 0 0 20 0 22 0 28900901 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681751313504 140681805498665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22558] ppid=22535 vsize=9824732 CPUtime=882.47 cores=1,3,5,7
/proc/22538/task/22558/stat : 22558 (java) R 22535 22538 19474 0 -1 4202560 2342 0 0 0 88202 45 0 0 20 0 22 0 28900901 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681750261520 140681805547825 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22538/tid=22559] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22559/stat : 22559 (java) S 22535 22538 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28900902 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681749210792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22538/tid=22560] ppid=22535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22538/task/22560/stat : 22560 (java) S 22535 22538 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28900904 10060525568 918023 33554432000 1073741824 1073778376 140735111415504 140681748157992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22538 sig 9
??? kill -22538 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 895.464
CPU time (s): 1800.2
CPU user time (s): 1798.19
CPU system time (s): 2.01
CPU usage (%): 201.035
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 2.48362
maximum resident set size= 3672208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35479
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24040
involuntary context switches= 28170

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14022 second user time and 7.99678 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 18:30:22
IDJOB=4117038
IDBENCH=109545
IDSOLVER=2543
FILE ID=node125/4117038-1466958621
RUNJOBID= node125-1466943674-19491
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round22-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117038-1466958621/watcher-4117038-1466958621 -o /tmp/evaluation-result-4117038-1466958621/solver-4117038-1466958621 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117038-1466958621.opb

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

MD5SUM BENCH= 1603e350e855b53698c29e37bc064a30
RANDOM SEED=1962141475

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		: 2667.021
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30231992 kB
Buffers:           20312 kB
Cached:            43340 kB
SwapCached:         1740 kB
Active:           193108 kB
Inactive:          38604 kB
Active(anon):     170520 kB
Inactive(anon):      448 kB
Active(file):      22588 kB
Inactive(file):    38156 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098448 kB
Dirty:              2436 kB
Writeback:             0 kB
AnonPages:       1880032 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             565968 kB
SReclaimable:       9500 kB
SUnreclaim:       556468 kB
KernelStack:        1784 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2388372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-26 18:45:17