Trace number 4495718

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 2025-06-06? (TO) 3600.26 3578.19

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww3.opb
MD5SUMbbc1115e586f74a0f8929a975bad121a
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 benchmark0.013638
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
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 58925135
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 568217345
Number of bits of the biggest sum of numbers30
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: ANY
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 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 Armin Biere (Picosat) restarts strategy
0.13/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
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-4495718-1751162676.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.009s.
0.13/0.17	c declared #vars     68
0.13/0.17	c #constraints  2
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.13/0.17	c 2 constraints processed.
14.70/12.71	c cleaning 2495 clauses out of 5000
60.55/57.92	c cleaning 4245 clauses out of 8505
154.94/152.07	c cleaning 5621 clauses out of 11261
328.04/324.81	c cleaning 6814 clauses out of 13639
584.16/580.62	c cleaning 7906 clauses out of 15827
908.93/904.98	c cleaning 8953 clauses out of 17921
1329.16/1323.83	c cleaning 9977 clauses out of 19966
1892.15/1885.44	c cleaning 10985 clauses out of 21991
2568.43/2557.98	c cleaning 11995 clauses out of 24004
3406.73/3386.74	c cleaning 13004 clauses out of 26012
3600.09/3578.12	c starts		: 90
3600.09/3578.13	c conflicts		: 98395
3600.09/3578.13	c decisions		: 114389
3600.09/3578.13	c propagations		: 449562
3600.09/3578.13	c inspects		: 3339622876
3600.09/3578.13	c shortcuts		: 0
3600.09/3578.13	c learnt literals	: 0
3600.09/3578.13	c learnt binary clauses	: 0
3600.09/3578.13	c learnt ternary clauses	: 0
3600.09/3578.13	c learnt constraints	: 98395
3600.09/3578.13	c ignored constraints	: 0
3600.09/3578.13	c root simplifications	: 0
3600.09/3578.13	c removed literals (reason simplification)	: 0
3600.09/3578.13	c reason swapping (by a shorter reason)	: 0
3600.09/3578.14	c Calls to reduceDB	: 10
3600.09/3578.14	c Number of update (reduction) of LBD	: 0
3600.09/3578.14	c Imported unit clauses	: 0
3600.09/3578.14	c No decision after first conflict	: false
3600.09/3578.14	c number of reductions to clauses (during analyze)	: 0
3600.09/3578.14	c number of learned constraints concerned by reduction	: 0
3600.09/3578.14	c number of learning phase by resolution	: 0
3600.09/3578.14	c number of learning phase by cutting planes	: 0
3600.09/3578.14	c number of rounding to 1 operations	: 0
3600.09/3578.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3578.14	c number of reductions of the coefficients by power 2 	: 0
3600.09/3578.14	c number of right shift for reduction by power 2 	: 0
3600.09/3578.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3578.14	c number of ending skipping 	: 0
3600.09/3578.14	c number of internal skipping 	: 0
3600.09/3578.14	c number of derivation steps 	: 388978
3600.09/3578.14	c number of skipped derivation steps 	: 0
3600.09/3578.14	c number of remaining unassigned 	: 16329
3600.09/3578.14	c number of remaining assigned 	: 14039467
3600.09/3578.14	c number of falsified literals weakened from reason	: 0
3600.09/3578.14	c number of falsified literals weakened from conflict	: 0
3600.09/3578.14	c time for arithmetic operations	: 3413401598
3600.09/3578.15	c minimum degree of deleted constraints	: null
3600.09/3578.15	c maximum degree of deleted constraints	: null
3600.09/3578.15	c number of deleted constraints	: 0
3600.09/3578.16	c speed (assignments/second)	: 125.64673290881122
3600.09/3578.16	c non guided choices	: 55
3600.09/3578.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.09/3578.17	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 16399
3600.09/3578.18	s UNKNOWN
3600.09/3578.18	c Total wall clock time (in seconds): 3578.022

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: 63708 MiB (58065 MiB free)
  memory of node 1: 64465 MiB (61695 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495718-1751162676/watcher-4495718-1751162676 -o /tmp/evaluation-result-4495718-1751162676/solver-4495718-1751162676 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751159086-19278 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4495718-1751162676.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 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
solver pid=19793, runsolver pid=19790
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.14 4.14 4.09 5/319 19819
/proc/meminfo: memFree=125403720/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=18930384 memory=57720 CPUtime=0.13 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 6556 0 0 0 11 2 0 0 20 0 18 0 31946204 19384713216 14430 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4732596 14430 5329 1 0 547603 0
[pid=19793/tid=19795] ppid=19790 vsize=18930384 memory=4026532141 CPUtime=0.08 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 5063 0 0 0 7 1 0 0 20 0 18 0 31946205 19384713216 14430 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31946208 19384713216 14430 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=18930384 memory=61784027576291 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31946208 19384713216 14430 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57720 KiB

[startup+0.205791 s]*
/proc/loadavg: 4.14 4.14 4.09 6/319 19826
/proc/meminfo: memFree=125401232/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=18996948 memory=64308 CPUtime=0.32 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 7392 0 0 0 30 2 0 0 20 0 19 0 31946204 19452874752 16077 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4749237 16077 5393 1 0 548389 0
[pid=19793/tid=19795] ppid=19790 vsize=18996948 memory=3472328300254199928 CPUtime=0.17 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 5397 0 0 0 16 1 0 0 20 0 19 0 31946205 19452874752 16592 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=18996948 memory=241407623509 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31946208 19452874752 16592 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=18996948 memory=61784027576291 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31946208 19452874752 16592 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31946222 19452874752 16592 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64308 KiB

[startup+0.305811 s]*
/proc/loadavg: 4.14 4.14 4.09 5/317 19830
/proc/meminfo: memFree=125394560/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=18996948 memory=89656 CPUtime=0.51 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 8374 0 0 0 48 3 0 0 20 0 19 0 31946204 19452874752 22414 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4749237 22414 5393 1 0 548884 0
[pid=19793/tid=19795] ppid=19790 vsize=18996948 memory=4137290303932963203 CPUtime=0.26 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 5422 0 0 0 24 2 0 0 20 0 19 0 31946205 19452874752 22414 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=18996948 memory=8039887049847965353 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31946208 19452874752 22414 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31946208 19452874752 22414 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31946222 19452874752 22414 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89656 KiB

[startup+0.700225 s]
/proc/loadavg: 4.14 4.14 4.09 6/317 19849
/proc/meminfo: memFree=125318844/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=161972 CPUtime=1.27 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 10122 0 0 0 122 5 0 0 20 0 20 0 31946204 19521036288 40493 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 40493 5457 1 0 550050 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=17408 CPUtime=0.63 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 5474 0 0 0 60 3 0 0 20 0 20 0 31946205 19521036288 40493 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 40493 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=4121085280418097077 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 40493 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=4480 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 40493 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161972 KiB

[startup+1.50024 s]
/proc/loadavg: 4.14 4.14 4.09 8/340 19876
/proc/meminfo: memFree=125207176/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=250308 CPUtime=2.85 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 19621 0 0 0 277 8 0 0 20 0 20 0 31946204 19521036288 62577 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 62577 5457 1 0 552565 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=11136 CPUtime=1.41 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 5705 0 0 0 137 4 0 0 20 0 20 0 31946205 19521036288 62577 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=4480 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 62577 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 62577 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 62577 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 250308 KiB

[startup+3.10566 s]
/proc/loadavg: 4.37 4.19 4.11 5/320 19894
/proc/meminfo: memFree=126596052/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=844660 CPUtime=5.01 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 21044 0 0 0 482 19 0 0 20 0 20 0 31946204 19521036288 211165 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 211165 5457 1 0 552571 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=0 CPUtime=3 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 6563 0 0 0 286 14 0 0 20 0 20 0 31946205 19521036288 211165 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 211165 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 211165 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 211165 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 844660 KiB

[startup+6.30017 s]
/proc/loadavg: 4.37 4.19 4.11 6/341 19944
/proc/meminfo: memFree=125586908/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1138960 CPUtime=8.23 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 21858 0 0 0 798 25 0 0 20 0 20 0 31946204 19521036288 284740 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 284740 5457 1 0 552571 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=11136 CPUtime=6.16 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 6741 0 0 0 596 20 0 0 20 0 20 0 31946205 19521036288 284740 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 284740 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 284740 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 284740 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 8.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1138960 KiB

[startup+12.7002 s]
/proc/loadavg: 4.31 4.18 4.11 5/341 19944
/proc/meminfo: memFree=124081936/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1317164 CPUtime=14.7 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 24263 0 0 0 1440 30 0 0 20 0 20 0 31946204 19521036288 329291 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 329291 5457 1 0 552571 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=14572 CPUtime=12.5 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 7929 0 0 0 1227 23 0 0 20 0 20 0 31946205 19521036288 329291 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=1317164 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 329291 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 329291 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=2208 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 329291 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 14.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317164 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.18 4.11 5/341 19944
/proc/meminfo: memFree=123875876/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1331768 CPUtime=27.73 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 32464 0 0 0 2742 31 0 0 20 0 20 0 31946204 19521036288 332942 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 332942 5457 1 0 552652 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=11136 CPUtime=25.19 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 10107 0 0 0 2495 24 0 0 20 0 20 0 31946205 19521036288 332942 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=2208 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 332942 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=1328572 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 332942 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=-6000919506999010158 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 332942 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 27.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331768 KiB

[startup+51.1059 s]
/proc/loadavg: 4.25 4.18 4.11 5/341 19945
/proc/meminfo: memFree=123103860/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1348236 CPUtime=53.5 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 36784 0 0 0 5318 32 0 0 20 0 20 0 31946204 19521036288 337059 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 337059 5457 1 0 552652 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=1792 CPUtime=50.55 cores=1,3

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

/proc/meminfo: memFree=121869492/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1863540 CPUtime=3240.73 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 90532 0 0 0 323924 149 0 0 20 0 20 0 31946204 19521036288 465885 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 465885 5457 1 0 555878 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=1844824 CPUtime=3196.27 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 36034 0 0 0 319595 32 0 0 20 0 20 0 31946205 19521036288 465885 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 465885 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=1861488 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 1350 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 465885 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=1861488 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 465885 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 3240.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1863540 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/341 20236
/proc/meminfo: memFree=121756444/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1871968 CPUtime=3301.32 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 90986 0 0 0 329981 151 0 0 20 0 20 0 31946204 19521036288 467992 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 467992 5457 1 0 555899 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=1871968 CPUtime=3255.69 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 36430 0 0 0 325537 32 0 0 20 0 20 0 31946205 19521036288 467992 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=1871968 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 467992 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=1871968 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 1350 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 467992 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=-4421386504838015845 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 467992 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 3301.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1871968 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.20 4.18 5/341 20240
/proc/meminfo: memFree=121639564/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1878136 CPUtime=3361.94 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 92543 0 0 0 336042 152 0 0 20 0 20 0 31946204 19521036288 469534 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 469534 5457 1 0 555926 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=3200 CPUtime=3315.12 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 37398 0 0 0 331480 32 0 0 20 0 20 0 31946205 19521036288 469534 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=1878136 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 469534 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=1878136 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 1429 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 469534 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 469534 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 3361.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1878136 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.19 4.18 5/341 20253
/proc/meminfo: memFree=121548488/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1886412 CPUtime=3422.47 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 94130 0 0 0 342092 155 0 0 20 0 20 0 31946204 19521036288 471603 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 471603 5457 1 0 555926 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=1882240 CPUtime=3374.6 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 38479 0 0 0 337427 33 0 0 20 0 20 0 31946205 19521036288 471603 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=2208 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 471603 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=1886412 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 1448 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 471603 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=1886412 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 471603 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 3422.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1886412 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.19 4.18 5/341 20255
/proc/meminfo: memFree=121449804/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1894620 CPUtime=3483.06 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 94231 0 0 0 348149 157 0 0 20 0 20 0 31946204 19521036288 473655 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 473655 5457 1 0 555926 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=1882240 CPUtime=3434.06 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 38497 0 0 0 343373 33 0 0 20 0 20 0 31946205 19521036288 473655 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=1892568 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 473655 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 1478 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 473655 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 473655 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 3483.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1894620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.23 4.19 5/340 20257
/proc/meminfo: memFree=121385236/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1900800 CPUtime=3543.69 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 94497 0 0 0 354210 159 0 0 20 0 20 0 31946204 19521036288 475200 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 475200 5457 1 0 555926 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=1900800 CPUtime=3493.49 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 38709 0 0 0 349316 33 0 0 20 0 20 0 31946205 19521036288 475200 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=1892568 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 475200 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=1898740 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 1478 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 475200 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=1900800 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 475200 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 3543.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1900800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.11 s]
/proc/loadavg: 4.23 4.21 4.19 5/340 20259
/proc/meminfo: memFree=121314732/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1906956 CPUtime=3600.09 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 95823 0 0 0 359848 161 0 0 20 0 20 0 31946204 19521036288 476739 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 476739 5457 1 0 555926 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=1906956 CPUtime=3548.79 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 39592 0 0 0 354846 33 0 0 20 0 20 0 31946205 19521036288 476739 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 476739 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 1478 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 476739 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=1906956 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 476739 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1906956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.63 s, system=1.62631 s

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

[startup+3578.11 s]
/proc/loadavg: 4.23 4.21 4.19 5/340 20259
/proc/meminfo: memFree=121314732/131249996 swapFree=33010684/33010684
[pid=19793] ppid=19790 vsize=19063512 memory=1906956 CPUtime=3600.09 cores=1,3
/proc/19793/stat : 19793 (java) S 19790 19793 19266 0 -1 4194304 95823 0 0 0 359848 161 0 0 20 0 20 0 31946204 19521036288 476739 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
/proc/19793/statm: 4765878 476739 5457 1 0 555926 0
[pid=19793/tid=19795] ppid=19790 vsize=19063512 memory=1906956 CPUtime=3548.79 cores=1,3
/proc/19793/task/19795/stat : 19795 (java) R 19790 19793 19266 0 -1 4194368 39592 0 0 0 354846 33 0 0 20 0 20 0 31946205 19521036288 476739 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19804] ppid=19790 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/19793/task/19804/stat : 19804 (Finalizer) S 19790 19793 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 476739 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19811] ppid=19790 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/19793/task/19811/stat : 19811 (Common-Cleaner) S 19790 19793 19266 0 -1 4194368 1478 0 0 0 0 0 0 0 20 0 20 0 31946208 19521036288 476739 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
[pid=19793/tid=19826] ppid=19790 vsize=19063512 memory=1906956 CPUtime=0 cores=1,3
/proc/19793/task/19826/stat : 19826 (Timer-0) S 19790 19793 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31946222 19521036288 476739 18446744073709551615 94796138242048 94796138245744 140737340500448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94796138253560 94796138254352 94796145229824 140737340508542 140737340508646 140737340508646 140737340514248 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1906956 KiB

Child status: 143

Real time (s): 3578.19
CPU time (s): 3600.26
CPU user time (s): 3598.63
CPU system time (s): 1.62631
CPU usage (%): 100.617
Max. virtual memory (cumulated for all children) (KiB): 19064684
Max. memory (cumulated for all children) (KiB): 1906956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.63
system time used= 1.62631
maximum resident set size= 1907852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98335
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133441
involuntary context switches= 7187


# summary of solver processes directly reported to runsolver:
#   pid: 19793
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3598.63
#   total CPU system time (s): 1.62631

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03764 second user time and 16.9252 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 04:04:36
IDJOB=4495718
IDBENCH=148096
IDSOLVER=3361
FILE ID=nodeC032/4495718-1751162676
RUNJOBID= nodeC032-1751159086-19278
SLURM_JOB_ID= 9587498
Free space on /tmp= 432068 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495718-1751162676/watcher-4495718-1751162676 -o /tmp/evaluation-result-4495718-1751162676/solver-4495718-1751162676 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751159086-19278 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4495718-1751162676.opb

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

MD5SUM BENCH= bbc1115e586f74a0f8929a975bad121a
RANDOM SEED=421135697

nodeC032 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.842
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.69
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.849
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.69
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.840
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.69
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		: 3528.799
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.69
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.779
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.69
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.856
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.508
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.69
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		: 3601.302
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122635084 kB
MemAvailable:   122249448 kB
Buffers:            3280 kB
Cached:           393388 kB
SwapCached:            0 kB
Active:          7914912 kB
Inactive:         152580 kB
Active(anon):    7688892 kB
Inactive(anon):        0 kB
Active(file):     226020 kB
Inactive(file):   152580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               744 kB
Writeback:             0 kB
AnonPages:       7674216 kB
Mapped:           122204 kB
Shmem:             18068 kB
KReclaimable:      85484 kB
Slab:             168908 kB
SReclaimable:      85484 kB
SUnreclaim:        83424 kB
KernelStack:        5232 kB
PageTables:        18752 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10061156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7444480 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432064 MiB
End job on nodeC032 at 2025-06-29 05:04:14