Trace number 4525677

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.29 3597.72

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen07_wcsp.wbo
MD5SUMfbb4da79d40095d38c594df560c89a05
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark343592
Best CPU time to get the best result obtained on this benchmark3600.5
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7976
Total number of constraints1810140
Number of soft constraints1809940
Number of constraints which are clauses1809940
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 468527294
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 286472940853
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.16	c version PB25.v20250606
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.18	c java.vm.version	22.0.1+8-16
0.10/0.18	c java.vm.vendor	Oracle Corporation
0.10/0.18	c sun.arch.data.model	64
0.10/0.18	c java.version		22.0.1
0.10/0.18	c os.name		Linux
0.10/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.18	c os.arch		amd64
0.10/0.19	c Free memory 		2104792832
0.10/0.19	c Max memory 		16282288128
0.10/0.19	c Total memory 		2113929216
0.10/0.20	c Number of processors 	2
0.37/0.38	c Pseudo Boolean Optimization by upper bound
0.37/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.37/0.38	c  - never skip resolution steps
0.37/0.38	c  - Auto-division on coefficients is disabled
0.37/0.38	c  - No postprocessing
0.37/0.38	c  - Conflict is considered as is when resolving
0.37/0.38	c  - Use constraints as they come during conflict analysis
0.37/0.38	c  - Weaken first using unassigned literals
0.37/0.38	c  - Bump strategy: ALWAYS_ONE
0.37/0.38	c  - Bumper: ANY
0.37/0.38	c --- Begin Solver configuration ---
0.37/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.37/0.38	c Learn all clauses as in MiniSAT
0.37/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.37/0.38	c No reason simplification
0.37/0.38	c Armin Biere (Picosat) restarts strategy
0.37/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.37/0.38	c timeout=2147483s
0.37/0.38	c DB Simplification allowed=false
0.37/0.38	c Listener: none
0.37/0.38	c --- End Solver configuration ---
0.37/0.38	c solving HOME/instance-4525677-1751626419.wbo
0.37/0.38	c reading problem ... 
13.35/9.41	c ... done. Wall clock time 9.025s.
13.35/9.41	c declared #vars     7976
13.35/9.41	c internal #vars     1817916
13.35/9.41	c #constraints  1810341
13.35/9.41	c constraints type 
13.35/9.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
13.35/9.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 200
13.35/9.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1810140
13.35/9.41	c 1810341 constraints processed.
13.35/9.43	c objective function length is 1809940 literals
3600.08/3597.63	c starts		: 3
3600.08/3597.67	c conflicts		: 267
3600.08/3597.67	c decisions		: 3441339
3600.08/3597.67	c propagations		: 4602066
3600.08/3597.67	c inspects		: 2017804
3600.08/3597.67	c shortcuts		: 0
3600.08/3597.67	c learnt literals	: 0
3600.08/3597.67	c learnt binary clauses	: 0
3600.08/3597.67	c learnt ternary clauses	: 0
3600.08/3597.67	c learnt constraints	: 266
3600.08/3597.67	c ignored constraints	: 0
3600.08/3597.67	c root simplifications	: 0
3600.08/3597.68	c removed literals (reason simplification)	: 0
3600.08/3597.68	c reason swapping (by a shorter reason)	: 0
3600.08/3597.68	c Calls to reduceDB	: 0
3600.08/3597.68	c Number of update (reduction) of LBD	: 0
3600.08/3597.68	c Imported unit clauses	: 0
3600.08/3597.68	c No decision after first conflict	: false
3600.08/3597.68	c number of reductions to clauses (during analyze)	: 0
3600.08/3597.68	c number of learned constraints concerned by reduction	: 0
3600.08/3597.68	c number of learning phase by resolution	: 0
3600.08/3597.68	c number of learning phase by cutting planes	: 0
3600.08/3597.68	c number of rounding to 1 operations	: 0
3600.08/3597.68	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3597.68	c number of reductions of the coefficients by power 2 	: 0
3600.08/3597.68	c number of right shift for reduction by power 2 	: 0
3600.08/3597.68	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3597.68	c number of ending skipping 	: 0
3600.08/3597.68	c number of internal skipping 	: 0
3600.08/3597.68	c number of derivation steps 	: 3738
3600.08/3597.68	c number of skipped derivation steps 	: 0
3600.08/3597.68	c number of remaining unassigned 	: 0
3600.08/3597.68	c number of remaining assigned 	: 59
3600.08/3597.68	c number of falsified literals weakened from reason	: 0
3600.08/3597.68	c number of falsified literals weakened from conflict	: 0
3600.08/3597.68	c time for arithmetic operations	: 1203311
3600.08/3597.69	c minimum degree of deleted constraints	: null
3600.08/3597.69	c maximum degree of deleted constraints	: null
3600.08/3597.69	c number of deleted constraints	: 0
3600.08/3597.69	c speed (assignments/second)	: 1282.7472137859063
3600.08/3597.69	c non guided choices	: 6019
3600.08/3597.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 255
3600.08/3597.69	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 10
3600.08/3597.69	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.08/3597.69	s UNKNOWN
3600.08/3597.69	c Total wall clock time (in seconds): 3597.309

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: 63837 MiB (59625 MiB free)
  memory of node 1: 64465 MiB (62843 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525677-1751626419/watcher-4525677-1751626419 -o /tmp/evaluation-result-4525677-1751626419/solver-4525677-1751626419 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751619215-91092 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525677-1751626419.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=92436, runsolver pid=92433

[startup+0.100071 s]*
/proc/loadavg: 4.59 4.24 4.19 7/325 92454
/proc/meminfo: memFree=125392732/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=18930384 memory=48740 CPUtime=0.1 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 5867 0 0 0 8 2 0 0 20 0 18 0 78320575 19384713216 12185 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4732596 12185 5316 1 0 547042 0
[pid=92436/tid=92438] ppid=92433 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 4743 0 0 0 6 1 0 0 20 0 18 0 78320577 19384713216 12185 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78320579 19384713216 12185 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=18930384 memory=59593594259917 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78320580 19384713216 12185 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48740 KiB

[startup+0.213807 s]*
/proc/loadavg: 4.59 4.24 4.19 5/325 92454
/proc/meminfo: memFree=125388636/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=18930384 memory=55668 CPUtime=0.24 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 6576 0 0 0 21 3 0 0 20 0 18 0 78320575 19384713216 13917 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4732596 13917 5348 1 0 547611 0
[pid=92436/tid=92438] ppid=92433 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 5048 0 0 0 15 2 0 0 20 0 18 0 78320577 19384713216 13917 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=18930384 memory=16878 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78320579 19384713216 13917 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78320580 19384713216 13917 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55668 KiB

[startup+0.317947 s]*
/proc/loadavg: 4.59 4.24 4.19 7/325 92454
/proc/meminfo: memFree=125388132/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=18930384 memory=59076 CPUtime=0.37 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 6857 0 0 0 33 4 0 0 20 0 18 0 78320575 19384713216 14769 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4732596 14769 5412 1 0 547818 0
[pid=92436/tid=92438] ppid=92433 vsize=18930384 memory=-6000919494214969958 CPUtime=0.25 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 5219 0 0 0 23 2 0 0 20 0 18 0 78320577 19384713216 14769 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78320579 19384713216 14769 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78320580 19384713216 14769 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59076 KiB

[startup+0.7004 s]
/proc/loadavg: 4.59 4.24 4.19 6/325 92454
/proc/meminfo: memFree=125362548/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=18930384 memory=148648 CPUtime=1.03 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 8704 0 0 0 96 7 0 0 20 0 18 0 78320575 19384713216 37162 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4732596 37162 5412 1 0 549007 0
[pid=92436/tid=92438] ppid=92433 vsize=18930384 memory=18688 CPUtime=0.57 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 5398 0 0 0 53 4 0 0 20 0 18 0 78320577 19384713216 37162 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=18930384 memory=11136 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78320579 19384713216 37162 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78320580 19384713216 37162 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 148648 KiB

[startup+1.50025 s]
/proc/loadavg: 4.62 4.25 4.19 9/326 92455
/proc/meminfo: memFree=125258196/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=18996948 memory=247228 CPUtime=2.54 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 14405 0 0 0 243 11 0 0 20 0 19 0 78320575 19452874752 61807 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4749237 61807 5476 1 0 552800 0
[pid=92436/tid=92438] ppid=92433 vsize=18996948 memory=3200 CPUtime=1.18 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 5531 0 0 0 113 5 0 0 20 0 19 0 78320577 19452874752 61807 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78320579 19452874752 61807 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78320580 19452874752 61807 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 247228 KiB

[startup+3.10566 s]
/proc/loadavg: 4.62 4.25 4.19 5/326 92455
/proc/meminfo: memFree=124265224/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=18996948 memory=1192124 CPUtime=4.94 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 17083 0 0 0 466 28 0 0 20 0 19 0 78320575 19452874752 298031 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4749237 298031 5476 1 0 2196766 0
[pid=92436/tid=92438] ppid=92433 vsize=18996948 memory=11136 CPUtime=2.32 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 5832 0 0 0 217 15 0 0 20 0 19 0 78320577 19452874752 298031 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78320579 19452874752 298031 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78320580 19452874752 298031 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1192124 KiB

[startup+6.3003 s]
/proc/loadavg: 4.57 4.24 4.19 5/326 92455
/proc/meminfo: memFree=123315332/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=18996948 memory=2133528 CPUtime=8.84 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 18163 0 0 0 835 49 0 0 20 0 19 0 78320575 19452874752 533382 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4749237 533382 5476 1 0 2865265 0
[pid=92436/tid=92438] ppid=92433 vsize=18996948 memory=5632 CPUtime=4.72 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 6155 0 0 0 445 27 0 0 20 0 19 0 78320577 19452874752 533382 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78320579 19452874752 533382 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=18996948 memory=-6000919494214969958 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78320580 19452874752 533382 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 8.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2133528 KiB

[startup+12.7004 s]
/proc/loadavg: 4.53 4.24 4.19 5/328 92457
/proc/meminfo: memFree=120621392/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=19130076 memory=5012068 CPUtime=18.7 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 21944 0 0 0 1760 110 0 0 20 0 21 0 78320575 19589197824 1253017 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4782519 1253017 5508 1 0 3217804 0
[pid=92436/tid=92438] ppid=92433 vsize=19130076 memory=2176564 CPUtime=9.85 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 8164 0 0 0 909 76 0 0 20 0 21 0 78320577 19589197824 1253017 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=19130076 memory=11136 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1253017 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=18688 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1253017 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1253017 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 18.7 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5012068 KiB

[startup+25.5005 s]
/proc/loadavg: 4.52 4.25 4.19 5/328 92457
/proc/meminfo: memFree=118318812/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=19130076 memory=7121908 CPUtime=33.71 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 25342 0 0 0 3213 158 0 0 20 0 21 0 78320575 19589197824 1780477 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4782519 1780477 5508 1 0 3218050 0
[pid=92436/tid=92438] ppid=92433 vsize=19130076 memory=18688 CPUtime=21.98 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 9343 0 0 0 2082 116 0 0 20 0 21 0 78320577 19589197824 1780477 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1780477 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=7121908 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1780477 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=7121908 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1780477 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 33.71 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7121908 KiB

[startup+51.1137 s]
/proc/loadavg: 4.31 4.22 4.18 5/328 92457
/proc/meminfo: memFree=118310620/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=19130076 memory=7121908 CPUtime=59.27 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 25378 0 0 0 5767 160 0 0 20 0 21 0 78320575 19589197824 1780477 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4782519 1780477 5508 1 0 3218050 0
[pid=92436/tid=92438] ppid=92433 vsize=19130076 memory=7121908 CPUtime=47.51 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 9371 0 0 0 4635 116 0 0 20 0 21 0 78320577 19589197824 1780477 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=19130076 memory=7121908 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1780477 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=5888 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1780477 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=0 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1780477 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 59.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7121908 KiB

[startup+102.3 s]

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

/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=7121908 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 2413 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=7121908 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 3225.29 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7144716 KiB

[startup+3282.3 s]
/proc/loadavg: 3.13 3.55 3.89 4/302 92649
/proc/meminfo: memFree=119167948/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3285.21 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 44249 0 0 0 328119 402 0 0 20 0 21 0 78320575 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4782519 1786179 5508 1 0 3218075 0
[pid=92436/tid=92438] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3267.36 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 14643 0 0 0 326618 118 0 0 20 0 21 0 78320577 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=11136 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 2414 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 3285.21 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7144716 KiB

[startup+3342.3 s]
/proc/loadavg: 3.05 3.45 3.83 4/302 92651
/proc/meminfo: memFree=119152280/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3345.13 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 44520 0 0 0 334104 409 0 0 20 0 21 0 78320575 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4782519 1786179 5508 1 0 3218075 0
[pid=92436/tid=92438] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3327.17 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 14725 0 0 0 332599 118 0 0 20 0 21 0 78320577 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 2558 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 3345.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7144716 KiB

[startup+3402.3 s]
/proc/loadavg: 3.12 3.40 3.79 4/302 92653
/proc/meminfo: memFree=119057332/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3405.06 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 44589 0 0 0 340090 416 0 0 20 0 21 0 78320575 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4782519 1786179 5508 1 0 3218075 0
[pid=92436/tid=92438] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3386.98 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 14727 0 0 0 338580 118 0 0 20 0 21 0 78320577 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=19130076 memory=5888 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 2583 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 3405.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7144716 KiB

[startup+3462.3 s]
/proc/loadavg: 3.09 3.34 3.74 4/302 92655
/proc/meminfo: memFree=118951548/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3465 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 44746 0 0 0 346078 422 0 0 20 0 21 0 78320575 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4782519 1786179 5508 1 0 3218075 0
[pid=92436/tid=92438] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3446.8 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 14810 0 0 0 344562 118 0 0 20 0 21 0 78320577 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=19130076 memory=5888 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 2592 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 3465 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7144716 KiB

[startup+3522.3 s]
/proc/loadavg: 3.07 3.29 3.70 4/301 92657
/proc/meminfo: memFree=118848436/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3524.91 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 44862 0 0 0 352064 427 0 0 20 0 21 0 78320575 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4782519 1786179 5508 1 0 3218075 0
[pid=92436/tid=92438] ppid=92433 vsize=19130076 memory=-6000919494214969958 CPUtime=3506.6 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 14890 0 0 0 350542 118 0 0 20 0 21 0 78320577 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=16596 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 2616 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=16596 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 3524.91 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7144716 KiB

[startup+3582.3 s]
/proc/loadavg: 2.45 3.07 3.59 3/276 92692
/proc/meminfo: memFree=121257160/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3584.82 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 45055 0 0 0 358050 432 0 0 20 0 21 0 78320575 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4782519 1786179 5508 1 0 3218075 0
[pid=92436/tid=92438] ppid=92433 vsize=19130076 memory=16596 CPUtime=3566.4 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 14892 0 0 0 356521 119 0 0 20 0 21 0 78320577 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=19130076 memory=16596 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=18688 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 2700 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=7144716 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 3584.82 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7144716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.6 s]
/proc/loadavg: 2.27 3.00 3.56 2/251 92727
/proc/meminfo: memFree=122521744/131382120 swapFree=33010416/33010684
[pid=92436] ppid=92433 vsize=19130076 memory=7144716 CPUtime=3600.08 cores=5,7
/proc/92436/stat : 92436 (java) S 92433 92436 91079 0 -1 4194304 45056 0 0 0 359571 437 0 0 20 0 21 0 78320575 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
/proc/92436/statm: 4782519 1786179 5508 1 0 3218075 0
[pid=92436/tid=92438] ppid=92433 vsize=19130076 memory=5632 CPUtime=3581.61 cores=5,7
/proc/92436/task/92438/stat : 92438 (java) R 92433 92436 91079 0 -1 4194368 14892 0 0 0 358039 122 0 0 20 0 21 0 78320577 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92447] ppid=92433 vsize=19130076 memory=5148 CPUtime=0 cores=5,7
/proc/92436/task/92447/stat : 92447 (Finalizer) S 92433 92436 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78320579 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92454] ppid=92433 vsize=19130076 memory=18688 CPUtime=0 cores=5,7
/proc/92436/task/92454/stat : 92454 (Common-Cleaner) S 92433 92436 91079 0 -1 4194368 2700 0 0 0 0 0 0 0 20 0 21 0 78320580 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
[pid=92436/tid=92457] ppid=92433 vsize=19130076 memory=11136 CPUtime=0 cores=5,7
/proc/92436/task/92457/stat : 92457 (Timer-0) S 92433 92436 91079 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 78321578 19589197824 1786179 18446744073709551615 94524685578240 94524685581936 140722893515360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94524685589752 94524685590544 94524707524608 140722893519228 140722893519332 140722893519332 140722893524936 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7144716 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.88 s, system=4.40415 s

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

[startup+3597.7 s]*
/proc/loadavg: 2.27 3.00 3.56 2/232 92730
/proc/meminfo: memFree=125634200/131382120 swapFree=33010416/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.72
CPU time (s): 3600.29
CPU user time (s): 3595.88
CPU system time (s): 4.40415
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 7144716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.88
system time used= 4.40415
maximum resident set size= 7145740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48424
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132609
involuntary context switches= 2961


# summary of solver processes directly reported to runsolver:
#   pid: 92436
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3595.88
#   total CPU system time (s): 4.40415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5035 second user time and 39.7576 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-04 12:53:39
IDJOB=4525677
IDBENCH=143875
IDSOLVER=3381
FILE ID=nodeC003/4525677-1751626419
RUNJOBID= nodeC003-1751619215-91092
SLURM_JOB_ID= 9598933
Free space on /tmp= 431920 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen07_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525677-1751626419/watcher-4525677-1751626419 -o /tmp/evaluation-result-4525677-1751626419/solver-4525677-1751626419 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751619215-91092 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525677-1751626419.wbo

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

MD5SUM BENCH= fbb4da79d40095d38c594df560c89a05
RANDOM SEED=1155918955

nodeC003 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.324
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.44
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.185
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.44
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		: 3591.170
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.44
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		: 3292.176
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.44
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		: 1198.068
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.44
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.164
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        125408608 kB
MemAvailable:   125710164 kB
Buffers:            2736 kB
Cached:          1096688 kB
SwapCached:           36 kB
Active:          4793164 kB
Inactive:         604500 kB
Active(anon):    4308556 kB
Inactive(anon):     7608 kB
Active(file):     484608 kB
Inactive(file):   596892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58088 kB
Writeback:             0 kB
AnonPages:       4301292 kB
Mapped:           123740 kB
Shmem:             17924 kB
KReclaimable:     119364 kB
Slab:             205580 kB
SReclaimable:     119364 kB
SUnreclaim:        86216 kB
KernelStack:        5024 kB
PageTables:        12264 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   23953636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4079616 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431956 MiB
End job on nodeC003 at 2025-07-04 13:53:37