Trace number 4511775

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 CP VeriPB 2025-06-06? (TO) 3600.19 3603.4

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm75p-dec.opb.negationfix.opb
MD5SUMeb6e6db1d5217c0fcba95884ddbb513a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.31338
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables542720
Total number of constraints4752
Number of constraints which are clauses2119
Number of constraints which are cardinality constraints (but not clauses)2119
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2120
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 758276
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 1973311
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
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@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 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@18ef96
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-4511775-1751207186.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.17	c  no objective function found
11.33/8.84	c ... done. Wall clock time 8.673s.
11.33/8.84	c declared #vars     542720
11.33/8.84	c #constraints  4752
11.33/8.84	c constraints type 
11.33/8.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2119
11.33/8.84	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 514
11.33/8.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2119
11.33/8.84	c 4752 constraints processed.
3600.04/3603.32	c starts		: 2
3600.04/3603.33	c conflicts		: 265
3600.04/3603.33	c decisions		: 1045851
3600.04/3603.33	c propagations		: 1303469
3600.04/3603.34	c inspects		: 641238
3600.04/3603.34	c shortcuts		: 0
3600.04/3603.34	c learnt literals	: 0
3600.04/3603.34	c learnt binary clauses	: 0
3600.04/3603.34	c learnt ternary clauses	: 0
3600.04/3603.34	c learnt constraints	: 264
3600.04/3603.34	c ignored constraints	: 0
3600.04/3603.34	c root simplifications	: 0
3600.04/3603.34	c removed literals (reason simplification)	: 0
3600.04/3603.34	c reason swapping (by a shorter reason)	: 0
3600.04/3603.34	c Calls to reduceDB	: 0
3600.04/3603.34	c Number of update (reduction) of LBD	: 386
3600.04/3603.34	c Imported unit clauses	: 0
3600.04/3603.34	c No decision after first conflict	: false
3600.04/3603.34	c number of reductions to clauses (during analyze)	: 0
3600.04/3603.34	c number of learned constraints concerned by reduction	: 0
3600.04/3603.34	c number of learning phase by resolution	: 0
3600.04/3603.34	c number of learning phase by cutting planes	: 0
3600.04/3603.34	c number of rounding to 1 operations	: 0
3600.04/3603.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3603.34	c number of reductions of the coefficients by power 2 	: 0
3600.04/3603.34	c number of right shift for reduction by power 2 	: 0
3600.04/3603.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3603.34	c number of ending skipping 	: 0
3600.04/3603.34	c number of internal skipping 	: 0
3600.04/3603.34	c number of derivation steps 	: 2064
3600.04/3603.34	c number of skipped derivation steps 	: 0
3600.04/3603.34	c number of remaining unassigned 	: 827496
3600.04/3603.34	c number of remaining assigned 	: 4639004
3600.04/3603.34	c number of falsified literals weakened from reason	: 0
3600.04/3603.34	c number of falsified literals weakened from conflict	: 0
3600.04/3603.34	c time for arithmetic operations	: 933972050
3600.04/3603.35	c minimum degree of deleted constraints	: null
3600.04/3603.35	c maximum degree of deleted constraints	: null
3600.04/3603.35	c number of deleted constraints	: 0
3600.04/3603.35	c speed (assignments/second)	: 362.63146224773425
3600.04/3603.35	c non guided choices	: 902173
3600.04/3603.35	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 264
3600.04/3603.36	s UNKNOWN
3600.04/3603.36	c Total wall clock time (in seconds): 3603.197

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: 63665 MiB (53933 MiB free)
  memory of node 1: 64507 MiB (60919 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511775-1751207186/watcher-4511775-1751207186 -o /tmp/evaluation-result-4511775-1751207186/solver-4511775-1751207186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32520 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511775-1751207186 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511775-1751207186.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=33907, runsolver pid=33904

[startup+0.100061 s]*
/proc/loadavg: 4.19 4.17 4.03 5/341 33925
/proc/meminfo: memFree=117589068/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=18930384 memory=55756 CPUtime=0.13 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 6540 0 0 0 11 2 0 0 20 0 18 0 36396502 19384713216 13939 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4732596 13939 5369 1 0 547587 0
[pid=33907/tid=33909] ppid=33904 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 5036 0 0 0 6 1 0 0 20 0 18 0 36396503 19384713216 13939 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36396505 19384713216 13939 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=18930384 memory=58485492706614 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36396506 19384713216 13939 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55756 KiB

[startup+0.205938 s]*
/proc/loadavg: 4.19 4.17 4.03 7/341 33925
/proc/meminfo: memFree=117551952/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=18930384 memory=93084 CPUtime=0.31 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 7117 0 0 0 28 3 0 0 20 0 18 0 36396502 19384713216 23271 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4732596 23271 5465 1 0 547958 0
[pid=33907/tid=33909] ppid=33904 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 5400 0 0 0 15 2 0 0 20 0 18 0 36396503 19384713216 23271 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=18930384 memory=18949 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36396505 19384713216 23271 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36396506 19384713216 23271 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93084 KiB

[startup+0.305889 s]*
/proc/loadavg: 4.19 4.17 4.03 6/341 33925
/proc/meminfo: memFree=117457052/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=18930384 memory=189564 CPUtime=0.5 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 8812 0 0 0 45 5 0 0 20 0 18 0 36396502 19384713216 47391 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4732596 47391 5465 1 0 549075 0
[pid=33907/tid=33909] ppid=33904 vsize=18930384 memory=-6000919489970006380 CPUtime=0.27 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 5448 0 0 0 23 4 0 0 20 0 18 0 36396503 19384713216 47391 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36396505 19384713216 47391 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36396506 19384713216 47391 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 189564 KiB

[startup+0.700231 s]
/proc/loadavg: 4.19 4.17 4.03 10/342 33926
/proc/meminfo: memFree=117222700/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=18996948 memory=441900 CPUtime=1.26 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 12294 0 0 0 115 11 0 0 20 0 19 0 36396502 19452874752 110475 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4749237 110475 5497 1 0 551689 0
[pid=33907/tid=33909] ppid=33904 vsize=18996948 memory=17536 CPUtime=0.58 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 5543 0 0 0 51 7 0 0 20 0 19 0 36396503 19452874752 110475 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36396505 19452874752 110475 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36396506 19452874752 110475 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 441900 KiB

[startup+1.50027 s]
/proc/loadavg: 4.19 4.17 4.03 8/342 33926
/proc/meminfo: memFree=117156784/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=18996948 memory=1053776 CPUtime=2.55 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 13546 0 0 0 232 23 0 0 20 0 19 0 36396502 19452874752 263444 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4749237 263444 5497 1 0 1078090 0
[pid=33907/tid=33909] ppid=33904 vsize=18996948 memory=3328 CPUtime=1.22 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) S 33904 33907 32508 0 -1 4194368 5803 0 0 0 106 16 0 0 20 0 19 0 36396503 19452874752 263444 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36396505 19452874752 263444 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36396506 19452874752 263444 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1053776 KiB

[startup+3.10572 s]
/proc/loadavg: 4.17 4.16 4.03 5/342 33926
/proc/meminfo: memFree=115026248/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=18996948 memory=2685136 CPUtime=4.41 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 15817 0 0 0 387 54 0 0 20 0 19 0 36396502 19452874752 671284 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4749237 671284 5497 1 0 1679965 0
[pid=33907/tid=33909] ppid=33904 vsize=18996948 memory=10752 CPUtime=2.65 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 6893 0 0 0 220 45 0 0 20 0 19 0 36396503 19452874752 671284 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36396505 19452874752 671284 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36396506 19452874752 671284 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2685136 KiB

[startup+6.30024 s]
/proc/loadavg: 4.17 4.16 4.03 6/342 33926
/proc/meminfo: memFree=114756196/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=18996948 memory=2957696 CPUtime=7.9 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 16812 0 0 0 732 58 0 0 20 0 19 0 36396502 19452874752 739424 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4749237 739424 5529 1 0 1888871 0
[pid=33907/tid=33909] ppid=33904 vsize=18996948 memory=5632 CPUtime=5.6 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 7197 0 0 0 512 48 0 0 20 0 19 0 36396503 19452874752 739424 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36396505 19452874752 739424 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=18996948 memory=-6000919489970006380 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36396506 19452874752 739424 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 7.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2957696 KiB

[startup+12.7003 s]
/proc/loadavg: 4.24 4.18 4.03 5/343 33927
/proc/meminfo: memFree=114336936/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=3417628 CPUtime=15.92 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 28157 0 0 0 1521 71 0 0 20 0 20 0 36396502 19521036288 854407 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 854407 5529 1 0 2004647 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=10752 CPUtime=11.71 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 7608 0 0 0 1115 56 0 0 20 0 20 0 36396503 19521036288 854407 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 854407 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 854407 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 854407 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 15.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3417628 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.17 4.03 5/343 33927
/proc/meminfo: memFree=114323908/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=3481388 CPUtime=29.08 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 33007 0 0 0 2835 73 0 0 20 0 20 0 36396502 19521036288 870347 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 870347 5529 1 0 2004647 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=0 CPUtime=24.47 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 8461 0 0 0 2390 57 0 0 20 0 20 0 36396503 19521036288 870347 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 870347 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=-6000919489970006380 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 870347 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=1066192 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 870347 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 29.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3481388 KiB

[startup+51.1059 s]
/proc/loadavg: 4.19 4.17 4.03 5/344 33930
/proc/meminfo: memFree=114073276/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=3679416 CPUtime=56.15 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 43759 0 0 0 5536 79 0 0 20 0 20 0 36396502 19521036288 919854 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 919854 5529 1 0 2004655 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=3660984 CPUtime=50 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 10320 0 0 0 4939 61 0 0 20 0 20 0 36396503 19521036288 919854 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=3557676 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 919854 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 919854 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 919854 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 56.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3679416 KiB

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

/proc/meminfo: memFree=103322428/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=7388196 CPUtime=3280.08 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 132038 0 0 0 327750 258 0 0 20 0 20 0 36396502 19521036288 1847049 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 1847049 5529 1 0 2004836 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=14848 CPUtime=3268.63 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 57011 0 0 0 326725 138 0 0 20 0 20 0 36396503 19521036288 1847049 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 1847049 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=7388196 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 4703 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 1847049 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=7388196 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 1847049 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 3280.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7388196 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/342 34315
/proc/meminfo: memFree=103314644/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=7390244 CPUtime=3339.92 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 135861 0 0 0 333731 261 0 0 20 0 20 0 36396502 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 1847561 5529 1 0 2004836 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=7388196 CPUtime=3328.25 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 57292 0 0 0 332687 138 0 0 20 0 20 0 36396503 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=7390244 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=7390244 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 4777 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=7390244 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 3339.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7390244 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.14 4.15 5/341 34318
/proc/meminfo: memFree=103139496/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=7390244 CPUtime=3399.7 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 136222 0 0 0 339708 262 0 0 20 0 20 0 36396502 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 1847561 5529 1 0 2004836 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=7390244 CPUtime=3388.01 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 57572 0 0 0 338663 138 0 0 20 0 20 0 36396503 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=7390244 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=7390244 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 4779 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=7390244 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 3399.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7390244 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/341 34320
/proc/meminfo: memFree=103015976/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=7390244 CPUtime=3459.51 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 136750 0 0 0 345687 264 0 0 20 0 20 0 36396502 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 1847561 5529 1 0 2004836 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=7390244 CPUtime=3447.78 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 57874 0 0 0 344640 138 0 0 20 0 20 0 36396503 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=7390244 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=7390244 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 4841 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 1847561 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 3459.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7390244 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.12 4.14 5/340 34322
/proc/meminfo: memFree=102942544/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=7394340 CPUtime=3519.32 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 137415 0 0 0 351666 266 0 0 20 0 20 0 36396502 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 1848585 5529 1 0 2004836 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=7390244 CPUtime=3507.56 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 58340 0 0 0 350618 138 0 0 20 0 20 0 36396503 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=7390244 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 4903 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=7394340 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 3519.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7394340 KiB

[startup+3582.3 s]
/proc/loadavg: 4.42 4.19 4.16 5/340 34324
/proc/meminfo: memFree=102888912/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=7394340 CPUtime=3579.12 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 137866 0 0 0 357644 268 0 0 20 0 20 0 36396502 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 1848585 5529 1 0 2004836 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=7390244 CPUtime=3567.33 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 58598 0 0 0 356595 138 0 0 20 0 20 0 36396503 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=7394340 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 4965 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 3579.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7394340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.3 s]
/proc/loadavg: 4.43 4.21 4.17 5/341 34326
/proc/meminfo: memFree=102838020/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=7394340 CPUtime=3600.04 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 137978 0 0 0 359736 268 0 0 20 0 20 0 36396502 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 1848585 5529 1 0 2004836 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=7394340 CPUtime=3588.25 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 58628 0 0 0 358687 138 0 0 20 0 20 0 36396503 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 5033 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=-4050210904893539475 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7394340 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.48 s, system=2.71413 s

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

[startup+3603.3 s]
/proc/loadavg: 4.43 4.21 4.17 5/341 34326
/proc/meminfo: memFree=102838020/131249996 swapFree=33010684/33010684
[pid=33907] ppid=33904 vsize=19063512 memory=7394340 CPUtime=3600.04 cores=1,3
/proc/33907/stat : 33907 (java) S 33904 33907 32508 0 -1 4194304 137978 0 0 0 359736 268 0 0 20 0 20 0 36396502 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
/proc/33907/statm: 4765878 1848585 5529 1 0 2004836 0
[pid=33907/tid=33909] ppid=33904 vsize=19063512 memory=7394340 CPUtime=3588.25 cores=1,3
/proc/33907/task/33909/stat : 33909 (java) R 33904 33907 32508 0 -1 4194368 58628 0 0 0 358687 138 0 0 20 0 20 0 36396503 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33918] ppid=33904 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/33907/task/33918/stat : 33918 (Finalizer) S 33904 33907 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36396505 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33925] ppid=33904 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/33907/task/33925/stat : 33925 (Common-Cleaner) S 33904 33907 32508 0 -1 4194368 5033 0 0 0 0 0 0 0 20 0 20 0 36396506 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
[pid=33907/tid=33927] ppid=33904 vsize=19063512 memory=-4050210904893539475 CPUtime=0 cores=1,3
/proc/33907/task/33927/stat : 33927 (Timer-0) S 33904 33907 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36397389 19521036288 1848585 18446744073709551615 93895776985088 93895776988784 140728346673376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93895776996600 93895776997392 93895778549760 140728346679597 140728346679782 140728346679782 140728346685384 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7394340 KiB

Child status: 143

Real time (s): 3603.4
CPU time (s): 3600.19
CPU user time (s): 3597.48
CPU system time (s): 2.71413
CPU usage (%): 99.911
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7394340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.48
system time used= 2.71413
maximum resident set size= 7395364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140798
page faults= 0
swaps= 0
block input operations= 0
block output operations= 133744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108716
involuntary context switches= 4013


# summary of solver processes directly reported to runsolver:
#   pid: 33907
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.48
#   total CPU system time (s): 2.71413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.67513 second user time and 20.0163 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 16:26:26
IDJOB=4511775
IDBENCH=160483
IDSOLVER=3362
FILE ID=nodeC024/4511775-1751207186
RUNJOBID= nodeC024-1751204986-32520
SLURM_JOB_ID= 9587622
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm75p-dec.opb.negationfix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511775-1751207186/watcher-4511775-1751207186 -o /tmp/evaluation-result-4511775-1751207186/solver-4511775-1751207186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32520 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511775-1751207186 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511775-1751207186.opb

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

MD5SUM BENCH= eb6e6db1d5217c0fcba95884ddbb513a
RANDOM SEED=632917785

nodeC024 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.674
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.025
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3624.149
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.651
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.699
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.858
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3635.842
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.715
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117608656 kB
MemAvailable:   118890044 kB
Buffers:            3280 kB
Cached:          2088660 kB
SwapCached:            0 kB
Active:         11021328 kB
Inactive:        1833884 kB
Active(anon):   10781424 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):  1833884 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             31424 kB
Writeback:             0 kB
AnonPages:      10765964 kB
Mapped:           122868 kB
Shmem:             18064 kB
KReclaimable:      93276 kB
Slab:             180416 kB
SReclaimable:      93276 kB
SUnreclaim:        87140 kB
KernelStack:        5232 kB
PageTables:        24792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   15110708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10496000 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432876 MiB
End job on nodeC024 at 2025-06-29 17:26:30