Trace number 4427696

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

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
MD5SUMa7d39c8a0eed618aa14a4423c4fae159
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark1995.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
Number of terms in the objective function 128
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 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
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.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.18	c version CUSTOM.v20240707
0.13/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.22	c java.vm.version	22.0.1+8-16
0.13/0.22	c java.vm.vendor	Oracle Corporation
0.13/0.22	c sun.arch.data.model	64
0.13/0.22	c java.version		22.0.1
0.13/0.22	c os.name		Linux
0.13/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.22	c os.arch		amd64
0.29/0.23	c Free memory 		2115194816
0.29/0.23	c Max memory 		16282288128
0.29/0.23	c Total memory 		2122317824
0.29/0.23	c Number of processors 	2
0.45/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.40	 - never skip resolution steps
0.45/0.40	 - Auto-division on coefficients is disabled
0.45/0.40	 - No postprocessing
0.45/0.40	 - Conflict is considered as is when resolving
0.45/0.40	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.40	 - Weaken first using unassigned literals
0.45/0.40	 - Bump strategy: ALWAYS_ONE
0.45/0.40	 - Bumper: ASSIGNED
0.45/0.40	--- Begin Solver configuration ---
0.45/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.40	Learn all clauses as in MiniSAT
0.45/0.40	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.40	No reason simplification
0.45/0.40	Armin Biere (Picosat) restarts strategy
0.45/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.40	timeout=2147483s
0.45/0.40	DB Simplification allowed=false
0.45/0.40	Listener: none
0.45/0.40	--- End Solver configuration ---
0.45/0.41	c Pseudo Boolean Optimization by upper bound
0.45/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.41	c  - never skip resolution steps
0.45/0.41	c  - Auto-division on coefficients is disabled
0.45/0.41	c  - No postprocessing
0.45/0.41	c  - Conflict is considered as is when resolving
0.45/0.41	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.41	c  - Weaken first using unassigned literals
0.45/0.41	c  - Bump strategy: ALWAYS_ONE
0.45/0.41	c  - Bumper: ASSIGNED
0.45/0.41	c --- Begin Solver configuration ---
0.45/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.41	c Learn all clauses as in MiniSAT
0.45/0.41	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.41	c No reason simplification
0.45/0.41	c Armin Biere (Picosat) restarts strategy
0.45/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.41	c timeout=2147483s
0.45/0.41	c DB Simplification allowed=false
0.45/0.41	c Listener: none
0.45/0.41	c --- End Solver configuration ---
0.45/0.41	c solving HOME/instance-4427696-1721001329.opb
0.45/0.41	c reading problem ... 
0.59/0.43	c  objective function found
5.01/3.36	c ... done. Wall clock time 2.951s.
5.01/3.36	c declared #vars     175232
5.01/3.36	c #constraints  2994
5.01/3.36	c constraints type 
5.01/3.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1368
5.01/3.36	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 258
5.01/3.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1368
5.01/3.36	c 2994 constraints processed.
5.01/3.38	c objective function length is 128 literals
670.68/661.35	c cleaning 2499 clauses out of 5002 with flag 0/5002
1224.99/1212.08	c cleaning 4244 clauses out of 8502 with flag 0/11001
2571.30/2544.01	c cleaning 5628 clauses out of 11261 with flag 0/18004
3600.05/3553.52	c starts		: 52
3600.05/3553.52	c conflicts		: 23605
3600.05/3553.52	c decisions		: 4472505
3600.05/3553.53	c propagations		: 15899498
3600.05/3553.53	c inspects		: 27196789
3600.05/3553.53	c shortcuts		: 0
3600.05/3553.53	c learnt literals	: 0
3600.05/3553.53	c learnt binary clauses	: 0
3600.05/3553.53	c learnt ternary clauses	: 0
3600.05/3553.53	c learnt constraints	: 23605
3600.05/3553.53	c ignored constraints	: 0
3600.05/3553.53	c root simplifications	: 0
3600.05/3553.53	c removed literals (reason simplification)	: 0
3600.05/3553.53	c reason swapping (by a shorter reason)	: 0
3600.05/3553.53	c Calls to reduceDB	: 3
3600.05/3553.53	c Number of update (reduction) of LBD	: 0
3600.05/3553.53	c Imported unit clauses	: 0
3600.05/3553.53	c No decision after first conflict	: false
3600.05/3553.53	c number of reductions to clauses (during analyze)	: 0
3600.05/3553.53	c number of learned constraints concerned by reduction	: 0
3600.05/3553.53	c number of learning phase by resolution	: 0
3600.05/3553.53	c number of learning phase by cutting planes	: 0
3600.05/3553.53	c number of rounding to 1 operations	: 93172
3600.05/3553.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3553.53	c number of reductions of the coefficients by power 2 	: 0
3600.05/3553.53	c number of right shift for reduction by power 2 	: 0
3600.05/3553.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3553.53	c number of ending skipping 	: 0
3600.05/3553.53	c number of internal skipping 	: 0
3600.05/3553.54	c number of derivation steps 	: 118598
3600.05/3553.54	c number of skipped derivation steps 	: 0
3600.05/3553.54	c number of remaining unassigned 	: 213950
3600.05/3553.54	c number of remaining assigned 	: 87594540
3600.05/3553.54	c number of falsified literals weakened from reason	: 0
3600.05/3553.54	c number of falsified literals weakened from conflict	: 0
3600.05/3553.54	c time for arithmetic operations	: 8525220390
3600.05/3553.54	c minimum degree of deleted constraints	: 1024
3600.05/3553.55	c maximum degree of deleted constraints	: 1635484375
3600.05/3553.55	c number of deleted constraints	: 12371
3600.05/3553.55	c speed (assignments/second)	: 4478.588317346072
3600.05/3553.55	c non guided choices	: 1503639
3600.05/3553.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 77
3600.05/3553.59	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 131
3600.05/3553.59	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11026
3600.05/3553.59	s UNKNOWN
3600.05/3553.59	c Total wall clock time (in seconds): 3553.171

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427696-1721001329/watcher-4427696-1721001329 -o /tmp/evaluation-result-4427696-1721001329/solver-4427696-1721001329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720994548-763931 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427696-1721001329.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
Current StackSize limit: 8192 KiB

solver pid=768473, runsolver pid=768470

[startup+0.10632 s]*
/proc/loadavg: 4.35 4.35 4.30 6/320 768491
/proc/meminfo: memFree=111255828/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=18975048 memory=55996 CPUtime=0.13 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 6424 0 0 0 10 3 0 0 20 0 18 0 152288783 19430449152 13999 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4743762 13999 5689 1 0 550785 0
[pid=768473/tid=768475] ppid=768470 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 5357 0 0 0 6 2 0 0 20 0 18 0 152288784 19430449152 13999 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152288790 19430449152 13999 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=18975048 memory=15815599515270057 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152288791 19430449152 13999 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55996 KiB

[startup+0.213732 s]*
/proc/loadavg: 4.35 4.35 4.30 8/320 768491
/proc/meminfo: memFree=111252900/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=18975048 memory=58592 CPUtime=0.29 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 7084 0 0 0 26 3 0 0 20 0 18 0 152288783 19430449152 14648 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4743762 14648 5698 1 0 551329 0
[pid=768473/tid=768475] ppid=768470 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 5657 0 0 0 16 2 0 0 20 0 18 0 152288784 19430449152 14648 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=18975048 memory=3715 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152288790 19430449152 14648 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=18975048 memory=14973377819450890 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152288791 19430449152 14648 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58592 KiB

[startup+0.32503 s]*
/proc/loadavg: 4.35 4.35 4.30 5/320 768491
/proc/meminfo: memFree=111247124/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=18975048 memory=63864 CPUtime=0.45 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 7387 0 0 0 41 4 0 0 20 0 18 0 152288783 19430449152 15966 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4743762 15966 5707 1 0 551553 0
[pid=768473/tid=768475] ppid=768470 vsize=18975048 memory=-9175633872247235260 CPUtime=0.27 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 5854 0 0 0 25 2 0 0 20 0 18 0 152288784 19430449152 15966 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152288790 19430449152 15966 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152288791 19430449152 15966 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63864 KiB

[startup+0.701022 s]
/proc/loadavg: 4.35 4.35 4.30 7/320 768491
/proc/meminfo: memFree=111233508/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=18975048 memory=124828 CPUtime=1.11 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 9145 0 0 0 106 5 0 0 20 0 18 0 152288783 19430449152 31207 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4743762 31207 5866 1 0 552647 0
[pid=768473/tid=768475] ppid=768470 vsize=18975048 memory=5476 CPUtime=0.6 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 6059 0 0 0 57 3 0 0 20 0 18 0 152288784 19430449152 31207 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=18975048 memory=12320 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152288790 19430449152 31207 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152288791 19430449152 31207 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 124828 KiB

[startup+1.50602 s]
/proc/loadavg: 4.35 4.35 4.30 8/321 768492
/proc/meminfo: memFree=111110736/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19041612 memory=414368 CPUtime=2.66 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 14179 0 0 0 254 12 0 0 20 0 19 0 152288783 19498610688 103592 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4760403 103592 5898 1 0 1115434 0
[pid=768473/tid=768475] ppid=768470 vsize=19041612 memory=12320 CPUtime=1.23 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 6246 0 0 0 116 7 0 0 20 0 19 0 152288784 19498610688 103592 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152288790 19498610688 103592 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152288791 19498610688 103592 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 414368 KiB

[startup+3.11339 s]
/proc/loadavg: 4.72 4.43 4.33 5/321 768492
/proc/meminfo: memFree=107432532/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19041612 memory=3871312 CPUtime=4.82 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 16944 0 0 0 400 82 0 0 20 0 19 0 152288783 19498610688 967828 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4760403 967828 5898 1 0 1936450 0
[pid=768473/tid=768475] ppid=768470 vsize=19041612 memory=0 CPUtime=2.68 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 7943 0 0 0 194 74 0 0 20 0 19 0 152288784 19498610688 967828 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19041612 memory=12320 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152288790 19498610688 967828 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19041612 memory=488332 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152288791 19498610688 967828 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3871312 KiB

[startup+6.30029 s]
/proc/loadavg: 4.72 4.43 4.33 5/322 768493
/proc/meminfo: memFree=107428288/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=3875596 CPUtime=10.39 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 18640 0 0 0 956 83 0 0 20 0 20 0 152288783 19566772224 968899 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 968899 5950 1 0 1937535 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=2239056 CPUtime=5.81 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 8072 0 0 0 507 74 0 0 20 0 20 0 152288784 19566772224 968899 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 968899 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=3875596 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 968899 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 968899 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 10.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3875596 KiB

[startup+12.7004 s]
/proc/loadavg: 4.61 4.41 4.32 5/322 768495
/proc/meminfo: memFree=107435180/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=3868460 CPUtime=18.17 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 19130 0 0 0 1733 84 0 0 20 0 20 0 152288783 19566772224 967115 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 967115 5950 1 0 1937537 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=3868460 CPUtime=12.19 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 8540 0 0 0 1144 75 0 0 20 0 20 0 152288784 19566772224 967115 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=3868460 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 967115 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=3875652 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 967115 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 967115 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 18.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3868460 KiB

[startup+25.5005 s]
/proc/loadavg: 4.51 4.40 4.32 5/322 768497
/proc/meminfo: memFree=106476620/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=4825812 CPUtime=32.11 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 25371 0 0 0 3106 105 0 0 20 0 20 0 152288783 19566772224 1206453 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 1206453 5950 1 0 1937558 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=3868460 CPUtime=24.78 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 9785 0 0 0 2385 93 0 0 20 0 20 0 152288784 19566772224 1206453 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 1206453 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 1206453 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 1206453 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 32.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4825812 KiB

[startup+51.1133 s]
/proc/loadavg: 4.54 4.41 4.33 5/321 768569
/proc/meminfo: memFree=109771432/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=4928220 CPUtime=58.42 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 31071 0 0 0 5732 110 0 0 20 0 20 0 152288783 19566772224 1232055 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 1232055 5950 1 0 1937558 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=4928176 CPUtime=50.12 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 11777 0 0 0 4919 93 0 0 20 0 20 0 152288784 19566772224 1232055 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=-9175633872247235260 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 1232055 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=12720 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 1232055 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 1232055 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 58.42 s
Current children cumulated vsize: 19108176 KiB

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

[startup+3222.3 s]
/proc/loadavg: 2.15 2.21 2.48 3/266 770000
/proc/meminfo: memFree=116037432/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=7706168 CPUtime=3263.37 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 366377 0 0 0 325978 359 0 0 20 0 20 0 152288783 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 1926542 5994 1 0 1939247 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=7704116 CPUtime=3192.37 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 125203 0 0 0 319129 108 0 0 20 0 20 0 152288784 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=7704116 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=7706164 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 3600 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=7706164 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 3263.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7706168 KiB

[startup+3282.3 s]
/proc/loadavg: 2.05 2.17 2.45 3/268 770014
/proc/meminfo: memFree=115828016/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=7706168 CPUtime=3323.81 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 367356 0 0 0 332019 362 0 0 20 0 20 0 152288783 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 1926542 5994 1 0 1939247 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=7706168 CPUtime=3251.65 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 126092 0 0 0 325056 109 0 0 20 0 20 0 152288784 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=7706168 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=12720 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 3600 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=12320 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 3323.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7706168 KiB

[startup+3342.3 s]
/proc/loadavg: 2.06 2.15 2.42 3/268 770025
/proc/meminfo: memFree=115827676/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=7706168 CPUtime=3384.05 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 370307 0 0 0 338040 365 0 0 20 0 20 0 152288783 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 1926542 5994 1 0 1939247 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=12720 CPUtime=3311.19 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 127680 0 0 0 331010 109 0 0 20 0 20 0 152288784 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=12720 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=12720 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 3600 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=12720 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 1926542 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 3384.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7706168 KiB

[startup+3402.3 s]
/proc/loadavg: 2.17 2.17 2.41 4/268 770036
/proc/meminfo: memFree=115827364/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=7706188 CPUtime=3448.45 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 389485 0 0 0 344474 371 0 0 20 0 20 0 152288783 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 1926547 5994 1 0 1939247 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=12720 CPUtime=3370.66 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 128196 0 0 0 336957 109 0 0 20 0 20 0 152288784 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=7706188 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=12720 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 3642 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=7706188 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 3448.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7706188 KiB

[startup+3462.3 s]
/proc/loadavg: 2.14 2.16 2.39 3/268 770046
/proc/meminfo: memFree=115559676/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=7706188 CPUtime=3508.8 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 389849 0 0 0 350507 373 0 0 20 0 20 0 152288783 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 1926547 5994 1 0 1939247 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=7706188 CPUtime=3430.01 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 128318 0 0 0 342892 109 0 0 20 0 20 0 152288784 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 62 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=7706188 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=12720 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 3642 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=16164 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 3508.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7706188 KiB

[startup+3522.3 s]
/proc/loadavg: 2.12 2.15 2.37 2/242 770090
/proc/meminfo: memFree=121868068/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=7706188 CPUtime=3568.88 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 390608 0 0 0 356512 376 0 0 20 0 20 0 152288783 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 1926547 5994 1 0 1939247 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=31984 CPUtime=3489.72 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 128870 0 0 0 348863 109 0 0 20 0 20 0 152288784 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 62 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=7706188 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=7706188 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 3642 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=12720 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 3568.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7706188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3553.5 s]
/proc/loadavg: 1.62 2.02 2.32 2/242 770094
/proc/meminfo: memFree=121867884/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19108176 memory=7706188 CPUtime=3600.05 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 391004 0 0 0 359628 377 0 0 20 0 20 0 152288783 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4777044 1926547 5994 1 0 1939247 0
[pid=768473/tid=768475] ppid=768470 vsize=19108176 memory=7706188 CPUtime=3520.87 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) R 768470 768473 763919 0 -1 4194368 129262 0 0 0 351978 109 0 0 20 0 20 0 152288784 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 62 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19108176 memory=7706188 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152288790 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19108176 memory=2164 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 3643 0 0 0 0 0 0 0 20 0 20 0 152288791 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768493] ppid=768470 vsize=19108176 memory=7706188 CPUtime=0 cores=1,3
/proc/768473/task/768493/stat : 768493 (Timer-0) S 768470 768473 763919 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152289125 19566772224 1926547 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7706188 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.46 s, system=3.81109 s

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

[startup+3553.6 s]
/proc/loadavg: 1.62 2.02 2.32 2/242 770094
/proc/meminfo: memFree=121867884/131655788 swapFree=131071996/131071996
[pid=768473] ppid=768470 vsize=19307868 memory=7706784 CPUtime=3600.23 cores=1,3
/proc/768473/stat : 768473 (java) S 768470 768473 763919 0 -1 1077936128 393676 0 0 0 359645 378 0 0 20 0 15 0 152288783 19771256832 1926696 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
/proc/768473/statm: 4826967 1926696 6008 1 0 1940166 0
[pid=768473/tid=768475] ppid=768470 vsize=19307868 memory=12720 CPUtime=3520.96 cores=1,3
/proc/768473/task/768475/stat : 768475 (java) S 768470 768473 763919 0 -1 1077936192 129282 0 0 0 351987 109 0 0 20 0 15 0 152288784 19771256832 1926696 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 62 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768484] ppid=768470 vsize=19307868 memory=41432 CPUtime=0 cores=1,3
/proc/768473/task/768484/stat : 768484 (Finalizer) S 768470 768473 763919 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 152288790 19771256832 1926696 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
[pid=768473/tid=768491] ppid=768470 vsize=19307868 memory=2164 CPUtime=0 cores=1,3
/proc/768473/task/768491/stat : 768491 (Common-Cleaner) S 768470 768473 763919 0 -1 1077936192 3643 0 0 0 0 0 0 0 20 0 15 0 152288791 19771256832 1926696 134679101440 93829736693760 93829736697456 140732732118608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93829736705272 93829736706064 93829760720896 140732732122096 140732732122209 140732732122209 140732732129224 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 7706784 KiB

Child status: 143

Real time (s): 3553.64
CPU time (s): 3600.27
CPU user time (s): 3596.46
CPU system time (s): 3.81109
CPU usage (%): 101.312
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 7709344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.46
system time used= 3.81109
maximum resident set size= 7709344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393727
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113677
involuntary context switches= 5958


# summary of solver processes directly reported to runsolver:
#   pid: 768473
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3596.46
#   total CPU system time (s): 3.81109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4908 second user time and 34.3734 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-15 01:55:42
IDJOB=4427696
IDBENCH=158606
IDSOLVER=3046
FILE ID=nodeC004/4427696-1721001329
RUNJOBID= nodeC004-1720994548-763931
SLURM_JOB_ID= 7505305
Free space on /tmp= 723708 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427696-1721001329/watcher-4427696-1721001329 -o /tmp/evaluation-result-4427696-1721001329/solver-4427696-1721001329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720994548-763931 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427696-1721001329.opb

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

MD5SUM BENCH= a7d39c8a0eed618aa14a4423c4fae159
RANDOM SEED=111345146

nodeC004.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	: 0xb00001f
cpu MHz		: 3667.505
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1214.033
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.453
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 2045.468
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.489
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 3492.500
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 3621.102
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.388
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        111290260 kB
MemAvailable:   111723128 kB
Buffers:          346320 kB
Cached:           928456 kB
SwapCached:            0 kB
Active:           610524 kB
Inactive:       19197152 kB
Active(anon):       3352 kB
Inactive(anon): 18567244 kB
Active(file):     607172 kB
Inactive(file):   629908 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8632 kB
Writeback:             0 kB
AnonPages:      18530612 kB
Mapped:           123308 kB
Shmem:             37700 kB
KReclaimable:      71976 kB
Slab:             165312 kB
SReclaimable:      71976 kB
SUnreclaim:        93336 kB
KernelStack:        4896 kB
PageTables:        46484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   20653372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49216 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18089984 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:      168776 kB
DirectMap2M:     8124416 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC004 at 2024-07-15 02:54:56