Trace number 4526532

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.25 3592.73

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/pedigree/
normalized-sheep4nr_wcsp.wbo
MD5SUM4e6635c5c95c47c2cfb6034439056f8c
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark825.997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables89900
Total number of constraints5924003
Number of soft constraints5915013
Number of constraints which are clauses5915013
Number of constraints which are cardinality constraints (but not clauses)8990
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 2482
Min constraint cost 1
Max constraint cost 2482
Sum of constraints costs 14625664017
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version PB25.v20250606
0.11/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.14	c java.vm.version	22.0.1+8-16
0.11/0.14	c java.vm.vendor	Oracle Corporation
0.11/0.14	c sun.arch.data.model	64
0.11/0.14	c java.version		22.0.1
0.11/0.14	c os.name		Linux
0.11/0.14	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.14	c os.arch		amd64
0.11/0.14	c Free memory 		2104792832
0.11/0.14	c Max memory 		16282288128
0.11/0.14	c Total memory 		2113929216
0.11/0.15	c Number of processors 	2
0.30/0.22	c Pseudo Boolean Optimization by upper bound
0.30/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.30/0.22	c  - never skip resolution steps
0.30/0.22	c  - Auto-division on coefficients is disabled
0.30/0.22	c  - No postprocessing
0.30/0.22	c  - Conflict is considered as is when resolving
0.30/0.22	c  - Use constraints as they come during conflict analysis
0.30/0.22	c  - Weaken first using unassigned literals
0.30/0.22	c  - Bump strategy: ALWAYS_ONE
0.30/0.22	c  - Bumper: ANY
0.30/0.22	c --- Begin Solver configuration ---
0.30/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.30/0.22	c Learn all clauses as in MiniSAT
0.30/0.22	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.30/0.22	c No reason simplification
0.30/0.22	c Armin Biere (Picosat) restarts strategy
0.30/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.30/0.22	c timeout=2147483s
0.30/0.22	c DB Simplification allowed=false
0.30/0.22	c Listener: none
0.30/0.22	c --- End Solver configuration ---
0.30/0.23	c solving HOME/instance-4526532-1751634661.wbo
0.30/0.23	c reading problem ... 
46.51/34.33	c ... done. Wall clock time 34.106s.
46.51/34.33	c declared #vars     89900
46.51/34.33	c internal #vars     6004913
46.51/34.33	c #constraints  5932994
46.51/34.33	c constraints type 
46.51/34.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 22329
46.51/34.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
46.51/34.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8990
46.51/34.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5901674
46.51/34.34	c 5932994 constraints processed.
46.51/34.35	c objective function length is 5915013 literals
3600.04/3592.67	c timeout
3600.04/3592.67	c starts		: 13
3600.04/3592.67	c conflicts		: 2032
3600.04/3592.67	c decisions		: 5446369
3600.04/3592.67	c propagations		: 17605775
3600.04/3592.67	c inspects		: 21851781
3600.04/3592.67	c shortcuts		: 0
3600.04/3592.67	c learnt literals	: 0
3600.04/3592.67	c learnt binary clauses	: 0
3600.04/3592.67	c learnt ternary clauses	: 0
3600.04/3592.67	c learnt constraints	: 2032
3600.04/3592.67	c ignored constraints	: 0
3600.04/3592.67	c root simplifications	: 0
3600.04/3592.67	c removed literals (reason simplification)	: 0
3600.04/3592.67	c reason swapping (by a shorter reason)	: 0
3600.04/3592.67	c Calls to reduceDB	: 0
3600.04/3592.67	c Number of update (reduction) of LBD	: 0
3600.04/3592.67	c Imported unit clauses	: 0
3600.04/3592.67	c No decision after first conflict	: false
3600.04/3592.67	c number of reductions to clauses (during analyze)	: 0
3600.04/3592.67	c number of learned constraints concerned by reduction	: 0
3600.04/3592.67	c number of learning phase by resolution	: 0
3600.04/3592.67	c number of learning phase by cutting planes	: 0
3600.04/3592.67	c number of rounding to 1 operations	: 0
3600.04/3592.67	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3592.67	c number of reductions of the coefficients by power 2 	: 0
3600.04/3592.67	c number of right shift for reduction by power 2 	: 0
3600.04/3592.67	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3592.67	c number of ending skipping 	: 0
3600.04/3592.67	c number of internal skipping 	: 0
3600.04/3592.67	c number of derivation steps 	: 15999
3600.04/3592.67	c number of skipped derivation steps 	: 0
3600.04/3592.68	c number of remaining unassigned 	: 0
3600.04/3592.68	c number of remaining assigned 	: 0
3600.04/3592.68	c number of falsified literals weakened from reason	: 0
3600.04/3592.68	c number of falsified literals weakened from conflict	: 0
3600.04/3592.68	c time for arithmetic operations	: 0
3600.04/3592.68	c minimum degree of deleted constraints	: null
3600.04/3592.68	c maximum degree of deleted constraints	: null
3600.04/3592.68	c number of deleted constraints	: 0
3600.04/3592.68	c speed (assignments/second)	: 4948.878828220045
3600.04/3592.68	c non guided choices	: 0
3600.04/3592.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2030
3600.04/3592.68	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2
3600.04/3592.68	s UNKNOWN
3600.04/3592.68	c Total wall clock time (in seconds): 3592.455

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526532-1751634661/watcher-4526532-1751634661 -o /tmp/evaluation-result-4526532-1751634661/solver-4526532-1751634661 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751631131-89932 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4526532-1751634661.wbo 

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=90422, runsolver pid=90419

[startup+0.100071 s]*
/proc/loadavg: 4.23 4.27 4.32 7/327 90440
/proc/meminfo: memFree=112000864/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=18930384 memory=49040 CPUtime=0.11 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 5919 0 0 0 8 3 0 0 20 0 18 0 79145191 19384713216 12260 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4732596 12260 5337 1 0 547104 0
[pid=90422/tid=90424] ppid=90419 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 4821 0 0 0 5 2 0 0 20 0 18 0 79145193 19384713216 12260 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79145197 19384713216 12260 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79145198 19384713216 12260 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49040 KiB

[startup+0.206085 s]*
/proc/loadavg: 4.23 4.27 4.32 7/327 90440
/proc/meminfo: memFree=111996832/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=18930384 memory=58808 CPUtime=0.3 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 6790 0 0 0 26 4 0 0 20 0 18 0 79145191 19384713216 14702 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4732596 14702 5369 1 0 547834 0
[pid=90422/tid=90424] ppid=90419 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 5328 0 0 0 14 3 0 0 20 0 18 0 79145193 19384713216 14702 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79145197 19384713216 14702 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79145198 19384713216 14702 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58808 KiB

[startup+0.305997 s]*
/proc/loadavg: 4.23 4.27 4.32 7/328 90441
/proc/meminfo: memFree=111881136/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=18996948 memory=179032 CPUtime=0.48 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 7142 0 0 0 42 6 0 0 20 0 19 0 79145191 19452874752 44758 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4749237 44758 5465 1 0 548223 0
[pid=90422/tid=90424] ppid=90419 vsize=18996948 memory=-6000919468478721126 CPUtime=0.25 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 5499 0 0 0 20 5 0 0 20 0 19 0 79145193 19452874752 44758 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79145197 19452874752 44758 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79145198 19452874752 44758 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 179032 KiB

[startup+0.70024 s]
/proc/loadavg: 4.23 4.27 4.32 6/328 90441
/proc/meminfo: memFree=111599332/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=18996948 memory=1153364 CPUtime=1.21 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 9942 0 0 0 94 27 0 0 20 0 19 0 79145191 19452874752 288341 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4749237 288341 5465 1 0 1075633 0
[pid=90422/tid=90424] ppid=90419 vsize=18996948 memory=18688 CPUtime=0.59 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 5973 0 0 0 35 24 0 0 20 0 19 0 79145193 19452874752 288341 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79145197 19452874752 288341 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79145198 19452874752 288341 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1153364 KiB

[startup+1.50025 s]
/proc/loadavg: 4.23 4.27 4.32 6/328 90441
/proc/meminfo: memFree=110291072/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=18996948 memory=2127640 CPUtime=2.71 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 20388 0 0 0 224 47 0 0 20 0 19 0 79145191 19452874752 531910 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4749237 531910 5465 1 0 1081844 0
[pid=90422/tid=90424] ppid=90419 vsize=18996948 memory=3200 CPUtime=1.3 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 6427 0 0 0 90 40 0 0 20 0 19 0 79145193 19452874752 531910 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79145197 19452874752 531910 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79145198 19452874752 531910 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2127640 KiB

[startup+3.10584 s]
/proc/loadavg: 4.29 4.28 4.32 5/328 90441
/proc/meminfo: memFree=108602428/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=18996948 memory=3441964 CPUtime=5.69 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 22991 0 0 0 495 74 0 0 20 0 19 0 79145191 19452874752 860491 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4749237 860491 5465 1 0 1343774 0
[pid=90422/tid=90424] ppid=90419 vsize=18996948 memory=11264 CPUtime=2.86 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 7076 0 0 0 220 66 0 0 20 0 19 0 79145193 19452874752 860491 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79145197 19452874752 860491 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79145198 19452874752 860491 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3441964 KiB

[startup+6.30036 s]
/proc/loadavg: 4.29 4.28 4.32 5/328 90441
/proc/meminfo: memFree=107695804/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=18996948 memory=4376984 CPUtime=9.74 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 24640 0 0 0 880 94 0 0 20 0 19 0 79145191 19452874752 1094246 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4749237 1094246 5465 1 0 2440491 0
[pid=90422/tid=90424] ppid=90419 vsize=18996948 memory=5632 CPUtime=5.15 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) S 90419 90422 89922 0 -1 4194368 7345 0 0 0 438 77 0 0 20 0 19 0 79145193 19452874752 1094246 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79145197 19452874752 1094246 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=18996948 memory=-6000919468478721126 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79145198 19452874752 1094246 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4376984 KiB

[startup+12.7003 s]
/proc/loadavg: 4.40 4.30 4.33 5/328 90441
/proc/meminfo: memFree=106157048/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=18996948 memory=6143380 CPUtime=17.61 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 26781 0 0 0 1629 132 0 0 20 0 19 0 79145191 19452874752 1535845 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4749237 1535845 5465 1 0 3177872 0
[pid=90422/tid=90424] ppid=90419 vsize=18996948 memory=4442548 CPUtime=10.13 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) S 90419 90422 89922 0 -1 4194368 7895 0 0 0 912 101 0 0 20 0 19 0 79145193 19452874752 1535845 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=18996948 memory=18688 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79145197 19452874752 1535845 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79145198 19452874752 1535845 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 17.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6143380 KiB

[startup+25.5004 s]
/proc/loadavg: 4.42 4.31 4.33 6/325 90506
/proc/meminfo: memFree=109885156/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=18996948 memory=8942040 CPUtime=33.33 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 29704 0 0 0 3140 193 0 0 20 0 19 0 79145191 19452874752 2235510 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4749237 2235510 5465 1 0 3693856 0
[pid=90422/tid=90424] ppid=90419 vsize=18996948 memory=4442548 CPUtime=20.01 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) S 90419 90422 89922 0 -1 4194368 8844 0 0 0 1859 142 0 0 20 0 19 0 79145193 19452874752 2235510 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=18996948 memory=-6000919468478721126 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79145197 19452874752 2235510 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=18996948 memory=8228092 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79145198 19452874752 2235510 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 33.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 8942040 KiB

[startup+51.1144 s]
/proc/loadavg: 4.86 4.43 4.37 6/328 90842
/proc/meminfo: memFree=111967228/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=19130076 memory=11584196 CPUtime=65.27 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 41065 0 0 0 6277 250 0 0 20 0 21 0 79145191 19589197824 2896049 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4782519 2896049 5529 1 0 3909569 0
[pid=90422/tid=90424] ppid=90419 vsize=19130076 memory=11584068 CPUtime=42.78 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 12047 0 0 0 4087 191 0 0 20 0 21 0 79145193 19589197824 2896049 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=19130076 memory=11253968 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79145197 19589197824 2896049 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=19130076 memory=10686672 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 67 0 0 0 0 0 0 0 20 0 21 0 79145198 19589197824 2896049 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90641] ppid=90419 vsize=19130076 memory=9484676 CPUtime=0 cores=0,2
/proc/90422/task/90641/stat : 90641 (Timer-0) S 90419 90422 89922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79148706 19589197824 2896049 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 65.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11584196 KiB

[startup+102.301 s]
/proc/loadavg: 4.43 4.39 4.36 5/328 90842
/proc/meminfo: memFree=111273320/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=19130076 memory=11584324 CPUtime=116.5 cores=0,2

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

/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79145197 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=19130076 memory=11581404 CPUtime=0 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 4935 0 0 0 0 0 0 0 20 0 21 0 79145198 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90641] ppid=90419 vsize=19130076 memory=5632 CPUtime=0 cores=0,2
/proc/90422/task/90641/stat : 90641 (Timer-0) S 90419 90422 89922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79148706 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 3230.6 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11581404 KiB

[startup+3282.3 s]
/proc/loadavg: 3.16 3.66 4.01 4/303 91034
/proc/meminfo: memFree=106716720/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3290.45 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 208125 0 0 0 328669 376 0 0 20 0 21 0 79145191 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4782519 2895351 5529 1 0 3910416 0
[pid=90422/tid=90424] ppid=90419 vsize=19130076 memory=14720 CPUtime=3260.51 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 114088 0 0 0 325844 207 0 0 20 0 21 0 79145193 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=19130076 memory=11581404 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79145197 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=19130076 memory=11581404 CPUtime=0.01 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 5082 0 0 0 0 1 0 0 20 0 21 0 79145198 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90641] ppid=90419 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/90422/task/90641/stat : 90641 (Timer-0) S 90419 90422 89922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79148706 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 3290.45 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11581404 KiB

[startup+3342.3 s]
/proc/loadavg: 3.20 3.59 3.96 4/303 91036
/proc/meminfo: memFree=106716500/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3350.32 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 210111 0 0 0 334651 381 0 0 20 0 21 0 79145191 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4782519 2895351 5529 1 0 3910416 0
[pid=90422/tid=90424] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3320.33 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 115977 0 0 0 331826 207 0 0 20 0 21 0 79145193 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=19130076 memory=4892 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79145197 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=19130076 memory=11581404 CPUtime=0.01 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 5128 0 0 0 0 1 0 0 20 0 21 0 79145198 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90641] ppid=90419 vsize=19130076 memory=2696 CPUtime=0 cores=0,2
/proc/90422/task/90641/stat : 90641 (Timer-0) S 90419 90422 89922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79148706 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 3350.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11581404 KiB

[startup+3402.3 s]
/proc/loadavg: 3.23 3.52 3.91 3/277 91074
/proc/meminfo: memFree=113547948/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3410.19 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 212645 0 0 0 340635 384 0 0 20 0 21 0 79145191 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4782519 2895351 5529 1 0 3910416 0
[pid=90422/tid=90424] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3380.15 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 117551 0 0 0 337807 208 0 0 20 0 21 0 79145193 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79145197 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=19130076 memory=5276 CPUtime=0.01 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 5260 0 0 0 0 1 0 0 20 0 21 0 79145198 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90641] ppid=90419 vsize=19130076 memory=11581404 CPUtime=0 cores=0,2
/proc/90422/task/90641/stat : 90641 (Timer-0) S 90419 90422 89922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79148706 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 3410.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11581404 KiB

[startup+3462.3 s]
/proc/loadavg: 2.50 3.26 3.79 3/277 91076
/proc/meminfo: memFree=113548520/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3470.02 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 214388 0 0 0 346614 388 0 0 20 0 21 0 79145191 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4782519 2895351 5529 1 0 3910416 0
[pid=90422/tid=90424] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3439.93 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 119084 0 0 0 343785 208 0 0 20 0 21 0 79145193 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=19130076 memory=18688 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79145197 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=19130076 memory=14720 CPUtime=0.01 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 5407 0 0 0 0 1 0 0 20 0 21 0 79145198 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90641] ppid=90419 vsize=19130076 memory=11581404 CPUtime=0 cores=0,2
/proc/90422/task/90641/stat : 90641 (Timer-0) S 90419 90422 89922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79148706 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 3470.02 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11581404 KiB

[startup+3522.3 s]
/proc/loadavg: 2.27 3.06 3.69 3/277 91078
/proc/meminfo: memFree=113548816/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3529.9 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 219597 0 0 0 352597 393 0 0 20 0 21 0 79145191 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4782519 2895351 5529 1 0 3910416 0
[pid=90422/tid=90424] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3499.69 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 122412 0 0 0 349760 209 0 0 20 0 21 0 79145193 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=19130076 memory=4352 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79145197 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=19130076 memory=14720 CPUtime=0.01 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 5407 0 0 0 0 1 0 0 20 0 21 0 79145198 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90641] ppid=90419 vsize=19130076 memory=11264 CPUtime=0 cores=0,2
/proc/90422/task/90641/stat : 90641 (Timer-0) S 90419 90422 89922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79148706 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 3529.9 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11581404 KiB

[startup+3582.3 s]
/proc/loadavg: 2.20 2.89 3.59 3/277 91081
/proc/meminfo: memFree=113549588/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3589.77 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 221580 0 0 0 358580 397 0 0 20 0 21 0 79145191 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4782519 2895351 5529 1 0 3910416 0
[pid=90422/tid=90424] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3559.48 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 124281 0 0 0 355739 209 0 0 20 0 21 0 79145193 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=19130076 memory=2696 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79145197 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=19130076 memory=11581404 CPUtime=0.01 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 5481 0 0 0 0 1 0 0 20 0 21 0 79145198 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90641] ppid=90419 vsize=19130076 memory=11581404 CPUtime=0 cores=0,2
/proc/90422/task/90641/stat : 90641 (Timer-0) S 90419 90422 89922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79148706 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 3589.77 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11581404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.6 s]
/proc/loadavg: 2.17 2.86 3.57 3/277 91081
/proc/meminfo: memFree=113549840/131382112 swapFree=33009904/33010684
[pid=90422] ppid=90419 vsize=19130076 memory=11581404 CPUtime=3600.04 cores=0,2
/proc/90422/stat : 90422 (java) S 90419 90422 89922 0 -1 4194304 221951 0 0 0 359606 398 0 0 20 0 21 0 79145191 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
/proc/90422/statm: 4782519 2895351 5529 1 0 3910416 0
[pid=90422/tid=90424] ppid=90419 vsize=19130076 memory=2688 CPUtime=3569.75 cores=0,2
/proc/90422/task/90424/stat : 90424 (java) R 90419 90422 89922 0 -1 4194368 124501 0 0 0 356766 209 0 0 20 0 21 0 79145193 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90433] ppid=90419 vsize=19130076 memory=2432 CPUtime=0 cores=0,2
/proc/90422/task/90433/stat : 90433 (Finalizer) S 90419 90422 89922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79145197 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90440] ppid=90419 vsize=19130076 memory=3456 CPUtime=0.01 cores=0,2
/proc/90422/task/90440/stat : 90440 (Common-Cleaner) S 90419 90422 89922 0 -1 4194368 5628 0 0 0 0 1 0 0 20 0 21 0 79145198 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
[pid=90422/tid=90641] ppid=90419 vsize=19130076 memory=1920 CPUtime=0 cores=0,2
/proc/90422/task/90641/stat : 90641 (Timer-0) S 90419 90422 89922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79148706 19589197824 2895351 18446744073709551615 94491593523200 94491593526896 140731374696656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94491593534712 94491593535504 94491626053632 140731374700924 140731374701028 140731374701028 140731374706632 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11581404 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.22 s, system=4.03028 s

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

[startup+3592.71 s]*
/proc/loadavg: 2.15 2.85 3.56 3/258 91084
/proc/meminfo: memFree=115665724/131382112 swapFree=33009904/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): 3592.73
CPU time (s): 3600.25
CPU user time (s): 3596.22
CPU system time (s): 4.03028
CPU usage (%): 100.209
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 11594256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.22
system time used= 4.03028
maximum resident set size= 11595076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224601
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107789
involuntary context switches= 9941


# summary of solver processes directly reported to runsolver:
#   pid: 90422
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3596.22
#   total CPU system time (s): 4.03028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.3205 second user time and 39.4717 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-04 15:11:03
IDJOB=4526532
IDBENCH=144107
IDSOLVER=3381
FILE ID=nodeC001/4526532-1751634661
RUNJOBID= nodeC001-1751631131-89932
SLURM_JOB_ID= 9598969
Free space on /tmp= 432204 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/pedigree/normalized-sheep4nr_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526532-1751634661/watcher-4526532-1751634661 -o /tmp/evaluation-result-4526532-1751634661/solver-4526532-1751634661 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751631131-89932 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4526532-1751634661.wbo

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

MD5SUM BENCH= 4e6635c5c95c47c2cfb6034439056f8c
RANDOM SEED=1127324686

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		: 1197.217
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		: 3591.429
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		: 3491.746
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.247
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		: 3522.280
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		: 3591.689
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.758
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:        112017216 kB
MemAvailable:   113555900 kB
Buffers:            1668 kB
Cached:          2322696 kB
SwapCached:          128 kB
Active:         16668512 kB
Inactive:        2084816 kB
Active(anon):   16418652 kB
Inactive(anon):    28088 kB
Active(file):     249860 kB
Inactive(file):  2056728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            259144 kB
Writeback:             0 kB
AnonPages:      16430876 kB
Mapped:           123464 kB
Shmem:             17776 kB
KReclaimable:     143064 kB
Slab:             229616 kB
SReclaimable:     143064 kB
SUnreclaim:        86552 kB
KernelStack:        5008 kB
PageTables:        35888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   24132136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16093184 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= 432252 MiB
End job on nodeC001 at 2025-07-04 16:10:56