Trace number 4511846

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.24 3603.19

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
MD5SUM59fcb85c6ef97ea95ede85b6c75e382f
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 benchmark3.33101
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables685824
Total number of constraints5870
Number of constraints which are clauses2678
Number of constraints which are cardinality constraints (but not clauses)2678
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2679
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 962884
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2177919
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.08	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.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-4511846-1751209356.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
7.86/5.69	c ... done. Wall clock time 5.531s.
7.86/5.69	c declared #vars     685824
7.86/5.69	c #constraints  5870
7.86/5.69	c constraints type 
7.86/5.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 514
7.86/5.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2678
7.86/5.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2678
7.86/5.69	c 5870 constraints processed.
3600.09/3603.12	c starts		: 2
3600.09/3603.13	c conflicts		: 195
3600.09/3603.13	c decisions		: 1328775
3600.09/3603.13	c propagations		: 1649669
3600.09/3603.13	c inspects		: 2906940
3600.09/3603.13	c shortcuts		: 0
3600.09/3603.13	c learnt literals	: 0
3600.09/3603.13	c learnt binary clauses	: 0
3600.09/3603.13	c learnt ternary clauses	: 0
3600.09/3603.13	c learnt constraints	: 194
3600.09/3603.14	c ignored constraints	: 0
3600.09/3603.14	c root simplifications	: 0
3600.09/3603.14	c removed literals (reason simplification)	: 0
3600.09/3603.14	c reason swapping (by a shorter reason)	: 0
3600.09/3603.14	c Calls to reduceDB	: 0
3600.09/3603.14	c Number of update (reduction) of LBD	: 0
3600.09/3603.14	c Imported unit clauses	: 0
3600.09/3603.14	c No decision after first conflict	: false
3600.09/3603.14	c number of reductions to clauses (during analyze)	: 0
3600.09/3603.14	c number of learned constraints concerned by reduction	: 0
3600.09/3603.14	c number of learning phase by resolution	: 0
3600.09/3603.14	c number of learning phase by cutting planes	: 0
3600.09/3603.14	c number of rounding to 1 operations	: 0
3600.09/3603.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3603.14	c number of reductions of the coefficients by power 2 	: 0
3600.09/3603.14	c number of right shift for reduction by power 2 	: 0
3600.09/3603.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3603.14	c number of ending skipping 	: 0
3600.09/3603.14	c number of internal skipping 	: 0
3600.09/3603.14	c number of derivation steps 	: 1610
3600.09/3603.14	c number of skipped derivation steps 	: 0
3600.09/3603.14	c number of remaining unassigned 	: 938215
3600.09/3603.14	c number of remaining assigned 	: 3159210
3600.09/3603.14	c number of falsified literals weakened from reason	: 0
3600.09/3603.14	c number of falsified literals weakened from conflict	: 0
3600.09/3603.14	c time for arithmetic operations	: 2159850689
3600.09/3603.15	c minimum degree of deleted constraints	: null
3600.09/3603.15	c maximum degree of deleted constraints	: null
3600.09/3603.15	c number of deleted constraints	: 0
3600.09/3603.16	c speed (assignments/second)	: 458.5700307442556
3600.09/3603.16	c non guided choices	: 1099665
3600.09/3603.16	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 194
3600.09/3603.16	s UNKNOWN
3600.09/3603.16	c Total wall clock time (in seconds): 3603.001

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511846-1751209356/watcher-4511846-1751209356 -o /tmp/evaluation-result-4511846-1751209356/solver-4511846-1751209356 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751204626-29782 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4511846-1751209356.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=30754, runsolver pid=30751
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.55 4.40 4.31 5/339 30772
/proc/meminfo: memFree=121693668/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=18930384 memory=57256 CPUtime=0.13 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 6470 0 0 0 11 2 0 0 20 0 18 0 36613335 19384713216 14314 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4732596 14314 5332 1 0 547604 0
[pid=30754/tid=30756] ppid=30751 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) S 30751 30754 29769 0 -1 4194368 5046 0 0 0 6 1 0 0 20 0 18 0 36613336 19384713216 14314 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36613338 19384713216 14314 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=18930384 memory=59585004307076 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36613339 19384713216 14314 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57256 KiB

[startup+0.205895 s]*
/proc/loadavg: 4.55 4.40 4.31 7/339 30772
/proc/meminfo: memFree=121672180/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=18930384 memory=85940 CPUtime=0.32 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 6898 0 0 0 29 3 0 0 20 0 18 0 36613335 19384713216 21485 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4732596 21485 5428 1 0 547941 0
[pid=30754/tid=30756] ppid=30751 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 5369 0 0 0 16 1 0 0 20 0 18 0 36613336 19384713216 21485 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=18930384 memory=15140 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36613338 19384713216 21485 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36613339 19384713216 21485 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 85940 KiB

[startup+0.306044 s]*
/proc/loadavg: 4.55 4.40 4.31 6/339 30772
/proc/meminfo: memFree=121636892/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=18930384 memory=121124 CPUtime=0.5 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 8598 0 0 0 47 3 0 0 20 0 18 0 36613335 19384713216 30281 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4732596 30281 5428 1 0 549045 0
[pid=30754/tid=30756] ppid=30751 vsize=18930384 memory=-6000919502771154028 CPUtime=0.28 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 5385 0 0 0 26 2 0 0 20 0 18 0 36613336 19384713216 30281 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36613338 19384713216 30281 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36613339 19384713216 30281 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 121124 KiB

[startup+0.700248 s]
/proc/loadavg: 4.55 4.40 4.31 6/340 30773
/proc/meminfo: memFree=121547916/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=18996948 memory=245456 CPUtime=1.26 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 11114 0 0 0 120 6 0 0 20 0 19 0 36613335 19452874752 61364 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4749237 61364 5460 1 0 550418 0
[pid=30754/tid=30756] ppid=30751 vsize=18996948 memory=17536 CPUtime=0.56 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) S 30751 30754 29769 0 -1 4194368 5421 0 0 0 53 3 0 0 20 0 19 0 36613336 19452874752 61364 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36613338 19452874752 61364 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36613339 19452874752 61364 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 245456 KiB

[startup+1.50026 s]
/proc/loadavg: 4.55 4.40 4.31 7/340 30773
/proc/meminfo: memFree=121432944/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=18996948 memory=690456 CPUtime=2.85 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 15825 0 0 0 269 16 0 0 20 0 19 0 36613335 19452874752 172614 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4749237 172614 5460 1 0 1396935 0
[pid=30754/tid=30756] ppid=30751 vsize=18996948 memory=3200 CPUtime=1.11 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 5618 0 0 0 103 8 0 0 20 0 19 0 36613336 19452874752 172614 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36613338 19452874752 172614 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36613339 19452874752 172614 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 690456 KiB

[startup+3.1058 s]
/proc/loadavg: 4.55 4.40 4.31 5/340 30773
/proc/meminfo: memFree=119325804/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=18996948 memory=2739920 CPUtime=4.99 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 18258 0 0 0 443 56 0 0 20 0 19 0 36613335 19452874752 684980 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4749237 684980 5524 1 0 2209720 0
[pid=30754/tid=30756] ppid=30751 vsize=18996948 memory=10752 CPUtime=2.49 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 6811 0 0 0 206 43 0 0 20 0 19 0 36613336 19452874752 684980 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36613338 19452874752 684980 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36613339 19452874752 684980 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 4.99 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2739920 KiB

[startup+6.30026 s]
/proc/loadavg: 4.51 4.40 4.31 5/341 30774
/proc/meminfo: memFree=118146420/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=3617132 CPUtime=8.93 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 22714 0 0 0 819 74 0 0 20 0 20 0 36613335 19521036288 904283 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 904283 5524 1 0 2212284 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=5632 CPUtime=5.46 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 7408 0 0 0 486 60 0 0 20 0 20 0 36613336 19521036288 904283 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 904283 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=-6000919502771154028 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 904283 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 904283 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3617132 KiB

[startup+12.7002 s]
/proc/loadavg: 4.55 4.41 4.31 5/341 30775
/proc/meminfo: memFree=118073456/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=3660272 CPUtime=15.65 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 22773 0 0 0 1490 75 0 0 20 0 20 0 36613335 19521036288 915068 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 915068 5524 1 0 2212284 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=10752 CPUtime=11.83 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 7432 0 0 0 1122 61 0 0 20 0 20 0 36613336 19521036288 915068 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=3660272 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 915068 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=3660272 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 915068 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 915068 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 15.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3660272 KiB

[startup+25.5002 s]
/proc/loadavg: 4.50 4.40 4.31 7/341 30775
/proc/meminfo: memFree=118004832/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=3722232 CPUtime=28.92 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 27034 0 0 0 2814 78 0 0 20 0 20 0 36613335 19521036288 930558 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 930558 5524 1 0 2212371 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=3660272 CPUtime=24.59 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 8251 0 0 0 2397 62 0 0 20 0 20 0 36613336 19521036288 930558 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 930558 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=3711864 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 930558 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=3662320 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 930558 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 28.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3722232 KiB

[startup+51.106 s]
/proc/loadavg: 4.53 4.42 4.32 5/341 30775
/proc/meminfo: memFree=117801584/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=3915564 CPUtime=55.53 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 35480 0 0 0 5469 84 0 0 20 0 20 0 36613335 19521036288 978891 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 978891 5524 1 0 2212378 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=3915436 CPUtime=49.98 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 9223 0 0 0 4934 64 0 0 20 0 20 0 36613336 19521036288 978891 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 978891 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 978891 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=3839484 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 978891 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 55.53 s
Current children cumulated vsize: 19063512 KiB

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

/proc/meminfo: memFree=109837796/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=8190296 CPUtime=3280.04 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 132708 0 0 0 327723 281 0 0 20 0 20 0 36613335 19521036288 2047574 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 2047574 5524 1 0 2212463 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=8190296 CPUtime=3267.02 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 48987 0 0 0 326558 144 0 0 20 0 20 0 36613336 19521036288 2047574 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=8190296 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 2047574 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 3841 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 2047574 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 2047574 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 3280.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8190296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.20 4.18 5/341 31137
/proc/meminfo: memFree=109770572/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3340.05 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 136580 0 0 0 333721 284 0 0 20 0 20 0 36613335 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 2062448 5524 1 0 2212463 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3326.68 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 49387 0 0 0 332524 144 0 0 20 0 20 0 36613336 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 3929 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 3340.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8249792 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.24 4.20 5/340 31142
/proc/meminfo: memFree=109770216/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3399.87 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 138198 0 0 0 339701 286 0 0 20 0 20 0 36613335 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 2062448 5524 1 0 2212463 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3386.47 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 50850 0 0 0 338503 144 0 0 20 0 20 0 36613336 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 3964 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 3399.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8249792 KiB

[startup+3462.3 s]
/proc/loadavg: 4.49 4.31 4.22 5/342 31150
/proc/meminfo: memFree=109770108/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3459.66 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 139776 0 0 0 345678 288 0 0 20 0 20 0 36613335 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 2062448 5524 1 0 2212463 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3446.24 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 51916 0 0 0 344480 144 0 0 20 0 20 0 36613336 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 3996 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 3459.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8249792 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.29 4.22 5/342 31163
/proc/meminfo: memFree=107271856/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3519.5 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 140841 0 0 0 351660 290 0 0 20 0 20 0 36613335 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 2062448 5524 1 0 2212463 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=14592 CPUtime=3506.05 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 52588 0 0 0 350461 144 0 0 20 0 20 0 36613336 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 4125 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 3519.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8249792 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.27 4.21 5/342 31165
/proc/meminfo: memFree=107271776/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3579.34 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 141471 0 0 0 357642 292 0 0 20 0 20 0 36613335 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 2062448 5524 1 0 2212463 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3565.87 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 52805 0 0 0 356443 144 0 0 20 0 20 0 36613336 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 4252 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 3579.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8249792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.11 s]
/proc/loadavg: 4.28 4.28 4.22 5/341 31166
/proc/meminfo: memFree=107271628/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3600.09 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 141836 0 0 0 359717 292 0 0 20 0 20 0 36613335 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 2062448 5524 1 0 2212463 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3586.61 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 52899 0 0 0 358517 144 0 0 20 0 20 0 36613336 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 4252 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8249792 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.28 s, system=2.95344 s

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

[startup+3603.11 s]
/proc/loadavg: 4.28 4.28 4.22 5/341 31166
/proc/meminfo: memFree=107271628/131249996 swapFree=33010684/33010684
[pid=30754] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3600.09 cores=5,7
/proc/30754/stat : 30754 (java) S 30751 30754 29769 0 -1 4194304 141836 0 0 0 359717 292 0 0 20 0 20 0 36613335 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
/proc/30754/statm: 4765878 2062448 5524 1 0 2212463 0
[pid=30754/tid=30756] ppid=30751 vsize=19063512 memory=8249792 CPUtime=3586.61 cores=5,7
/proc/30754/task/30756/stat : 30756 (java) R 30751 30754 29769 0 -1 4194368 52899 0 0 0 358517 144 0 0 20 0 20 0 36613336 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30765] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30765/stat : 30765 (Finalizer) S 30751 30754 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36613338 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30772] ppid=30751 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30754/task/30772/stat : 30772 (Common-Cleaner) S 30751 30754 29769 0 -1 4194368 4252 0 0 0 0 0 0 0 20 0 20 0 36613339 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
[pid=30754/tid=30774] ppid=30751 vsize=19063512 memory=8249792 CPUtime=0 cores=5,7
/proc/30754/task/30774/stat : 30774 (Timer-0) S 30751 30754 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36613908 19521036288 2062448 18446744073709551615 94224386174976 94224386178672 140722550484944 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94224386186488 94224386187280 94224403206144 140722550491518 140722550491622 140722550491622 140722550497224 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8249792 KiB

Child status: 143

Real time (s): 3603.19
CPU time (s): 3600.24
CPU user time (s): 3597.28
CPU system time (s): 2.95344
CPU usage (%): 99.9181
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8249792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.28
system time used= 2.95344
maximum resident set size= 8250816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113357
involuntary context switches= 20905


# summary of solver processes directly reported to runsolver:
#   pid: 30754
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.28
#   total CPU system time (s): 2.95344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.4857 second user time and 18.1492 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 17:02:37
IDJOB=4511846
IDBENCH=160485
IDSOLVER=3361
FILE ID=nodeC021/4511846-1751209356
RUNJOBID= nodeC021-1751204626-29782
SLURM_JOB_ID= 9587618
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511846-1751209356/watcher-4511846-1751209356 -o /tmp/evaluation-result-4511846-1751209356/solver-4511846-1751209356 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751204626-29782 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4511846-1751209356.opb

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

MD5SUM BENCH= 59fcb85c6ef97ea95ede85b6c75e382f
RANDOM SEED=624341671

nodeC021 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.515
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.56
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.754
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.56
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.777
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.56
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		: 3600.295
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.56
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.797
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.56
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.795
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.56
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		: 3601.980
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.56
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		: 3604.255
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121711724 kB
MemAvailable:   121726500 kB
Buffers:            3280 kB
Cached:           823360 kB
SwapCached:            0 kB
Active:          8361952 kB
Inactive:         566004 kB
Active(anon):    8119376 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   566004 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32212 kB
Writeback:             0 kB
AnonPages:       8104200 kB
Mapped:           122652 kB
Shmem:             18060 kB
KReclaimable:      90472 kB
Slab:             177056 kB
SReclaimable:      90472 kB
SUnreclaim:        86584 kB
KernelStack:        5200 kB
PageTables:        19548 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9323360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7843840 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC021 at 2025-06-29 18:02:40