Trace number 4430113

Some explanations

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

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

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

Solver answer on this benchmark

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

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.14/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.16	c See www.sat4j.org for details.
0.14/0.17	c version CUSTOM.v20240707
0.14/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.20	c java.vm.version	22.0.1+8-16
0.14/0.20	c java.vm.vendor	Oracle Corporation
0.14/0.20	c sun.arch.data.model	64
0.14/0.20	c java.version		22.0.1
0.14/0.20	c os.name		Linux
0.14/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.20	c os.arch		amd64
0.14/0.20	c Free memory 		2115194816
0.14/0.20	c Max memory 		16282288128
0.14/0.20	c Total memory 		2122317824
0.14/0.21	c Number of processors 	2
0.49/0.36	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.36	 - never skip resolution steps
0.49/0.36	 - Auto-division on coefficients is disabled
0.49/0.36	 - No postprocessing
0.49/0.36	 - Conflict is considered as is when resolving
0.49/0.36	 - Use constraints as they come during conflict analysis
0.49/0.36	 - Weaken first using unassigned literals
0.49/0.36	 - Bump strategy: ALWAYS_ONE
0.49/0.36	 - Bumper: EFFECTIVE
0.49/0.36	--- Begin Solver configuration ---
0.49/0.36	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.49/0.36	Learn all clauses as in MiniSAT
0.49/0.36	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.36	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.36	No reason simplification
0.49/0.36	Dynamic restart strategy considering the size of the coefficients
0.49/0.36	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.49/0.36	timeout=2147483s
0.49/0.36	DB Simplification allowed=false
0.49/0.36	Listener: none
0.49/0.36	--- End Solver configuration ---
0.49/0.36	c Pseudo Boolean Optimization by upper bound
0.49/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.36	c  - never skip resolution steps
0.49/0.36	c  - Auto-division on coefficients is disabled
0.49/0.36	c  - No postprocessing
0.49/0.36	c  - Conflict is considered as is when resolving
0.49/0.36	c  - Use constraints as they come during conflict analysis
0.49/0.36	c  - Weaken first using unassigned literals
0.49/0.36	c  - Bump strategy: ALWAYS_ONE
0.49/0.36	c  - Bumper: EFFECTIVE
0.49/0.36	c --- Begin Solver configuration ---
0.49/0.36	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.49/0.36	c Learn all clauses as in MiniSAT
0.49/0.36	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.36	c No reason simplification
0.49/0.36	c Dynamic restart strategy considering the size of the coefficients
0.49/0.36	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.49/0.36	c timeout=2147483s
0.49/0.36	c DB Simplification allowed=false
0.49/0.36	c Listener: none
0.49/0.36	c --- End Solver configuration ---
0.49/0.36	c solving HOME/instance-4430113-1721174851.opb
0.49/0.36	c reading problem ... 
0.49/0.36	c  objective function found
5.07/3.46	c ... done. Wall clock time 3.105s.
5.07/3.46	c declared #vars     175232
5.07/3.46	c #constraints  2994
5.07/3.46	c constraints type 
5.07/3.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1368
5.07/3.46	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 258
5.07/3.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1368
5.07/3.46	c 2994 constraints processed.
5.07/3.47	c objective function length is 128 literals
3600.06/3592.72	c starts		: 2
3600.06/3592.75	c conflicts		: 831
3600.06/3592.76	c decisions		: 909224
3600.06/3592.76	c propagations		: 1258123
3600.06/3592.76	c inspects		: 730173
3600.06/3592.76	c shortcuts		: 0
3600.06/3592.76	c learnt literals	: 0
3600.06/3592.77	c learnt binary clauses	: 0
3600.06/3592.77	c learnt ternary clauses	: 0
3600.06/3592.77	c learnt constraints	: 830
3600.06/3592.77	c ignored constraints	: 0
3600.06/3592.77	c root simplifications	: 0
3600.06/3592.77	c removed literals (reason simplification)	: 0
3600.06/3592.77	c reason swapping (by a shorter reason)	: 0
3600.06/3592.77	c Calls to reduceDB	: 0
3600.06/3592.77	c Number of update (reduction) of LBD	: 996
3600.06/3592.77	c Imported unit clauses	: 0
3600.06/3592.77	c No decision after first conflict	: false
3600.06/3592.77	c number of reductions to clauses (during analyze)	: 0
3600.27/3592.80	c number of learned constraints concerned by reduction	: 0
3600.27/3592.80	c number of learning phase by resolution	: 0
3600.27/3592.80	c number of learning phase by cutting planes	: 0
3600.27/3592.80	c number of rounding to 1 operations	: 0
3600.27/3592.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.27/3592.80	c number of reductions of the coefficients by power 2 	: 0
3600.27/3592.80	c number of right shift for reduction by power 2 	: 0
3600.27/3592.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.27/3592.80	c number of ending skipping 	: 0
3600.27/3592.80	c number of internal skipping 	: 0
3600.27/3592.80	c number of derivation steps 	: 5992
3600.27/3592.80	c number of skipped derivation steps 	: 0
3600.27/3592.80	c number of remaining unassigned 	: 1170271
3600.27/3592.80	c number of remaining assigned 	: 5005873
3600.27/3592.80	c number of falsified literals weakened from reason	: 0
3600.27/3592.80	c number of falsified literals weakened from conflict	: 0
3600.27/3592.80	c time for arithmetic operations	: 2918138484
3600.27/3592.81	c minimum degree of deleted constraints	: null
3600.27/3592.81	c maximum degree of deleted constraints	: null
3600.27/3592.81	c number of deleted constraints	: 0
3600.27/3592.81	c speed (assignments/second)	: 350.52121699766974
3600.27/3592.82	c non guided choices	: 169017
3600.27/3592.82	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 830
3600.27/3592.82	s UNKNOWN
3600.27/3592.82	c Total wall clock time (in seconds): 3592.468

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430113-1721174851/watcher-4430113-1721174851 -o /tmp/evaluation-result-4430113-1721174851/solver-4430113-1721174851 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721174864-869667 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430113-1721174851.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=869768, runsolver pid=869764

[startup+0.107473 s]*
/proc/loadavg: 3.09 4.02 4.19 9/309 869798
/proc/meminfo: memFree=126049080/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=18975048 memory=55992 CPUtime=0.14 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 6471 0 0 0 10 4 0 0 20 0 18 0 169642089 19430449152 13998 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4743762 13998 5678 1 0 550833 0
[pid=869768/tid=869771] ppid=869764 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 5368 0 0 0 6 3 0 0 20 0 18 0 169642090 19430449152 13998 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642096 19430449152 13998 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=18975048 memory=14130048156493157 CPUtime=0 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169642097 19430449152 13998 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55992 KiB

[startup+0.21583 s]*
/proc/loadavg: 3.09 4.02 4.19 10/309 869798
/proc/meminfo: memFree=126022856/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=18975048 memory=62880 CPUtime=0.31 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 7179 0 0 0 27 4 0 0 20 0 18 0 169642089 19430449152 15720 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4743762 15720 5686 1 0 551398 0
[pid=869768/tid=869771] ppid=869764 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 5734 0 0 0 16 3 0 0 20 0 18 0 169642090 19430449152 15720 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=18975048 memory=657 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642096 19430449152 15720 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=18975048 memory=15260341814695506 CPUtime=0 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169642097 19430449152 15720 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62880 KiB

[startup+0.318465 s]*
/proc/loadavg: 3.09 4.02 4.19 14/309 869798
/proc/meminfo: memFree=126000208/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=18975048 memory=64628 CPUtime=0.49 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 7482 0 0 0 44 5 0 0 20 0 18 0 169642089 19430449152 16157 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4743762 16157 5780 1 0 551635 0
[pid=869768/tid=869771] ppid=869764 vsize=18975048 memory=-8887681668242318012 CPUtime=0.29 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 5924 0 0 0 25 4 0 0 20 0 18 0 169642090 19430449152 16157 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642096 19430449152 16157 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169642097 19430449152 16157 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64628 KiB

[startup+0.700448 s]
/proc/loadavg: 3.09 4.02 4.19 12/309 869798
/proc/meminfo: memFree=125882996/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=18975048 memory=146372 CPUtime=1.19 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 9409 0 0 0 110 9 0 0 20 0 18 0 169642089 19430449152 36593 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4743762 36593 5879 1 0 552842 0
[pid=869768/tid=869771] ppid=869764 vsize=18975048 memory=5524 CPUtime=0.62 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 6069 0 0 0 56 6 0 0 20 0 18 0 169642090 19430449152 36593 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=18975048 memory=12556 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642096 19430449152 36593 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169642097 19430449152 36593 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 146372 KiB

[startup+1.50445 s]
/proc/loadavg: 3.09 4.02 4.19 11/314 869803
/proc/meminfo: memFree=125519872/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19041612 memory=458956 CPUtime=2.73 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 13755 0 0 0 256 17 0 0 20 0 19 0 169642089 19498610688 114739 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4760403 114739 5879 1 0 1092362 0
[pid=869768/tid=869771] ppid=869764 vsize=19041612 memory=12556 CPUtime=1.23 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 6266 0 0 0 112 11 0 0 20 0 19 0 169642090 19498610688 114739 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169642096 19498610688 114739 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 169642097 19498610688 114739 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 458956 KiB

[startup+3.10645 s]
/proc/loadavg: 3.09 4.02 4.19 7/315 869804
/proc/meminfo: memFree=115119948/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19041612 memory=4542348 CPUtime=4.76 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 16714 0 0 0 375 101 0 0 20 0 19 0 169642089 19498610688 1135587 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4760403 1135587 5879 1 0 1871559 0
[pid=869768/tid=869771] ppid=869764 vsize=19041612 memory=0 CPUtime=2.7 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 8271 0 0 0 176 94 0 0 20 0 19 0 169642090 19498610688 1135587 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19041612 memory=12556 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169642096 19498610688 1135587 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19041612 memory=640644 CPUtime=0 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 169642097 19498610688 1135587 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4542348 KiB

[startup+6.30044 s]
/proc/loadavg: 3.16 4.02 4.19 7/317 869806
/proc/meminfo: memFree=113196840/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=4611796 CPUtime=9.97 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 17243 0 0 0 894 103 0 0 20 0 20 0 169642089 19566772224 1152949 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1152949 5932 1 0 1871999 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=2195340 CPUtime=5.78 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 8421 0 0 0 483 95 0 0 20 0 20 0 169642090 19566772224 1152949 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1152949 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=4611796 CPUtime=0 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169642097 19566772224 1152949 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1152949 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 9.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4611796 KiB

[startup+12.7005 s]
/proc/loadavg: 3.31 4.04 4.19 5/317 869808
/proc/meminfo: memFree=112950392/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=4615732 CPUtime=18.42 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 20193 0 0 0 1737 105 0 0 20 0 20 0 169642089 19566772224 1153933 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1153933 5932 1 0 1872815 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=4607548 CPUtime=12.13 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 8429 0 0 0 1118 95 0 0 20 0 20 0 169642090 19566772224 1153933 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=4607548 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1153933 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=4615228 CPUtime=0 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169642097 19566772224 1153933 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1153933 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 18.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4615732 KiB

[startup+25.5005 s]
/proc/loadavg: 3.53 4.05 4.19 5/317 869810
/proc/meminfo: memFree=112290780/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=4613712 CPUtime=31.98 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 25210 0 0 0 3092 106 0 0 20 0 20 0 169642089 19566772224 1153428 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1153428 5932 1 0 1872815 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=4607548 CPUtime=24.86 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 8958 0 0 0 2391 95 0 0 20 0 20 0 169642090 19566772224 1153428 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1153428 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169642097 19566772224 1153428 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1153428 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 31.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4613712 KiB

[startup+51.1132 s]
/proc/loadavg: 3.82 4.08 4.20 7/317 869814
/proc/meminfo: memFree=111610048/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=4614500 CPUtime=58.08 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 31282 0 0 0 5700 108 0 0 20 0 20 0 169642089 19566772224 1153625 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1153625 5932 1 0 1872951 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=11404 CPUtime=50.38 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 10201 0 0 0 4942 96 0 0 20 0 20 0 169642090 19566772224 1153625 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=42116 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1153625 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169642097 19566772224 1153625 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1153625 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 58.08 s
Current children cumulated vsize: 19108176 KiB

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

[startup+3282.3 s]
/proc/loadavg: 4.88 4.46 4.29 5/321 871587
/proc/meminfo: memFree=98188912/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=6569372 CPUtime=3290.05 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 221798 0 0 0 328677 328 0 0 20 0 20 0 169642089 19566772224 1642343 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1642343 5947 1 0 1873238 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=11404 CPUtime=3265.73 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 76302 0 0 0 326471 102 0 0 20 0 20 0 169642090 19566772224 1642343 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=6569372 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1642343 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=6569372 CPUtime=0.01 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 6567 0 0 0 0 1 0 0 20 0 20 0 169642097 19566772224 1642343 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=7504 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1642343 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 3290.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6569372 KiB

[startup+3342.3 s]
/proc/loadavg: 4.50 4.44 4.29 5/321 871597
/proc/meminfo: memFree=97696300/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=6569380 CPUtime=3349.96 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 225141 0 0 0 334666 330 0 0 20 0 20 0 169642089 19566772224 1642345 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1642345 5947 1 0 1873238 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=42116 CPUtime=3325.42 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 77722 0 0 0 332440 102 0 0 20 0 20 0 169642090 19566772224 1642345 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=12556 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1642345 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=6569380 CPUtime=0.01 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 6701 0 0 0 0 1 0 0 20 0 20 0 169642097 19566772224 1642345 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=11404 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1642345 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 3349.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6569380 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.37 4.28 5/319 871608
/proc/meminfo: memFree=97671496/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=6569392 CPUtime=3409.91 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 229157 0 0 0 340657 334 0 0 20 0 20 0 169642089 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1642348 5947 1 0 1873238 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=6569380 CPUtime=3385.19 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 79767 0 0 0 338416 103 0 0 20 0 20 0 169642090 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=11404 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=3632 CPUtime=0.01 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 6836 0 0 0 0 1 0 0 20 0 20 0 169642097 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=6569392 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 3409.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6569392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.66 4.46 4.31 5/319 871620
/proc/meminfo: memFree=97671012/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=6569392 CPUtime=3469.86 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 234957 0 0 0 346650 336 0 0 20 0 20 0 169642089 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1642348 5947 1 0 1873238 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=6569380 CPUtime=3444.68 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 81718 0 0 0 344365 103 0 0 20 0 20 0 169642090 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=11404 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=6569392 CPUtime=0.01 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 7002 0 0 0 0 1 0 0 20 0 20 0 169642097 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=6569392 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 3469.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6569392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.47 4.46 4.32 5/317 871646
/proc/meminfo: memFree=97622716/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=6569392 CPUtime=3529.74 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 236989 0 0 0 352636 338 0 0 20 0 20 0 169642089 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1642348 5947 1 0 1873238 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=11404 CPUtime=3504.53 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 83312 0 0 0 350350 103 0 0 20 0 20 0 169642090 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=6569392 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=11404 CPUtime=0.01 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 7088 0 0 0 0 1 0 0 20 0 20 0 169642097 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=11404 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 3529.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6569392 KiB

[startup+3582.3 s]
/proc/loadavg: 3.94 4.33 4.28 4/291 871691
/proc/meminfo: memFree=107083920/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=6569392 CPUtime=3589.69 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 241075 0 0 0 358628 341 0 0 20 0 20 0 169642089 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1642348 5947 1 0 1873238 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=6569392 CPUtime=3564.3 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 85462 0 0 0 356327 103 0 0 20 0 20 0 169642090 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=12556 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=6569392 CPUtime=0.01 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 7220 0 0 0 0 1 0 0 20 0 20 0 169642097 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=2276 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 3589.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6569392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.7 s]
/proc/loadavg: 3.79 4.28 4.27 3/265 871727
/proc/meminfo: memFree=112965388/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19108176 memory=6569392 CPUtime=3600.06 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 241421 0 0 0 359665 341 0 0 20 0 20 0 169642089 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4777044 1642348 5947 1 0 1873238 0
[pid=869768/tid=869771] ppid=869764 vsize=19108176 memory=6569392 CPUtime=3574.68 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 85675 0 0 0 357365 103 0 0 20 0 20 0 169642090 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19108176 memory=11328 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642096 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19108176 memory=6569392 CPUtime=0.01 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 7353 0 0 0 0 1 0 0 20 0 20 0 169642097 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869805] ppid=869764 vsize=19108176 memory=6569392 CPUtime=0 cores=0,2
/proc/869768/task/869805/stat : 869805 (Timer-0) S 869764 869768 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642440 19566772224 1642348 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6569392 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.9 s, system=3.44865 s

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

[startup+3592.8 s]
/proc/loadavg: 3.79 4.28 4.27 3/265 871727
/proc/meminfo: memFree=112965388/131655788 swapFree=131071996/131071996
[pid=869768] ppid=869764 vsize=19307868 memory=6570076 CPUtime=3600.27 cores=0,2
/proc/869768/stat : 869768 (java) S 869764 869768 869657 0 -1 1077936128 244539 0 0 0 359685 342 0 0 20 0 22 0 169642089 19771256832 1642519 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
/proc/869768/statm: 4826967 1642519 5946 1 0 1874157 0
[pid=869768/tid=869771] ppid=869764 vsize=19307868 memory=25884 CPUtime=3574.78 cores=0,2
/proc/869768/task/869771/stat : 869771 (java) R 869764 869768 869657 0 -1 4194368 85675 0 0 0 357375 103 0 0 20 0 22 0 169642090 19771256832 1642519 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869791] ppid=869764 vsize=19307868 memory=6673584 CPUtime=0 cores=0,2
/proc/869768/task/869791/stat : 869791 (Finalizer) S 869764 869768 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 169642096 19771256832 1642519 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
[pid=869768/tid=869798] ppid=869764 vsize=19307868 memory=2748 CPUtime=0.01 cores=0,2
/proc/869768/task/869798/stat : 869798 (Common-Cleaner) S 869764 869768 869657 0 -1 1077936192 7353 0 0 0 0 1 0 0 20 0 22 0 169642097 19771256832 1642519 134679101440 94373888475136 94373888478832 140735139857504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94373888486648 94373888487440 94373904084992 140735139865589 140735139865697 140735139865697 140735139872712 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6570076 KiB

Child status: 143

Real time (s): 3592.85
CPU time (s): 3600.35
CPU user time (s): 3596.9
CPU system time (s): 3.44865
CPU usage (%): 100.209
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6570076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.9
system time used= 3.44866
maximum resident set size= 6570892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245199
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126250
involuntary context switches= 25718


# summary of solver processes directly reported to runsolver:
#   pid: 869768
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3596.9
#   total CPU system time (s): 3.44865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.4175 second user time and 34.2432 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-17 02:07:44
IDJOB=4430113
IDBENCH=158606
IDSOLVER=3052
FILE ID=nodeC012/4430113-1721174851
RUNJOBID= nodeC012-1721174864-869667
SLURM_JOB_ID= 7505814
Free space on /tmp= 723752 MiB

SOLVER NAME= Sat4j Cutting Planes 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 CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430113-1721174851/watcher-4430113-1721174851 -o /tmp/evaluation-result-4430113-1721174851/solver-4430113-1721174851 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721174864-869667 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430113-1721174851.opb

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

MD5SUM BENCH= a7d39c8a0eed618aa14a4423c4fae159
RANDOM SEED=1343393434

nodeC012.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		: 1197.323
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.37
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		: 1197.369
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.32
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.336
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.37
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		: 1197.321
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.32
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.323
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.37
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		: 1197.321
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.32
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.331
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.37
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.328
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126151696 kB
MemAvailable:   129846496 kB
Buffers:          435888 kB
Cached:          4056000 kB
SwapCached:            0 kB
Active:           826692 kB
Inactive:        4048052 kB
Active(anon):       1400 kB
Inactive(anon):   419172 kB
Active(file):     825292 kB
Inactive(file):  3628880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             24880 kB
Writeback:             0 kB
AnonPages:        382940 kB
Mapped:           123356 kB
Shmem:             37704 kB
KReclaimable:     161316 kB
Slab:             267704 kB
SReclaimable:     161316 kB
SUnreclaim:       106388 kB
KernelStack:        4116 kB
PageTables:         9832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5145432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54176 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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:      303944 kB
DirectMap2M:    33155072 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC012 at 2024-07-17 03:07:37