Trace number 4449131

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 Cutting Planes 2024 2024-07-12? (TO) 3600.14 3603.57

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm75p-dec.opb.negationfix.opb
MD5SUMeb6e6db1d5217c0fcba95884ddbb513a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.38144
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables542720
Total number of constraints4752
Number of constraints which are clauses2119
Number of constraints which are cardinality constraints (but not clauses)2119
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2120
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 758276
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 1973311
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.13/0.17	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.17	 - never skip resolution steps
0.13/0.17	 - Auto-division on coefficients is disabled
0.13/0.17	 - No postprocessing
0.13/0.17	 - Conflict is considered as is when resolving
0.13/0.17	 - Use constraints as they come during conflict analysis
0.13/0.17	 - Weaken first using unassigned literals
0.13/0.17	 - Bump strategy: ALWAYS_ONE
0.13/0.17	 - Bumper: EFFECTIVE
0.13/0.17	--- Begin Solver configuration ---
0.13/0.17	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.17	Learn all clauses as in MiniSAT
0.13/0.17	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.17	No reason simplification
0.13/0.17	Dynamic restart strategy considering the size of the coefficients
0.13/0.17	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.17	timeout=2147483s
0.13/0.17	DB Simplification allowed=false
0.13/0.17	Listener: none
0.13/0.17	--- End Solver configuration ---
0.13/0.17	c Pseudo Boolean Optimization by upper bound
0.13/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.17	c  - never skip resolution steps
0.13/0.17	c  - Auto-division on coefficients is disabled
0.13/0.17	c  - No postprocessing
0.13/0.17	c  - Conflict is considered as is when resolving
0.13/0.17	c  - Use constraints as they come during conflict analysis
0.13/0.17	c  - Weaken first using unassigned literals
0.13/0.17	c  - Bump strategy: ALWAYS_ONE
0.13/0.17	c  - Bumper: EFFECTIVE
0.13/0.17	c --- Begin Solver configuration ---
0.13/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.17	c Learn all clauses as in MiniSAT
0.13/0.17	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.17	c No reason simplification
0.13/0.17	c Dynamic restart strategy considering the size of the coefficients
0.13/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.17	c timeout=2147483s
0.13/0.17	c DB Simplification allowed=false
0.13/0.17	c Listener: none
0.13/0.17	c --- End Solver configuration ---
0.13/0.17	c solving HOME/instance-4449131-1721360137.opb
0.13/0.17	c reading problem ... 
0.13/0.18	c  no objective function found
11.72/9.68	c ... done. Wall clock time 9.5s.
11.72/9.68	c declared #vars     542720
11.72/9.68	c #constraints  4752
11.72/9.68	c constraints type 
11.72/9.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2119
11.72/9.68	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 514
11.72/9.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2119
11.72/9.68	c 4752 constraints processed.
3600.01/3603.51	c starts		: 2
3600.01/3603.53	c conflicts		: 266
3600.01/3603.53	c decisions		: 1045976
3600.01/3603.53	c propagations		: 1303825
3600.01/3603.53	c inspects		: 641467
3600.01/3603.53	c shortcuts		: 0
3600.01/3603.53	c learnt literals	: 0
3600.01/3603.53	c learnt binary clauses	: 0
3600.01/3603.53	c learnt ternary clauses	: 0
3600.01/3603.53	c learnt constraints	: 265
3600.01/3603.53	c ignored constraints	: 0
3600.01/3603.53	c root simplifications	: 0
3600.01/3603.53	c removed literals (reason simplification)	: 0
3600.01/3603.53	c reason swapping (by a shorter reason)	: 0
3600.01/3603.53	c Calls to reduceDB	: 0
3600.01/3603.53	c Number of update (reduction) of LBD	: 387
3600.01/3603.53	c Imported unit clauses	: 0
3600.01/3603.53	c No decision after first conflict	: false
3600.01/3603.53	c number of reductions to clauses (during analyze)	: 0
3600.01/3603.53	c number of learned constraints concerned by reduction	: 0
3600.01/3603.53	c number of learning phase by resolution	: 0
3600.01/3603.53	c number of learning phase by cutting planes	: 0
3600.01/3603.53	c number of rounding to 1 operations	: 0
3600.01/3603.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3603.53	c number of reductions of the coefficients by power 2 	: 0
3600.01/3603.53	c number of right shift for reduction by power 2 	: 0
3600.01/3603.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3603.53	c number of ending skipping 	: 0
3600.01/3603.53	c number of internal skipping 	: 0
3600.01/3603.53	c number of derivation steps 	: 2072
3600.01/3603.53	c number of skipped derivation steps 	: 0
3600.01/3603.53	c number of remaining unassigned 	: 827496
3600.01/3603.53	c number of remaining assigned 	: 4745787
3600.01/3603.53	c number of falsified literals weakened from reason	: 0
3600.01/3603.53	c number of falsified literals weakened from conflict	: 0
3600.01/3603.53	c time for arithmetic operations	: 1311525213
3600.01/3603.53	c minimum degree of deleted constraints	: null
3600.01/3603.53	c maximum degree of deleted constraints	: null
3600.01/3603.53	c number of deleted constraints	: 0
3600.01/3603.54	c speed (assignments/second)	: 362.7972192201484
3600.01/3603.54	c non guided choices	: 902173
3600.01/3603.54	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 265
3600.01/3603.54	s UNKNOWN
3600.01/3603.54	c Total wall clock time (in seconds): 3603.372

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449131-1721360137/watcher-4449131-1721360137 -o /tmp/evaluation-result-4449131-1721360137/solver-4449131-1721360137 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988881 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449131-1721360137.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=993889, runsolver pid=993886

[startup+0.103327 s]*
/proc/loadavg: 4.08 4.11 4.17 6/328 993907
/proc/meminfo: memFree=114664504/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=18975048 memory=62020 CPUtime=0.13 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 7016 0 0 0 11 2 0 0 20 0 18 0 188178679 19430449152 15505 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4743762 15505 5602 1 0 549292 0
[pid=993889/tid=993891] ppid=993886 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 1077936192 5608 0 0 0 7 1 0 0 20 0 18 0 188178679 19430449152 15505 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188178682 19430449152 15505 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188178683 19430449152 15505 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62020 KiB

[startup+0.208725 s]*
/proc/loadavg: 4.08 4.11 4.17 7/328 993907
/proc/meminfo: memFree=114623212/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=18975048 memory=103592 CPUtime=0.32 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 7590 0 0 0 29 3 0 0 20 0 18 0 188178679 19430449152 25898 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4743762 25898 5760 1 0 549643 0
[pid=993889/tid=993891] ppid=993886 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 5966 0 0 0 15 2 0 0 20 0 18 0 188178679 19430449152 25898 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=18975048 memory=1783847 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188178682 19430449152 25898 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188178683 19430449152 25898 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 103592 KiB

[startup+0.307066 s]*
/proc/loadavg: 4.08 4.11 4.17 7/328 993907
/proc/meminfo: memFree=114540816/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=18975048 memory=185224 CPUtime=0.5 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 8939 0 0 0 46 4 0 0 20 0 18 0 188178679 19430449152 46306 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4743762 46306 5860 1 0 550415 0
[pid=993889/tid=993891] ppid=993886 vsize=18975048 memory=-8743002456420819644 CPUtime=0.27 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 6045 0 0 0 23 4 0 0 20 0 18 0 188178679 19430449152 46306 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188178682 19430449152 46306 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188178683 19430449152 46306 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 185224 KiB

[startup+0.704072 s]
/proc/loadavg: 4.08 4.11 4.17 8/329 993908
/proc/meminfo: memFree=114325744/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19041612 memory=436500 CPUtime=1.26 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 12802 0 0 0 115 11 0 0 20 0 19 0 188178679 19498610688 109125 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4760403 109125 5860 1 0 553377 0
[pid=993889/tid=993891] ppid=993886 vsize=19041612 memory=5432 CPUtime=0.62 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) S 993886 993889 988868 0 -1 1077936192 6243 0 0 0 53 9 0 0 20 0 19 0 188178679 19498610688 109125 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19041612 memory=12952 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188178682 19498610688 109125 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188178683 19498610688 109125 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 436500 KiB

[startup+1.50028 s]
/proc/loadavg: 4.08 4.11 4.17 6/329 993908
/proc/meminfo: memFree=114245852/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19041612 memory=845868 CPUtime=2.53 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 14006 0 0 0 233 20 0 0 20 0 19 0 188178679 19498610688 211467 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4760403 211467 5860 1 0 1102745 0
[pid=993889/tid=993891] ppid=993886 vsize=19041612 memory=0 CPUtime=1.26 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 6480 0 0 0 110 16 0 0 20 0 19 0 188178679 19498610688 211467 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188178682 19498610688 211467 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19041612 memory=12952 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188178683 19498610688 211467 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 845868 KiB

[startup+3.10602 s]
/proc/loadavg: 4.08 4.11 4.17 5/329 993908
/proc/meminfo: memFree=112768140/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19041612 memory=2008184 CPUtime=4.41 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 15987 0 0 0 396 45 0 0 20 0 19 0 188178679 19498610688 501534 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4760403 502046 5860 1 0 1700399 0
[pid=993889/tid=993891] ppid=993886 vsize=19041612 memory=12952 CPUtime=2.65 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 7250 0 0 0 228 37 0 0 20 0 19 0 188178679 19498610688 502046 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188178682 19498610688 502046 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19041612 memory=4408423153085025 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 188178683 19498610688 502046 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2008184 KiB

[startup+6.30027 s]
/proc/loadavg: 4.07 4.11 4.17 5/329 993910
/proc/meminfo: memFree=111979860/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19041612 memory=2927864 CPUtime=7.86 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 17045 0 0 0 720 66 0 0 20 0 19 0 188178679 19498610688 731966 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4760403 731966 5860 1 0 1815303 0
[pid=993889/tid=993891] ppid=993886 vsize=19041612 memory=12952 CPUtime=5.51 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 7849 0 0 0 496 55 0 0 20 0 19 0 188178679 19498610688 731966 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19041612 memory=1194740 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188178682 19498610688 731966 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19041612 memory=11648 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 188178683 19498610688 731966 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 7.86 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2927864 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.12 4.17 5/330 993911
/proc/meminfo: memFree=111154160/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=3565172 CPUtime=15.25 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 28063 0 0 0 1444 81 0 0 20 0 20 0 188178679 19566772224 891293 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 891293 5875 1 0 2129185 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=11648 CPUtime=11.56 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 8379 0 0 0 1090 66 0 0 20 0 20 0 188178679 19566772224 891293 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=-8743002456420819644 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 891293 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=-8743002456420819644 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 891293 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=3565172 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 891293 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3565172 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.12 4.17 5/330 993912
/proc/meminfo: memFree=110927312/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=3636072 CPUtime=28.47 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 28532 0 0 0 2764 83 0 0 20 0 20 0 188178679 19566772224 909018 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 909018 5875 1 0 2129264 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=3565172 CPUtime=24.3 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 8450 0 0 0 2362 68 0 0 20 0 20 0 188178679 19566772224 909018 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 909018 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=1032248 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 909018 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 909018 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 28.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3636072 KiB

[startup+51.106 s]
/proc/loadavg: 4.07 4.11 4.16 5/330 993917
/proc/meminfo: memFree=110759988/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=3802720 CPUtime=55.14 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 37831 0 0 0 5426 88 0 0 20 0 20 0 188178679 19566772224 950680 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 950680 5875 1 0 2129280 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=11648 CPUtime=49.76 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 9890 0 0 0 4905 71 0 0 20 0 20 0 188178679 19566772224 950680 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=3728708 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 950680 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=3802720 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 950680 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=3802556 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 950680 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 55.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3802720 KiB


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

/proc/meminfo: memFree=102252344/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=7831292 CPUtime=3280.14 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 179524 0 0 0 327761 253 0 0 20 0 20 0 188178679 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 1957823 5906 1 0 2129310 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=7831292 CPUtime=3270.26 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 64572 0 0 0 326871 155 0 0 20 0 20 0 188178679 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=44264 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=7831292 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 6492 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=2204 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 3280.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7831292 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.17 4.17 5/337 995905
/proc/meminfo: memFree=102248300/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=7831292 CPUtime=3339.88 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 181213 0 0 0 333732 256 0 0 20 0 20 0 188178679 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 1957823 5906 1 0 2129310 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=7831292 CPUtime=3329.96 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 65037 0 0 0 332841 155 0 0 20 0 20 0 188178679 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 6636 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 3339.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7831292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.15 4.16 5/337 995915
/proc/meminfo: memFree=102159460/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=7831292 CPUtime=3399.61 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 183036 0 0 0 339703 258 0 0 20 0 20 0 188178679 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 1957823 5906 1 0 2129310 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=7831292 CPUtime=3389.65 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 65595 0 0 0 338810 155 0 0 20 0 20 0 188178679 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=44264 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 6772 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=7831292 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 3399.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7831292 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.17 4.17 5/334 995926
/proc/meminfo: memFree=102058476/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=7831292 CPUtime=3459.35 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 185044 0 0 0 345675 260 0 0 20 0 20 0 188178679 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 1957823 5906 1 0 2129310 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=44264 CPUtime=3449.36 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 66215 0 0 0 344781 155 0 0 20 0 20 0 188178679 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=-8743002456420819644 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=7831292 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 6919 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=15996 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 1957823 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 3459.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7831292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.15 4.16 5/334 995937
/proc/meminfo: memFree=102053720/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=7831296 CPUtime=3519.12 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 187314 0 0 0 351649 263 0 0 20 0 20 0 188178679 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 1957824 5906 1 0 2129310 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=7831292 CPUtime=3509.09 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 66781 0 0 0 350754 155 0 0 20 0 20 0 188178679 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=7831292 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=32224 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 7065 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=7831296 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 3519.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7831296 KiB

[startup+3582.3 s]
/proc/loadavg: 4.59 4.25 4.19 5/334 995948
/proc/meminfo: memFree=101965028/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=7831296 CPUtime=3578.9 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 189912 0 0 0 357625 265 0 0 20 0 20 0 188178679 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 1957824 5906 1 0 2129310 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=44264 CPUtime=3568.83 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 67995 0 0 0 356728 155 0 0 20 0 20 0 188178679 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=18984 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=7831296 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 7209 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=-8743002456420819644 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 3578.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7831296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.5 s]
/proc/loadavg: 4.42 4.23 4.19 5/332 995951
/proc/meminfo: memFree=101964976/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=7831296 CPUtime=3600.01 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 190090 0 0 0 359735 266 0 0 20 0 20 0 188178679 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 1957824 5906 1 0 2129310 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=7831296 CPUtime=3589.93 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 68044 0 0 0 358838 155 0 0 20 0 20 0 188178679 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=7831292 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=7831296 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 7330 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=7831296 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7831296 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.45 s, system=2.69023 s

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

[startup+3603.5 s]
/proc/loadavg: 4.42 4.23 4.19 5/332 995951
/proc/meminfo: memFree=101964976/131524600 swapFree=131070704/131071996
[pid=993889] ppid=993886 vsize=19108176 memory=7831296 CPUtime=3600.01 cores=5,7
/proc/993889/stat : 993889 (java) S 993886 993889 988868 0 -1 1077936128 190090 0 0 0 359735 266 0 0 20 0 20 0 188178679 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
/proc/993889/statm: 4777044 1957824 5906 1 0 2129310 0
[pid=993889/tid=993891] ppid=993886 vsize=19108176 memory=7831296 CPUtime=3589.93 cores=5,7
/proc/993889/task/993891/stat : 993891 (java) R 993886 993889 988868 0 -1 4194368 68044 0 0 0 358838 155 0 0 20 0 20 0 188178679 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993900] ppid=993886 vsize=19108176 memory=7831292 CPUtime=0 cores=5,7
/proc/993889/task/993900/stat : 993900 (Finalizer) S 993886 993889 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188178682 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993907] ppid=993886 vsize=19108176 memory=7831296 CPUtime=0 cores=5,7
/proc/993889/task/993907/stat : 993907 (Common-Cleaner) S 993886 993889 988868 0 -1 1077936192 7330 0 0 0 0 0 0 0 20 0 20 0 188178683 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
[pid=993889/tid=993911] ppid=993886 vsize=19108176 memory=7831296 CPUtime=0 cores=5,7
/proc/993889/task/993911/stat : 993911 (Timer-0) S 993886 993889 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188179650 19566772224 1957824 134679101440 94770948706304 94770948710000 140728786624208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770948717816 94770948718608 94770959122432 140728786629620 140728786629728 140728786629728 140728786636744 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7831296 KiB

Child status: 143

Real time (s): 3603.57
CPU time (s): 3600.14
CPU user time (s): 3597.45
CPU system time (s): 2.69023
CPU usage (%): 99.9046
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 7831296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.45
system time used= 2.69023
maximum resident set size= 7832744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105746
involuntary context switches= 1794


# summary of solver processes directly reported to runsolver:
#   pid: 993889
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3597.45
#   total CPU system time (s): 2.69023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.50983 second user time and 17.4593 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 05:35:50
IDJOB=4449131
IDBENCH=160483
IDSOLVER=3052
FILE ID=nodeC023/4449131-1721360137
RUNJOBID= nodeC023-1721353931-988881
SLURM_JOB_ID= 7542772
Free space on /tmp= 890044 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm75p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449131-1721360137/watcher-4449131-1721360137 -o /tmp/evaluation-result-4449131-1721360137/solver-4449131-1721360137 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988881 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449131-1721360137.opb

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

MD5SUM BENCH= eb6e6db1d5217c0fcba95884ddbb513a
RANDOM SEED=211479755

nodeC023.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		: 3600.125
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.61
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		: 3687.731
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.48
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		: 3672.678
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.61
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		: 3665.264
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.48
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		: 3673.164
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.61
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		: 3688.661
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.48
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.889
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.61
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		: 3650.948
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114705628 kB
MemAvailable:   116705380 kB
Buffers:          538708 kB
Cached:          2289732 kB
SwapCached:           80 kB
Active:          1131548 kB
Inactive:       15092928 kB
Active(anon):       1580 kB
Inactive(anon): 13431992 kB
Active(file):    1129968 kB
Inactive(file):  1660936 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             25688 kB
Writeback:             0 kB
AnonPages:      13395960 kB
Mapped:           125700 kB
Shmem:             37536 kB
KReclaimable:      97344 kB
Slab:             190968 kB
SReclaimable:      97344 kB
SUnreclaim:        93624 kB
KernelStack:        5008 kB
PageTables:        36308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   18855764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13088768 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889776 MiB
End job on nodeC023 at 2024-07-19 06:35:53