Trace number 4511703

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.2 3605.38

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm95p-dec.opb.negationfix.opb
MD5SUM4a42be2aaf272439af058ac9b796a856
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.94313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables661504
Total number of constraints5680
Number of constraints which are clauses2583
Number of constraints which are cardinality constraints (but not clauses)2583
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2584
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 935283
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2150318
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.07	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4511703-1751206237.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
14.44/11.71	c ... done. Wall clock time 11.55s.
14.44/11.71	c declared #vars     661504
14.44/11.71	c #constraints  5680
14.44/11.71	c constraints type 
14.44/11.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2583
14.44/11.71	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 514
14.44/11.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2583
14.44/11.71	c 5680 constraints processed.
3600.05/3605.32	c starts		: 1
3600.05/3605.34	c conflicts		: 47
3600.05/3605.34	c decisions		: 652458
3600.05/3605.34	c propagations		: 704506
3600.05/3605.34	c inspects		: 668770
3600.05/3605.34	c shortcuts		: 0
3600.05/3605.34	c learnt literals	: 0
3600.05/3605.34	c learnt binary clauses	: 0
3600.05/3605.34	c learnt ternary clauses	: 0
3600.05/3605.34	c learnt constraints	: 46
3600.05/3605.34	c ignored constraints	: 0
3600.05/3605.34	c root simplifications	: 0
3600.05/3605.34	c removed literals (reason simplification)	: 0
3600.05/3605.34	c reason swapping (by a shorter reason)	: 0
3600.05/3605.34	c Calls to reduceDB	: 0
3600.05/3605.34	c Number of update (reduction) of LBD	: 64
3600.05/3605.34	c Imported unit clauses	: 0
3600.05/3605.34	c No decision after first conflict	: false
3600.05/3605.34	c number of reductions to clauses (during analyze)	: 0
3600.05/3605.34	c number of learned constraints concerned by reduction	: 0
3600.05/3605.34	c number of learning phase by resolution	: 0
3600.05/3605.34	c number of learning phase by cutting planes	: 0
3600.05/3605.34	c number of rounding to 1 operations	: 0
3600.05/3605.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3605.34	c number of reductions of the coefficients by power 2 	: 0
3600.05/3605.34	c number of right shift for reduction by power 2 	: 0
3600.05/3605.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3605.34	c number of ending skipping 	: 0
3600.05/3605.34	c number of internal skipping 	: 0
3600.05/3605.34	c number of derivation steps 	: 433
3600.05/3605.35	c number of skipped derivation steps 	: 0
3600.05/3605.35	c number of remaining unassigned 	: 525703
3600.05/3605.35	c number of remaining assigned 	: 1854864
3600.05/3605.35	c number of falsified literals weakened from reason	: 0
3600.05/3605.35	c number of falsified literals weakened from conflict	: 0
3600.05/3605.35	c time for arithmetic operations	: 1123042502
3600.05/3605.35	c minimum degree of deleted constraints	: null
3600.05/3605.35	c maximum degree of deleted constraints	: null
3600.05/3605.35	c number of deleted constraints	: 0
3600.05/3605.35	c speed (assignments/second)	: 196.04485312205378
3600.05/3605.35	c non guided choices	: 650529
3600.05/3605.35	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 46
3600.05/3605.36	s UNKNOWN
3600.05/3605.36	c Total wall clock time (in seconds): 3605.2

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=33788, runsolver pid=33785

[startup+0.10006 s]*
/proc/loadavg: 4.38 4.33 3.74 5/345 33806
/proc/meminfo: memFree=119837852/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=18930384 memory=57784 CPUtime=0.13 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 6569 0 0 0 10 3 0 0 20 0 18 0 36301617 19384713216 14446 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4732596 14446 5339 1 0 547603 0
[pid=33788/tid=33790] ppid=33785 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 5067 0 0 0 6 1 0 0 20 0 18 0 36301618 19384713216 14446 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36301620 19384713216 14446 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=18930384 memory=58485492706614 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36301620 19384713216 14446 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57784 KiB

[startup+0.205844 s]*
/proc/loadavg: 4.38 4.33 3.74 7/345 33806
/proc/meminfo: memFree=119805084/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=18930384 memory=101268 CPUtime=0.32 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 7135 0 0 0 28 4 0 0 20 0 18 0 36301617 19384713216 25317 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4732596 25317 5435 1 0 547955 0
[pid=33788/tid=33790] ppid=33785 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 5422 0 0 0 15 2 0 0 20 0 18 0 36301618 19384713216 25317 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=18930384 memory=18949 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36301620 19384713216 25317 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36301620 19384713216 25317 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101268 KiB

[startup+0.305864 s]*
/proc/loadavg: 4.38 4.33 3.74 6/345 33806
/proc/meminfo: memFree=119725496/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=18930384 memory=181636 CPUtime=0.51 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 8919 0 0 0 45 6 0 0 20 0 18 0 36301617 19384713216 45409 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4732596 45409 5435 1 0 549099 0
[pid=33788/tid=33790] ppid=33785 vsize=18930384 memory=-6000919485540952428 CPUtime=0.27 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 5493 0 0 0 23 4 0 0 20 0 18 0 36301618 19384713216 45409 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36301620 19384713216 45409 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36301620 19384713216 45409 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 181636 KiB

[startup+0.700225 s]
/proc/loadavg: 4.38 4.33 3.74 6/346 33807
/proc/meminfo: memFree=119527756/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=18996948 memory=407256 CPUtime=1.26 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 12353 0 0 0 116 10 0 0 20 0 19 0 36301617 19452874752 101814 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4749237 101814 5467 1 0 551697 0
[pid=33788/tid=33790] ppid=33785 vsize=18996948 memory=17536 CPUtime=0.58 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 5645 0 0 0 52 6 0 0 20 0 19 0 36301618 19452874752 101814 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36301620 19452874752 101814 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 36301620 19452874752 101814 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 407256 KiB

[startup+1.50019 s]
/proc/loadavg: 4.38 4.33 3.74 6/346 33807
/proc/meminfo: memFree=119456108/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=18996948 memory=977200 CPUtime=2.49 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 13888 0 0 0 228 21 0 0 20 0 19 0 36301617 19452874752 244300 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4749237 244300 5467 1 0 1096900 0
[pid=33788/tid=33790] ppid=33785 vsize=18996948 memory=3328 CPUtime=1.23 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 6079 0 0 0 108 15 0 0 20 0 19 0 36301618 19452874752 244300 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36301620 19452874752 244300 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 36301620 19452874752 244300 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 977200 KiB

[startup+3.10583 s]
/proc/loadavg: 4.43 4.34 3.74 6/347 33808
/proc/meminfo: memFree=117113424/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=18996948 memory=2989808 CPUtime=4.37 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 15896 0 0 0 376 61 0 0 20 0 19 0 36301617 19452874752 747452 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4749237 747452 5467 1 0 1742667 0
[pid=33788/tid=33790] ppid=33785 vsize=18996948 memory=10752 CPUtime=2.64 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 7355 0 0 0 213 51 0 0 20 0 19 0 36301618 19452874752 747452 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36301620 19452874752 747452 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 36301620 19452874752 747452 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2989808 KiB

[startup+6.30018 s]
/proc/loadavg: 4.43 4.34 3.74 5/347 33809
/proc/meminfo: memFree=116677336/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=18996948 memory=3233180 CPUtime=7.93 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 16710 0 0 0 726 67 0 0 20 0 19 0 36301617 19452874752 808295 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4749237 808295 5499 1 0 1868031 0
[pid=33788/tid=33790] ppid=33785 vsize=18996948 memory=5632 CPUtime=5.6 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 7653 0 0 0 504 56 0 0 20 0 19 0 36301618 19452874752 808295 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36301620 19452874752 808295 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=18996948 memory=-6000919485540952428 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 36301620 19452874752 808295 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 7.93 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3233180 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.33 3.75 5/348 33810
/proc/meminfo: memFree=116127308/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=3835148 CPUtime=16.11 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 28786 0 0 0 1529 82 0 0 20 0 20 0 36301617 19521036288 958787 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 958787 5499 1 0 2086314 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=3233180 CPUtime=11.51 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 8366 0 0 0 1085 66 0 0 20 0 20 0 36301618 19521036288 958787 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 958787 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 958787 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 958787 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 16.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3835148 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.33 3.75 5/348 33810
/proc/meminfo: memFree=115970588/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=3880832 CPUtime=29.46 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 35171 0 0 0 2862 84 0 0 20 0 20 0 36301617 19521036288 970208 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 970208 5499 1 0 2086375 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=-6000919485540952428 CPUtime=24.27 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 10010 0 0 0 2360 67 0 0 20 0 20 0 36301618 19521036288 970208 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 970208 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 970208 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 970208 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 29.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3880832 KiB

[startup+51.106 s]
/proc/loadavg: 4.25 4.30 3.76 5/348 33810
/proc/meminfo: memFree=115826128/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=3967104 CPUtime=55.43 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 40985 0 0 0 5456 87 0 0 20 0 20 0 36301617 19521036288 991776 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 991776 5499 1 0 2086375 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=3967104 CPUtime=49.77 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 10932 0 0 0 4909 68 0 0 20 0 20 0 36301618 19521036288 991776 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=3926016 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 991776 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=3926016 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 991776 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 991776 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 55.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3967104 KiB


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

/proc/meminfo: memFree=105133920/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=6245764 CPUtime=3278.07 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 108184 0 0 0 327567 240 0 0 20 0 20 0 36301617 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 1561441 5499 1 0 2086462 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=14848 CPUtime=3268.07 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 44787 0 0 0 326674 133 0 0 20 0 20 0 36301618 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 4522 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 3278.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6245764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.13 4.14 5/345 34137
/proc/meminfo: memFree=105071880/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=6245764 CPUtime=3337.87 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 109531 0 0 0 333545 242 0 0 20 0 20 0 36301617 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 1561441 5499 1 0 2086462 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=6245764 CPUtime=3327.85 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 45780 0 0 0 332652 133 0 0 20 0 20 0 36301618 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 4662 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 3337.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6245764 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.16 4.14 5/343 34139
/proc/meminfo: memFree=105014736/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=6245764 CPUtime=3397.65 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 109986 0 0 0 339522 243 0 0 20 0 20 0 36301617 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 1561441 5499 1 0 2086462 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=10752 CPUtime=3387.61 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 46128 0 0 0 338627 134 0 0 20 0 20 0 36301618 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 4738 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=-6000919485540952428 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 3397.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6245764 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.19 4.15 5/342 34207
/proc/meminfo: memFree=106800956/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=6245764 CPUtime=3457.45 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 110270 0 0 0 345499 246 0 0 20 0 20 0 36301617 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 1561441 5499 1 0 2086462 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=6245764 CPUtime=3447.37 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 46183 0 0 0 344603 134 0 0 20 0 20 0 36301618 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 4880 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 1561441 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 3457.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6245764 KiB

[startup+3522.3 s]
/proc/loadavg: 4.43 4.26 4.18 5/343 34210
/proc/meminfo: memFree=106059468/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=6323588 CPUtime=3517.34 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 112129 0 0 0 351485 249 0 0 20 0 20 0 36301617 19521036288 1580897 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 1580897 5499 1 0 2086462 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=4380 CPUtime=3507.15 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 47324 0 0 0 350579 136 0 0 20 0 20 0 36301618 19521036288 1580897 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=6245764 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1580897 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=6323588 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 4881 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1580897 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=6323588 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 1580897 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 3517.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6323588 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.22 4.17 5/342 34214
/proc/meminfo: memFree=105736556/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=6327684 CPUtime=3577.14 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 112276 0 0 0 357463 251 0 0 20 0 20 0 36301617 19521036288 1581921 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 1581921 5499 1 0 2086462 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=0 CPUtime=3566.91 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 47373 0 0 0 356555 136 0 0 20 0 20 0 36301618 19521036288 1581921 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=6327684 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1581921 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 4894 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1581921 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=6327684 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 1581921 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 3577.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6327684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.3 s]
/proc/loadavg: 4.15 4.20 4.17 5/342 34214
/proc/meminfo: memFree=105663176/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=6393220 CPUtime=3600.05 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 113288 0 0 0 359752 253 0 0 20 0 20 0 36301617 19521036288 1598305 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 1598305 5499 1 0 2086462 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=6323588 CPUtime=3589.82 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 48275 0 0 0 358844 138 0 0 20 0 20 0 36301618 19521036288 1598305 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1598305 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=6393220 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 4990 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1598305 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=198340509722 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 1598305 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6393220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.63 s, system=2.56409 s

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

[startup+3605.3 s]
/proc/loadavg: 4.15 4.20 4.17 5/342 34214
/proc/meminfo: memFree=105663176/131249996 swapFree=33010684/33010684
[pid=33788] ppid=33785 vsize=19063512 memory=6393220 CPUtime=3600.05 cores=0,2
/proc/33788/stat : 33788 (java) S 33785 33788 32508 0 -1 4194304 113288 0 0 0 359752 253 0 0 20 0 20 0 36301617 19521036288 1598305 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
/proc/33788/statm: 4765878 1598305 5499 1 0 2086462 0
[pid=33788/tid=33790] ppid=33785 vsize=19063512 memory=6323588 CPUtime=3589.82 cores=0,2
/proc/33788/task/33790/stat : 33790 (java) R 33785 33788 32508 0 -1 4194368 48275 0 0 0 358844 138 0 0 20 0 20 0 36301618 19521036288 1598305 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33799] ppid=33785 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/33788/task/33799/stat : 33799 (Finalizer) S 33785 33788 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1598305 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33806] ppid=33785 vsize=19063512 memory=6393220 CPUtime=0 cores=0,2
/proc/33788/task/33806/stat : 33806 (Common-Cleaner) S 33785 33788 32508 0 -1 4194368 4990 0 0 0 0 0 0 0 20 0 20 0 36301620 19521036288 1598305 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
[pid=33788/tid=33810] ppid=33785 vsize=19063512 memory=198340509722 CPUtime=0 cores=0,2
/proc/33788/task/33810/stat : 33810 (Timer-0) S 33785 33788 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36302791 19521036288 1598305 18446744073709551615 94735615455232 94735615458928 140731612031984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94735615466744 94735615467536 94735617802240 140731612035373 140731612035558 140731612035558 140731612041160 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6393220 KiB

Child status: 143

Real time (s): 3605.38
CPU time (s): 3600.2
CPU user time (s): 3597.63
CPU system time (s): 2.56409
CPU usage (%): 99.8562
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6393220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.63
system time used= 2.56409
maximum resident set size= 6404720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115911
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109937
involuntary context switches= 9539


# summary of solver processes directly reported to runsolver:
#   pid: 33788
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.63
#   total CPU system time (s): 2.56409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.60945 second user time and 17.1292 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 16:10:37
IDJOB=4511703
IDBENCH=160480
IDSOLVER=3362
FILE ID=nodeC024/4511703-1751206237
RUNJOBID= nodeC024-1751204986-32518
SLURM_JOB_ID= 9587622
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm95p-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-4511703-1751206237/watcher-4511703-1751206237 -o /tmp/evaluation-result-4511703-1751206237/solver-4511703-1751206237 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32518 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511703-1751206237 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511703-1751206237.opb

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

MD5SUM BENCH= 4a42be2aaf272439af058ac9b796a856
RANDOM SEED=1812987558

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.242
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		: 3599.673
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		: 3599.673
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.781
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.885
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.693
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		: 3600.451
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		: 3700.000
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:        119861288 kB
MemAvailable:   121009920 kB
Buffers:            3280 kB
Cached:          1956004 kB
SwapCached:            0 kB
Active:          9107192 kB
Inactive:        1701168 kB
Active(anon):    8867288 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):  1701168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44376 kB
Writeback:             0 kB
AnonPages:       8851840 kB
Mapped:           122712 kB
Shmem:             18064 kB
KReclaimable:      93196 kB
Slab:             180244 kB
SReclaimable:      93196 kB
SUnreclaim:        87048 kB
KernelStack:        5296 kB
PageTables:        21024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10467276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151608 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8615936 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= 432944 MiB
End job on nodeC024 at 2025-06-29 17:10:43