Trace number 4449125

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.14 3577.1

General information on the benchmark

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

Solver Data

0.13/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.13	c See www.sat4j.org for details.
0.13/0.14	c version CUSTOM.v20240707
0.13/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.17	c java.vm.version	22.0.1+8-16
0.13/0.17	c java.vm.vendor	Oracle Corporation
0.13/0.17	c sun.arch.data.model	64
0.13/0.17	c java.version		22.0.1
0.13/0.17	c os.name		Linux
0.13/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.17	c os.arch		amd64
0.13/0.17	c Free memory 		2113181440
0.13/0.17	c Max memory 		16282288128
0.13/0.17	c Total memory 		2122317824
0.13/0.17	c Number of processors 	2
0.31/0.30	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.30	 - never skip resolution steps
0.31/0.30	 - Auto-division on coefficients is disabled
0.31/0.30	 - No postprocessing
0.31/0.30	 - Conflict is considered as is when resolving
0.31/0.30	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.31/0.30	 - Weaken first using unassigned literals
0.31/0.30	 - Bump strategy: ALWAYS_ONE
0.31/0.30	 - Bumper: ASSIGNED
0.31/0.30	--- Begin Solver configuration ---
0.31/0.30	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.31/0.30	Learn all clauses as in MiniSAT
0.31/0.30	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.30	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.30	No reason simplification
0.31/0.30	Armin Biere (Picosat) restarts strategy
0.31/0.30	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.31/0.30	timeout=2147483s
0.31/0.30	DB Simplification allowed=false
0.31/0.30	Listener: none
0.31/0.30	--- End Solver configuration ---
0.31/0.30	c Pseudo Boolean Optimization by upper bound
0.31/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.30	c  - never skip resolution steps
0.31/0.30	c  - Auto-division on coefficients is disabled
0.31/0.30	c  - No postprocessing
0.31/0.30	c  - Conflict is considered as is when resolving
0.31/0.30	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.31/0.30	c  - Weaken first using unassigned literals
0.31/0.30	c  - Bump strategy: ALWAYS_ONE
0.31/0.30	c  - Bumper: ASSIGNED
0.31/0.30	c --- Begin Solver configuration ---
0.31/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.31/0.30	c Learn all clauses as in MiniSAT
0.31/0.30	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.30	c No reason simplification
0.31/0.30	c Armin Biere (Picosat) restarts strategy
0.31/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.31/0.30	c timeout=2147483s
0.31/0.30	c DB Simplification allowed=false
0.31/0.30	c Listener: none
0.31/0.30	c --- End Solver configuration ---
0.31/0.30	c solving HOME/instance-4449125-1721369440.opb
0.31/0.30	c reading problem ... 
0.31/0.31	c  no objective function found
14.32/9.93	c ... done. Wall clock time 9.62s.
14.32/9.93	c declared #vars     542720
14.32/9.93	c #constraints  4752
14.32/9.93	c constraints type 
14.32/9.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2119
14.32/9.93	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 514
14.32/9.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2119
14.32/9.93	c 4752 constraints processed.
1623.81/1610.24	c cleaning 2493 clauses out of 5000 with flag 0/5000
3600.00/3577.02	c starts		: 28
3600.00/3577.02	c conflicts		: 8252
3600.00/3577.02	c decisions		: 7983620
3600.00/3577.02	c propagations		: 17885129
3600.00/3577.02	c inspects		: 6216767
3600.00/3577.02	c shortcuts		: 0
3600.00/3577.02	c learnt literals	: 0
3600.00/3577.02	c learnt binary clauses	: 0
3600.00/3577.02	c learnt ternary clauses	: 0
3600.00/3577.02	c learnt constraints	: 8251
3600.00/3577.02	c ignored constraints	: 0
3600.00/3577.02	c root simplifications	: 0
3600.00/3577.02	c removed literals (reason simplification)	: 0
3600.00/3577.02	c reason swapping (by a shorter reason)	: 0
3600.00/3577.02	c Calls to reduceDB	: 1
3600.00/3577.02	c Number of update (reduction) of LBD	: 0
3600.00/3577.02	c Imported unit clauses	: 0
3600.00/3577.02	c No decision after first conflict	: false
3600.00/3577.02	c number of reductions to clauses (during analyze)	: 0
3600.00/3577.02	c number of learned constraints concerned by reduction	: 0
3600.00/3577.02	c number of learning phase by resolution	: 0
3600.00/3577.02	c number of learning phase by cutting planes	: 0
3600.00/3577.02	c number of rounding to 1 operations	: 34262
3600.00/3577.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3577.02	c number of reductions of the coefficients by power 2 	: 0
3600.00/3577.02	c number of right shift for reduction by power 2 	: 0
3600.00/3577.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3577.02	c number of ending skipping 	: 0
3600.00/3577.02	c number of internal skipping 	: 0
3600.00/3577.02	c number of derivation steps 	: 59336
3600.00/3577.02	c number of skipped derivation steps 	: 0
3600.00/3577.02	c number of remaining unassigned 	: 176340
3600.00/3577.02	c number of remaining assigned 	: 38453710
3600.00/3577.02	c number of falsified literals weakened from reason	: 0
3600.00/3577.02	c number of falsified literals weakened from conflict	: 0
3600.00/3577.02	c time for arithmetic operations	: 7496091984
3600.00/3577.04	c minimum degree of deleted constraints	: 4293
3600.00/3577.04	c maximum degree of deleted constraints	: 158276211
3600.00/3577.04	c number of deleted constraints	: 2493
3600.00/3577.04	c speed (assignments/second)	: 5013.9410946768785
3600.00/3577.04	c non guided choices	: 3467175
3600.00/3577.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 6
3600.00/3577.06	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 25
3600.00/3577.06	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5727
3600.00/3577.06	s UNKNOWN
3600.00/3577.06	c Total wall clock time (in seconds): 3576.756

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: 64059 MiB (44151 MiB free)
  memory of node 1: 64510 MiB (57010 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449125-1721369440/watcher-4449125-1721369440 -o /tmp/evaluation-result-4449125-1721369440/solver-4449125-1721369440 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997484 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449125-1721369440.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=1000412, runsolver pid=1000409
Current StackSize limit: 8192 KiB


[startup+0.104381 s]*
/proc/loadavg: 4.29 4.29 4.22 6/317 1000430
/proc/meminfo: memFree=103554524/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=18975048 memory=56340 CPUtime=0.13 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 6564 0 0 0 11 2 0 0 20 0 18 0 189102793 19430449152 14085 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4743762 14085 5651 1 0 550884 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 5486 0 0 0 6 2 0 0 20 0 18 0 189102794 19430449152 14085 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189102798 19430449152 14085 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189102799 19430449152 14085 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56340 KiB

[startup+0.215189 s]*
/proc/loadavg: 4.27 4.29 4.22 7/317 1000430
/proc/meminfo: memFree=103545148/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=18975048 memory=65308 CPUtime=0.31 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 7292 0 0 0 28 3 0 0 20 0 18 0 189102793 19430449152 16327 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4743762 16327 5656 1 0 551513 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=18975048 memory=6007641856751698051 CPUtime=0.18 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 1077936192 5803 0 0 0 16 2 0 0 20 0 18 0 189102794 19430449152 16327 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=18975048 memory=19020 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189102798 19430449152 16327 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189102799 19430449152 16327 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65308 KiB

[startup+0.316374 s]*
/proc/loadavg: 4.27 4.29 4.22 8/317 1000430
/proc/meminfo: memFree=103525188/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=18975048 memory=85508 CPUtime=0.5 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 7633 0 0 0 46 4 0 0 20 0 18 0 189102793 19430449152 21377 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4743762 21377 5771 1 0 551740 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=18975048 memory=-7813285186070408035 CPUtime=0.26 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 6024 0 0 0 24 2 0 0 20 0 18 0 189102794 19430449152 21377 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189102798 19430449152 21377 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189102799 19430449152 21377 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85508 KiB

[startup+0.700366 s]
/proc/loadavg: 4.27 4.29 4.22 9/317 1000430
/proc/meminfo: memFree=103423940/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=18975048 memory=358788 CPUtime=1.22 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 9460 0 0 0 112 10 0 0 20 0 18 0 189102793 19430449152 89697 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4743762 89697 5825 1 0 552860 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=18975048 memory=5468 CPUtime=0.61 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 6204 0 0 0 54 7 0 0 20 0 18 0 189102794 19430449152 89697 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=18975048 memory=12020 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189102798 19430449152 89697 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189102799 19430449152 89697 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 358788 KiB

[startup+1.50739 s]
/proc/loadavg: 4.27 4.29 4.22 6/318 1000431
/proc/meminfo: memFree=103170192/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19041612 memory=498100 CPUtime=2.78 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 12715 0 0 0 264 14 0 0 20 0 19 0 189102793 19498610688 124525 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4760403 124525 5856 1 0 555441 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19041612 memory=12020 CPUtime=1.2 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 6314 0 0 0 112 8 0 0 20 0 19 0 189102794 19498610688 124525 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189102798 19498610688 124525 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189102799 19498610688 124525 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 498100 KiB

[startup+3.10637 s]
/proc/loadavg: 4.27 4.29 4.22 5/318 1000431
/proc/meminfo: memFree=102309732/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19041612 memory=1456408 CPUtime=5.28 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 14510 0 0 0 493 35 0 0 20 0 19 0 189102793 19498610688 364102 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4760403 364102 5856 1 0 1188668 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19041612 memory=0 CPUtime=2.55 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 6954 0 0 0 229 26 0 0 20 0 19 0 189102794 19498610688 364102 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189102798 19498610688 364102 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19041612 memory=698900 CPUtime=0 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189102799 19498610688 364102 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1456408 KiB

[startup+6.30037 s]
/proc/loadavg: 4.32 4.30 4.23 5/318 1000431
/proc/meminfo: memFree=100784712/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19041612 memory=2982336 CPUtime=9.02 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 16719 0 0 0 834 68 0 0 20 0 19 0 189102793 19498610688 745584 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4760403 745584 5856 1 0 1861297 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19041612 memory=0 CPUtime=5.43 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) S 1000409 1000412 997472 0 -1 1077936192 7857 0 0 0 488 55 0 0 20 0 19 0 189102794 19498610688 745584 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19041612 memory=530548 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189102798 19498610688 745584 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19041612 memory=228489167166 CPUtime=0 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 189102799 19498610688 745584 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 9.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2982336 KiB

[startup+12.7005 s]
/proc/loadavg: 4.30 4.30 4.22 5/319 1000434
/proc/meminfo: memFree=100014244/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=3589388 CPUtime=17.59 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 27314 0 0 0 1674 85 0 0 20 0 20 0 189102793 19566772224 897347 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 897347 5871 1 0 2154367 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=3587340 CPUtime=11.41 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 8419 0 0 0 1074 67 0 0 20 0 20 0 189102794 19566772224 897347 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=3228744 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 897347 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=3589388 CPUtime=0 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189102799 19566772224 897347 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=2809284 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 897347 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 17.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3589388 KiB

[startup+25.5005 s]
/proc/loadavg: 4.25 4.29 4.22 5/319 1000435
/proc/meminfo: memFree=99572756/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=4017720 CPUtime=34.25 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 28864 0 0 0 3331 94 0 0 20 0 20 0 189102793 19566772224 1004430 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 1004430 5871 1 0 2154691 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=3589388 CPUtime=24.16 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 9109 0 0 0 2341 75 0 0 20 0 20 0 189102794 19566772224 1004430 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=2809284 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 1004430 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=3980812 CPUtime=0 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189102799 19566772224 1004430 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=3878412 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 1004430 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 34.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4017720 KiB

[startup+51.1147 s]
/proc/loadavg: 4.27 4.29 4.22 5/319 1000440
/proc/meminfo: memFree=99082024/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=4458392 CPUtime=59.85 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 31865 0 0 0 5880 105 0 0 20 0 20 0 189102793 19566772224 1114598 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 1114598 5871 1 0 2154691 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=11516 CPUtime=49.68 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 10594 0 0 0 4884 84 0 0 20 0 20 0 189102794 19566772224 1114598 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=4384640 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 1114598 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=4274040 CPUtime=0 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189102799 19566772224 1114598 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 1114598 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 59.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4458392 KiB


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

/proc/meminfo: memFree=90640416/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=8423324 CPUtime=3188.68 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 252684 0 0 0 318454 414 0 0 20 0 20 0 189102793 19566772224 2105831 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 2105831 5899 1 0 2155916 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=8422984 CPUtime=3129.08 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 98556 0 0 0 312739 169 0 0 20 0 20 0 189102794 19566772224 2105831 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=8423320 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 2105831 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=8423320 CPUtime=0.01 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 3099 0 0 0 1 0 0 0 20 0 20 0 189102799 19566772224 2105831 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=44612 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 2105831 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 3188.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8423324 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.20 4.18 6/319 1002265
/proc/meminfo: memFree=90637996/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=8425372 CPUtime=3248.18 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 252783 0 0 0 324401 417 0 0 20 0 20 0 189102793 19566772224 2106343 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 2106343 5899 1 0 2155916 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=8423320 CPUtime=3188.23 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 98581 0 0 0 318654 169 0 0 20 0 20 0 189102794 19566772224 2106343 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=8423324 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 2106343 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=8425372 CPUtime=0.01 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 3099 0 0 0 1 0 0 0 20 0 20 0 189102799 19566772224 2106343 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=8425372 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 2106343 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 3248.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8425372 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.18 4.18 5/318 1002275
/proc/meminfo: memFree=89925656/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=8425372 CPUtime=3307.62 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 254376 0 0 0 330342 420 0 0 20 0 20 0 189102793 19566772224 2106343 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 2106343 5899 1 0 2155916 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=8425372 CPUtime=3247.62 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 99984 0 0 0 324593 169 0 0 20 0 20 0 189102794 19566772224 2106343 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 2106343 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=8425372 CPUtime=0.01 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 3101 0 0 0 1 0 0 0 20 0 20 0 189102799 19566772224 2106343 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=44612 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 2106343 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 3307.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8425372 KiB

[startup+3342.3 s]
/proc/loadavg: 4.42 4.24 4.20 5/317 1002354
/proc/meminfo: memFree=97811964/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=8427420 CPUtime=3367.23 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 258304 0 0 0 336300 423 0 0 20 0 20 0 189102793 19566772224 2106855 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 2106855 5899 1 0 2155916 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=8425372 CPUtime=3306.94 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 101665 0 0 0 330525 169 0 0 20 0 20 0 189102794 19566772224 2106855 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 2106855 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=11516 CPUtime=0.01 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 3242 0 0 0 1 0 0 0 20 0 20 0 189102799 19566772224 2106855 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 2106855 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 3367.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8427420 KiB

[startup+3402.3 s]
/proc/loadavg: 4.80 4.40 4.26 5/316 1002430
/proc/meminfo: memFree=98879680/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=8462236 CPUtime=3426.85 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 258989 0 0 0 342257 428 0 0 20 0 20 0 189102793 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 2115559 5899 1 0 2155916 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=5468 CPUtime=3366.17 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 102019 0 0 0 336447 170 0 0 20 0 20 0 189102794 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=8427420 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=44612 CPUtime=0.01 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 3243 0 0 0 1 0 0 0 20 0 20 0 189102799 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=8462236 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 3426.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8462236 KiB

[startup+3462.3 s]
/proc/loadavg: 4.46 4.39 4.26 6/316 1002440
/proc/meminfo: memFree=98416648/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=8462236 CPUtime=3486.23 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 259740 0 0 0 348193 430 0 0 20 0 20 0 189102793 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 2115559 5899 1 0 2155916 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=5468 CPUtime=3425.49 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 102669 0 0 0 342379 170 0 0 20 0 20 0 189102794 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=8427420 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=44612 CPUtime=0.01 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 3243 0 0 0 1 0 0 0 20 0 20 0 189102799 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=-7669169997995010915 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 3486.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8462236 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.37 4.27 5/317 1002452
/proc/meminfo: memFree=96786356/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=8462236 CPUtime=3545.65 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 261375 0 0 0 354131 434 0 0 20 0 20 0 189102793 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 2115559 5899 1 0 2155916 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=8462236 CPUtime=3484.85 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 104081 0 0 0 348315 170 0 0 20 0 20 0 189102794 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=8462236 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=-7813285186070408035 CPUtime=0.01 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 3382 0 0 0 1 0 0 0 20 0 20 0 189102799 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=8462236 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 3545.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8462236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577 s]*
/proc/loadavg: 4.25 4.34 4.26 5/317 1002461
/proc/meminfo: memFree=96535500/131655788 swapFree=131071996/131071996
[pid=1000412] ppid=1000409 vsize=19108176 memory=8462236 CPUtime=3600 cores=1,3
/proc/1000412/stat : 1000412 (java) S 1000409 1000412 997472 0 -1 1077936128 264769 0 0 0 359563 437 0 0 20 0 20 0 189102793 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
/proc/1000412/statm: 4777044 2115559 5899 1 0 2155916 0
[pid=1000412/tid=1000414] ppid=1000409 vsize=19108176 memory=-7669169997995010915 CPUtime=3538.79 cores=1,3
/proc/1000412/task/1000414/stat : 1000414 (java) R 1000409 1000412 997472 0 -1 4194368 105165 0 0 0 353709 170 0 0 20 0 20 0 189102794 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000423] ppid=1000409 vsize=19108176 memory=32736 CPUtime=0 cores=1,3
/proc/1000412/task/1000423/stat : 1000423 (Finalizer) S 1000409 1000412 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189102798 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000430] ppid=1000409 vsize=19108176 memory=25168 CPUtime=0.01 cores=1,3
/proc/1000412/task/1000430/stat : 1000430 (Common-Cleaner) S 1000409 1000412 997472 0 -1 1077936192 3383 0 0 0 1 0 0 0 20 0 20 0 189102799 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
[pid=1000412/tid=1000434] ppid=1000409 vsize=19108176 memory=100 CPUtime=0 cores=1,3
/proc/1000412/task/1000434/stat : 1000434 (Timer-0) S 1000409 1000412 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189103790 19566772224 2115559 134679101440 94541335932928 94541335936624 140723792688720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94541335944440 94541335945232 94541357273088 140723792692207 140723792692320 140723792692320 140723792699336 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8462236 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.73 s, system=4.41291 s

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

Child status: 143

Real time (s): 3577.1
CPU time (s): 3600.14
CPU user time (s): 3595.73
CPU system time (s): 4.41291
CPU usage (%): 100.644
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 8462236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.73
system time used= 4.41291
maximum resident set size= 8463800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109468
involuntary context switches= 10825


# summary of solver processes directly reported to runsolver:
#   pid: 1000412
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3595.73
#   total CPU system time (s): 4.41291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5986 second user time and 36.0718 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-19 08:10:53
IDJOB=4449125
IDBENCH=160483
IDSOLVER=3046
FILE ID=nodeC006/4449125-1721369440
RUNJOBID= nodeC006-1721365670-997484
SLURM_JOB_ID= 7542802
Free space on /tmp= 723660 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm75p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449125-1721369440/watcher-4449125-1721369440 -o /tmp/evaluation-result-4449125-1721369440/solver-4449125-1721369440 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997484 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449125-1721369440.opb

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

MD5SUM BENCH= eb6e6db1d5217c0fcba95884ddbb513a
RANDOM SEED=1526475305

nodeC006.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		: 3673.827
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	: 6983.94
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		: 2349.559
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.26
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.295
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	: 6983.94
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		: 1312.083
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.26
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		: 3677.684
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	: 6983.94
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		: 3491.971
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.26
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		: 1197.376
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	: 6983.94
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.292
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        103589948 kB
MemAvailable:   108648000 kB
Buffers:          532532 kB
Cached:          5303844 kB
SwapCached:            0 kB
Active:          1106516 kB
Inactive:       26228428 kB
Active(anon):       1468 kB
Inactive(anon): 21534872 kB
Active(file):    1105048 kB
Inactive(file):  4693556 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             25988 kB
Writeback:             0 kB
AnonPages:      21498636 kB
Mapped:           126348 kB
Shmem:             37704 kB
KReclaimable:     198960 kB
Slab:             314356 kB
SReclaimable:     198960 kB
SUnreclaim:       115396 kB
KernelStack:        4832 kB
PageTables:        52124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   33159052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21184512 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:      316232 kB
DirectMap2M:    40482816 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723568 MiB
End job on nodeC006 at 2024-07-19 09:10:30