Trace number 4449101

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.53 3601.98

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/
normalized-hw256-vm100p-dec.opb.negationfix.opb
MD5SUM7aedd7c3672972b6263e08c161e73d18
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables693504
Total number of constraints5930
Number of constraints which are clauses2708
Number of constraints which are cardinality constraints (but not clauses)2708
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2709
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 975035
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2190070
Number of bits of the biggest sum of numbers22
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.17	c Free memory 		2113181440
0.12/0.17	c Max memory 		16282288128
0.12/0.17	c Total memory 		2122317824
0.12/0.18	c Number of processors 	2
0.31/0.28	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.28	 - never skip resolution steps
0.31/0.28	 - Auto-division on coefficients is disabled
0.31/0.28	 - No postprocessing
0.31/0.28	 - Conflict is considered as is when resolving
0.31/0.28	 - Use constraints as they come during conflict analysis
0.31/0.28	 - Weaken first using unassigned literals
0.31/0.28	 - Bump strategy: ALWAYS_ONE
0.31/0.28	 - Bumper: EFFECTIVE
0.31/0.28	--- Begin Solver configuration ---
0.31/0.28	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.28	Learn all clauses as in MiniSAT
0.31/0.28	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.28	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.28	No reason simplification
0.31/0.28	Dynamic restart strategy considering the size of the coefficients
0.31/0.28	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.28	timeout=2147483s
0.31/0.28	DB Simplification allowed=false
0.31/0.28	Listener: none
0.31/0.28	--- End Solver configuration ---
0.31/0.28	c Pseudo Boolean Optimization by upper bound
0.31/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.28	c  - never skip resolution steps
0.31/0.28	c  - Auto-division on coefficients is disabled
0.31/0.28	c  - No postprocessing
0.31/0.28	c  - Conflict is considered as is when resolving
0.31/0.28	c  - Use constraints as they come during conflict analysis
0.31/0.28	c  - Weaken first using unassigned literals
0.31/0.28	c  - Bump strategy: ALWAYS_ONE
0.31/0.28	c  - Bumper: EFFECTIVE
0.31/0.28	c --- Begin Solver configuration ---
0.31/0.28	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.28	c Learn all clauses as in MiniSAT
0.31/0.28	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.28	c No reason simplification
0.31/0.28	c Dynamic restart strategy considering the size of the coefficients
0.31/0.28	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.28	c timeout=2147483s
0.31/0.28	c DB Simplification allowed=false
0.31/0.28	c Listener: none
0.31/0.28	c --- End Solver configuration ---
0.31/0.28	c solving HOME/instance-4449101-1721360022.opb
0.31/0.28	c reading problem ... 
0.31/0.28	c  no objective function found
19.40/15.13	c ... done. Wall clock time 14.846s.
19.40/15.13	c declared #vars     693504
19.40/15.13	c #constraints  5930
19.40/15.13	c constraints type 
19.40/15.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2708
19.40/15.13	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 514
19.40/15.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2708
19.40/15.13	c 5930 constraints processed.
3600.39/3601.92	c starts		: 1
3600.39/3601.93	c conflicts		: 34
3600.39/3601.95	c decisions		: 692429
3600.39/3601.95	c propagations		: 700554
3600.39/3601.95	c inspects		: 693571
3600.39/3601.95	c shortcuts		: 0
3600.39/3601.95	c learnt literals	: 0
3600.39/3601.95	c learnt binary clauses	: 0
3600.39/3601.95	c learnt ternary clauses	: 0
3600.39/3601.95	c learnt constraints	: 33
3600.39/3601.95	c ignored constraints	: 0
3600.39/3601.95	c root simplifications	: 0
3600.39/3601.95	c removed literals (reason simplification)	: 0
3600.39/3601.95	c reason swapping (by a shorter reason)	: 0
3600.39/3601.95	c Calls to reduceDB	: 0
3600.39/3601.95	c Number of update (reduction) of LBD	: 29
3600.39/3601.95	c Imported unit clauses	: 0
3600.39/3601.95	c No decision after first conflict	: false
3600.39/3601.95	c number of reductions to clauses (during analyze)	: 0
3600.39/3601.95	c number of learned constraints concerned by reduction	: 0
3600.39/3601.95	c number of learning phase by resolution	: 0
3600.39/3601.95	c number of learning phase by cutting planes	: 0
3600.39/3601.95	c number of rounding to 1 operations	: 0
3600.39/3601.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.39/3601.95	c number of reductions of the coefficients by power 2 	: 0
3600.39/3601.95	c number of right shift for reduction by power 2 	: 0
3600.39/3601.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.39/3601.95	c number of ending skipping 	: 0
3600.39/3601.95	c number of internal skipping 	: 0
3600.39/3601.95	c number of derivation steps 	: 378
3600.39/3601.95	c number of skipped derivation steps 	: 0
3600.39/3601.95	c number of remaining unassigned 	: 171626
3600.39/3601.95	c number of remaining assigned 	: 2424089
3600.39/3601.95	c number of falsified literals weakened from reason	: 0
3600.39/3601.95	c number of falsified literals weakened from conflict	: 0
3600.39/3601.95	c time for arithmetic operations	: 778891950
3600.39/3601.95	c minimum degree of deleted constraints	: null
3600.39/3601.95	c maximum degree of deleted constraints	: null
3600.39/3601.95	c number of deleted constraints	: 0
3600.39/3601.95	c speed (assignments/second)	: 195.3179715485054
3600.39/3601.95	c non guided choices	: 686262
3600.39/3601.95	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 33
3600.39/3601.95	s UNKNOWN
3600.39/3601.95	c Total wall clock time (in seconds): 3601.672

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449101-1721360022/watcher-4449101-1721360022 -o /tmp/evaluation-result-4449101-1721360022/solver-4449101-1721360022 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721352896-989910 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449101-1721360022.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=994485, runsolver pid=994482
Current StackSize limit: 8192 KiB


[startup+0.100407 s]*
/proc/loadavg: 4.34 4.24 4.25 7/316 994503
/proc/meminfo: memFree=110440036/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=18975048 memory=56104 CPUtime=0.12 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 6460 0 0 0 9 3 0 0 20 0 18 0 188161035 19430449152 14026 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4743762 14026 5694 1 0 550801 0
[pid=994485/tid=994487] ppid=994482 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 5393 0 0 0 6 2 0 0 20 0 18 0 188161036 19430449152 14026 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188161040 19430449152 14026 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188161041 19430449152 14026 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56104 KiB

[startup+0.211397 s]*
/proc/loadavg: 4.34 4.24 4.25 7/316 994503
/proc/meminfo: memFree=110430616/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=18975048 memory=66028 CPUtime=0.31 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 7304 0 0 0 28 3 0 0 20 0 18 0 188161035 19430449152 16507 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4743762 16507 5760 1 0 551526 0
[pid=994485/tid=994487] ppid=994482 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 1077936192 5797 0 0 0 15 2 0 0 20 0 18 0 188161036 19430449152 16507 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=18975048 memory=19020 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188161040 19430449152 16507 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188161041 19430449152 16507 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66028 KiB

[startup+0.308004 s]*
/proc/loadavg: 4.34 4.24 4.25 7/316 994503
/proc/meminfo: memFree=110400228/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=18975048 memory=96184 CPUtime=0.49 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 7611 0 0 0 45 4 0 0 20 0 18 0 188161035 19430449152 24046 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4743762 24046 5850 1 0 551732 0
[pid=994485/tid=994487] ppid=994482 vsize=18975048 memory=-9031237226324075196 CPUtime=0.26 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 6035 0 0 0 23 3 0 0 20 0 18 0 188161036 19430449152 24046 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188161040 19430449152 24046 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188161041 19430449152 24046 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 96184 KiB

[startup+0.700277 s]
/proc/loadavg: 4.34 4.24 4.25 6/316 994503
/proc/meminfo: memFree=110303228/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=18975048 memory=297304 CPUtime=1.24 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 11758 0 0 0 114 10 0 0 20 0 18 0 188161035 19430449152 74326 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4743762 74326 5866 1 0 554370 0
[pid=994485/tid=994487] ppid=994482 vsize=18975048 memory=5468 CPUtime=0.62 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 6247 0 0 0 55 7 0 0 20 0 18 0 188161036 19430449152 74326 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=18975048 memory=12020 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188161040 19430449152 74326 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188161041 19430449152 74326 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 297304 KiB

[startup+1.50101 s]
/proc/loadavg: 4.47 4.26 4.26 7/317 994504
/proc/meminfo: memFree=110112380/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19041612 memory=453976 CPUtime=2.77 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 13240 0 0 0 262 15 0 0 20 0 19 0 188161035 19498610688 113494 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4760403 113494 5898 1 0 555531 0
[pid=994485/tid=994487] ppid=994482 vsize=19041612 memory=12020 CPUtime=1.2 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 6380 0 0 0 111 9 0 0 20 0 19 0 188161036 19498610688 113494 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188161040 19498610688 113494 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188161041 19498610688 113494 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 453976 KiB

[startup+3.12048 s]
/proc/loadavg: 4.47 4.26 4.26 5/317 994504
/proc/meminfo: memFree=109325296/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19041612 memory=1105376 CPUtime=4.7 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 14720 0 0 0 440 30 0 0 20 0 19 0 188161035 19498610688 276344 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4760403 276344 5898 1 0 1084070 0
[pid=994485/tid=994487] ppid=994482 vsize=19041612 memory=0 CPUtime=2.48 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 6878 0 0 0 228 20 0 0 20 0 19 0 188161036 19498610688 276344 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188161040 19498610688 276344 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19041612 memory=573468 CPUtime=0 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188161041 19498610688 276344 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1105376 KiB

[startup+6.30044 s]
/proc/loadavg: 4.43 4.26 4.26 5/317 994505
/proc/meminfo: memFree=107035892/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19041612 memory=3405536 CPUtime=8.9 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 17875 0 0 0 809 81 0 0 20 0 19 0 188161035 19498610688 851384 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4760403 851384 5898 1 0 2135009 0
[pid=994485/tid=994487] ppid=994482 vsize=19041612 memory=0 CPUtime=5.35 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 8280 0 0 0 468 67 0 0 20 0 19 0 188161036 19498610688 851384 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19041612 memory=453976 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188161040 19498610688 851384 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19041612 memory=228489167166 CPUtime=0 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188161041 19498610688 851384 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 8.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3405536 KiB

[startup+12.7004 s]
/proc/loadavg: 4.40 4.26 4.26 5/317 994505
/proc/meminfo: memFree=106315048/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19041612 memory=4100808 CPUtime=16.71 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 25107 0 0 0 1574 97 0 0 20 0 19 0 188161035 19498610688 1025202 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4760403 1025202 5930 1 0 2402034 0
[pid=994485/tid=994487] ppid=994482 vsize=19041612 memory=4068040 CPUtime=10.97 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 8936 0 0 0 1020 77 0 0 20 0 19 0 188161036 19498610688 1025202 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19041612 memory=3912628 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188161040 19498610688 1025202 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19041612 memory=15817819929447570 CPUtime=0 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188161041 19498610688 1025202 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 16.71 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4100808 KiB

[startup+25.5005 s]
/proc/loadavg: 4.70 4.33 4.28 5/318 994509
/proc/meminfo: memFree=105659176/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19108176 memory=4683572 CPUtime=31.01 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 26382 0 0 0 2989 112 0 0 20 0 20 0 188161035 19566772224 1170893 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4777044 1170893 5930 1 0 2657214 0
[pid=994485/tid=994487] ppid=994482 vsize=19108176 memory=11516 CPUtime=23.41 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 9407 0 0 0 2252 89 0 0 20 0 20 0 188161036 19566772224 1170893 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188161040 19566772224 1170893 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188161041 19566772224 1170893 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994508] ppid=994482 vsize=19108176 memory=-9031237226324075196 CPUtime=0 cores=1,3
/proc/994485/task/994508/stat : 994508 (Timer-0) S 994482 994485 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188162554 19566772224 1170893 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 31.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4683572 KiB

[startup+51.1134 s]
/proc/loadavg: 4.43 4.30 4.27 5/318 994513
/proc/meminfo: memFree=105535600/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19108176 memory=4714692 CPUtime=56.94 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 29322 0 0 0 5580 114 0 0 20 0 20 0 188161035 19566772224 1178673 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4777044 1178673 5930 1 0 2657230 0
[pid=994485/tid=994487] ppid=994482 vsize=19108176 memory=44612 CPUtime=48.9 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 9918 0 0 0 4800 90 0 0 20 0 20 0 188161036 19566772224 1178673 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19108176 memory=4685692 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188161040 19566772224 1178673 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19108176 memory=4104904 CPUtime=0 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188161041 19566772224 1178673 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994508] ppid=994482 vsize=19108176 memory=1123808 CPUtime=0 cores=1,3
/proc/994485/task/994508/stat : 994508 (Timer-0) S 994482 994485 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188162554 19566772224 1178673 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 56.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4714692 KiB

[startup+102.3 s]
/proc/loadavg: 4.29 4.28 4.27 5/317 994522

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

/proc/meminfo: memFree=95194500/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19108176 memory=7499692 CPUtime=3341.1 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 146675 0 0 0 333726 384 0 0 20 0 20 0 188161035 19566772224 1874923 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4777044 1874923 5946 1 0 2657352 0
[pid=994485/tid=994487] ppid=994482 vsize=19108176 memory=7444396 CPUtime=3324.69 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 41533 0 0 0 332304 165 0 0 20 0 20 0 188161036 19566772224 1874923 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19108176 memory=7493548 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188161040 19566772224 1874923 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19108176 memory=11516 CPUtime=0.01 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 7550 0 0 0 0 1 0 0 20 0 20 0 188161041 19566772224 1874923 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994508] ppid=994482 vsize=19108176 memory=7493548 CPUtime=0 cores=1,3
/proc/994485/task/994508/stat : 994508 (Timer-0) S 994482 994485 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188162554 19566772224 1874923 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 3341.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7499692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.14 4.18 5/321 996369
/proc/meminfo: memFree=95033428/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19108176 memory=7641004 CPUtime=3400.93 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 148685 0 0 0 339702 391 0 0 20 0 20 0 188161035 19566772224 1910251 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4777044 1910251 5946 1 0 2657352 0
[pid=994485/tid=994487] ppid=994482 vsize=19108176 memory=7444396 CPUtime=3384.45 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 42405 0 0 0 338277 168 0 0 20 0 20 0 188161036 19566772224 1910251 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188161040 19566772224 1910251 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19108176 memory=7493548 CPUtime=0.01 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 7696 0 0 0 0 1 0 0 20 0 20 0 188161041 19566772224 1910251 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994508] ppid=994482 vsize=19108176 memory=7634860 CPUtime=0 cores=1,3
/proc/994485/task/994508/stat : 994508 (Timer-0) S 994482 994485 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188162554 19566772224 1910251 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 3400.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7641004 KiB

[startup+3462.3 s]
/proc/loadavg: 4.00 4.11 4.17 4/294 996413
/proc/meminfo: memFree=101585996/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19108176 memory=7681964 CPUtime=3460.77 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 149606 0 0 0 345680 397 0 0 20 0 20 0 188161035 19566772224 1920491 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4777044 1920491 5946 1 0 2657352 0
[pid=994485/tid=994487] ppid=994482 vsize=19108176 memory=7444396 CPUtime=3444.21 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 42661 0 0 0 344251 170 0 0 20 0 20 0 188161036 19566772224 1920491 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188161040 19566772224 1920491 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19108176 memory=7493548 CPUtime=0.01 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 7841 0 0 0 0 1 0 0 20 0 20 0 188161041 19566772224 1920491 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994508] ppid=994482 vsize=19108176 memory=7681964 CPUtime=0 cores=1,3
/proc/994485/task/994508/stat : 994508 (Timer-0) S 994482 994485 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188162554 19566772224 1920491 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 3460.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7681964 KiB

[startup+3522.3 s]
/proc/loadavg: 3.47 3.94 4.10 4/294 996425
/proc/meminfo: memFree=101417616/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19108176 memory=7849912 CPUtime=3520.72 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 153114 0 0 0 351667 405 0 0 20 0 20 0 188161035 19566772224 1962478 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4777044 1962478 5946 1 0 2657352 0
[pid=994485/tid=994487] ppid=994482 vsize=19108176 memory=7690156 CPUtime=3503.96 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 43577 0 0 0 350223 173 0 0 20 0 20 0 188161036 19566772224 1962478 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19108176 memory=7503788 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188161040 19566772224 1962478 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19108176 memory=7847864 CPUtime=0.01 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 7986 0 0 0 0 1 0 0 20 0 20 0 188161041 19566772224 1962478 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994508] ppid=994482 vsize=19108176 memory=-9031237226324075196 CPUtime=0 cores=1,3
/proc/994485/task/994508/stat : 994508 (Timer-0) S 994482 994485 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188162554 19566772224 1962478 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 3520.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7849912 KiB

[startup+3582.3 s]
/proc/loadavg: 3.06 3.75 4.03 3/268 996468
/proc/meminfo: memFree=109811832/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19108176 memory=7890876 CPUtime=3580.57 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 154602 0 0 0 357647 410 0 0 20 0 20 0 188161035 19566772224 1972719 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4777044 1972719 5946 1 0 2657352 0
[pid=994485/tid=994487] ppid=994482 vsize=19108176 memory=7690156 CPUtime=3563.7 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 43859 0 0 0 356197 173 0 0 20 0 20 0 188161036 19566772224 1972719 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19108176 memory=7503788 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188161040 19566772224 1972719 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19108176 memory=44612 CPUtime=0.01 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 8132 0 0 0 0 1 0 0 20 0 20 0 188161041 19566772224 1972719 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994508] ppid=994482 vsize=19108176 memory=7888828 CPUtime=0 cores=1,3
/proc/994485/task/994508/stat : 994508 (Timer-0) S 994482 994485 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188162554 19566772224 1972719 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 3580.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7890876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 2.90 3.68 4.00 3/268 996471
/proc/meminfo: memFree=109764548/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19108176 memory=7938040 CPUtime=3600 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 155897 0 0 0 359587 413 0 0 20 0 20 0 188161035 19566772224 1984510 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4777044 1984510 5946 1 0 2657358 0
[pid=994485/tid=994487] ppid=994482 vsize=19108176 memory=7890876 CPUtime=3583 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) R 994482 994485 989898 0 -1 4194368 44110 0 0 0 358126 174 0 0 20 0 20 0 188161036 19566772224 1984510 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188161040 19566772224 1984510 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19108176 memory=7935992 CPUtime=0.01 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 8132 0 0 0 0 1 0 0 20 0 20 0 188161041 19566772224 1984510 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994508] ppid=994482 vsize=19108176 memory=-9031237226324075196 CPUtime=0 cores=1,3
/proc/994485/task/994508/stat : 994508 (Timer-0) S 994482 994485 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188162554 19566772224 1984510 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7938040 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.33 s, system=4.19927 s

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

[startup+3601.8 s]
/proc/loadavg: 2.90 3.68 4.00 3/268 996471
/proc/meminfo: memFree=109764548/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19108176 memory=8016044 CPUtime=3600.19 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 158079 0 0 0 359605 414 0 0 20 0 20 0 188161035 19566772224 2004011 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4777044 2004011 5946 1 0 2657388 0
[pid=994485/tid=994487] ppid=994482 vsize=19108176 memory=16224 CPUtime=3583 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) S 994482 994485 989898 0 -1 1077936192 44118 0 0 0 358126 174 0 0 20 0 20 0 188161036 19566772224 2004011 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19108176 memory=-9031237226324075196 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188161040 19566772224 2004011 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19108176 memory=2004 CPUtime=0.01 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 8132 0 0 0 0 1 0 0 20 0 20 0 188161041 19566772224 2004011 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994508] ppid=994482 vsize=19108176 memory=21116 CPUtime=0 cores=1,3
/proc/994485/task/994508/stat : 994508 (Timer-0) S 994482 994485 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188162554 19566772224 2004011 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8016044 KiB

[startup+3601.9 s]
/proc/loadavg: 2.90 3.68 4.00 3/268 996471
/proc/meminfo: memFree=109764548/131655788 swapFree=131071996/131071996
[pid=994485] ppid=994482 vsize=19108176 memory=8120492 CPUtime=3600.39 cores=1,3
/proc/994485/stat : 994485 (java) S 994482 994485 989898 0 -1 1077936128 158476 0 0 0 359622 417 0 0 20 0 20 0 188161035 19566772224 2030123 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
/proc/994485/statm: 4777044 2030123 5946 1 0 2657388 0
[pid=994485/tid=994487] ppid=994482 vsize=19108176 memory=7890876 CPUtime=3583 cores=1,3
/proc/994485/task/994487/stat : 994487 (java) S 994482 994485 989898 0 -1 1077936192 44118 0 0 0 358126 174 0 0 20 0 20 0 188161036 19566772224 2030123 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994496] ppid=994482 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/994485/task/994496/stat : 994496 (Finalizer) S 994482 994485 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188161040 19566772224 2030123 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994503] ppid=994482 vsize=19108176 memory=7935992 CPUtime=0.01 cores=1,3
/proc/994485/task/994503/stat : 994503 (Common-Cleaner) S 994482 994485 989898 0 -1 1077936192 8132 0 0 0 0 1 0 0 20 0 20 0 188161041 19566772224 2030123 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
[pid=994485/tid=994508] ppid=994482 vsize=19108176 memory=-9031237226324075196 CPUtime=0 cores=1,3
/proc/994485/task/994508/stat : 994508 (Timer-0) S 994482 994485 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188162554 19566772224 2030123 134679101440 94523459362816 94523459366512 140735979671744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94523459374328 94523459375120 94523480948736 140735979676660 140735979676768 140735979676768 140735979683784 0
Current children cumulated CPU time: 3600.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8120492 KiB

Child status: 143

Real time (s): 3601.98
CPU time (s): 3600.53
CPU user time (s): 3596.33
CPU system time (s): 4.19927
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 8120492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.33
system time used= 4.19926
maximum resident set size= 8122072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162987
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105900
involuntary context switches= 2390


# summary of solver processes directly reported to runsolver:
#   pid: 994485
#   total CPU time (s): 3600.53
#   total CPU user time (s): 3596.33
#   total CPU system time (s): 4.19927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6204 second user time and 41.0737 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-19 05:33:55
IDJOB=4449101
IDBENCH=160481
IDSOLVER=3052
FILE ID=nodeC006/4449101-1721360022
RUNJOBID= nodeC006-1721352896-989910
SLURM_JOB_ID= 7542761
Free space on /tmp= 723684 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm100p-dec.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-4449101-1721360022/watcher-4449101-1721360022 -o /tmp/evaluation-result-4449101-1721360022/solver-4449101-1721360022 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721352896-989910 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449101-1721360022.opb

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

MD5SUM BENCH= 7aedd7c3672972b6263e08c161e73d18
RANDOM SEED=277847016

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        110475072 kB
MemAvailable:   115553048 kB
Buffers:          523428 kB
Cached:          5332848 kB
SwapCached:            0 kB
Active:          1062004 kB
Inactive:       19402700 kB
Active(anon):       1460 kB
Inactive(anon): 14644672 kB
Active(file):    1060544 kB
Inactive(file):  4758028 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             64040 kB
Writeback:             0 kB
AnonPages:      14608460 kB
Mapped:           126320 kB
Shmem:             37704 kB
KReclaimable:     198872 kB
Slab:             314280 kB
SReclaimable:     198872 kB
SUnreclaim:       115408 kB
KernelStack:        4816 kB
PageTables:        38728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   26032596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59616 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14282752 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316232 kB
DirectMap2M:    40482816 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723728 MiB
End job on nodeC006 at 2024-07-19 06:33:57