Trace number 4427635

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.17 3608.76

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUMbcacee10cf1a44650f44a3298f043d3d
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 benchmark36420470
Best CPU time to get the best result obtained on this benchmark3600.29
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4427635-1720998149.opb
0.14/0.15	c reading problem ... 
0.14/0.17	c  objective function found
3600.06/3608.71	c starts		: 0
3600.06/3608.73	c conflicts		: 0
3600.06/3608.73	c decisions		: 0
3600.06/3608.73	c propagations		: 0
3600.06/3608.73	c inspects		: 0
3600.06/3608.73	c shortcuts		: 0
3600.06/3608.73	c learnt literals	: 0
3600.06/3608.73	c learnt binary clauses	: 0
3600.06/3608.73	c learnt ternary clauses	: 0
3600.06/3608.73	c learnt constraints	: 0
3600.06/3608.73	c ignored constraints	: 0
3600.06/3608.73	c root simplifications	: 0
3600.06/3608.73	c removed literals (reason simplification)	: 0
3600.06/3608.73	c reason swapping (by a shorter reason)	: 0
3600.06/3608.73	c Calls to reduceDB	: 0
3600.06/3608.73	c Number of update (reduction) of LBD	: 0
3600.06/3608.73	c Imported unit clauses	: 0
3600.06/3608.73	c No decision after first conflict	: true
3600.06/3608.73	c number of reductions to clauses (during analyze)	: 0
3600.06/3608.73	c number of learned constraints concerned by reduction	: 0
3600.06/3608.73	c number of learning phase by resolution	: 0
3600.06/3608.73	c number of learning phase by cutting planes	: 0
3600.06/3608.74	c number of rounding to 1 operations	: 0
3600.06/3608.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3608.74	c number of reductions of the coefficients by power 2 	: 0
3600.06/3608.74	c number of right shift for reduction by power 2 	: 0
3600.06/3608.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3608.74	c number of ending skipping 	: 0
3600.06/3608.74	c number of internal skipping 	: 0
3600.06/3608.74	c number of derivation steps 	: 0
3600.06/3608.74	c number of skipped derivation steps 	: 0
3600.06/3608.74	c number of remaining unassigned 	: 0
3600.06/3608.74	c number of remaining assigned 	: 0
3600.06/3608.74	c number of falsified literals weakened from reason	: 0
3600.06/3608.74	c number of falsified literals weakened from conflict	: 0
3600.06/3608.74	c time for arithmetic operations	: 0
3600.06/3608.74	c minimum degree of deleted constraints	: null
3600.06/3608.74	c maximum degree of deleted constraints	: null
3600.06/3608.74	c number of deleted constraints	: 0
3600.06/3608.74	c speed (assignments/second)	: 0.0
3600.06/3608.74	c non guided choices	: 0
3600.06/3608.74	s UNKNOWN
3600.06/3608.74	c Total wall clock time (in seconds): 3608.595

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: 63968 MiB (58870 MiB free)
  memory of node 1: 64473 MiB (56453 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427635-1720998149/watcher-4427635-1720998149 -o /tmp/evaluation-result-4427635-1720998149/solver-4427635-1720998149 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1720994549-776184 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427635-1720998149.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=779296, runsolver pid=779293

[startup+0.104057 s]*
/proc/loadavg: 4.22 4.26 4.19 6/333 779314
/proc/meminfo: memFree=118047288/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=18975048 memory=65116 CPUtime=0.14 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 7231 0 0 0 13 1 0 0 20 0 18 0 151985620 19430449152 16279 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4743762 16279 5650 1 0 549383 0
[pid=779296/tid=779298] ppid=779293 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) S 779293 779296 776174 0 -1 1077936192 5784 0 0 0 8 1 0 0 20 0 18 0 151985620 19430449152 16279 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151985622 19430449152 16279 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=18975048 memory=15542920530912022 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151985623 19430449152 16279 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65116 KiB

[startup+0.208134 s]*
/proc/loadavg: 4.22 4.26 4.19 7/333 779314
/proc/meminfo: memFree=117962176/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=18975048 memory=152692 CPUtime=0.32 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 8165 0 0 0 29 3 0 0 20 0 18 0 151985620 19430449152 38173 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4743762 38173 5831 1 0 550008 0
[pid=779296/tid=779298] ppid=779293 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 6076 0 0 0 16 3 0 0 20 0 18 0 151985620 19430449152 38173 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=18975048 memory=15962 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151985622 19430449152 38173 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151985623 19430449152 38173 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 152692 KiB

[startup+0.316134 s]*
/proc/loadavg: 4.22 4.26 4.19 8/333 779314
/proc/meminfo: memFree=117928352/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=18975048 memory=186048 CPUtime=0.53 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 10011 0 0 0 49 4 0 0 20 0 18 0 151985620 19430449152 46512 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4743762 46512 5831 1 0 551215 0
[pid=779296/tid=779298] ppid=779293 vsize=18975048 memory=-8958900334891541180 CPUtime=0.29 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 6091 0 0 0 26 3 0 0 20 0 18 0 151985620 19430449152 46512 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151985622 19430449152 46512 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151985623 19430449152 46512 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 186048 KiB

[startup+0.700265 s]
/proc/loadavg: 4.22 4.26 4.19 5/334 779315
/proc/meminfo: memFree=117857740/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=272840 CPUtime=1.05 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 10244 0 0 0 99 6 0 0 20 0 19 0 151985620 19498610688 68210 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 68210 5831 1 0 551561 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=5552 CPUtime=0.61 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 6117 0 0 0 57 4 0 0 20 0 19 0 151985620 19498610688 68210 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=12996 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 68210 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 68210 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 272840 KiB

[startup+1.50097 s]
/proc/loadavg: 4.22 4.26 4.19 5/334 779315
/proc/meminfo: memFree=117784072/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=861176 CPUtime=2.21 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 11747 0 0 0 202 19 0 0 20 0 19 0 151985620 19498610688 215294 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 215294 5847 1 0 1078035 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=12996 CPUtime=1.33 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 6715 0 0 0 117 16 0 0 20 0 19 0 151985620 19498610688 215294 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 215294 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 215294 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 861176 KiB

[startup+3.10632 s]
/proc/loadavg: 4.36 4.29 4.20 5/334 779315
/proc/meminfo: memFree=116364092/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=1854720 CPUtime=4.19 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 13444 0 0 0 380 39 0 0 20 0 19 0 151985620 19498610688 463680 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 463680 5847 1 0 1679659 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=0 CPUtime=2.7 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 7363 0 0 0 237 33 0 0 20 0 19 0 151985620 19498610688 463680 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=12996 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 463680 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=1381852 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 463680 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1854720 KiB

[startup+6.30028 s]
/proc/loadavg: 4.36 4.29 4.20 5/334 779315
/proc/meminfo: memFree=114367884/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3520572 CPUtime=7.73 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 17218 0 0 0 701 72 0 0 20 0 19 0 151985620 19498610688 880143 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 880143 5862 1 0 1681607 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=0 CPUtime=5.75 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 8408 0 0 0 513 62 0 0 20 0 19 0 151985620 19498610688 880143 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=1105364 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 880143 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=224194199869 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 880143 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 7.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3520572 KiB

[startup+12.7003 s]
/proc/loadavg: 4.42 4.30 4.20 5/334 779316
/proc/meminfo: memFree=114248132/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3521392 CPUtime=14.27 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 18127 0 0 0 1355 72 0 0 20 0 19 0 151985620 19498610688 880348 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 880348 5862 1 0 1681607 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=3521392 CPUtime=12.05 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 9114 0 0 0 1143 62 0 0 20 0 19 0 151985620 19498610688 880348 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=3520864 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 880348 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=15823278816101917 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 880348 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 14.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3521392 KiB

[startup+25.5003 s]
/proc/loadavg: 4.39 4.30 4.21 6/334 779318
/proc/meminfo: memFree=113909536/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3541968 CPUtime=27.72 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 34763 0 0 0 2698 74 0 0 20 0 19 0 151985620 19498610688 885492 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 885492 5862 1 0 1685483 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=3535376 CPUtime=24.7 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 10915 0 0 0 2408 62 0 0 20 0 19 0 151985620 19498610688 885492 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 885492 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 885492 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 27.72 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3541968 KiB

[startup+51.1065 s]
/proc/loadavg: 4.40 4.31 4.21 5/334 779323
/proc/meminfo: memFree=113655560/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3533708 CPUtime=53.61 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 45264 0 0 0 5283 78 0 0 20 0 19 0 151985620 19498610688 883427 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883427 5862 1 0 1685483 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=0 CPUtime=50.1 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 13054 0 0 0 4947 63 0 0 20 0 19 0 151985620 19498610688 883427 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=3521392 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 883427 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=2125056 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 883427 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 53.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3533708 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 4.31 4.21 5/330 779399
/proc/meminfo: memFree=114206948/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3533980 CPUtime=104.7 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 51751 0 0 0 10388 82 0 0 20 0 19 0 151985620 19498610688 883495 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883495 5862 1 0 1685483 0

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

/proc/meminfo: memFree=110843312/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3534964 CPUtime=3215.25 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 236023 0 0 0 321214 311 0 0 20 0 19 0 151985620 19498610688 883741 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883741 5862 1 0 1686708 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=3534932 CPUtime=3197.01 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) S 779293 779296 776174 0 -1 1077936192 112940 0 0 0 319596 105 0 0 20 0 19 0 151985620 19498610688 883741 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 70 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=3534964 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 883741 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=280715439128688 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 3965 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 883741 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 3215.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3534964 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.16 4.17 5/332 780994
/proc/meminfo: memFree=110842596/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3534968 CPUtime=3275.03 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 238417 0 0 0 327187 316 0 0 20 0 19 0 151985620 19498610688 883742 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883742 5862 1 0 1686708 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=3534968 CPUtime=3256.51 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 114652 0 0 0 325545 106 0 0 20 0 19 0 151985620 19498610688 883742 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 75 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=3534968 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 883742 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=3534968 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 4041 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 883742 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 3275.03 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3534968 KiB

[startup+3342.3 s]
/proc/loadavg: 4.40 4.21 4.19 5/332 781004
/proc/meminfo: memFree=110440020/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3535004 CPUtime=3334.75 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 241645 0 0 0 333155 320 0 0 20 0 19 0 151985620 19498610688 883751 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883751 5862 1 0 1686708 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=39312 CPUtime=3315.98 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 116386 0 0 0 331491 107 0 0 20 0 19 0 151985620 19498610688 883751 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 85 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=3534968 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 883751 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=3535004 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 4117 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 883751 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 3334.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3535004 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.27 4.21 5/333 781184
/proc/meminfo: memFree=110439040/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3535032 CPUtime=3394.33 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 244960 0 0 0 339109 324 0 0 20 0 19 0 151985620 19498610688 883758 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883758 5862 1 0 1686708 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=3535004 CPUtime=3375.27 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 118194 0 0 0 337420 107 0 0 20 0 19 0 151985620 19498610688 883758 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 85 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=3535032 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 883758 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=39312 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 4198 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 883758 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 3394.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3535032 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.27 4.21 4/307 781227
/proc/meminfo: memFree=113528596/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3535040 CPUtime=3454.15 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 248060 0 0 0 345086 329 0 0 20 0 19 0 151985620 19498610688 883760 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883760 5862 1 0 1686708 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=3535004 CPUtime=3434.81 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 119890 0 0 0 343373 108 0 0 20 0 19 0 151985620 19498610688 883760 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 85 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=3535040 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 883760 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=3535040 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 4275 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 883760 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 3454.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3535040 KiB

[startup+3522.3 s]
/proc/loadavg: 3.51 4.05 4.14 4/308 781255
/proc/meminfo: memFree=113527448/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3535052 CPUtime=3513.96 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 251284 0 0 0 351062 334 0 0 20 0 19 0 151985620 19498610688 883763 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883763 5862 1 0 1686708 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=3535040 CPUtime=3494.34 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 121626 0 0 0 349325 109 0 0 20 0 19 0 151985620 19498610688 883763 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 87 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=39312 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 883763 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=5552 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 4352 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 883763 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 3513.96 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3535052 KiB

[startup+3582.3 s]
/proc/loadavg: 2.95 3.80 4.05 3/282 781299
/proc/meminfo: memFree=118481104/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3535056 CPUtime=3573.75 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 254723 0 0 0 357037 338 0 0 20 0 19 0 151985620 19498610688 883764 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883764 5862 1 0 1686708 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=39312 CPUtime=3553.86 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 123416 0 0 0 355277 109 0 0 20 0 19 0 151985620 19498610688 883764 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 87 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=16088 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 883764 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=5552 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 4436 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 883764 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 3573.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3535056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.7 s]
/proc/loadavg: 2.63 3.66 3.99 3/282 781304
/proc/meminfo: memFree=118480708/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3535268 CPUtime=3600.06 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 257248 0 0 0 359666 340 0 0 20 0 19 0 151985620 19498610688 883817 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883817 5862 1 0 1686708 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=0 CPUtime=3580.03 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 124318 0 0 0 357893 110 0 0 20 0 19 0 151985620 19498610688 883817 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 87 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=39312 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 883817 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=3535056 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 4527 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 883817 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3535268 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.75 s, system=3.41303 s

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

[startup+3608.7 s]
/proc/loadavg: 2.63 3.66 3.99 3/282 781304
/proc/meminfo: memFree=118480708/131524596 swapFree=131071996/131071996
[pid=779296] ppid=779293 vsize=19041612 memory=3535268 CPUtime=3600.06 cores=0,2
/proc/779296/stat : 779296 (java) S 779293 779296 776174 0 -1 1077936128 257248 0 0 0 359666 340 0 0 20 0 19 0 151985620 19498610688 883817 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
/proc/779296/statm: 4760403 883817 5862 1 0 1686708 0
[pid=779296/tid=779298] ppid=779293 vsize=19041612 memory=0 CPUtime=3580.03 cores=0,2
/proc/779296/task/779298/stat : 779298 (java) R 779293 779296 776174 0 -1 4194368 124318 0 0 0 357893 110 0 0 20 0 19 0 151985620 19498610688 883817 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 87 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779307] ppid=779293 vsize=19041612 memory=39312 CPUtime=0 cores=0,2
/proc/779296/task/779307/stat : 779307 (Finalizer) S 779293 779296 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985622 19498610688 883817 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
[pid=779296/tid=779314] ppid=779293 vsize=19041612 memory=3535056 CPUtime=0 cores=0,2
/proc/779296/task/779314/stat : 779314 (Common-Cleaner) S 779293 779296 776174 0 -1 1077936192 4527 0 0 0 0 0 0 0 20 0 19 0 151985623 19498610688 883817 134679101440 94677585817600 94677585821296 140733380037504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94677585829112 94677585829904 94677589311488 140733380043760 140733380043873 140733380043873 140733380050888 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3535268 KiB

Child status: 143

Real time (s): 3608.76
CPU time (s): 3600.17
CPU user time (s): 3596.75
CPU system time (s): 3.41303
CPU usage (%): 99.7619
Max. virtual memory (cumulated for all children) (KiB): 19043644
Max. memory (cumulated for all children) (KiB): 3547764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.75
system time used= 3.41303
maximum resident set size= 3547764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 318695
involuntary context switches= 31087


# summary of solver processes directly reported to runsolver:
#   pid: 779296
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.75
#   total CPU system time (s): 3.41303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.47647 second user time and 19.8876 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-15 01:02:43
IDJOB=4427635
IDBENCH=155754
IDSOLVER=3046
FILE ID=nodeC034/4427635-1720998149
RUNJOBID= nodeC034-1720994549-776184
SLURM_JOB_ID= 7505328
Free space on /tmp= 889816 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_5_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427635-1720998149/watcher-4427635-1720998149 -o /tmp/evaluation-result-4427635-1720998149/solver-4427635-1720998149 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1720994549-776184 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427635-1720998149.opb

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

MD5SUM BENCH= bcacee10cf1a44650f44a3298f043d3d
RANDOM SEED=132025489

nodeC034.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.183
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.005
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.633
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3682.393
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3672.265
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3682.144
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3663.211
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.669
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        118091892 kB
MemAvailable:   121567040 kB
Buffers:          340616 kB
Cached:          3933188 kB
SwapCached:            0 kB
Active:           572204 kB
Inactive:       12170492 kB
Active(anon):       1524 kB
Inactive(anon):  8505080 kB
Active(file):     570680 kB
Inactive(file):  3665412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            223360 kB
Writeback:             0 kB
AnonPages:       8468612 kB
Mapped:           123036 kB
Shmem:             37720 kB
KReclaimable:     157756 kB
Slab:             269268 kB
SReclaimable:     157756 kB
SUnreclaim:       111512 kB
KernelStack:        5104 kB
PageTables:        26724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:   11451564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8163328 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:      221908 kB
DirectMap2M:    23668736 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 889836 MiB
End job on nodeC034 at 2024-07-15 02:02:52