Trace number 4430112

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.34 3589.67

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm75p-opt.opb.negationfix.opb
MD5SUMcb1e30dd77f685e81033380919ead272
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 benchmark95
Best CPU time to get the best result obtained on this benchmark2192.23
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables134272
Total number of constraints2354
Number of constraints which are clauses1048
Number of constraints which are cardinality constraints (but not clauses)1048
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1049
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 391713
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1009997
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version CUSTOM.v20240707
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.22	c java.vm.version	22.0.1+8-16
0.12/0.22	c java.vm.vendor	Oracle Corporation
0.12/0.22	c sun.arch.data.model	64
0.12/0.22	c java.version		22.0.1
0.12/0.22	c os.name		Linux
0.12/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.22	c os.arch		amd64
0.12/0.23	c Free memory 		2115194816
0.12/0.23	c Max memory 		16282288128
0.12/0.23	c Total memory 		2122317824
0.30/0.23	c Number of processors 	2
0.48/0.36	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.36	 - never skip resolution steps
0.48/0.36	 - Auto-division on coefficients is disabled
0.48/0.36	 - No postprocessing
0.48/0.36	 - Conflict is considered as is when resolving
0.48/0.36	 - Use constraints as they come during conflict analysis
0.48/0.36	 - Weaken first using unassigned literals
0.48/0.36	 - Bump strategy: ALWAYS_ONE
0.48/0.36	 - Bumper: EFFECTIVE
0.48/0.36	--- Begin Solver configuration ---
0.48/0.36	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.48/0.36	Learn all clauses as in MiniSAT
0.48/0.36	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.36	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.36	No reason simplification
0.48/0.36	Dynamic restart strategy considering the size of the coefficients
0.48/0.36	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.48/0.36	timeout=2147483s
0.48/0.36	DB Simplification allowed=false
0.48/0.36	Listener: none
0.48/0.36	--- End Solver configuration ---
0.48/0.37	c Pseudo Boolean Optimization by upper bound
0.48/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.37	c  - never skip resolution steps
0.48/0.37	c  - Auto-division on coefficients is disabled
0.48/0.37	c  - No postprocessing
0.48/0.37	c  - Conflict is considered as is when resolving
0.48/0.37	c  - Use constraints as they come during conflict analysis
0.48/0.37	c  - Weaken first using unassigned literals
0.48/0.37	c  - Bump strategy: ALWAYS_ONE
0.48/0.37	c  - Bumper: EFFECTIVE
0.48/0.37	c --- Begin Solver configuration ---
0.48/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.48/0.37	c Learn all clauses as in MiniSAT
0.48/0.37	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.37	c No reason simplification
0.48/0.37	c Dynamic restart strategy considering the size of the coefficients
0.48/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.48/0.37	c timeout=2147483s
0.48/0.37	c DB Simplification allowed=false
0.48/0.37	c Listener: none
0.48/0.37	c --- End Solver configuration ---
0.48/0.37	c solving HOME/instance-4430112-1721174851.opb
0.48/0.37	c reading problem ... 
0.48/0.39	c  objective function found
4.37/2.80	c ... done. Wall clock time 2.431s.
4.37/2.80	c declared #vars     134272
4.37/2.80	c #constraints  2354
4.37/2.80	c constraints type 
4.37/2.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1048
4.37/2.80	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 258
4.37/2.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1048
4.37/2.80	c 2354 constraints processed.
4.37/2.82	c objective function length is 128 literals
3600.03/3589.55	c starts		: 2
3600.03/3589.57	c conflicts		: 2554
3600.03/3589.57	c decisions		: 420942
3600.03/3589.57	c propagations		: 689906
3600.03/3589.59	c inspects		: 1509698
3600.03/3589.59	c shortcuts		: 0
3600.03/3589.59	c learnt literals	: 0
3600.24/3589.60	c learnt binary clauses	: 0
3600.24/3589.60	c learnt ternary clauses	: 0
3600.24/3589.60	c learnt constraints	: 2553
3600.24/3589.60	c ignored constraints	: 0
3600.24/3589.60	c root simplifications	: 0
3600.24/3589.60	c removed literals (reason simplification)	: 0
3600.24/3589.60	c reason swapping (by a shorter reason)	: 0
3600.24/3589.60	c Calls to reduceDB	: 0
3600.24/3589.60	c Number of update (reduction) of LBD	: 1687
3600.24/3589.60	c Imported unit clauses	: 0
3600.24/3589.60	c No decision after first conflict	: false
3600.24/3589.60	c number of reductions to clauses (during analyze)	: 0
3600.24/3589.60	c number of learned constraints concerned by reduction	: 0
3600.24/3589.60	c number of learning phase by resolution	: 0
3600.24/3589.62	c number of learning phase by cutting planes	: 0
3600.24/3589.62	c number of rounding to 1 operations	: 0
3600.24/3589.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.24/3589.62	c number of reductions of the coefficients by power 2 	: 0
3600.24/3589.62	c number of right shift for reduction by power 2 	: 0
3600.24/3589.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.24/3589.62	c number of ending skipping 	: 0
3600.24/3589.62	c number of internal skipping 	: 0
3600.24/3589.62	c number of derivation steps 	: 24000
3600.24/3589.62	c number of skipped derivation steps 	: 0
3600.24/3589.62	c number of remaining unassigned 	: 306585
3600.24/3589.62	c number of remaining assigned 	: 13473458
3600.24/3589.62	c number of falsified literals weakened from reason	: 0
3600.24/3589.62	c number of falsified literals weakened from conflict	: 0
3600.24/3589.62	c time for arithmetic operations	: 5544544933
3600.24/3589.62	c minimum degree of deleted constraints	: null
3600.24/3589.62	c maximum degree of deleted constraints	: null
3600.24/3589.63	c number of deleted constraints	: 0
3600.24/3589.63	c speed (assignments/second)	: 192.34764687743777
3600.24/3589.63	c non guided choices	: 124105
3600.24/3589.63	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2553
3600.24/3589.63	s UNKNOWN
3600.24/3589.63	c Total wall clock time (in seconds): 3589.264

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=869729, runsolver pid=869726

[startup+0.100575 s]*
/proc/loadavg: 3.09 4.02 4.19 8/287 869776
/proc/meminfo: memFree=126078816/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=18975048 memory=56008 CPUtime=0.12 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 6386 0 0 0 8 4 0 0 20 0 18 0 169642082 19430449152 14002 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4743762 14002 5727 1 0 550754 0
[pid=869729/tid=869731] ppid=869726 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 5326 0 0 0 5 3 0 0 20 0 18 0 169642082 19430449152 14002 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=18975048 memory=657 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642088 19430449152 14002 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=18975048 memory=15260341814695506 CPUtime=0 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169642090 19430449152 14002 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56008 KiB

[startup+0.217507 s]*
/proc/loadavg: 3.09 4.02 4.19 11/309 869798
/proc/meminfo: memFree=126045932/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=18975048 memory=58844 CPUtime=0.3 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 7088 0 0 0 25 5 0 0 20 0 18 0 169642082 19430449152 14711 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4743762 14711 5752 1 0 551323 0
[pid=869729/tid=869731] ppid=869726 vsize=18975048 memory=8737651120394928259 CPUtime=0.2 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) S 869726 869729 869657 0 -1 1077936192 5678 0 0 0 16 4 0 0 20 0 18 0 169642082 19430449152 14711 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=18975048 memory=657 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642088 19430449152 14711 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=18975048 memory=15260341814695506 CPUtime=0 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169642090 19430449152 14711 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58844 KiB

[startup+0.314536 s]*
/proc/loadavg: 3.09 4.02 4.19 12/309 869798
/proc/meminfo: memFree=126019688/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=18975048 memory=64200 CPUtime=0.48 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 7441 0 0 0 42 6 0 0 20 0 18 0 169642082 19430449152 16050 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4743762 16050 5766 1 0 551600 0
[pid=869729/tid=869731] ppid=869726 vsize=18975048 memory=-8887681668242318012 CPUtime=0.29 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 5921 0 0 0 25 4 0 0 20 0 18 0 169642082 19430449152 16050 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642088 19430449152 16050 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169642090 19430449152 16050 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64200 KiB

[startup+0.700917 s]
/proc/loadavg: 3.09 4.02 4.19 14/309 869798
/proc/meminfo: memFree=125935004/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=18975048 memory=137980 CPUtime=1.18 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 9365 0 0 0 108 10 0 0 20 0 18 0 169642082 19430449152 34495 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4743762 34495 5864 1 0 552839 0
[pid=869729/tid=869731] ppid=869726 vsize=18975048 memory=5524 CPUtime=0.62 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 6081 0 0 0 55 7 0 0 20 0 18 0 169642082 19430449152 34495 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=18975048 memory=12556 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642088 19430449152 34495 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=18975048 memory=1988 CPUtime=0 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169642090 19430449152 34495 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 137980 KiB

[startup+1.50791 s]
/proc/loadavg: 3.09 4.02 4.19 10/314 869803
/proc/meminfo: memFree=125537012/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=19041612 memory=425808 CPUtime=2.73 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 13881 0 0 0 255 18 0 0 20 0 19 0 169642082 19498610688 106452 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4760403 106452 5864 1 0 1084033 0
[pid=869729/tid=869731] ppid=869726 vsize=19041612 memory=12556 CPUtime=1.24 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) S 869726 869729 869657 0 -1 1077936192 6282 0 0 0 112 12 0 0 20 0 19 0 169642082 19498610688 106452 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19041612 memory=1988 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169642088 19498610688 106452 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 169642090 19498610688 106452 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 425808 KiB

[startup+3.11392 s]
/proc/loadavg: 3.09 4.02 4.19 7/315 869804
/proc/meminfo: memFree=115626820/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=19108176 memory=3265184 CPUtime=4.96 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 16510 0 0 0 418 78 0 0 20 0 20 0 169642082 19566772224 816296 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 816296 5902 1 0 1880315 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=0 CPUtime=2.64 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 7763 0 0 0 195 69 0 0 20 0 20 0 169642082 19566772224 816296 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=12556 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 816296 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169642090 19566772224 816296 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 816296 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 4.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3265184 KiB

[startup+6.3004 s]
/proc/loadavg: 3.16 4.02 4.19 6/317 869806
/proc/meminfo: memFree=113196840/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=19108176 memory=3266192 CPUtime=8.38 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 16545 0 0 0 760 78 0 0 20 0 20 0 169642082 19566772224 816548 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 816548 5902 1 0 1880317 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=12556 CPUtime=5.82 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 7768 0 0 0 512 70 0 0 20 0 20 0 169642082 19566772224 816548 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=-8744692380073304764 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 816548 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=438360 CPUtime=0 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169642090 19566772224 816548 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 816548 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3266192 KiB

[startup+12.7004 s]
/proc/loadavg: 3.31 4.04 4.19 8/317 869808
/proc/meminfo: memFree=112969048/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=19108176 memory=3289032 CPUtime=15.43 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 16619 0 0 0 1464 79 0 0 20 0 20 0 169642082 19566772224 822258 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 822258 5917 1 0 1880317 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=11404 CPUtime=12.2 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 7792 0 0 0 1150 70 0 0 20 0 20 0 169642082 19566772224 822258 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=3289032 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 822258 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=42116 CPUtime=0 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169642090 19566772224 822258 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=65316 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 822258 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 15.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3289032 KiB

[startup+25.5005 s]
/proc/loadavg: 3.53 4.05 4.19 5/317 869810
/proc/meminfo: memFree=112305144/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=19108176 memory=3338976 CPUtime=28.76 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 20305 0 0 0 2795 81 0 0 20 0 20 0 169642082 19566772224 834744 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 834744 5917 1 0 1880317 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=42116 CPUtime=24.95 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 8308 0 0 0 2424 71 0 0 20 0 20 0 169642082 19566772224 834744 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=65316 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 834744 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=3338976 CPUtime=0 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169642090 19566772224 834744 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=-8744692380073304764 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 834744 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 28.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3338976 KiB

[startup+51.1135 s]
/proc/loadavg: 3.82 4.08 4.20 5/317 869814
/proc/meminfo: memFree=111610048/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=19108176 memory=3456060 CPUtime=55.34 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 27097 0 0 0 5448 86 0 0 20 0 20 0 169642082 19566772224 864015 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 864015 5917 1 0 1880326 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=3396456 CPUtime=50.48 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 9504 0 0 0 4975 73 0 0 20 0 20 0 169642082 19566772224 864015 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=3394408 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 864015 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=3367664 CPUtime=0 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169642090 19566772224 864015 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=5524 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 864015 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0

################
# 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=869729] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3293.27 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 277392 0 0 0 329005 322 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 1470962 5948 1 0 1883609 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3268.04 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 105825 0 0 0 326690 114 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0.02 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 6301 0 0 0 1 1 0 0 20 0 20 0 169642090 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 3293.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5883848 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=869729] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3353.18 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 280030 0 0 0 334994 324 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 1470962 5948 1 0 1883609 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3327.91 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 107841 0 0 0 332677 114 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0.02 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 6442 0 0 0 1 1 0 0 20 0 20 0 169642090 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 3353.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5883848 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=869729] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3413.16 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 283817 0 0 0 340990 326 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 1470962 5948 1 0 1883609 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3387.74 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 109495 0 0 0 338659 115 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0.02 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 6583 0 0 0 1 1 0 0 20 0 20 0 169642090 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 3413.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5883848 KiB

[startup+3462.3 s]
/proc/loadavg: 4.66 4.46 4.31 6/319 871620
/proc/meminfo: memFree=97670996/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3473.07 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 285716 0 0 0 346978 329 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 1470962 5948 1 0 1883609 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3447.61 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 111035 0 0 0 344646 115 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0.02 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 6728 0 0 0 1 1 0 0 20 0 20 0 169642090 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 3473.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5883848 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=869729] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3532.95 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 287825 0 0 0 352963 332 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 1470962 5948 1 0 1883609 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=42116 CPUtime=3507.47 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 112722 0 0 0 350631 116 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=42116 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=42116 CPUtime=0.02 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 6869 0 0 0 1 1 0 0 20 0 20 0 169642090 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 3532.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5883848 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=869729] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3592.84 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 289795 0 0 0 358950 334 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 1470962 5948 1 0 1883609 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=42116 CPUtime=3567.33 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 114204 0 0 0 356617 116 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=42116 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0.02 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 7010 0 0 0 1 1 0 0 20 0 20 0 169642090 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 3592.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5883848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.5 s]
/proc/loadavg: 3.86 4.30 4.28 4/291 871693
/proc/meminfo: memFree=107083864/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3600.03 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 290677 0 0 0 359669 334 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4777044 1470962 5948 1 0 1883609 0
[pid=869729/tid=869731] ppid=869726 vsize=19108176 memory=5883848 CPUtime=3574.51 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 114665 0 0 0 357335 116 0 0 20 0 20 0 169642082 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19108176 memory=42116 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642088 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19108176 memory=12556 CPUtime=0.02 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 7010 0 0 0 1 1 0 0 20 0 20 0 169642090 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869804] ppid=869726 vsize=19108176 memory=5883848 CPUtime=0 cores=4,6
/proc/869729/task/869804/stat : 869804 (Timer-0) S 869726 869729 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642366 19566772224 1470962 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5883848 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.95 s, system=3.38899 s

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

[startup+3589.61 s]
/proc/loadavg: 3.86 4.30 4.28 4/291 871693
/proc/meminfo: memFree=107083864/131655788 swapFree=131071996/131071996
[pid=869729] ppid=869726 vsize=19307868 memory=5884516 CPUtime=3600.24 cores=4,6
/proc/869729/stat : 869729 (java) S 869726 869729 869657 0 -1 1077936128 293994 0 0 0 359689 335 0 0 20 0 21 0 169642082 19771256832 1471129 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
/proc/869729/statm: 4826967 1471129 5947 1 0 1884544 0
[pid=869729/tid=869731] ppid=869726 vsize=19307868 memory=5524 CPUtime=3574.62 cores=4,6
/proc/869729/task/869731/stat : 869731 (java) R 869726 869729 869657 0 -1 4194368 114678 0 0 0 357346 116 0 0 20 0 21 0 169642082 19771256832 1471129 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869758] ppid=869726 vsize=19307868 memory=11404 CPUtime=0 cores=4,6
/proc/869729/task/869758/stat : 869758 (Finalizer) S 869726 869729 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169642088 19771256832 1471129 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
[pid=869729/tid=869770] ppid=869726 vsize=19307868 memory=42116 CPUtime=0.02 cores=4,6
/proc/869729/task/869770/stat : 869770 (Common-Cleaner) S 869726 869729 869657 0 -1 1077936192 7010 0 0 0 1 1 0 0 20 0 21 0 169642090 19771256832 1471129 134679101440 94575265787904 94575265791600 140729303925168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94575265799416 94575265800208 94575297191936 140729303933941 140729303934049 140729303934049 140729303941064 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5884516 KiB

Child status: 143

Real time (s): 3589.67
CPU time (s): 3600.34
CPU user time (s): 3596.95
CPU system time (s): 3.38899
CPU usage (%): 100.297
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5884516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.95
system time used= 3.38899
maximum resident set size= 5885288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117476
involuntary context switches= 3144


# summary of solver processes directly reported to runsolver:
#   pid: 869729
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3596.95
#   total CPU system time (s): 3.38899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9903 second user time and 38.698 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-17 02:07:44
IDJOB=4430112
IDBENCH=158603
IDSOLVER=3052
FILE ID=nodeC012/4430112-1721174851
RUNJOBID= nodeC012-1721174864-869668
SLURM_JOB_ID= 7505814
Free space on /tmp= 723756 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm75p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430112-1721174851/watcher-4430112-1721174851 -o /tmp/evaluation-result-4430112-1721174851/solver-4430112-1721174851 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721174864-869668 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430112-1721174851.opb

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

MD5SUM BENCH= cb1e30dd77f685e81033380919ead272
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.321
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.444
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.388
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.321
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.322
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.337
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.323
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:        126161392 kB
MemAvailable:   129854232 kB
Buffers:          435888 kB
Cached:          4054044 kB
SwapCached:            0 kB
Active:           826408 kB
Inactive:        4039304 kB
Active(anon):       1408 kB
Inactive(anon):   412092 kB
Active(file):     825000 kB
Inactive(file):  3627212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             22920 kB
Writeback:             0 kB
AnonPages:        375884 kB
Mapped:           122344 kB
Shmem:             37704 kB
KReclaimable:     161316 kB
Slab:             267656 kB
SReclaimable:     161316 kB
SUnreclaim:       106340 kB
KernelStack:        3940 kB
PageTables:        10076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2952400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54176 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 723752 MiB
End job on nodeC012 at 2024-07-17 03:07:34