Trace number 4511954

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.47 3597.65

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm85p-dec.opb.negationfix.opb
MD5SUM2eef1711f83da3240b93c8bf7cceebfd
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 benchmark10.0316
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2269184
Total number of constraints9888
Number of constraints which are clauses4431
Number of constraints which are cardinality constraints (but not clauses)4431
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint4431
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 1668307
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4135727
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.10/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.13	c See www.sat4j.org for details.
0.10/0.13	c version PB25.v20250606
0.10/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.14	c java.vm.version	22.0.1+8-16
0.10/0.14	c java.vm.vendor	Oracle Corporation
0.10/0.14	c sun.arch.data.model	64
0.10/0.14	c java.version		22.0.1
0.10/0.14	c os.name		Linux
0.10/0.14	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.14	c os.arch		amd64
0.10/0.14	c Free memory 		2104792832
0.10/0.14	c Max memory 		16282288128
0.10/0.14	c Total memory 		2113929216
0.10/0.15	c Number of processors 	2
0.10/0.22	c Pseudo Boolean Optimization by upper bound
0.10/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.22	c  - never skip resolution steps
0.10/0.22	c  - Auto-division on coefficients is disabled
0.10/0.22	c  - No postprocessing
0.10/0.22	c  - Conflict is considered as is when resolving
0.10/0.22	c  - Use constraints as they come during conflict analysis
0.10/0.22	c  - Weaken first using unassigned literals
0.10/0.22	c  - Bump strategy: ALWAYS_ONE
0.10/0.22	c  - Bumper: ANY
0.10/0.22	c --- Begin Solver configuration ---
0.10/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.10/0.22	c Learn all clauses as in MiniSAT
0.10/0.22	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.22	c No reason simplification
0.10/0.22	c Armin Biere (Picosat) restarts strategy
0.10/0.22	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.22	c timeout=2147483s
0.10/0.22	c DB Simplification allowed=false
0.10/0.22	c Listener: none
0.10/0.22	c --- End Solver configuration ---
0.10/0.22	c solving HOME/instance-4511954-1751209943.opb
0.10/0.22	c reading problem ... 
0.31/0.23	c  no objective function found
36.83/30.57	c ... done. Wall clock time 30.352s.
36.83/30.57	c declared #vars     2269184
36.83/30.57	c #constraints  9888
36.83/30.57	c constraints type 
36.83/30.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1026
36.83/30.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4431
36.83/30.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4431
36.83/30.57	c 9888 constraints processed.
3600.07/3597.49	c starts		: 1
3600.27/3597.52	c conflicts		: 4
3600.27/3597.52	c decisions		: 2251044
3600.27/3597.52	c propagations		: 2261834
3600.27/3597.52	c inspects		: 2257677
3600.27/3597.52	c shortcuts		: 0
3600.27/3597.52	c learnt literals	: 0
3600.27/3597.52	c learnt binary clauses	: 0
3600.27/3597.52	c learnt ternary clauses	: 0
3600.27/3597.52	c learnt constraints	: 3
3600.27/3597.52	c ignored constraints	: 0
3600.27/3597.52	c root simplifications	: 0
3600.27/3597.52	c removed literals (reason simplification)	: 0
3600.27/3597.52	c reason swapping (by a shorter reason)	: 0
3600.27/3597.52	c Calls to reduceDB	: 0
3600.27/3597.52	c Number of update (reduction) of LBD	: 0
3600.27/3597.52	c Imported unit clauses	: 0
3600.27/3597.52	c No decision after first conflict	: false
3600.27/3597.52	c number of reductions to clauses (during analyze)	: 0
3600.27/3597.52	c number of learned constraints concerned by reduction	: 0
3600.27/3597.52	c number of learning phase by resolution	: 0
3600.27/3597.52	c number of learning phase by cutting planes	: 0
3600.27/3597.52	c number of rounding to 1 operations	: 0
3600.27/3597.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.27/3597.53	c number of reductions of the coefficients by power 2 	: 0
3600.27/3597.53	c number of right shift for reduction by power 2 	: 0
3600.27/3597.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.27/3597.53	c number of ending skipping 	: 0
3600.27/3597.53	c number of internal skipping 	: 0
3600.27/3597.53	c number of derivation steps 	: 770
3600.27/3597.53	c number of skipped derivation steps 	: 0
3600.27/3597.53	c number of remaining unassigned 	: 49095
3600.27/3597.53	c number of remaining assigned 	: 582622
3600.27/3597.53	c number of falsified literals weakened from reason	: 0
3600.27/3597.53	c number of falsified literals weakened from conflict	: 0
3600.27/3597.53	c time for arithmetic operations	: 909448836
3600.27/3597.54	c minimum degree of deleted constraints	: null
3600.27/3597.54	c maximum degree of deleted constraints	: null
3600.27/3597.54	c number of deleted constraints	: 0
3600.27/3597.54	c speed (assignments/second)	: 634.1261145682523
3600.27/3597.54	c non guided choices	: 2250861
3600.27/3597.54	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 3
3600.27/3597.58	s UNKNOWN
3600.27/3597.58	c Total wall clock time (in seconds): 3597.36

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511954-1751209943/watcher-4511954-1751209943 -o /tmp/evaluation-result-4511954-1751209943/solver-4511954-1751209943 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24716 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4511954-1751209943.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=25977, runsolver pid=25974

[startup+0.100071 s]*
/proc/loadavg: 4.29 4.37 4.34 6/326 25995
/proc/meminfo: memFree=112418540/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=18930384 memory=48708 CPUtime=0.1 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 5871 0 0 0 7 3 0 0 20 0 18 0 36673412 19384713216 12177 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4732596 12177 5327 1 0 547057 0
[pid=25977/tid=25979] ppid=25974 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 4708 0 0 0 5 3 0 0 20 0 18 0 36673414 19384713216 12177 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36673419 19384713216 12209 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36673419 19384713216 12209 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48708 KiB

[startup+0.214107 s]*
/proc/loadavg: 4.29 4.37 4.34 7/326 25995
/proc/meminfo: memFree=112417028/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=18930384 memory=85548 CPUtime=0.31 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 6851 0 0 0 26 5 0 0 20 0 18 0 36673412 19384713216 21387 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4732596 21387 5359 1 0 547854 0
[pid=25977/tid=25979] ppid=25974 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 5370 0 0 0 15 3 0 0 20 0 18 0 36673414 19384713216 21387 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36673419 19384713216 21387 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36673419 19384713216 21899 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 85548 KiB

[startup+0.314175 s]*
/proc/loadavg: 4.29 4.37 4.34 7/326 25995
/proc/meminfo: memFree=112337188/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=18930384 memory=141664 CPUtime=0.5 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 7004 0 0 0 44 6 0 0 20 0 18 0 36673412 19384713216 35416 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4732596 35416 5455 1 0 547924 0
[pid=25977/tid=25979] ppid=25974 vsize=18930384 memory=-6000919489852565357 CPUtime=0.28 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 5442 0 0 0 24 4 0 0 20 0 18 0 36673414 19384713216 35416 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36673419 19384713216 35416 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36673419 19384713216 35416 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 141664 KiB

[startup+0.700304 s]
/proc/loadavg: 4.29 4.37 4.34 6/326 25995
/proc/meminfo: memFree=112266612/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=18996948 memory=255352 CPUtime=1.18 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 9502 0 0 0 109 9 0 0 20 0 19 0 36673412 19452874752 63838 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4749237 63838 5487 1 0 549749 0
[pid=25977/tid=25979] ppid=25974 vsize=18996948 memory=17152 CPUtime=0.59 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 5485 0 0 0 54 5 0 0 20 0 19 0 36673414 19452874752 63838 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36673419 19452874752 63838 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36673419 19452874752 63838 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 255352 KiB

[startup+1.50029 s]
/proc/loadavg: 4.29 4.37 4.34 6/327 25996
/proc/meminfo: memFree=112130332/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=18996948 memory=489308 CPUtime=2.75 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 13171 0 0 0 260 15 0 0 20 0 19 0 36673412 19452874752 122327 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4749237 122327 5487 1 0 1334786 0
[pid=25977/tid=25979] ppid=25974 vsize=18996948 memory=3200 CPUtime=1.16 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 5567 0 0 0 108 8 0 0 20 0 19 0 36673414 19452874752 122327 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36673419 19452874752 122327 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36673419 19452874752 122327 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 489308 KiB

[startup+3.11473 s]
/proc/loadavg: 4.29 4.37 4.34 5/327 25996
/proc/meminfo: memFree=111291772/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=18996948 memory=1221256 CPUtime=4.94 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 14777 0 0 0 463 31 0 0 20 0 19 0 36673412 19452874752 305314 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4749237 305314 5487 1 0 2210110 0
[pid=25977/tid=25979] ppid=25974 vsize=18996948 memory=11264 CPUtime=2.39 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 5787 0 0 0 222 17 0 0 20 0 19 0 36673414 19452874752 305314 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36673419 19452874752 305314 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36673419 19452874752 305314 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1221256 KiB

[startup+6.30031 s]
/proc/loadavg: 4.26 4.37 4.33 5/328 25997
/proc/meminfo: memFree=110431620/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19063512 memory=2173388 CPUtime=9.4 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 16147 0 0 0 888 52 0 0 20 0 20 0 36673412 19521036288 543347 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4765878 543347 5487 1 0 2847703 0
[pid=25977/tid=25979] ppid=25974 vsize=19063512 memory=5632 CPUtime=4.76 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 6225 0 0 0 448 28 0 0 20 0 20 0 36673414 19521036288 543347 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36673419 19521036288 543347 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19063512 memory=-6000919489852565357 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36673419 19521036288 543347 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173388 KiB

[startup+12.7004 s]
/proc/loadavg: 4.40 4.39 4.34 5/328 25997
/proc/meminfo: memFree=106601860/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19063512 memory=5755152 CPUtime=16.96 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 19319 0 0 0 1571 125 0 0 20 0 20 0 36673412 19521036288 1438788 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4765878 1438788 5519 1 0 3094323 0
[pid=25977/tid=25979] ppid=25974 vsize=19063512 memory=2370080 CPUtime=10.23 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 8344 0 0 0 929 94 0 0 20 0 20 0 36673414 19521036288 1438788 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36673419 19521036288 1438788 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36673419 19521036288 1438788 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 16.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5755152 KiB

[startup+25.5004 s]
/proc/loadavg: 4.46 4.41 4.35 7/328 25997
/proc/meminfo: memFree=105409680/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19063512 memory=6852320 CPUtime=31.25 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 24064 0 0 0 2971 154 0 0 20 0 20 0 36673412 19521036288 1713080 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4765878 1713080 5519 1 0 3509210 0
[pid=25977/tid=25979] ppid=25974 vsize=19063512 memory=2370080 CPUtime=20.9 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 9092 0 0 0 1976 114 0 0 20 0 20 0 36673414 19521036288 1713080 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19063512 memory=-6000919489852565357 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36673419 19521036288 1713080 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19063512 memory=6482248 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36673419 19521036288 1713080 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 31.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6852320 KiB

[startup+51.1139 s]
/proc/loadavg: 4.37 4.39 4.34 5/329 25999
/proc/meminfo: memFree=104577896/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19130076 memory=7527156 CPUtime=59.97 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 40237 0 0 0 5819 178 0 0 20 0 21 0 36673412 19589197824 1881789 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4782519 1881789 5519 1 0 3629563 0
[pid=25977/tid=25979] ppid=25974 vsize=19130076 memory=-6000919489852565357 CPUtime=45.58 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 11797 0 0 0 4428 130 0 0 20 0 21 0 36673414 19589197824 1881789 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19130076 memory=7527156 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1881789 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19130076 memory=-6000919489852565357 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1881789 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25999] ppid=25974 vsize=19130076 memory=5738764 CPUtime=0 cores=0,2
/proc/25977/task/25999/stat : 25999 (Timer-0) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 36676480 19589197824 1881789 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 59.97 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7527156 KiB

[startup+102.3 s]
/proc/loadavg: 4.28 4.36 4.34 5/329 26001
/proc/meminfo: memFree=104225660/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19130076 memory=7531520 CPUtime=111.31 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 43782 0 0 0 10949 182 0 0 20 0 21 0 36673412 19589197824 1882880 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0

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

/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 2913 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25999] ppid=25974 vsize=19130076 memory=1920 CPUtime=0 cores=0,2
/proc/25977/task/25999/stat : 25999 (Timer-0) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 36676480 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 3226.15 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7690420 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.14 4.17 5/328 26224
/proc/meminfo: memFree=99792864/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3285.96 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 73088 0 0 0 328225 371 0 0 20 0 21 0 36673412 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4782519 1922605 5519 1 0 3629840 0
[pid=25977/tid=25979] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3264.19 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 19103 0 0 0 326288 131 0 0 20 0 21 0 36673414 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 2993 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25999] ppid=25974 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/25977/task/25999/stat : 25999 (Timer-0) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 36676480 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 3285.96 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7690420 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.13 4.16 5/329 26229
/proc/meminfo: memFree=99751516/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3345.77 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 73235 0 0 0 334203 374 0 0 20 0 21 0 36673412 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4782519 1922605 5519 1 0 3629840 0
[pid=25977/tid=25979] ppid=25974 vsize=19130076 memory=14720 CPUtime=3323.92 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 19137 0 0 0 332261 131 0 0 20 0 21 0 36673414 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 3039 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25999] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25999/stat : 25999 (Timer-0) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 36676480 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 3345.77 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7690420 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.12 4.16 5/329 26231
/proc/meminfo: memFree=99693788/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3405.57 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 73542 0 0 0 340181 376 0 0 20 0 21 0 36673412 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4782519 1922605 5519 1 0 3629840 0
[pid=25977/tid=25979] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3383.66 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 19179 0 0 0 338235 131 0 0 20 0 21 0 36673414 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 3179 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25999] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25999/stat : 25999 (Timer-0) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 36676480 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 3405.57 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7690420 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.16 5/329 26233
/proc/meminfo: memFree=99556740/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3465.38 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 73695 0 0 0 346159 379 0 0 20 0 21 0 36673412 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4782519 1922605 5519 1 0 3629840 0
[pid=25977/tid=25979] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3443.4 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 19231 0 0 0 344209 131 0 0 20 0 21 0 36673414 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 3214 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25999] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25999/stat : 25999 (Timer-0) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 36676480 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 3465.38 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7690420 KiB

[startup+3522.3 s]
/proc/loadavg: 3.71 4.02 4.12 4/304 26274
/proc/meminfo: memFree=107472888/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3525.19 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 73758 0 0 0 352137 382 0 0 20 0 21 0 36673412 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4782519 1922605 5519 1 0 3629840 0
[pid=25977/tid=25979] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3503.14 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 19276 0 0 0 350183 131 0 0 20 0 21 0 36673414 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 3222 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25999] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25999/stat : 25999 (Timer-0) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 36676480 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 3525.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7690420 KiB

[startup+3582.3 s]
/proc/loadavg: 2.77 3.71 4.00 4/278 26309
/proc/meminfo: memFree=114656496/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3585.01 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 74026 0 0 0 358115 386 0 0 20 0 21 0 36673412 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4782519 1922605 5519 1 0 3629840 0
[pid=25977/tid=25979] ppid=25974 vsize=19130076 memory=11264 CPUtime=3562.89 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 19290 0 0 0 356158 131 0 0 20 0 21 0 36673414 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19130076 memory=7690420 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 3346 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25999] ppid=25974 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/25977/task/25999/stat : 25999 (Timer-0) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 36676480 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 3585.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7690420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.4 s]
/proc/loadavg: 2.67 3.64 3.97 3/278 26311
/proc/meminfo: memFree=114656496/131382112 swapFree=33010684/33010684
[pid=25977] ppid=25974 vsize=19130076 memory=7690420 CPUtime=3600.07 cores=0,2
/proc/25977/stat : 25977 (java) S 25974 25977 24706 0 -1 4194304 74026 0 0 0 359620 387 0 0 20 0 21 0 36673412 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
/proc/25977/statm: 4782519 1922605 5519 1 0 3629840 0
[pid=25977/tid=25979] ppid=25974 vsize=19130076 memory=6892 CPUtime=3577.93 cores=0,2
/proc/25977/task/25979/stat : 25979 (java) R 25974 25977 24706 0 -1 4194368 19290 0 0 0 357662 131 0 0 20 0 21 0 36673414 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25988] ppid=25974 vsize=19130076 memory=7745052 CPUtime=0 cores=0,2
/proc/25977/task/25988/stat : 25988 (Finalizer) S 25974 25977 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25995] ppid=25974 vsize=19130076 memory=6784 CPUtime=0 cores=0,2
/proc/25977/task/25995/stat : 25995 (Common-Cleaner) S 25974 25977 24706 0 -1 4194368 3346 0 0 0 0 0 0 0 20 0 21 0 36673419 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
[pid=25977/tid=25999] ppid=25974 vsize=19130076 memory=4992 CPUtime=0 cores=0,2
/proc/25977/task/25999/stat : 25999 (Timer-0) S 25974 25977 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 36676480 19589197824 1922605 18446744073709551615 94159309578240 94159309581936 140735220004656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94159309589752 94159309590544 94159326441472 140735220013438 140735220013542 140735220013542 140735220019144 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7690420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.54 s, system=3.92769 s

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

[startup+3597.6 s]*
/proc/loadavg: 2.67 3.64 3.97 3/259 26314
/proc/meminfo: memFree=118859356/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.65
CPU time (s): 3600.47
CPU user time (s): 3596.54
CPU system time (s): 3.92769
CPU usage (%): 100.078
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 7691060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.54
system time used= 3.92769
maximum resident set size= 7691444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77716
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133249
involuntary context switches= 9612


# summary of solver processes directly reported to runsolver:
#   pid: 25977
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3596.54
#   total CPU system time (s): 3.92769

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.713 second user time and 38.9911 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 17:12:25
IDJOB=4511954
IDBENCH=160488
IDSOLVER=3361
FILE ID=nodeC001/4511954-1751209943
RUNJOBID= nodeC001-1751202826-24716
SLURM_JOB_ID= 9587614
Free space on /tmp= 432904 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm85p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511954-1751209943/watcher-4511954-1751209943 -o /tmp/evaluation-result-4511954-1751209943/solver-4511954-1751209943 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24716 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4511954-1751209943.opb

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

MD5SUM BENCH= 2eef1711f83da3240b93c8bf7cceebfd
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		: 2992.924
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		: 3662.180
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		: 1196.833
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		: 1198.218
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.748
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		: 3662.333
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		: 3700.000
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.198
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:        112438840 kB
MemAvailable:   112247208 kB
Buffers:            3280 kB
Cached:           619376 kB
SwapCached:            0 kB
Active:         17993944 kB
Inactive:         374280 kB
Active(anon):   17763536 kB
Inactive(anon):        0 kB
Active(file):     230408 kB
Inactive(file):   374280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            111064 kB
Writeback:             0 kB
AnonPages:      17749036 kB
Mapped:           121932 kB
Shmem:             17960 kB
KReclaimable:      86228 kB
Slab:             167864 kB
SReclaimable:      86228 kB
SUnreclaim:        81636 kB
KernelStack:        4992 kB
PageTables:        38432 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   30685524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17514496 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= 432852 MiB
End job on nodeC001 at 2025-06-29 18:12:23