Trace number 4511882

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.46 3597.62

General information on the benchmark

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

Solver Data

0.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.16	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.19	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.12/0.20	c Number of processors 	2
0.40/0.38	c Pseudo Boolean Optimization by upper bound
0.40/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.40/0.38	c  - never skip resolution steps
0.40/0.38	c  - Auto-division on coefficients is disabled
0.40/0.38	c  - No postprocessing
0.40/0.38	c  - Conflict is considered as is when resolving
0.40/0.38	c  - Use constraints as they come during conflict analysis
0.40/0.38	c  - Weaken first using unassigned literals
0.40/0.38	c  - Bump strategy: ALWAYS_ONE
0.40/0.38	c  - Bumper: ANY
0.40/0.38	c --- Begin Solver configuration ---
0.40/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.40/0.38	c Learn all clauses as in MiniSAT
0.40/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.40/0.38	c No reason simplification
0.40/0.38	c Armin Biere (Picosat) restarts strategy
0.40/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.40/0.38	c timeout=2147483s
0.40/0.38	c DB Simplification allowed=false
0.40/0.38	c Listener: none
0.40/0.38	c --- End Solver configuration ---
0.40/0.38	c solving HOME/instance-4511882-1751209838.opb
0.40/0.38	c reading problem ... 
0.40/0.39	c  no objective function found
9.04/6.60	c ... done. Wall clock time 6.219s.
9.04/6.60	c declared #vars     607488
9.04/6.60	c #constraints  5258
9.04/6.60	c constraints type 
9.04/6.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 514
9.04/6.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2372
9.04/6.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2372
9.04/6.60	c 5258 constraints processed.
3600.09/3597.46	c starts		: 2
3600.09/3597.50	c conflicts		: 183
3600.09/3597.50	c decisions		: 1178251
3600.09/3597.50	c propagations		: 1374389
3600.09/3597.50	c inspects		: 5249394
3600.09/3597.50	c shortcuts		: 0
3600.30/3597.50	c learnt literals	: 0
3600.30/3597.50	c learnt binary clauses	: 0
3600.30/3597.50	c learnt ternary clauses	: 0
3600.30/3597.51	c learnt constraints	: 182
3600.30/3597.51	c ignored constraints	: 0
3600.30/3597.51	c root simplifications	: 0
3600.30/3597.51	c removed literals (reason simplification)	: 0
3600.30/3597.51	c reason swapping (by a shorter reason)	: 0
3600.30/3597.51	c Calls to reduceDB	: 0
3600.30/3597.51	c Number of update (reduction) of LBD	: 0
3600.30/3597.51	c Imported unit clauses	: 0
3600.30/3597.52	c No decision after first conflict	: false
3600.30/3597.52	c number of reductions to clauses (during analyze)	: 0
3600.30/3597.52	c number of learned constraints concerned by reduction	: 0
3600.30/3597.52	c number of learning phase by resolution	: 0
3600.30/3597.52	c number of learning phase by cutting planes	: 0
3600.30/3597.52	c number of rounding to 1 operations	: 0
3600.30/3597.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.30/3597.52	c number of reductions of the coefficients by power 2 	: 0
3600.30/3597.53	c number of right shift for reduction by power 2 	: 0
3600.30/3597.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.30/3597.53	c number of ending skipping 	: 0
3600.30/3597.53	c number of internal skipping 	: 0
3600.30/3597.53	c number of derivation steps 	: 1327
3600.30/3597.53	c number of skipped derivation steps 	: 0
3600.30/3597.53	c number of remaining unassigned 	: 582925
3600.30/3597.53	c number of remaining assigned 	: 3629515
3600.30/3597.53	c number of falsified literals weakened from reason	: 0
3600.30/3597.53	c number of falsified literals weakened from conflict	: 0
3600.30/3597.53	c time for arithmetic operations	: 1484942357
3600.30/3597.54	c minimum degree of deleted constraints	: null
3600.30/3597.54	c maximum degree of deleted constraints	: null
3600.30/3597.54	c number of deleted constraints	: 0
3600.30/3597.55	c speed (assignments/second)	: 382.7459400450866
3600.30/3597.55	c non guided choices	: 1025917
3600.30/3597.55	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 182
3600.30/3597.56	s UNKNOWN
3600.30/3597.56	c Total wall clock time (in seconds): 3597.182

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511882-1751209838/watcher-4511882-1751209838 -o /tmp/evaluation-result-4511882-1751209838/solver-4511882-1751209838 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24718 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4511882-1751209838.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
Current StackSize limit: 8192 KiB

solver pid=25840, runsolver pid=25837

[startup+0.100072 s]*
/proc/loadavg: 4.30 4.39 4.33 5/327 25858
/proc/meminfo: memFree=111541452/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=18930384 memory=48408 CPUtime=0.12 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 5828 0 0 0 10 2 0 0 20 0 18 0 36662788 19384713216 12102 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4732596 12102 5301 1 0 547014 0
[pid=25840/tid=25842] ppid=25837 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 4713 0 0 0 5 1 0 0 20 0 18 0 36662790 19384713216 12102 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36662794 19384713216 12102 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36662795 19384713216 12102 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48408 KiB

[startup+0.21356 s]*
/proc/loadavg: 4.30 4.39 4.33 5/327 25858
/proc/meminfo: memFree=111539436/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=18930384 memory=55608 CPUtime=0.27 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 6546 0 0 0 24 3 0 0 20 0 18 0 36662788 19384713216 13902 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4732596 13902 5333 1 0 547592 0
[pid=25840/tid=25842] ppid=25837 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 5033 0 0 0 15 1 0 0 20 0 18 0 36662790 19384713216 13902 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36662794 19384713216 13902 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36662795 19384713216 13902 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55608 KiB

[startup+0.314499 s]*
/proc/loadavg: 4.30 4.39 4.33 5/327 25858
/proc/meminfo: memFree=111534584/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=18930384 memory=59144 CPUtime=0.4 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 6825 0 0 0 37 3 0 0 20 0 18 0 36662788 19384713216 14786 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4732596 14786 5429 1 0 547798 0
[pid=25840/tid=25842] ppid=25837 vsize=18930384 memory=-6000919477034837869 CPUtime=0.26 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 5212 0 0 0 24 2 0 0 20 0 18 0 36662790 19384713216 14786 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36662794 19384713216 14786 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36662795 19384713216 14786 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59144 KiB

[startup+0.700383 s]
/proc/loadavg: 4.36 4.40 4.34 6/327 25858
/proc/meminfo: memFree=111509000/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=18930384 memory=121572 CPUtime=1.08 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 10951 0 0 0 102 6 0 0 20 0 18 0 36662788 19384713216 30393 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4732596 30393 5429 1 0 550521 0
[pid=25840/tid=25842] ppid=25837 vsize=18930384 memory=17152 CPUtime=0.59 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 5369 0 0 0 56 3 0 0 20 0 18 0 36662790 19384713216 30393 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36662794 19384713216 30393 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36662795 19384713216 30393 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 121572 KiB

[startup+1.50029 s]
/proc/loadavg: 4.36 4.40 4.34 6/328 25859
/proc/meminfo: memFree=111372956/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=18996948 memory=265616 CPUtime=2.49 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 12200 0 0 0 240 9 0 0 20 0 19 0 36662788 19452874752 66404 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4749237 66404 5461 1 0 551539 0
[pid=25840/tid=25842] ppid=25837 vsize=18996948 memory=3200 CPUtime=1.15 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 5418 0 0 0 110 5 0 0 20 0 19 0 36662790 19452874752 66404 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36662794 19452874752 66404 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36662795 19452874752 66404 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 265616 KiB

[startup+3.10543 s]
/proc/loadavg: 4.36 4.40 4.34 6/328 25860
/proc/meminfo: memFree=109563092/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=18996948 memory=2322608 CPUtime=4.95 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 14447 0 2 0 447 48 0 0 20 0 19 0 36662788 19452874752 580652 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4749237 580652 5493 1 0 1516794 0
[pid=25840/tid=25842] ppid=25837 vsize=18996948 memory=11264 CPUtime=2.43 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 6582 0 0 0 204 39 0 0 20 0 19 0 36662790 19452874752 580652 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36662794 19452874752 580652 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36662795 19452874752 580652 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 4.95 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2322608 KiB

[startup+6.30025 s]
/proc/loadavg: 4.41 4.41 4.34 5/328 25860
/proc/meminfo: memFree=107871008/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=18996948 memory=3687352 CPUtime=8.64 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 17498 0 2 0 786 78 0 0 20 0 19 0 36662788 19452874752 921838 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4749237 921838 5493 1 0 2263078 0
[pid=25840/tid=25842] ppid=25837 vsize=18996948 memory=5632 CPUtime=5.18 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 7445 0 0 0 454 64 0 0 20 0 19 0 36662790 19452874752 921838 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36662794 19452874752 921838 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=18996948 memory=-6000919477034837869 CPUtime=0 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36662795 19452874752 921838 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3687352 KiB

[startup+12.7005 s]
/proc/loadavg: 4.38 4.40 4.34 5/329 25862
/proc/meminfo: memFree=107751980/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=19063512 memory=3693776 CPUtime=16.3 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 18693 0 2 0 1550 80 0 0 20 0 20 0 36662788 19521036288 923444 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4765878 923444 5493 1 0 2263604 0
[pid=25840/tid=25842] ppid=25837 vsize=19063512 memory=3693776 CPUtime=11.45 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 7531 0 0 0 1080 65 0 0 20 0 20 0 36662790 19521036288 923444 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 923444 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36662795 19521036288 923444 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=2492720 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 923444 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 16.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3693776 KiB

[startup+25.5005 s]
/proc/loadavg: 4.32 4.39 4.33 5/329 25862
/proc/meminfo: memFree=107507228/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=19063512 memory=3798896 CPUtime=30.62 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 24867 0 2 0 2976 86 0 0 20 0 20 0 36662788 19521036288 949724 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4765878 949724 5493 1 0 2263797 0
[pid=25840/tid=25842] ppid=25837 vsize=19063512 memory=0 CPUtime=24.21 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 8366 0 0 0 2354 67 0 0 20 0 20 0 36662790 19521036288 949724 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=19063512 memory=-6000919477034837869 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 949724 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=3759704 CPUtime=0 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36662795 19521036288 949724 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=3755608 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 949724 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 30.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3798896 KiB

[startup+51.1133 s]
/proc/loadavg: 4.37 4.40 4.34 5/329 25862
/proc/meminfo: memFree=106210444/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=19063512 memory=4045728 CPUtime=57.43 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 31697 0 2 0 5648 95 0 0 20 0 20 0 36662788 19521036288 1011432 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4765878 1011432 5493 1 0 2547899 0
[pid=25840/tid=25842] ppid=25837 vsize=19063512 memory=3858544 CPUtime=49.5 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 9253 0 0 0 4880 70 0 0 20 0 20 0 36662790 19521036288 1011432 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=19063512 memory=4045728 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 1011432 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=3942644 CPUtime=0 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 36662795 19521036288 1011432 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=3940596 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 1011432 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 57.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4045728 KiB

[startup+102.3 s]

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

/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 1946693 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=7754004 CPUtime=0.01 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 3556 0 0 0 0 1 0 0 20 0 20 0 36662795 19521036288 1946693 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=7780628 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 1946693 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 3226.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7786772 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.16 4.18 5/329 26221
/proc/meminfo: memFree=99867200/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=19063512 memory=7809300 CPUtime=3285.84 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 127330 0 2 0 328205 379 0 0 20 0 20 0 36662788 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4765878 1952325 5493 1 0 2548279 0
[pid=25840/tid=25842] ppid=25837 vsize=19063512 memory=7754004 CPUtime=3264.61 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 49287 0 0 0 326318 143 0 0 20 0 20 0 36662790 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=19063512 memory=7809300 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=7809300 CPUtime=0.01 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 3698 0 0 0 0 1 0 0 20 0 20 0 36662795 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=7760148 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 3285.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7809300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.15 4.17 5/328 26223
/proc/meminfo: memFree=99867012/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=19063512 memory=7809300 CPUtime=3345.63 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 127764 0 2 0 334180 383 0 0 20 0 20 0 36662788 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4765878 1952325 5493 1 0 2548279 0
[pid=25840/tid=25842] ppid=25837 vsize=19063512 memory=7809300 CPUtime=3324.33 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 49557 0 0 0 332290 143 0 0 20 0 20 0 36662790 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=19063512 memory=7809300 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=7809300 CPUtime=0.01 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 3761 0 0 0 0 1 0 0 20 0 20 0 36662795 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 3345.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7809300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.16 6/328 26225
/proc/meminfo: memFree=99751936/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=19063512 memory=7809300 CPUtime=3405.46 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 128108 0 2 0 340159 387 0 0 20 0 20 0 36662788 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4765878 1952325 5493 1 0 2548279 0
[pid=25840/tid=25842] ppid=25837 vsize=19063512 memory=0 CPUtime=3384.1 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 49791 0 0 0 338267 143 0 0 20 0 20 0 36662790 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=19063512 memory=7809300 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=7809300 CPUtime=0.01 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 3824 0 0 0 0 1 0 0 20 0 20 0 36662795 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=7809300 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 3405.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7809300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.12 4.16 5/329 26230
/proc/meminfo: memFree=99751540/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=19063512 memory=7809300 CPUtime=3465.34 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 128365 0 2 0 346144 390 0 0 20 0 20 0 36662788 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4765878 1952325 5493 1 0 2548279 0
[pid=25840/tid=25842] ppid=25837 vsize=19063512 memory=7809300 CPUtime=3443.92 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 49955 0 0 0 344249 143 0 0 20 0 20 0 36662790 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=19063512 memory=7809300 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=7809300 CPUtime=0.01 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 3882 0 0 0 0 1 0 0 20 0 20 0 36662795 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 1952325 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 3465.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7809300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.11 4.15 5/329 26232
/proc/meminfo: memFree=99652868/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=19063512 memory=7907604 CPUtime=3525.19 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 129815 0 2 0 352122 397 0 0 20 0 20 0 36662788 19521036288 1976901 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4765878 1976901 5493 1 0 2548279 0
[pid=25840/tid=25842] ppid=25837 vsize=19063512 memory=11264 CPUtime=3503.7 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 51336 0 0 0 350225 145 0 0 20 0 20 0 36662790 19521036288 1976901 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=19063512 memory=7907604 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 1976901 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=11264 CPUtime=0.01 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 3890 0 0 0 0 1 0 0 20 0 20 0 36662795 19521036288 1976901 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=-6000919477034837869 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 1976901 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 3525.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7907604 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/329 26234
/proc/meminfo: memFree=99548596/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=19063512 memory=8012052 CPUtime=3585.04 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 130497 0 2 0 358101 403 0 0 20 0 20 0 36662788 19521036288 2003013 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4765878 2003013 5493 1 0 2548279 0
[pid=25840/tid=25842] ppid=25837 vsize=19063512 memory=11264 CPUtime=3563.47 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 51840 0 0 0 356200 147 0 0 20 0 20 0 36662790 19521036288 2003013 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 2003013 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=5632 CPUtime=0.01 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 4006 0 0 0 0 1 0 0 20 0 20 0 36662795 19521036288 2003013 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=8012052 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 2003013 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 3585.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8012052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.4 s]
/proc/loadavg: 4.09 4.11 4.15 5/329 26239
/proc/meminfo: memFree=99524072/131382112 swapFree=33010684/33010684
[pid=25840] ppid=25837 vsize=19063512 memory=8034580 CPUtime=3600.09 cores=1,3
/proc/25840/stat : 25840 (java) S 25837 25840 24706 0 -1 4194304 130737 0 2 0 359606 403 0 0 20 0 20 0 36662788 19521036288 2008645 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
/proc/25840/statm: 4765878 2008645 5493 1 0 2548279 0
[pid=25840/tid=25842] ppid=25837 vsize=19063512 memory=9088 CPUtime=3578.53 cores=1,3
/proc/25840/task/25842/stat : 25842 (java) R 25837 25840 24706 0 -1 4194368 51938 0 0 0 357705 148 0 0 20 0 20 0 36662790 19521036288 2008645 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25851] ppid=25837 vsize=19063512 memory=5740 CPUtime=0 cores=1,3
/proc/25840/task/25851/stat : 25851 (Finalizer) S 25837 25840 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36662794 19521036288 2008645 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25858] ppid=25837 vsize=19063512 memory=7092 CPUtime=0.01 cores=1,3
/proc/25840/task/25858/stat : 25858 (Common-Cleaner) S 25837 25840 24706 0 -1 4194368 4148 0 0 0 0 1 0 0 20 0 20 0 36662795 19521036288 2008645 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
[pid=25840/tid=25861] ppid=25837 vsize=19063512 memory=22792 CPUtime=0 cores=1,3
/proc/25840/task/25861/stat : 25861 (Timer-0) S 25837 25840 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36663456 19521036288 2008645 18446744073709551615 94161799176192 94161799179888 140735124615600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161799187704 94161799188496 94161823633408 140735124617598 140735124617702 140735124617702 140735124623304 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8034580 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.38 s, system=4.08371 s

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

[startup+3597.6 s]*
/proc/loadavg: 4.09 4.11 4.15 5/311 26242
/proc/meminfo: memFree=107494636/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3597.62
CPU time (s): 3600.46
CPU user time (s): 3596.38
CPU system time (s): 4.08371
CPU usage (%): 100.079
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 8045520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.38
system time used= 4.08371
maximum resident set size= 8045904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133656
page faults= 2
swaps= 0
block input operations= 232
block output operations= 3448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114231
involuntary context switches= 4100


# summary of solver processes directly reported to runsolver:
#   pid: 25840
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3596.38
#   total CPU system time (s): 4.08371

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8701 second user time and 37.6589 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 17:10:39
IDJOB=4511882
IDBENCH=160486
IDSOLVER=3361
FILE ID=nodeC001/4511882-1751209838
RUNJOBID= nodeC001-1751202826-24718
SLURM_JOB_ID= 9587614
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-vm85p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511882-1751209838/watcher-4511882-1751209838 -o /tmp/evaluation-result-4511882-1751209838/solver-4511882-1751209838 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24718 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4511882-1751209838.opb

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

MD5SUM BENCH= b7a2e8144dd82d545640c8e4101e7ef6
RANDOM SEED=461074027

nodeC001 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	: 0xb00001f
cpu MHz		: 3491.740
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1795.817
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.280
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.170
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3491.744
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3491.737
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.471
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.457
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        111563188 kB
MemAvailable:   111239092 kB
Buffers:            3280 kB
Cached:           486904 kB
SwapCached:            0 kB
Active:         19039312 kB
Inactive:         241932 kB
Active(anon):   18809020 kB
Inactive(anon):        0 kB
Active(file):     230292 kB
Inactive(file):   241932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28848 kB
Writeback:             0 kB
AnonPages:      18794120 kB
Mapped:           121912 kB
Shmem:             17960 kB
KReclaimable:      86228 kB
Slab:             167584 kB
SReclaimable:      86228 kB
SUnreclaim:        81356 kB
KernelStack:        5008 kB
PageTables:        40480 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   20129948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18544640 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432804 MiB
End job on nodeC001 at 2025-06-29 18:10:37