Trace number 4452865

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.23 3576.13

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-2.opb
MD5SUM94622b8283878cd58e113c83df8c4b53
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.6419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53655
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints10724
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452865-1721450041.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
2.76/1.58	c ... done. Wall clock time 1.428s.
2.76/1.58	c declared #vars     53655
2.76/1.58	c #constraints  10732
2.76/1.58	c constraints type 
2.76/1.58	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 10732
2.76/1.58	c 10732 constraints processed.
6.09/3.27	c cleaning 2453 clauses out of 5000 with flag 0/5000
8.33/5.19	c cleaning 4253 clauses out of 8547 with flag 0/11000
10.16/6.62	c cleaning 5548 clauses out of 11294 with flag 0/18000
11.98/8.36	c cleaning 6744 clauses out of 13746 with flag 0/26000
14.85/11.11	c cleaning 7808 clauses out of 16002 with flag 0/35000
17.19/13.33	c cleaning 8808 clauses out of 18194 with flag 0/45000
19.93/16.03	c cleaning 9808 clauses out of 20386 with flag 0/56000
22.51/18.57	c cleaning 10552 clauses out of 22579 with flag 0/68001
26.08/22.07	c cleaning 11768 clauses out of 25026 with flag 0/81000
29.22/25.15	c cleaning 12656 clauses out of 27258 with flag 0/95000
44.18/40.13	c cleaning 13795 clauses out of 29602 with flag 0/110000
47.47/43.42	c cleaning 14759 clauses out of 31807 with flag 0/126000
54.95/50.89	c cleaning 15667 clauses out of 34048 with flag 0/143000
61.51/57.23	c cleaning 16445 clauses out of 36381 with flag 0/161000
69.93/65.69	c cleaning 17217 clauses out of 38936 with flag 0/180000
74.11/69.75	c cleaning 17915 clauses out of 41719 with flag 0/200000
82.86/78.40	c cleaning 17729 clauses out of 44804 with flag 0/221000
90.24/85.70	c cleaning 19335 clauses out of 49075 with flag 0/243000
102.62/98.03	c cleaning 20869 clauses out of 52741 with flag 0/266001
110.66/105.81	c cleaning 21863 clauses out of 55871 with flag 0/290000
118.46/113.43	c cleaning 21468 clauses out of 59008 with flag 0/315000
146.03/140.84	c cleaning 24899 clauses out of 63542 with flag 0/341002
194.90/189.44	c cleaning 25263 clauses out of 65641 with flag 0/368000
206.01/200.46	c cleaning 25469 clauses out of 68378 with flag 0/396000
221.42/215.74	c cleaning 25778 clauses out of 71909 with flag 0/425000
231.24/225.37	c cleaning 25678 clauses out of 76132 with flag 0/455001
277.77/271.74	c cleaning 27473 clauses out of 81453 with flag 0/486000
298.48/292.42	c cleaning 25399 clauses out of 85980 with flag 0/518000
671.88/665.66	c cleaning 32283 clauses out of 93581 with flag 0/551000
702.31/695.77	c cleaning 31382 clauses out of 95298 with flag 0/585000
737.11/730.51	c cleaning 31210 clauses out of 98916 with flag 0/620000
776.51/769.36	c cleaning 33332 clauses out of 103708 with flag 0/656002
802.17/794.71	c cleaning 33847 clauses out of 107374 with flag 0/693000
826.51/818.67	c cleaning 32767 clauses out of 111527 with flag 0/731000
850.12/841.75	c cleaning 32011 clauses out of 117761 with flag 0/770001
868.33/859.43	c cleaning 35421 clauses out of 125749 with flag 0/810000
938.29/928.72	c cleaning 38001 clauses out of 131328 with flag 0/851000
1013.86/1003.99	c cleaning 35631 clauses out of 135327 with flag 0/893000
1030.37/1020.16	c cleaning 36416 clauses out of 142696 with flag 0/936000
1073.51/1062.86	c cleaning 36889 clauses out of 150280 with flag 0/980000
1096.87/1085.60	c cleaning 40455 clauses out of 158392 with flag 0/1025001
1113.45/1101.79	c cleaning 39997 clauses out of 163936 with flag 0/1071000
1134.03/1121.80	c cleaning 41229 clauses out of 170940 with flag 0/1118001
1183.57/1171.16	c cleaning 37996 clauses out of 177712 with flag 0/1166002
1249.96/1237.16	c cleaning 43590 clauses out of 188714 with flag 0/1215000
1457.98/1444.76	c cleaning 46630 clauses out of 195124 with flag 0/1265000
1530.00/1515.90	c cleaning 44561 clauses out of 199494 with flag 0/1316000
1550.07/1535.28	c cleaning 45346 clauses out of 206934 with flag 0/1368001
1715.99/1700.15	c cleaning 51317 clauses out of 214588 with flag 0/1421001
1976.37/1960.62	c cleaning 51370 clauses out of 217270 with flag 0/1475000
2272.62/2256.29	c cleaning 50089 clauses out of 220901 with flag 0/1530001
2386.80/2369.36	c cleaning 48696 clauses out of 226811 with flag 0/1586000
2439.85/2421.84	c cleaning 51260 clauses out of 235115 with flag 0/1643000
2494.99/2476.42	c cleaning 50594 clauses out of 241855 with flag 0/1701000
2539.84/2520.72	c cleaning 53560 clauses out of 250261 with flag 0/1760000
2757.83/2738.44	c cleaning 52434 clauses out of 256701 with flag 0/1820000
3139.69/3119.50	c cleaning 56187 clauses out of 265267 with flag 0/1881000
3177.92/3157.05	c cleaning 48508 clauses out of 271080 with flag 0/1943000
3204.10/3182.60	c cleaning 54675 clauses out of 285573 with flag 0/2006001
3233.11/3210.97	c cleaning 52637 clauses out of 294897 with flag 0/2070000
3291.22/3268.59	c cleaning 54877 clauses out of 307261 with flag 0/2135001
3401.12/3378.27	c cleaning 52547 clauses out of 318384 with flag 0/2201001
3599.03/3575.05	c cleaning 63873 clauses out of 332837 with flag 0/2268001
3600.05/3576.02	c starts		: 228
3600.05/3576.02	c timeout
3600.05/3576.02	c conflicts		: 2272858
3600.05/3576.03	c decisions		: 8222272
3600.05/3576.03	c propagations		: 22980065
3600.05/3576.03	c inspects		: 4636563231
3600.05/3576.03	c shortcuts		: 0
3600.05/3576.03	c learnt literals	: 0
3600.05/3576.03	c learnt binary clauses	: 0
3600.05/3576.03	c learnt ternary clauses	: 194
3600.05/3576.03	c learnt constraints	: 2272857
3600.05/3576.03	c ignored constraints	: 0
3600.05/3576.03	c root simplifications	: 0
3600.05/3576.03	c removed literals (reason simplification)	: 0
3600.05/3576.03	c reason swapping (by a shorter reason)	: 0
3600.05/3576.03	c Calls to reduceDB	: 63
3600.05/3576.03	c Number of update (reduction) of LBD	: 41567
3600.05/3576.03	c Imported unit clauses	: 0
3600.05/3576.03	c No decision after first conflict	: false
3600.05/3576.03	c number of reductions to clauses (during analyze)	: 0
3600.05/3576.03	c number of learned constraints concerned by reduction	: 0
3600.05/3576.03	c number of learning phase by resolution	: 0
3600.05/3576.03	c number of learning phase by cutting planes	: 0
3600.05/3576.03	c number of rounding to 1 operations	: 9251580
3600.05/3576.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3576.03	c number of reductions of the coefficients by power 2 	: 0
3600.05/3576.03	c number of right shift for reduction by power 2 	: 0
3600.05/3576.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3576.03	c number of ending skipping 	: 0
3600.05/3576.03	c number of internal skipping 	: 0
3600.05/3576.03	c number of derivation steps 	: 8349012
3600.05/3576.03	c number of skipped derivation steps 	: 0
3600.05/3576.03	c number of remaining unassigned 	: 33064
3600.05/3576.03	c number of remaining assigned 	: 97672556
3600.05/3576.03	c number of falsified literals weakened from reason	: 0
3600.05/3576.03	c number of falsified literals weakened from conflict	: 0
3600.05/3576.03	c time for arithmetic operations	: 5112339323
3600.05/3576.04	c minimum degree of deleted constraints	: 4
3600.05/3576.04	c maximum degree of deleted constraints	: 77884452878022414427957444938301425
3600.05/3576.04	c number of deleted constraints	: 1999037
3600.05/3576.04	c speed (assignments/second)	: 6429.011658355789
3600.05/3576.04	c non guided choices	: 1607553
3600.05/3576.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 103295
3600.05/3576.10	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 12168
3600.05/3576.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 158357
3600.05/3576.10	s UNKNOWN
3600.05/3576.10	c Total wall clock time (in seconds): 3575.953

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (55491 MiB free)
  memory of node 1: 64473 MiB (57446 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452865-1721450041/watcher-4452865-1721450041 -o /tmp/evaluation-result-4452865-1721450041/solver-4452865-1721450041 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037947 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452865-1721450041.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1042328, runsolver pid=1042325
Current StackSize limit: 8192 KiB


[startup+0.100449 s]*
/proc/loadavg: 4.21 4.20 4.18 6/333 1042346
/proc/meminfo: memFree=115604300/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=18975048 memory=64432 CPUtime=0.14 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 7099 0 0 0 12 2 0 0 20 0 18 0 197170751 19430449152 16108 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4743762 16108 5621 1 0 549364 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) D 1042325 1042328 1037935 0 -1 1078198336 5675 0 0 0 7 1 0 0 20 0 18 0 197170752 19430449152 16108 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197170755 19430449152 16108 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197170755 19430449152 16108 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64432 KiB

[startup+0.206989 s]*
/proc/loadavg: 4.21 4.20 4.18 7/333 1042346
/proc/meminfo: memFree=115534168/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=18975048 memory=134460 CPUtime=0.34 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 7608 0 0 0 30 4 0 0 20 0 18 0 197170751 19430449152 33615 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4743762 33615 5781 1 0 549646 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 5963 0 0 0 16 3 0 0 20 0 18 0 197170752 19430449152 33615 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=18975048 memory=2643 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197170755 19430449152 33615 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197170755 19430449152 33615 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 134460 KiB

[startup+0.314003 s]*
/proc/loadavg: 4.21 4.20 4.18 7/334 1042347
/proc/meminfo: memFree=115499784/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19041612 memory=169260 CPUtime=0.53 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 9748 0 0 0 48 5 0 0 20 0 19 0 197170751 19498610688 42315 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4760403 42315 5866 1 0 551299 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19041612 memory=-7668044098087971172 CPUtime=0.25 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 5978 0 0 0 22 3 0 0 20 0 19 0 197170752 19498610688 42315 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197170755 19498610688 42315 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197170755 19498610688 42315 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 169260 KiB

[startup+0.705006 s]
/proc/loadavg: 4.21 4.20 4.18 6/334 1042347
/proc/meminfo: memFree=115272376/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19041612 memory=896548 CPUtime=1.24 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 11507 0 0 0 105 19 0 0 20 0 19 0 197170751 19498610688 224137 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4760403 224137 5866 1 0 1077895 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19041612 memory=5544 CPUtime=0.59 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 6316 0 0 0 43 16 0 0 20 0 19 0 197170752 19498610688 224137 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197170755 19498610688 224137 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197170755 19498610688 224137 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 896548 KiB

[startup+1.50099 s]
/proc/loadavg: 4.21 4.20 4.18 5/334 1042347
/proc/meminfo: memFree=114209296/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19041612 memory=2069436 CPUtime=2.76 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 22032 0 0 0 234 42 0 0 20 0 19 0 197170751 19498610688 517359 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4760403 517359 5866 1 0 1083921 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19041612 memory=12504 CPUtime=1.3 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 6859 0 0 0 92 38 0 0 20 0 19 0 197170752 19498610688 517359 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197170755 19498610688 517359 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197170755 19498610688 517359 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2069436 KiB

[startup+3.11099 s]
/proc/loadavg: 4.27 4.22 4.19 6/335 1042348
/proc/meminfo: memFree=112395292/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=3500704 CPUtime=5.9 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 24213 0 0 0 522 68 0 0 20 0 20 0 197170751 19566772224 875176 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 875176 5866 1 0 1454073 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=198340509722 CPUtime=2.85 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 7639 0 0 0 222 63 0 0 20 0 20 0 197170752 19566772224 875176 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 875176 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 875176 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=2070460 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 875176 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3500704 KiB

[startup+6.30099 s]
/proc/loadavg: 4.27 4.22 4.19 5/335 1042348
/proc/meminfo: memFree=111377028/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=4283376 CPUtime=9.83 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 25195 0 0 0 900 83 0 0 20 0 20 0 197170751 19566772224 1070844 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1070844 5882 1 0 1454395 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=0 CPUtime=5.95 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 8267 0 0 0 518 77 0 0 20 0 20 0 197170752 19566772224 1070844 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1070844 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=2100172 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1070844 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=4283376 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1070844 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 9.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4283376 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.22 4.19 5/335 1042350
/proc/meminfo: memFree=111371980/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=4287904 CPUtime=16.55 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 26211 0 0 0 1571 84 0 0 20 0 20 0 197170751 19566772224 1071976 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1071976 5882 1 0 1454396 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=4287884 CPUtime=12.11 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 9050 0 0 0 1134 77 0 0 20 0 20 0 197170752 19566772224 1071976 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1071976 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=4641350100799022695 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1071976 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1071976 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 16.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4287904 KiB

[startup+25.501 s]
/proc/loadavg: 4.26 4.22 4.19 5/335 1042351
/proc/meminfo: memFree=111338904/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=4321568 CPUtime=29.62 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 32481 0 0 0 2876 86 0 0 20 0 20 0 197170751 19566772224 1080392 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1080392 5906 1 0 1454402 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=4641350100799022695 CPUtime=24.43 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 11226 0 0 0 2365 78 0 0 20 0 20 0 197170752 19566772224 1080392 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1080392 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1080392 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=-7668044098087971172 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1080392 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 29.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4321568 KiB

[startup+51.1061 s]
/proc/loadavg: 4.31 4.23 4.19 5/335 1042490
/proc/meminfo: memFree=113047664/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=4340092 CPUtime=55.31 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 40347 0 0 0 5443 88 0 0 20 0 20 0 197170751 19566772224 1085023 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1085023 5906 1 0 1454402 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=4333900 CPUtime=49.37 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 13911 0 0 0 4859 78 0 0 20 0 20 0 197170752 19566772224 1085023 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1085023 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1085023 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=16072 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1085023 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0

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

/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1550686 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 3992 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1550686 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=6202660 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1550686 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 3183.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6202744 KiB

[startup+3222.3 s]
/proc/loadavg: 4.39 4.33 4.24 6/333 1044225
/proc/meminfo: memFree=112887940/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=6596768 CPUtime=3244.65 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 350622 0 0 0 324173 292 0 0 20 0 20 0 197170751 19566772224 1649192 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1649192 5906 1 0 1688392 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=0 CPUtime=3163.59 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 191661 0 0 0 316236 123 0 0 20 0 20 0 197170752 19566772224 1649192 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 58 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=198340509722 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1649192 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 4034 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1649192 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1649192 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 3244.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6596768 KiB

[startup+3282.3 s]
/proc/loadavg: 4.46 4.34 4.25 6/335 1044405
/proc/meminfo: memFree=112887040/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=6596932 CPUtime=3305.07 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 357478 0 0 0 330213 294 0 0 20 0 20 0 197170751 19566772224 1649233 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1649233 5906 1 0 1688392 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=47172 CPUtime=3221.66 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 195676 0 0 0 322043 123 0 0 20 0 20 0 197170752 19566772224 1649233 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 58 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=6596932 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1649233 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=6596932 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 4132 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1649233 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=6596932 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1649233 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 3305.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6596932 KiB

[startup+3342.3 s]
/proc/loadavg: 4.59 4.42 4.28 6/335 1044415
/proc/meminfo: memFree=112886712/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=6596936 CPUtime=3365.06 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 363125 0 0 0 336208 298 0 0 20 0 20 0 197170751 19566772224 1649234 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1649234 5906 1 0 1688392 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=11476 CPUtime=3280.26 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 198622 0 0 0 327902 124 0 0 20 0 20 0 197170752 19566772224 1649234 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=6596936 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1649234 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=6596936 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 4228 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1649234 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1649234 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 3365.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6596936 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.42 4.28 6/336 1044487
/proc/meminfo: memFree=112885164/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=6596952 CPUtime=3425.55 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 370599 0 0 0 342255 300 0 0 20 0 20 0 197170751 19566772224 1649238 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1649238 5906 1 0 1688392 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=11476 CPUtime=3338.86 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 203597 0 0 0 333762 124 0 0 20 0 20 0 197170752 19566772224 1649238 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=6596944 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1649238 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=39072 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 4324 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1649238 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=-7668044098087971172 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1649238 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 3425.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6596952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.37 4.27 5/337 1044498
/proc/meminfo: memFree=112777576/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=6704268 CPUtime=3486.92 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 394665 0 0 0 348384 308 0 0 20 0 20 0 197170751 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1676067 5906 1 0 1689952 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=11476 CPUtime=3397.21 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 206829 0 0 0 339596 125 0 0 20 0 20 0 197170752 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 63 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=6704268 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=-7668044098087971172 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 4423 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=6704268 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 3486.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6704268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.35 4.27 6/337 1044508
/proc/meminfo: memFree=112777328/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=6704268 CPUtime=3546.6 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 399860 0 0 0 354349 311 0 0 20 0 20 0 197170751 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1676067 5906 1 0 1689952 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=6596944 CPUtime=3456.19 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 209942 0 0 0 345494 125 0 0 20 0 20 0 197170752 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 68 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=6704268 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 4423 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=6704268 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 3546.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6704268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576 s]*
/proc/loadavg: 4.23 4.32 4.27 6/337 1044517
/proc/meminfo: memFree=112776936/131524600 swapFree=131071996/131071996
[pid=1042328] ppid=1042325 vsize=19108176 memory=6704268 CPUtime=3600.05 cores=1,3
/proc/1042328/stat : 1042328 (java) S 1042325 1042328 1037935 0 -1 1077936128 405907 0 0 0 359690 315 0 0 20 0 20 0 197170751 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
/proc/1042328/statm: 4777044 1676067 5906 1 0 1689952 0
[pid=1042328/tid=1042330] ppid=1042325 vsize=19108176 memory=-7668044098088298847 CPUtime=3508.92 cores=1,3
/proc/1042328/task/1042330/stat : 1042330 (java) R 1042325 1042328 1037935 0 -1 4194368 213868 0 0 0 350766 126 0 0 20 0 20 0 197170752 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 68 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042339] ppid=1042325 vsize=19108176 memory=-9187040416227294146 CPUtime=0 cores=1,3
/proc/1042328/task/1042339/stat : 1042339 (Finalizer) S 1042325 1042328 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042346] ppid=1042325 vsize=19108176 memory=2780 CPUtime=0 cores=1,3
/proc/1042328/task/1042346/stat : 1042346 (Common-Cleaner) S 1042325 1042328 1037935 0 -1 1077936192 4520 0 0 0 0 0 0 0 20 0 20 0 197170755 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
[pid=1042328/tid=1042348] ppid=1042325 vsize=19108176 memory=5224 CPUtime=0 cores=1,3
/proc/1042328/task/1042348/stat : 1042348 (Timer-0) S 1042325 1042328 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197170911 19566772224 1676067 134679101440 94639113031680 94639113035376 140736500208624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94639113043192 94639113043984 94639129079808 140736500216814 140736500216927 140736500216927 140736500223944 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6704268 KiB

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

[startup+3576.13 s]
# the end of solver process 1042328 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3597.06 s, system=3.1744 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3576.11 s]*
/proc/loadavg: 4.23 4.32 4.27 6/319 1044520
/proc/meminfo: memFree=113831188/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3576.13
CPU time (s): 3600.23
CPU user time (s): 3597.06
CPU system time (s): 3.1744
CPU usage (%): 100.674
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6704268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.06
system time used= 3.1744
maximum resident set size= 6706228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148260
involuntary context switches= 15759


# summary of solver processes directly reported to runsolver:
#   pid: 1042328
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.06
#   total CPU system time (s): 3.1744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.46986 second user time and 17.8665 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-20 06:34:14
IDJOB=4452865
IDBENCH=165345
IDSOLVER=3046
FILE ID=nodeC027/4452865-1721450041
RUNJOBID= nodeC027-1721442917-1037947
SLURM_JOB_ID= 7545652
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452865-1721450041/watcher-4452865-1721450041 -o /tmp/evaluation-result-4452865-1721450041/solver-4452865-1721450041 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037947 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452865-1721450041.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 94622b8283878cd58e113c83df8c4b53
RANDOM SEED=803661

nodeC027.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3644.509
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3653.018
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.216
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3661.945
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3644.600
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3663.174
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.345
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.448
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115647788 kB
MemAvailable:   117410444 kB
Buffers:          531460 kB
Cached:          2069268 kB
SwapCached:            0 kB
Active:          1027096 kB
Inactive:       14195628 kB
Active(anon):       1576 kB
Inactive(anon): 12666332 kB
Active(file):    1025520 kB
Inactive(file):  1529296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2432 kB
Writeback:             0 kB
AnonPages:      12621832 kB
Mapped:           127744 kB
Shmem:             45912 kB
KReclaimable:      95328 kB
Slab:             209492 kB
SReclaimable:      95328 kB
SUnreclaim:       114164 kB
KernelStack:        5052 kB
PageTables:        35048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13147624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71616 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12421120 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC027 at 2024-07-20 07:33:50