Trace number 4430119

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 3598.06

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm75p-opt.opb.negationfix.opb
MD5SUMee8efe71b9f67a5ece24692873b8eec2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark211.651
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35840
Total number of constraints1248
Number of constraints which are clauses559
Number of constraints which are cardinality constraints (but not clauses)559
Number of constraints which are nor clauses,nor cardinality constraints130
Minimum length of a constraint64
Maximum length of a constraint560
Number of terms in the objective function 64
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 64
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 193587
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 515704
Number of bits of the biggest sum of numbers19
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.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4430119-1721175604.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  objective function found
1.10/0.69	c ... done. Wall clock time 0.527s.
1.10/0.69	c declared #vars     35840
1.10/0.69	c #constraints  1248
1.10/0.69	c constraints type 
1.10/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 559
1.10/0.69	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 130
1.10/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 559
1.10/0.69	c 1248 constraints processed.
1.10/0.70	c objective function length is 64 literals
3600.05/3598.01	c starts		: 8
3600.05/3598.02	c conflicts		: 3321
3600.05/3598.02	c decisions		: 161757
3600.05/3598.02	c propagations		: 531706
3600.05/3598.04	c inspects		: 4029465
3600.05/3598.04	c shortcuts		: 0
3600.05/3598.04	c learnt literals	: 0
3600.05/3598.04	c learnt binary clauses	: 0
3600.05/3598.04	c learnt ternary clauses	: 0
3600.05/3598.04	c learnt constraints	: 3320
3600.05/3598.04	c ignored constraints	: 0
3600.05/3598.04	c root simplifications	: 0
3600.05/3598.04	c removed literals (reason simplification)	: 0
3600.05/3598.04	c reason swapping (by a shorter reason)	: 0
3600.05/3598.04	c Calls to reduceDB	: 0
3600.05/3598.04	c Number of update (reduction) of LBD	: 1195
3600.05/3598.04	c Imported unit clauses	: 0
3600.05/3598.04	c No decision after first conflict	: false
3600.05/3598.04	c number of reductions to clauses (during analyze)	: 0
3600.05/3598.04	c number of learned constraints concerned by reduction	: 0
3600.05/3598.04	c number of learning phase by resolution	: 0
3600.05/3598.04	c number of learning phase by cutting planes	: 0
3600.05/3598.04	c number of rounding to 1 operations	: 0
3600.05/3598.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3598.04	c number of reductions of the coefficients by power 2 	: 0
3600.05/3598.04	c number of right shift for reduction by power 2 	: 0
3600.05/3598.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3598.04	c number of ending skipping 	: 0
3600.05/3598.04	c number of internal skipping 	: 0
3600.05/3598.04	c number of derivation steps 	: 45075
3600.05/3598.04	c number of skipped derivation steps 	: 0
3600.05/3598.04	c number of remaining unassigned 	: 195805
3600.05/3598.04	c number of remaining assigned 	: 38942454
3600.05/3598.04	c number of falsified literals weakened from reason	: 0
3600.05/3598.04	c number of falsified literals weakened from conflict	: 0
3600.05/3598.04	c time for arithmetic operations	: 2599407883
3600.05/3598.04	c minimum degree of deleted constraints	: null
3600.05/3598.04	c maximum degree of deleted constraints	: null
3600.05/3598.04	c number of deleted constraints	: 0
3600.05/3598.04	c speed (assignments/second)	: 147.8064321898039
3600.05/3598.04	c non guided choices	: 31715
3600.05/3598.04	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3320
3600.05/3598.04	s UNKNOWN
3600.05/3598.04	c Total wall clock time (in seconds): 3597.882

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: 63931 MiB (61747 MiB free)
  memory of node 1: 64510 MiB (60368 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430119-1721175604/watcher-4430119-1721175604 -o /tmp/evaluation-result-4430119-1721175604/solver-4430119-1721175604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721175616-908264 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430119-1721175604.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=908307, runsolver pid=908301
Current StackSize limit: 8192 KiB


[startup+0.100751 s]*
/proc/loadavg: 2.94 3.22 3.64 14/326 908394
/proc/meminfo: memFree=124881016/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=18975048 memory=63212 CPUtime=0.13 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 7231 0 0 0 11 2 0 0 20 0 18 0 169722208 19430449152 15803 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4743762 15803 5677 1 0 549357 0
[pid=908307/tid=908323] ppid=908301 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 1078198336 5773 0 0 0 7 1 0 0 20 0 18 0 169722208 19430449152 15803 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=18975048 memory=15975 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169722211 19430449152 15803 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169722212 19430449152 15803 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63212 KiB

[startup+0.209819 s]*
/proc/loadavg: 2.94 3.22 3.64 13/326 908394
/proc/meminfo: memFree=124818176/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=18975048 memory=80116 CPUtime=0.33 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 7785 0 0 0 30 3 0 0 20 0 18 0 169722208 19430449152 20029 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4743762 20029 5842 1 0 549685 0
[pid=908307/tid=908323] ppid=908301 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 6043 0 0 0 16 2 0 0 20 0 18 0 169722208 19430449152 20029 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=18975048 memory=15975 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169722211 19430449152 20029 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169722212 19430449152 20029 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80116 KiB

[startup+0.307823 s]*
/proc/loadavg: 2.94 3.22 3.64 14/326 908394
/proc/meminfo: memFree=124625672/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=18975048 memory=133724 CPUtime=0.52 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 9415 0 0 0 48 4 0 0 20 0 18 0 169722208 19430449152 33431 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4743762 33431 5874 1 0 550755 0
[pid=908307/tid=908323] ppid=908301 vsize=18975048 memory=-9176479396789527228 CPUtime=0.27 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 6067 0 0 0 24 3 0 0 20 0 18 0 169722208 19430449152 33431 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169722211 19430449152 33431 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169722212 19430449152 33431 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 133724 KiB

[startup+0.702874 s]
/proc/loadavg: 2.94 3.22 3.64 15/331 908399
/proc/meminfo: memFree=124452924/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19041612 memory=381152 CPUtime=1.27 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 12653 0 0 0 117 10 0 0 20 0 19 0 169722208 19498610688 95288 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4760403 95288 5925 1 0 899695 0
[pid=908307/tid=908323] ppid=908301 vsize=19041612 memory=5472 CPUtime=0.54 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 6276 0 0 0 47 7 0 0 20 0 19 0 169722208 19498610688 95288 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19041612 memory=13196 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169722211 19498610688 95288 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 169722212 19498610688 95288 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 381152 KiB

[startup+1.50981 s]
/proc/loadavg: 2.94 3.22 3.64 13/333 908401
/proc/meminfo: memFree=123839472/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=408988 CPUtime=2.76 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 13795 0 0 0 266 10 0 0 20 0 20 0 169722208 19566772224 102247 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 102247 5928 1 0 900612 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=13196 CPUtime=1.34 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 6352 0 0 0 126 8 0 0 20 0 20 0 169722208 19566772224 102247 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 102247 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 102247 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 102247 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 408988 KiB

[startup+3.10559 s]
/proc/loadavg: 3.35 3.30 3.66 7/333 908402
/proc/meminfo: memFree=123576976/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=500796 CPUtime=5.43 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 16783 0 0 0 530 13 0 0 20 0 20 0 169722208 19566772224 125199 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 125199 5928 1 0 902311 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=0 CPUtime=2.91 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 6427 0 0 0 281 10 0 0 20 0 20 0 169722208 19566772224 125199 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 125199 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 125199 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 125199 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 500796 KiB

[startup+6.30023 s]
/proc/loadavg: 3.35 3.30 3.66 5/333 908402
/proc/meminfo: memFree=123138564/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=622656 CPUtime=9.12 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 18823 0 0 0 896 16 0 0 20 0 20 0 169722208 19566772224 155664 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 155664 5928 1 0 902311 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=0 CPUtime=6.09 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 7124 0 0 0 596 13 0 0 20 0 20 0 169722208 19566772224 155664 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 155664 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 155664 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=43860 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 155664 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 9.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 622656 KiB

[startup+12.7002 s]
/proc/loadavg: 3.40 3.31 3.67 6/333 908403
/proc/meminfo: memFree=122277800/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=786648 CPUtime=15.7 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 20313 0 0 0 1551 19 0 0 20 0 20 0 169722208 19566772224 196662 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 196662 5928 1 0 902311 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=768216 CPUtime=12.48 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 7297 0 0 0 1232 16 0 0 20 0 20 0 169722208 19566772224 196662 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=751800 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 196662 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 196662 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=504892 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 196662 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 15.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 786648 KiB

[startup+25.5003 s]
/proc/loadavg: 3.53 3.35 3.67 5/333 908405
/proc/meminfo: memFree=120691232/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=1402484 CPUtime=29.48 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 33476 0 0 0 2915 33 0 0 20 0 20 0 169722208 19566772224 350621 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 350621 5928 1 0 905054 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=885000 CPUtime=25.26 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 8634 0 0 0 2497 29 0 0 20 0 20 0 169722208 19566772224 350621 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=1203524 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 350621 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=630848 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 350621 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=1137960 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 350621 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1402484 KiB

[startup+51.1062 s]
/proc/loadavg: 3.84 3.43 3.69 5/333 908409
/proc/meminfo: memFree=119107448/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=1913224 CPUtime=55.65 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 42364 0 0 0 5520 45 0 0 20 0 20 0 169722208 19566772224 478306 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 478306 5944 1 0 905087 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=11544 CPUtime=50.64 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 10763 0 0 0 5029 35 0 0 20 0 20 0 169722208 19566772224 478306 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=1913212 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 478306 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 478306 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0

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

/proc/meminfo: memFree=110553028/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3224.67 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 188612 0 0 0 322308 159 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 873118 5959 1 0 905090 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=11544 CPUtime=3211.33 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 81872 0 0 0 321082 51 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=3492472 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=5472 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 5899 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=43860 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 3224.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3492472 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.16 4.11 5/334 910193
/proc/meminfo: memFree=110215596/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3284.55 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 190589 0 0 0 328294 161 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 873118 5959 1 0 905090 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3271.19 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 83494 0 0 0 327068 51 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=3492472 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=3492472 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 6028 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=3492472 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 3284.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3492472 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.18 4.12 5/332 910204
/proc/meminfo: memFree=109778840/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3344.53 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 193335 0 0 0 334290 163 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 873118 5959 1 0 905090 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3330.96 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 85120 0 0 0 333044 52 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=3492472 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=3492472 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 6162 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=-9105547702658441916 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 3344.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3492472 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.11 5/332 910214
/proc/meminfo: memFree=109778448/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3404.43 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 195508 0 0 0 340278 165 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 873118 5959 1 0 905090 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3390.84 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 86968 0 0 0 339032 52 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=3492472 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=16060 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 6292 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=43860 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 3404.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3492472 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.17 4.12 5/332 910225
/proc/meminfo: memFree=109711304/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3464.41 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 198298 0 0 0 346274 167 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 873118 5959 1 0 905090 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3450.61 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 88336 0 0 0 345009 52 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=16060 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 6434 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=-9105547702658441916 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 3464.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3492472 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.14 4.10 5/331 910235
/proc/meminfo: memFree=109710964/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3524.38 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 201559 0 0 0 352270 168 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 873118 5959 1 0 905090 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3510.39 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 90471 0 0 0 350987 52 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=3492472 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=3492472 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 6572 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=3492472 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 3524.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3492472 KiB

[startup+3582.3 s]
/proc/loadavg: 5.10 4.42 4.20 4/305 910279
/proc/meminfo: memFree=112989376/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3584.38 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 204993 0 0 0 358268 170 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 873118 5959 1 0 905090 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=11544 CPUtime=3570.15 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 92149 0 0 0 356963 52 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=16060 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 6572 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 3584.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3492472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598 s]*
/proc/loadavg: 4.48 4.32 4.17 2/254 910370
/proc/meminfo: memFree=121555652/131524600 swapFree=131071996/131071996
[pid=908307] ppid=908301 vsize=19108176 memory=3492472 CPUtime=3600.05 cores=1,3
/proc/908307/stat : 908307 (java) S 908301 908307 908252 0 -1 1077936128 205450 0 0 0 359835 170 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
/proc/908307/statm: 4777044 873118 5959 1 0 905090 0
[pid=908307/tid=908323] ppid=908301 vsize=19108176 memory=2244 CPUtime=3585.83 cores=1,3
/proc/908307/task/908323/stat : 908323 (java) R 908301 908307 908252 0 -1 4194368 92604 0 0 0 358531 52 0 0 20 0 20 0 169722208 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908370] ppid=908301 vsize=19108176 memory=5444 CPUtime=0 cores=1,3
/proc/908307/task/908370/stat : 908370 (Finalizer) S 908301 908307 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908383] ppid=908301 vsize=19108176 memory=104 CPUtime=0 cores=1,3
/proc/908307/task/908383/stat : 908383 (Common-Cleaner) S 908301 908307 908252 0 -1 1077936192 6572 0 0 0 0 0 0 0 20 0 20 0 169722212 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
[pid=908307/tid=908400] ppid=908301 vsize=19108176 memory=-4421386483262516070 CPUtime=0 cores=1,3
/proc/908307/task/908400/stat : 908400 (Timer-0) S 908301 908307 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722280 19566772224 873118 134679101440 94175022137344 94175022141040 140736362875152 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94175022148856 94175022149648 94175023951872 140736362882037 140736362882145 140736362882145 140736362889160 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3492472 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.71974 s

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

Child status: 143

Real time (s): 3598.06
CPU time (s): 3600.15
CPU user time (s): 3598.43
CPU system time (s): 1.71974
CPU usage (%): 100.058
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3492472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.71974
maximum resident set size= 3494024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208421
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107210
involuntary context switches= 2958


# summary of solver processes directly reported to runsolver:
#   pid: 908307
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.71974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.12512 second user time and 19.6605 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-17 02:20:16
IDJOB=4430119
IDBENCH=158609
IDSOLVER=3052
FILE ID=nodeC017/4430119-1721175604
RUNJOBID= nodeC017-1721175616-908264
SLURM_JOB_ID= 7505816
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm75p-opt.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-4430119-1721175604/watcher-4430119-1721175604 -o /tmp/evaluation-result-4430119-1721175604/solver-4430119-1721175604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721175616-908264 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430119-1721175604.opb

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

MD5SUM BENCH= ee8efe71b9f67a5ece24692873b8eec2
RANDOM SEED=2113146190

nodeC017.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		: 3474.969
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.46
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		: 3670.226
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3514.208
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.46
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		: 3638.529
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3417.289
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.46
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		: 3622.978
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3574.873
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.46
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		: 3808.797
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125048480 kB
MemAvailable:   129700524 kB
Buffers:          448412 kB
Cached:          4991420 kB
SwapCached:            0 kB
Active:          1017620 kB
Inactive:        4755532 kB
Active(anon):       1440 kB
Inactive(anon):   369608 kB
Active(file):    1016180 kB
Inactive(file):  4385924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4684 kB
Writeback:             0 kB
AnonPages:        332744 kB
Mapped:           104404 kB
Shmem:             37720 kB
KReclaimable:     179172 kB
Slab:             295152 kB
SReclaimable:     179172 kB
SUnreclaim:       115980 kB
KernelStack:        3888 kB
PageTables:         9244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     712668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63040 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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:      246484 kB
DirectMap2M:    33081344 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC017 at 2024-07-17 03:20:14