Trace number 4543834

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.14 3452.39

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_10_096.opb
MD5SUM9cd02fcfe8d6fb8da5e5e7c2985c86c8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.24052
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93130
Total number of constraints1931
Number of constraints which are clauses971
Number of constraints which are cardinality constraints (but not clauses)960
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint97
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 98
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4543834-1753227303.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
1.07/0.62	c ... done. Wall clock time 0.469s.
1.07/0.62	c declared #vars     93130
1.07/0.62	c #constraints  1931
1.07/0.62	c constraints type 
1.07/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 960
1.07/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 971
1.07/0.62	c 1931 constraints processed.
223.62/215.51	c cleaning 2490 clauses out of 4995
1635.44/1558.43	c cleaning 4213 clauses out of 8503
3600.00/3452.31	c starts		: 35
3600.00/3452.33	c conflicts		: 12578
3600.00/3452.33	c decisions		: 1691864
3600.00/3452.33	c propagations		: 4492913
3600.00/3452.33	c inspects		: 661562756
3600.00/3452.33	c shortcuts		: 0
3600.00/3452.33	c learnt literals	: 7
3600.00/3452.33	c learnt binary clauses	: 0
3600.00/3452.33	c learnt ternary clauses	: 0
3600.00/3452.33	c learnt constraints	: 12570
3600.00/3452.33	c ignored constraints	: 0
3600.00/3452.33	c root simplifications	: 0
3600.00/3452.33	c removed literals (reason simplification)	: 0
3600.00/3452.33	c reason swapping (by a shorter reason)	: 0
3600.00/3452.33	c Calls to reduceDB	: 2
3600.00/3452.33	c Number of update (reduction) of LBD	: 0
3600.00/3452.33	c Imported unit clauses	: 0
3600.00/3452.33	c No decision after first conflict	: false
3600.00/3452.33	c number of reductions to clauses (during analyze)	: 0
3600.00/3452.33	c number of learned constraints concerned by reduction	: 0
3600.00/3452.33	c number of learning phase by resolution	: 0
3600.00/3452.33	c number of learning phase by cutting planes	: 0
3600.00/3452.33	c number of rounding to 1 operations	: 0
3600.00/3452.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3452.33	c number of reductions of the coefficients by power 2 	: 0
3600.00/3452.33	c number of right shift for reduction by power 2 	: 0
3600.00/3452.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3452.33	c number of ending skipping 	: 0
3600.00/3452.33	c number of internal skipping 	: 0
3600.00/3452.33	c number of derivation steps 	: 86899
3600.00/3452.33	c number of skipped derivation steps 	: 0
3600.00/3452.33	c number of remaining unassigned 	: 30249
3600.00/3452.33	c number of remaining assigned 	: 80929579
3600.00/3452.33	c number of falsified literals weakened from reason	: 0
3600.00/3452.34	c number of falsified literals weakened from conflict	: 0
3600.00/3452.34	c time for arithmetic operations	: 964827503
3600.00/3452.34	c minimum degree of deleted constraints	: null
3600.00/3452.34	c maximum degree of deleted constraints	: null
3600.00/3452.34	c number of deleted constraints	: 0
3600.00/3452.34	c speed (assignments/second)	: 1301.6510980232076
3600.00/3452.34	c non guided choices	: 178911
3600.00/3452.35	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 2118
3600.00/3452.35	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3749
3600.00/3452.35	s UNKNOWN
3600.00/3452.35	c Total wall clock time (in seconds): 3452.201

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: 63708 MiB (59455 MiB free)
  memory of node 1: 64465 MiB (49336 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543834-1753227303/watcher-4543834-1753227303 -o /tmp/evaluation-result-4543834-1753227303/solver-4543834-1753227303 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1753220945-160308 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4543834-1753227303.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=161441, runsolver pid=161438

[startup+0.100058 s]*
/proc/loadavg: 4.73 4.62 4.58 5/337 161459
/proc/meminfo: memFree=111374312/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=18930384 memory=57692 CPUtime=0.13 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 6582 0 0 0 11 2 0 0 20 0 18 0 238408145 19384713216 14423 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4732596 14423 5344 1 0 547620 0
[pid=161441/tid=161443] ppid=161438 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 5078 0 0 0 7 1 0 0 20 0 18 0 238408146 19384713216 14423 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238408148 19384713216 14423 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238408148 19384713216 14423 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57692 KiB

[startup+0.205664 s]*
/proc/loadavg: 4.73 4.62 4.58 6/337 161459
/proc/meminfo: memFree=111357992/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=18930384 memory=68540 CPUtime=0.31 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 7113 0 0 0 29 2 0 0 20 0 18 0 238408145 19384713216 17135 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4732596 17135 5440 1 0 547979 0
[pid=161441/tid=161443] ppid=161438 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 5348 0 0 0 15 1 0 0 20 0 18 0 238408146 19384713216 17135 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=18930384 memory=16099 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238408148 19384713216 17135 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238408148 19384713216 17135 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68540 KiB

[startup+0.305569 s]*
/proc/loadavg: 4.73 4.62 4.58 6/338 161460
/proc/meminfo: memFree=111267880/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=18996948 memory=161456 CPUtime=0.51 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 8805 0 0 0 46 5 0 0 20 0 19 0 238408145 19452874752 40364 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4749237 40364 5472 1 0 549306 0
[pid=161441/tid=161443] ppid=161438 vsize=18996948 memory=-8600299049915818684 CPUtime=0.25 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 5403 0 0 0 22 3 0 0 20 0 19 0 238408146 19452874752 40364 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238408148 19452874752 40364 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238408148 19452874752 40364 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161456 KiB

[startup+0.700219 s]
/proc/loadavg: 4.75 4.63 4.58 6/338 161460
/proc/meminfo: memFree=111218728/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=443116 CPUtime=1.25 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 10189 0 0 0 115 10 0 0 20 0 20 0 238408145 19521036288 110779 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 110779 5504 1 0 1134581 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=23552 CPUtime=0.53 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 5550 0 0 0 46 7 0 0 20 0 20 0 238408146 19521036288 110779 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 110779 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 110779 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 443116 KiB

[startup+1.50018 s]
/proc/loadavg: 4.75 4.63 4.58 6/339 161461
/proc/meminfo: memFree=110947136/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=536120 CPUtime=2.53 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 15410 0 0 0 239 14 0 0 20 0 20 0 238408145 19521036288 134030 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 134030 5504 1 0 1137778 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=3200 CPUtime=1.32 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 5698 0 0 0 123 9 0 0 20 0 20 0 238408146 19521036288 134030 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 134030 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 134030 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 134030 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 536120 KiB

[startup+3.10493 s]
/proc/loadavg: 4.75 4.63 4.58 6/339 161461
/proc/meminfo: memFree=110832492/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=599880 CPUtime=4.52 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 15527 0 0 0 437 15 0 0 20 0 20 0 238408145 19521036288 149970 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 149970 5504 1 0 1137805 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=14156 CPUtime=2.9 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 5723 0 0 0 280 10 0 0 20 0 20 0 238408146 19521036288 149970 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 149970 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 149970 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 149970 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 4.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 599880 KiB

[startup+6.30017 s]
/proc/loadavg: 4.69 4.62 4.58 5/340 161462
/proc/meminfo: memFree=110746224/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=681124 CPUtime=7.86 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 16747 0 0 0 769 17 0 0 20 0 20 0 238408145 19521036288 170281 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 170281 5504 1 0 1137824 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=0 CPUtime=6.07 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 6232 0 0 0 596 11 0 0 20 0 20 0 238408146 19521036288 170281 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 170281 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 170281 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=544312 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 170281 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 7.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 681124 KiB

[startup+12.7001 s]
/proc/loadavg: 4.63 4.61 4.57 5/340 161462
/proc/meminfo: memFree=110463856/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=966168 CPUtime=14.55 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 21258 0 0 0 1432 23 0 0 20 0 20 0 238408145 19521036288 241542 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 241542 5504 1 0 1137826 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=544312 CPUtime=12.42 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 6657 0 0 0 1226 16 0 0 20 0 20 0 238408146 19521036288 241542 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=966168 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 241542 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 241542 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 241542 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 14.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 966168 KiB

[startup+25.5002 s]
/proc/loadavg: 4.54 4.59 4.57 5/340 161462
/proc/meminfo: memFree=109083828/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=2382100 CPUtime=28.64 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 32063 0 0 0 2814 50 0 0 20 0 20 0 238408145 19521036288 595525 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 595525 5504 1 0 1138281 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=0 CPUtime=25.19 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 10473 0 0 0 2478 41 0 0 20 0 20 0 238408146 19521036288 595525 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 595525 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=2310420 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 595525 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=1421460 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 595525 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 28.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2382100 KiB

[startup+51.1046 s]
/proc/loadavg: 4.39 4.54 4.55 5/340 161462
/proc/meminfo: memFree=108395764/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=3033700 CPUtime=54.97 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 35908 0 0 0 5435 62 0 0 20 0 20 0 238408145 19521036288 758425 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 758425 5504 1 0 1138309 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=2396436 CPUtime=50.13 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 11690 0 0 0 4966 47 0 0 20 0 20 0 238408146 19521036288 758425 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=28392 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 758425 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 758425 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0

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

/proc/meminfo: memFree=106623556/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=5610228 CPUtime=3245.18 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 249804 0 0 0 324198 320 0 0 20 0 20 0 238408145 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 1402557 5536 1 0 1416399 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=5610228 CPUtime=3076.89 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 102313 0 0 0 307586 103 0 0 20 0 20 0 238408146 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=5610228 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=23552 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 2896 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=5610228 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 3245.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5610228 KiB

[startup+3162.3 s]
/proc/loadavg: 4.64 4.63 4.55 6/339 162290
/proc/meminfo: memFree=106355748/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=5610228 CPUtime=3305.14 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 253056 0 0 0 330192 322 0 0 20 0 20 0 238408145 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 1402557 5536 1 0 1416399 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=5610228 CPUtime=3136.65 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 104350 0 0 0 313562 103 0 0 20 0 20 0 238408146 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=5610228 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 2898 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=5610228 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 3305.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5610228 KiB

[startup+3222.3 s]
/proc/loadavg: 4.64 4.62 4.55 5/339 162292
/proc/meminfo: memFree=106189744/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=5610228 CPUtime=3365.03 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 255354 0 0 0 336179 324 0 0 20 0 20 0 238408145 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 1402557 5536 1 0 1416399 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=5610228 CPUtime=3196.52 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 106487 0 0 0 319548 104 0 0 20 0 20 0 238408146 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=5610228 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=5610228 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 3010 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 3365.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5610228 KiB

[startup+3282.3 s]
/proc/loadavg: 4.81 4.67 4.57 6/339 162368
/proc/meminfo: memFree=114701544/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=5610228 CPUtime=3424.98 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 259131 0 0 0 342173 325 0 0 20 0 20 0 238408145 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 1402557 5536 1 0 1416399 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=5610228 CPUtime=3256.26 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 108574 0 0 0 325522 104 0 0 20 0 20 0 238408146 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=5610228 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=5610228 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 3123 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=5610228 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 1402557 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 3424.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5610228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.74 4.69 4.59 5/340 162371
/proc/meminfo: memFree=113120116/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=5626900 CPUtime=3490.21 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 264951 0 0 0 348690 331 0 0 20 0 20 0 238408145 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 1406725 5536 1 0 1420575 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=14156 CPUtime=3316.07 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 111071 0 0 0 331502 105 0 0 20 0 20 0 238408146 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 3243 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 3490.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5626900 KiB

[startup+3402.3 s]
/proc/loadavg: 4.53 4.64 4.58 5/340 162373
/proc/meminfo: memFree=112726864/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=5626900 CPUtime=3550.11 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 268078 0 0 0 354678 333 0 0 20 0 20 0 238408145 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 1406725 5536 1 0 1420575 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=5148 CPUtime=3375.88 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 113169 0 0 0 337482 106 0 0 20 0 20 0 238408146 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=2760 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 3244 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=5626900 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 3550.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5626900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3452.3 s]
/proc/loadavg: 4.36 4.57 4.55 5/340 162374
/proc/meminfo: memFree=112333816/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=5626900 CPUtime=3600 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 270043 0 0 0 359665 335 0 0 20 0 20 0 238408145 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 1406725 5536 1 0 1420575 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=5148 CPUtime=3425.74 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 115094 0 0 0 342468 106 0 0 20 0 20 0 238408146 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=23552 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=5626900 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 3244 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5626900 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.76 s, system=3.38089 s

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

[startup+3452.3 s]
/proc/loadavg: 4.36 4.57 4.55 5/340 162374
/proc/meminfo: memFree=112333816/131249996 swapFree=33000896/33010684
[pid=161441] ppid=161438 vsize=19063512 memory=5626900 CPUtime=3600 cores=4,6
/proc/161441/stat : 161441 (java) S 161438 161441 160297 0 -1 4194304 270043 0 0 0 359665 335 0 0 20 0 20 0 238408145 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
/proc/161441/statm: 4765878 1406725 5536 1 0 1420575 0
[pid=161441/tid=161443] ppid=161438 vsize=19063512 memory=5148 CPUtime=3425.74 cores=4,6
/proc/161441/task/161443/stat : 161443 (java) R 161438 161441 160297 0 -1 4194368 115094 0 0 0 342468 106 0 0 20 0 20 0 238408146 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161452] ppid=161438 vsize=19063512 memory=23552 CPUtime=0 cores=4,6
/proc/161441/task/161452/stat : 161452 (Finalizer) S 161438 161441 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161459] ppid=161438 vsize=19063512 memory=5626900 CPUtime=0 cores=4,6
/proc/161441/task/161459/stat : 161459 (Common-Cleaner) S 161438 161441 160297 0 -1 4194368 3244 0 0 0 0 0 0 0 20 0 20 0 238408148 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
[pid=161441/tid=161461] ppid=161438 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/161441/task/161461/stat : 161461 (Timer-0) S 161438 161441 160297 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238408209 19521036288 1406725 18446744073709551615 94449823977472 94449823981168 140729413574480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94449823988984 94449823989776 94449829154816 140729413581180 140729413581284 140729413581284 140729413586888 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5626900 KiB

Child status: 143

Real time (s): 3452.39
CPU time (s): 3600.14
CPU user time (s): 3596.76
CPU system time (s): 3.38089
CPU usage (%): 104.28
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5626900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.76
system time used= 3.38089
maximum resident set size= 5627796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114904
involuntary context switches= 11892


# summary of solver processes directly reported to runsolver:
#   pid: 161441
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3596.76
#   total CPU system time (s): 3.38089

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.25003 second user time and 15.4572 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-23 01:35:03
IDJOB=4543834
IDBENCH=174690
IDSOLVER=3361
FILE ID=nodeC023/4543834-1753227303
RUNJOBID= nodeC023-1753220945-160308
SLURM_JOB_ID= 9687806
Free space on /tmp= 433040 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_10_096.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543834-1753227303/watcher-4543834-1753227303 -o /tmp/evaluation-result-4543834-1753227303/solver-4543834-1753227303 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1753220945-160308 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4543834-1753227303.opb

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

MD5SUM BENCH= 9cd02fcfe8d6fb8da5e5e7c2985c86c8
RANDOM SEED=1342685245

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.895
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.892
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.800
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.826
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.925
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.882
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.467
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.892
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        111402892 kB
MemAvailable:   112960176 kB
Buffers:              16 kB
Cached:          2299632 kB
SwapCached:         2872 kB
Active:         17475668 kB
Inactive:        1627704 kB
Active(anon):   16769496 kB
Inactive(anon):    55056 kB
Active(file):     706172 kB
Inactive(file):  1572648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2668 kB
Writeback:             4 kB
AnonPages:      16804192 kB
Mapped:           123240 kB
Shmem:             20816 kB
KReclaimable:     235404 kB
Slab:             331836 kB
SReclaimable:     235404 kB
SUnreclaim:        96432 kB
KernelStack:        5164 kB
PageTables:        36776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   18283860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16472064 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC023 at 2025-07-23 02:32:35