Trace number 4424673

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.16 3602.36

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph13_wcsp.wbo
MD5SUM3b3f4aa0f9e5bc80725226257d35d467
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark58089
Best CPU time to get the best result obtained on this benchmark3278.57
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables17588
Total number of constraints2800426
Number of soft constraints2799968
Number of constraints which are clauses2799968
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 1167526
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 719469320
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.08	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.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4424673-1720894408.wbo
0.13/0.16	c reading problem ... 
3600.06/3602.31	c starts		: 0
3600.06/3602.32	c conflicts		: 0
3600.06/3602.32	c decisions		: 0
3600.06/3602.32	c propagations		: 0
3600.06/3602.32	c inspects		: 0
3600.06/3602.32	c shortcuts		: 0
3600.06/3602.32	c learnt literals	: 0
3600.06/3602.32	c learnt binary clauses	: 0
3600.06/3602.32	c learnt ternary clauses	: 0
3600.06/3602.32	c learnt constraints	: 0
3600.06/3602.32	c ignored constraints	: 0
3600.06/3602.32	c root simplifications	: 0
3600.06/3602.32	c removed literals (reason simplification)	: 0
3600.06/3602.32	c reason swapping (by a shorter reason)	: 0
3600.06/3602.32	c Calls to reduceDB	: 0
3600.06/3602.32	c Number of update (reduction) of LBD	: 0
3600.06/3602.32	c Imported unit clauses	: 0
3600.06/3602.32	c No decision after first conflict	: true
3600.06/3602.32	c number of reductions to clauses (during analyze)	: 0
3600.06/3602.32	c number of learned constraints concerned by reduction	: 0
3600.06/3602.32	c number of learning phase by resolution	: 0
3600.06/3602.32	c number of learning phase by cutting planes	: 0
3600.06/3602.32	c number of rounding to 1 operations	: 0
3600.06/3602.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3602.32	c number of reductions of the coefficients by power 2 	: 0
3600.06/3602.32	c number of right shift for reduction by power 2 	: 0
3600.06/3602.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3602.32	c number of ending skipping 	: 0
3600.06/3602.32	c number of internal skipping 	: 0
3600.06/3602.32	c number of derivation steps 	: 0
3600.06/3602.32	c number of skipped derivation steps 	: 0
3600.06/3602.32	c number of remaining unassigned 	: 0
3600.06/3602.32	c number of remaining assigned 	: 0
3600.06/3602.32	c number of falsified literals weakened from reason	: 0
3600.06/3602.32	c number of falsified literals weakened from conflict	: 0
3600.06/3602.34	c time for arithmetic operations	: 0
3600.06/3602.34	c minimum degree of deleted constraints	: null
3600.06/3602.34	c maximum degree of deleted constraints	: null
3600.06/3602.34	c number of deleted constraints	: 0
3600.06/3602.34	c speed (assignments/second)	: 0.0
3600.06/3602.34	c non guided choices	: 0
3600.06/3602.34	s UNKNOWN
3600.06/3602.34	c Total wall clock time (in seconds): 3602.179

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424673-1720894408/watcher-4424673-1720894408 -o /tmp/evaluation-result-4424673-1720894408/solver-4424673-1720894408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720894421-724936 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424673-1720894408.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=725050, runsolver pid=725047
Current StackSize limit: 8192 KiB


[startup+0.100336 s]*
/proc/loadavg: 1.93 2.31 2.84 11/329 725068
/proc/meminfo: memFree=128171172/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=18975048 memory=63064 CPUtime=0.13 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 7170 0 0 0 11 2 0 0 20 0 18 0 141608938 19430449152 15766 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4743762 15766 5665 1 0 549310 0
[pid=725050/tid=725052] ppid=725047 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) S 725047 725050 722508 0 -1 1077936192 5715 0 0 0 7 1 0 0 20 0 18 0 141608939 19430449152 15766 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141608941 19430449152 15766 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=18975048 memory=13564899112540450 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141608942 19430449152 15766 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63064 KiB

[startup+0.212334 s]*
/proc/loadavg: 1.93 2.31 2.84 12/330 725069
/proc/meminfo: memFree=127391092/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=18975048 memory=129388 CPUtime=0.33 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 7772 0 0 0 30 3 0 0 20 0 18 0 141608938 19430449152 32347 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4743762 32347 5837 1 0 549678 0
[pid=725050/tid=725052] ppid=725047 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 6073 0 0 0 17 2 0 0 20 0 18 0 141608939 19430449152 32347 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=18975048 memory=17016 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141608941 19430449152 32347 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=18975048 memory=14971170189477532 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141608942 19430449152 32347 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 129388 KiB

[startup+0.309339 s]*
/proc/loadavg: 1.93 2.31 2.84 10/331 725070
/proc/meminfo: memFree=126530992/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=175876 CPUtime=0.5 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 9249 0 0 0 46 4 0 0 20 0 19 0 141608938 19498610688 43969 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 43969 5837 1 0 550837 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=-8672079549910393532 CPUtime=0.26 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 6103 0 0 0 23 3 0 0 20 0 19 0 141608939 19498610688 43969 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 43969 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 43969 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 175876 KiB

[startup+0.702336 s]
/proc/loadavg: 1.93 2.31 2.84 10/331 725070
/proc/meminfo: memFree=124253824/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19042400 memory=825036 CPUtime=1.23 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 11229 0 0 0 106 17 0 0 20 0 19 0 141608938 19499417600 206259 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760600 206259 5853 1 0 552172 0
[pid=725050/tid=725052] ppid=725047 vsize=19042400 memory=5464 CPUtime=0.61 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 6412 0 0 0 46 15 0 0 20 0 19 0 141608939 19499417600 206259 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19042400 memory=13116 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19499417600 206259 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19042400 memory=0 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608942 19499417600 206259 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19042400 KiB
Current children cumulated memory: 825036 KiB

[startup+1.50035 s]
/proc/loadavg: 1.93 2.31 2.84 8/331 725070
/proc/meminfo: memFree=120567492/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=3330300 CPUtime=2.69 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 23786 0 0 0 201 68 0 0 20 0 19 0 141608938 19498610688 832575 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 832575 5853 1 0 1104471 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=13116 CPUtime=1.38 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 7618 0 0 0 75 63 0 0 20 0 19 0 141608939 19498610688 832575 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 832575 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 832575 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3330300 KiB

[startup+3.10633 s]
/proc/loadavg: 1.93 2.31 2.84 5/331 725072
/proc/meminfo: memFree=117045520/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=3492584 CPUtime=4.3 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 23998 0 0 0 359 71 0 0 20 0 19 0 141608938 19498610688 873146 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 873146 5869 1 0 1104489 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=0 CPUtime=2.91 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 7697 0 0 0 224 67 0 0 20 0 19 0 141608939 19498610688 873146 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=13116 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 873146 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=3492092 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 873146 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3492584 KiB

[startup+6.30033 s]
/proc/loadavg: 2.10 2.34 2.84 5/331 725072
/proc/meminfo: memFree=114954556/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=3953860 CPUtime=7.58 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 24762 0 0 0 677 81 0 0 20 0 19 0 141608938 19498610688 988465 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 988465 5869 1 0 1225647 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=0 CPUtime=5.91 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 7938 0 0 0 515 76 0 0 20 0 19 0 141608939 19498610688 988465 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=3492092 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 988465 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=228489167166 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 988465 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 7.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3953860 KiB

[startup+12.7002 s]
/proc/loadavg: 2.33 2.38 2.85 6/331 725072
/proc/meminfo: memFree=112782980/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=4432868 CPUtime=14.17 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 26133 0 0 0 1326 91 0 0 20 0 19 0 141608938 19498610688 1108217 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1108217 5869 1 0 1340538 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=4428508 CPUtime=11.95 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 8891 0 0 0 1110 85 0 0 20 0 19 0 141608939 19498610688 1108217 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=3970656 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1108217 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=14130030909326656 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1108217 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 14.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4432868 KiB

[startup+25.5003 s]
/proc/loadavg: 2.77 2.48 2.88 5/331 725076
/proc/meminfo: memFree=112193580/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=4467908 CPUtime=27.18 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 29448 0 0 0 2624 94 0 0 20 0 19 0 141608938 19498610688 1116977 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1116977 5869 1 0 1340538 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=4459708 CPUtime=24.22 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 10301 0 0 0 2336 86 0 0 20 0 19 0 141608939 19498610688 1116977 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1116977 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1116977 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 27.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4467908 KiB

[startup+51.1061 s]
/proc/loadavg: 3.19 2.60 2.91 5/331 725079
/proc/meminfo: memFree=111993632/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=4515692 CPUtime=53.05 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 34357 0 0 0 5206 99 0 0 20 0 19 0 141608938 19498610688 1128923 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1128923 5869 1 0 1340538 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=0 CPUtime=49.1 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 13108 0 0 0 4824 86 0 0 20 0 19 0 141608939 19498610688 1128923 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=4432868 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1128923 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=3492584 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1128923 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 53.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4515692 KiB

[startup+102.3 s]
/proc/loadavg: 3.27 2.72 2.94 4/305 725121
/proc/meminfo: memFree=116122504/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=4583540 CPUtime=104.56 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 42305 0 0 0 10350 106 0 0 20 0 19 0 141608938 19498610688 1145885 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1145885 5869 1 0 1340538 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=4577388 CPUtime=99.18 cores=4,6

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

/proc/meminfo: memFree=124269228/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3221.3 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 266405 0 0 0 321630 500 0 0 20 0 19 0 141608938 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1310571 5869 1 0 1340591 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3182.22 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 113553 0 0 0 318082 140 0 0 20 0 19 0 141608939 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 4562 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 3221.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5242284 KiB

[startup+3282.3 s]
/proc/loadavg: 1.16 1.36 1.77 2/252 726961
/proc/meminfo: memFree=124268592/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3281.11 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 270852 0 0 0 327604 507 0 0 20 0 19 0 141608938 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1310571 5869 1 0 1340591 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3241.59 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 115465 0 0 0 324018 141 0 0 20 0 19 0 141608939 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=-9044459746194447340 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 4651 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 3281.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5242284 KiB

[startup+3342.3 s]
/proc/loadavg: 1.11 1.31 1.72 2/254 726976
/proc/meminfo: memFree=124267900/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3340.91 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 275244 0 0 0 333578 513 0 0 20 0 19 0 141608938 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1310571 5869 1 0 1340591 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=-8672079549910393532 CPUtime=3300.97 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 117243 0 0 0 329956 141 0 0 20 0 19 0 141608939 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=13116 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 4740 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 3340.91 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5242284 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.26 1.68 2/255 726989
/proc/meminfo: memFree=124267132/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3400.71 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 279608 0 0 0 339553 518 0 0 20 0 19 0 141608938 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1310571 5869 1 0 1340591 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3360.34 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 119008 0 0 0 335892 142 0 0 20 0 19 0 141608939 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=13116 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 4829 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 3400.71 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5242284 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.24 1.64 2/255 727002
/proc/meminfo: memFree=124266424/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3460.52 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 283389 0 0 0 345528 524 0 0 20 0 19 0 141608938 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1310571 5869 1 0 1340591 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3419.73 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 120575 0 0 0 341830 143 0 0 20 0 19 0 141608939 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=13116 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=-8672079549910393532 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 4918 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 3460.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5242284 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.21 1.61 2/256 727013
/proc/meminfo: memFree=124265780/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3520.32 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 287173 0 0 0 351502 530 0 0 20 0 19 0 141608938 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1310571 5869 1 0 1340591 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3479.11 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 122579 0 0 0 347767 144 0 0 20 0 19 0 141608939 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 5007 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 3520.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5242284 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.19 1.57 2/256 727024
/proc/meminfo: memFree=124264872/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3580.12 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 291604 0 0 0 357477 535 0 0 20 0 19 0 141608938 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1310571 5869 1 0 1340591 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3538.5 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 124443 0 0 0 353706 144 0 0 20 0 19 0 141608939 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=11376 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 5096 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 3580.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5242284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.3 s]
/proc/loadavg: 1.08 1.17 1.56 2/254 727028
/proc/meminfo: memFree=124264872/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3600.06 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 293468 0 0 0 359469 537 0 0 20 0 19 0 141608938 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1310571 5869 1 0 1340591 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3558.26 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 125069 0 0 0 355682 144 0 0 20 0 19 0 141608939 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 5185 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5242284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.77 s, system=5.39533 s

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

[startup+3602.3 s]
/proc/loadavg: 1.08 1.17 1.56 2/254 727028
/proc/meminfo: memFree=124264872/131524600 swapFree=131071996/131071996
[pid=725050] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3600.06 cores=4,6
/proc/725050/stat : 725050 (java) S 725047 725050 722508 0 -1 1077936128 293468 0 0 0 359469 537 0 0 20 0 19 0 141608938 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
/proc/725050/statm: 4760403 1310571 5869 1 0 1340591 0
[pid=725050/tid=725052] ppid=725047 vsize=19041612 memory=5242284 CPUtime=3558.26 cores=4,6
/proc/725050/task/725052/stat : 725052 (java) R 725047 725050 722508 0 -1 4194368 125069 0 0 0 355682 144 0 0 20 0 19 0 141608939 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725061] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725061/stat : 725061 (Finalizer) S 725047 725050 722508 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141608941 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
[pid=725050/tid=725068] ppid=725047 vsize=19041612 memory=5242284 CPUtime=0 cores=4,6
/proc/725050/task/725068/stat : 725068 (Common-Cleaner) S 725047 725050 722508 0 -1 1077936192 5185 0 0 0 0 0 0 0 20 0 19 0 141608942 19498610688 1310571 134679101440 93864902135808 93864902139504 140733294260448 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93864902147320 93864902148112 93864907763712 140733294269459 140733294269567 140733294269567 140733294276552 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5242284 KiB

Child status: 143

Real time (s): 3602.36
CPU time (s): 3600.16
CPU user time (s): 3594.77
CPU system time (s): 5.39533
CPU usage (%): 99.9389
Max. virtual memory (cumulated for all children) (KiB): 19045776
Max. memory (cumulated for all children) (KiB): 5242284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.77
system time used= 5.39533
maximum resident set size= 5243956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296691
page faults= 0
swaps= 0
block input operations= 24
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 636214
involuntary context switches= 14008


# summary of solver processes directly reported to runsolver:
#   pid: 725050
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3594.77
#   total CPU system time (s): 5.39533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.51418 second user time and 18.7382 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-13 20:13:41
IDJOB=4424673
IDBENCH=144142
IDSOLVER=3036
FILE ID=nodeC030/4424673-1720894408
RUNJOBID= nodeC030-1720894421-724936
SLURM_JOB_ID= 7485819
Free space on /tmp= 889912 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph13_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424673-1720894408/watcher-4424673-1720894408 -o /tmp/evaluation-result-4424673-1720894408/solver-4424673-1720894408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720894421-724936 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424673-1720894408.wbo

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

MD5SUM BENCH= 3b3f4aa0f9e5bc80725226257d35d467
RANDOM SEED=1177297713

nodeC030.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		: 3600.001
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.28
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		: 3600.850
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.11
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		: 3599.630
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.28
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		: 3604.731
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.11
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		: 3600.005
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.28
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		: 3600.960
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.11
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		: 3599.823
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.28
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		: 3606.479
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128860164 kB
MemAvailable:   129261908 kB
Buffers:          326808 kB
Cached:           916208 kB
SwapCached:            0 kB
Active:           490732 kB
Inactive:        1595444 kB
Active(anon):       1516 kB
Inactive(anon):   879072 kB
Active(file):     489216 kB
Inactive(file):   716372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            174868 kB
Writeback:             0 kB
AnonPages:        842528 kB
Mapped:           121396 kB
Shmem:             37720 kB
KReclaimable:      71956 kB
Slab:             171228 kB
SReclaimable:      71956 kB
SUnreclaim:        99272 kB
KernelStack:        4944 kB
PageTables:        11328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7397640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56384 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 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:      201428 kB
DirectMap2M:     7960576 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 889996 MiB
End job on nodeC030 at 2024-07-13 21:13:44