Trace number 4429963

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.15 3577.26

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark1518.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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.08	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	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb 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	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
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  - Use constraints as they come during conflict analysis
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: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb 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 Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
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-4429963-1721119041.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  objective function found
0.89/0.52	c ... done. Wall clock time 0.359s.
0.89/0.52	c declared #vars     8424
0.89/0.52	c #constraints  9186
0.89/0.52	c constraints type 
0.89/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8415
0.89/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
0.89/0.52	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 576
0.89/0.52	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.89/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97
0.89/0.52	c 9186 constraints processed.
0.89/0.52	c objective function length is 9 literals
124.54/121.29	c cleaning 2497 clauses out of 5000 with flag 0/5000
166.01/160.45	c cleaning 4252 clauses out of 8503 with flag 0/11000
214.28/208.55	c cleaning 5626 clauses out of 11251 with flag 0/18000
279.49/273.37	c cleaning 6811 clauses out of 13625 with flag 0/26000
365.50/358.91	c cleaning 7907 clauses out of 15815 with flag 0/35001
474.16/467.42	c cleaning 8949 clauses out of 17907 with flag 0/45000
598.67/591.15	c cleaning 9973 clauses out of 19958 with flag 0/56000
734.04/725.73	c cleaning 10989 clauses out of 21987 with flag 0/68002
886.01/877.30	c cleaning 11995 clauses out of 23996 with flag 0/81000
1055.63/1046.31	c cleaning 13001 clauses out of 26002 with flag 0/95001
1252.01/1241.20	c cleaning 13993 clauses out of 28001 with flag 0/110001
1468.76/1457.57	c cleaning 15002 clauses out of 30008 with flag 0/126001
1984.16/1971.22	c cleaning 15995 clauses out of 32005 with flag 0/143000
2704.02/2689.33	c cleaning 17005 clauses out of 34010 with flag 0/161000
2816.03/2800.15	c cleaning 18004 clauses out of 36007 with flag 0/180002
2978.30/2960.78	c cleaning 18999 clauses out of 38002 with flag 0/200001
3141.80/3123.09	c cleaning 19995 clauses out of 40002 with flag 0/221000
3335.32/3314.40	c cleaning 20996 clauses out of 42007 with flag 0/243000
3551.20/3528.85	c cleaning 22000 clauses out of 44012 with flag 0/266001
3600.06/3577.22	c starts		: 26
3600.06/3577.22	c conflicts		: 272428
3600.06/3577.22	c timeout
3600.06/3577.22	c decisions		: 399389
3600.06/3577.22	c propagations		: 93327287
3600.06/3577.22	c inspects		: 704722933
3600.06/3577.22	c shortcuts		: 0
3600.06/3577.22	c learnt literals	: 0
3600.06/3577.22	c learnt binary clauses	: 0
3600.06/3577.22	c learnt ternary clauses	: 0
3600.06/3577.22	c learnt constraints	: 272428
3600.06/3577.22	c ignored constraints	: 0
3600.06/3577.22	c root simplifications	: 0
3600.06/3577.22	c removed literals (reason simplification)	: 0
3600.06/3577.22	c reason swapping (by a shorter reason)	: 0
3600.06/3577.22	c Calls to reduceDB	: 19
3600.06/3577.22	c Number of update (reduction) of LBD	: 260489
3600.06/3577.22	c Imported unit clauses	: 0
3600.06/3577.22	c No decision after first conflict	: false
3600.06/3577.22	c number of reductions to clauses (during analyze)	: 0
3600.06/3577.22	c number of learned constraints concerned by reduction	: 0
3600.06/3577.22	c number of learning phase by resolution	: 0
3600.06/3577.22	c number of learning phase by cutting planes	: 0
3600.06/3577.22	c number of rounding to 1 operations	: 0
3600.06/3577.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3577.22	c number of reductions of the coefficients by power 2 	: 0
3600.06/3577.22	c number of right shift for reduction by power 2 	: 0
3600.06/3577.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3577.22	c number of ending skipping 	: 0
3600.06/3577.22	c number of internal skipping 	: 0
3600.06/3577.22	c number of derivation steps 	: 1552967
3600.06/3577.22	c number of skipped derivation steps 	: 0
3600.06/3577.22	c number of remaining unassigned 	: 520391
3600.06/3577.22	c number of remaining assigned 	: 140160173
3600.06/3577.22	c number of falsified literals weakened from reason	: 0
3600.06/3577.22	c number of falsified literals weakened from conflict	: 0
3600.06/3577.22	c time for arithmetic operations	: 8014218699
3600.06/3577.22	c minimum degree of deleted constraints	: 457
3600.06/3577.22	c maximum degree of deleted constraints	: 33393450779996692936638035934496230
3600.06/3577.22	c number of deleted constraints	: 243989
3600.06/3577.22	c speed (assignments/second)	: 26093.19985796924
3600.06/3577.22	c non guided choices	: 10933
3600.06/3577.24	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 28439
3600.06/3577.24	s UNKNOWN
3600.06/3577.24	c Total wall clock time (in seconds): 3577.085

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 (57333 MiB free)
  memory of node 1: 64473 MiB (58320 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429963-1721119041/watcher-4429963-1721119041 -o /tmp/evaluation-result-4429963-1721119041/solver-4429963-1721119041 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721115455-845163 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429963-1721119041.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=847533, runsolver pid=847530
Current StackSize limit: 8192 KiB


[startup+0.103864 s]*
/proc/loadavg: 4.18 4.19 4.18 6/328 847551
/proc/meminfo: memFree=118388212/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=18975048 memory=63572 CPUtime=0.14 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 7260 0 0 0 12 2 0 0 20 0 18 0 164073052 19430449152 15893 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4743762 15893 5736 1 0 549374 0
[pid=847533/tid=847535] ppid=847530 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 1078198336 5770 0 0 0 7 1 0 0 20 0 18 0 164073053 19430449152 15893 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164073055 19430449152 15893 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=18975048 memory=14134437545800980 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164073056 19430449152 15893 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63572 KiB

[startup+0.208383 s]*
/proc/loadavg: 4.18 4.19 4.18 7/328 847551
/proc/meminfo: memFree=118349196/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=18975048 memory=103152 CPUtime=0.33 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 7815 0 0 0 30 3 0 0 20 0 18 0 164073052 19430449152 25788 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4743762 25788 5909 1 0 549717 0
[pid=847533/tid=847535] ppid=847530 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 6059 0 0 0 15 2 0 0 20 0 18 0 164073053 19430449152 25788 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=18975048 memory=15932 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164073055 19430449152 25788 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=18975048 memory=14408211646121490 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164073056 19430449152 25788 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 103152 KiB

[startup+0.305641 s]*
/proc/loadavg: 4.18 4.19 4.18 7/329 847552
/proc/meminfo: memFree=118287680/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19041612 memory=164808 CPUtime=0.51 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 9432 0 0 0 47 4 0 0 20 0 19 0 164073052 19498610688 41202 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4760403 41202 5909 1 0 551002 0
[pid=847533/tid=847535] ppid=847530 vsize=19041612 memory=-9176758676970906300 CPUtime=0.25 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 6093 0 0 0 22 3 0 0 20 0 19 0 164073053 19498610688 41202 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164073055 19498610688 41202 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 164073056 19498610688 41202 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164808 KiB

[startup+0.705381 s]
/proc/loadavg: 4.18 4.19 4.18 7/329 847552
/proc/meminfo: memFree=117993248/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=485668 CPUtime=1.26 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 13357 0 0 0 116 10 0 0 20 0 20 0 164073052 19566772224 121417 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 121417 5963 1 0 553991 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=5500 CPUtime=0.61 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 6400 0 0 0 53 8 0 0 20 0 20 0 164073053 19566772224 121417 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=12512 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 121417 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 121417 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 485668 KiB

[startup+1.5034 s]
/proc/loadavg: 4.18 4.19 4.18 6/330 847553
/proc/meminfo: memFree=117915960/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=635496 CPUtime=2.85 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 16189 0 0 0 271 14 0 0 20 0 20 0 164073052 19566772224 158874 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 158874 5963 1 0 555400 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=12512 CPUtime=1.39 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 6559 0 0 0 128 11 0 0 20 0 20 0 164073053 19566772224 158874 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 158874 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 158874 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 158874 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 635496 KiB

[startup+3.10639 s]
/proc/loadavg: 4.24 4.20 4.18 7/330 847553
/proc/meminfo: memFree=117527448/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=953668 CPUtime=5.87 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 22495 0 0 0 567 20 0 0 20 0 20 0 164073052 19566772224 238417 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 238417 5963 1 0 555543 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=0 CPUtime=2.98 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 7104 0 0 0 281 17 0 0 20 0 20 0 164073053 19566772224 238417 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=12088 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 238417 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 238417 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=12512 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 238417 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 953668 KiB

[startup+6.30029 s]
/proc/loadavg: 4.24 4.20 4.18 5/308 847638
/proc/meminfo: memFree=122632416/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=1077092 CPUtime=9.47 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 24709 0 0 0 923 24 0 0 20 0 20 0 164073052 19566772224 269273 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 269273 5979 1 0 555544 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=0 CPUtime=6.09 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 7568 0 0 0 590 19 0 0 20 0 20 0 164073053 19566772224 269273 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=12512 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 269273 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=12088 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 269273 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=41284 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 269273 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 9.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1077092 KiB

[startup+12.7002 s]
/proc/loadavg: 4.46 4.25 4.20 5/330 847691
/proc/meminfo: memFree=121373340/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=1546504 CPUtime=16 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 25646 0 0 0 1566 34 0 0 20 0 20 0 164073052 19566772224 386626 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 386626 5979 1 0 1029714 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=1341704 CPUtime=12.39 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 7782 0 0 0 1211 28 0 0 20 0 20 0 164073053 19566772224 386626 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=990632 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 386626 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=12512 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 386626 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=498220 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 386626 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1546504 KiB

[startup+25.5003 s]
/proc/loadavg: 4.36 4.24 4.20 5/330 847692
/proc/meminfo: memFree=119182916/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=1924364 CPUtime=29.09 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 32097 0 0 0 2867 42 0 0 20 0 20 0 164073052 19566772224 481091 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 481091 5979 1 0 1029716 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=12088 CPUtime=25.03 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 8795 0 0 0 2469 34 0 0 20 0 20 0 164073053 19566772224 481091 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 481091 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=-9176758676970906300 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 481091 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=1924364 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 481091 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 29.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1924364 KiB

[startup+51.1064 s]
/proc/loadavg: 4.31 4.23 4.19 5/330 847697
/proc/meminfo: memFree=118411900/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=2110804 CPUtime=54.7 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 35764 0 0 0 5424 46 0 0 20 0 20 0 164073052 19566772224 527701 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 527701 5979 1 0 1029716 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=37404 CPUtime=50.41 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 10212 0 0 0 5006 35 0 0 20 0 20 0 164073053 19566772224 527701 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=12088 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 527701 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=2086176 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 527701 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0

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

/proc/meminfo: memFree=112507936/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=3905844 CPUtime=3181.58 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 287522 0 0 0 317947 211 0 0 20 0 20 0 164073052 19566772224 976461 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 976461 6026 1 0 987549 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=3905828 CPUtime=3118.19 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 117779 0 0 0 311748 71 0 0 20 0 20 0 164073053 19566772224 976461 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=12512 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 976461 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=3905844 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 3277 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 976461 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=3905844 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 976461 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 3181.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905844 KiB

[startup+3222.3 s]
/proc/loadavg: 4.34 4.21 4.19 5/338 849485
/proc/meminfo: memFree=112506800/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=3905844 CPUtime=3242.06 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 288491 0 0 0 323993 213 0 0 20 0 20 0 164073052 19566772224 976461 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 976461 6026 1 0 987549 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=3905828 CPUtime=3177.12 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 118351 0 0 0 317641 71 0 0 20 0 20 0 164073053 19566772224 976461 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 29 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=-9176758676970906300 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 976461 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=12088 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 3277 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 976461 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=3905844 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 976461 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 3242.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.43 4.26 4.21 5/338 849495
/proc/meminfo: memFree=112505752/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=3905988 CPUtime=3303.11 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 302993 0 0 0 330095 216 0 0 20 0 20 0 164073052 19566772224 976497 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 976497 6026 1 0 987566 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=3905964 CPUtime=3235.64 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 121830 0 0 0 323493 71 0 0 20 0 20 0 164073053 19566772224 976497 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=3905844 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 976497 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=31516 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 3359 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 976497 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=37404 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 976497 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 3303.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905988 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.27 4.21 5/338 849507
/proc/meminfo: memFree=112502996/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=3908072 CPUtime=3363.28 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 304832 0 0 0 336110 218 0 0 20 0 20 0 164073052 19566772224 977018 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 977018 6026 1 0 987956 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=3908072 CPUtime=3295.18 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 122911 0 0 0 329446 72 0 0 20 0 20 0 164073053 19566772224 977018 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=12512 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 977018 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=5088 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 3361 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 977018 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=3907868 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 977018 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 3363.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3908072 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.28 4.22 5/336 849518
/proc/meminfo: memFree=112502168/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=3908120 CPUtime=3423.73 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 308740 0 0 0 342153 220 0 0 20 0 20 0 164073052 19566772224 977030 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 977030 6026 1 0 987956 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=3908072 CPUtime=3354.43 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 125147 0 0 0 335371 72 0 0 20 0 20 0 164073053 19566772224 977030 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=41400 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 977030 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=12088 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 3446 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 977030 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=3908120 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 977030 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 3423.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3908120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.26 4.21 5/336 849529
/proc/meminfo: memFree=112501420/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=3908168 CPUtime=3484.41 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 309832 0 0 0 348219 222 0 0 20 0 20 0 164073052 19566772224 977042 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 977042 6026 1 0 987956 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=3908072 CPUtime=3413.36 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 125741 0 0 0 341264 72 0 0 20 0 20 0 164073053 19566772224 977042 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=12088 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 977042 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=-4421386513343930979 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 3446 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 977042 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=7235702856589928036 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 977042 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 3484.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3908168 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.27 4.22 5/331 849540
/proc/meminfo: memFree=112500668/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=3908176 CPUtime=3544.71 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 310895 0 0 0 354247 224 0 0 20 0 20 0 164073052 19566772224 977044 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 977044 6026 1 0 987956 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=12088 CPUtime=3472.78 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 126358 0 0 0 347205 73 0 0 20 0 20 0 164073053 19566772224 977044 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=5500 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 977044 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=12512 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 3447 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 977044 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=16052 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 977044 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 3544.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3908176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.2 s]
/proc/loadavg: 4.44 4.32 4.23 5/331 849754
/proc/meminfo: memFree=117624700/131524600 swapFree=131071996/131071996
[pid=847533] ppid=847530 vsize=19108176 memory=3908180 CPUtime=3600.06 cores=1,3
/proc/847533/stat : 847533 (java) S 847530 847533 845151 0 -1 1077936128 314922 0 0 0 359780 226 0 0 20 0 20 0 164073052 19566772224 977045 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
/proc/847533/statm: 4777044 977045 6026 1 0 987957 0
[pid=847533/tid=847535] ppid=847530 vsize=19108176 memory=4444 CPUtime=3526.91 cores=1,3
/proc/847533/task/847535/stat : 847535 (java) R 847530 847533 845151 0 -1 4194368 128040 0 0 0 352618 73 0 0 20 0 20 0 164073053 19566772224 977045 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847544] ppid=847530 vsize=19108176 memory=-9176758676970906300 CPUtime=0 cores=1,3
/proc/847533/task/847544/stat : 847544 (Finalizer) S 847530 847533 845151 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164073055 19566772224 977045 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847551] ppid=847530 vsize=19108176 memory=20368 CPUtime=0 cores=1,3
/proc/847533/task/847551/stat : 847551 (Common-Cleaner) S 847530 847533 845151 0 -1 1077936192 3492 0 0 0 0 0 0 0 20 0 20 0 164073056 19566772224 977045 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
[pid=847533/tid=847553] ppid=847530 vsize=19108176 memory=40384 CPUtime=0 cores=1,3
/proc/847533/task/847553/stat : 847553 (Timer-0) S 847530 847533 845151 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164073105 19566772224 977045 134679101440 93986103336960 93986103340656 140722350497584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93986103348472 93986103349264 93986128486400 140722350502901 140722350503009 140722350503009 140722350510024 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3908180 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.87 s, system=2.28125 s

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

Child status: 143

Real time (s): 3577.26
CPU time (s): 3600.15
CPU user time (s): 3597.87
CPU system time (s): 2.28125
CPU usage (%): 100.64
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4081568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.87
system time used= 2.28125
maximum resident set size= 4081568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317770
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122382
involuntary context switches= 17816


# summary of solver processes directly reported to runsolver:
#   pid: 847533
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3597.87
#   total CPU system time (s): 2.28125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.89607 second user time and 16.0429 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-16 10:37:34
IDJOB=4429963
IDBENCH=148768
IDSOLVER=3052
FILE ID=nodeC032/4429963-1721119041
RUNJOBID= nodeC032-1721115455-845163
SLURM_JOB_ID= 7505650
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429963-1721119041/watcher-4429963-1721119041 -o /tmp/evaluation-result-4429963-1721119041/solver-4429963-1721119041 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721115455-845163 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429963-1721119041.opb

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=1333283530

nodeC032.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		: 3660.191
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	: 6999.33
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		: 3657.664
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	: 7005.03
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.035
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	: 6999.33
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		: 3646.153
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	: 7005.03
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		: 3660.197
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	: 6999.33
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		: 3665.334
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	: 7005.03
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		: 3599.900
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	: 6999.33
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		: 3602.836
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	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118430620 kB
MemAvailable:   119674960 kB
Buffers:          402644 kB
Cached:          1670336 kB
SwapCached:            0 kB
Active:           685480 kB
Inactive:       11774440 kB
Active(anon):       1556 kB
Inactive(anon): 10423124 kB
Active(file):     683924 kB
Inactive(file):  1351316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2168 kB
Writeback:             0 kB
AnonPages:      10386680 kB
Mapped:           124604 kB
Shmem:             37720 kB
KReclaimable:      97848 kB
Slab:             204576 kB
SReclaimable:      97848 kB
SUnreclaim:       106728 kB
KernelStack:        5008 kB
PageTables:        30432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15428732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63424 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10119168 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:      223956 kB
DirectMap2M:    20520960 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC032 at 2024-07-16 11:37:11