Trace number 4542508

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.24 3543.74

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height47_pigeons46_holes45.opb
MD5SUMcca449fd552693742bf3f30208712226
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 benchmark1436.41
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2436672
Total number of constraints113788
Number of constraints which are clauses57482
Number of constraints which are cardinality constraints (but not clauses)51746
Number of constraints which are nor clauses,nor cardinality constraints4560
Minimum length of a constraint45
Maximum length of a constraint50
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 53
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.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.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/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.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4542508-1753220945.opb
0.12/0.15	c reading problem ... 
0.12/0.17	c  no objective function found
186.49/183.90	c ... done. Wall clock time 183.739s.
186.49/183.90	c declared #vars     2436672
186.49/183.90	c #constraints  113788
186.49/183.90	c constraints type 
186.49/183.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 56306
186.49/183.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 57482
186.49/183.90	c 113788 constraints processed.
272.97/264.29	c cleaning 2472 clauses out of 5001
560.18/543.98	c cleaning 4258 clauses out of 8543
1023.33/997.61	c cleaning 5607 clauses out of 11270
1996.80/1959.21	c cleaning 6803 clauses out of 13663
3124.27/3071.59	c cleaning 7901 clauses out of 15860
3600.09/3543.63	c starts		: 63
3600.09/3543.64	c conflicts		: 36376
3600.09/3543.64	c decisions		: 6447037
3600.09/3543.64	c propagations		: 13696281
3600.09/3543.64	c inspects		: 1995786334
3600.09/3543.64	c shortcuts		: 0
3600.09/3543.64	c learnt literals	: 0
3600.09/3543.64	c learnt binary clauses	: 3
3600.09/3543.64	c learnt ternary clauses	: 0
3600.09/3543.64	c learnt constraints	: 36375
3600.09/3543.64	c ignored constraints	: 0
3600.09/3543.64	c root simplifications	: 0
3600.09/3543.64	c removed literals (reason simplification)	: 0
3600.09/3543.64	c reason swapping (by a shorter reason)	: 0
3600.09/3543.64	c Calls to reduceDB	: 5
3600.09/3543.64	c Number of update (reduction) of LBD	: 0
3600.09/3543.64	c Imported unit clauses	: 0
3600.09/3543.64	c No decision after first conflict	: false
3600.09/3543.64	c number of reductions to clauses (during analyze)	: 0
3600.09/3543.64	c number of learned constraints concerned by reduction	: 0
3600.09/3543.64	c number of learning phase by resolution	: 0
3600.09/3543.64	c number of learning phase by cutting planes	: 0
3600.09/3543.64	c number of rounding to 1 operations	: 0
3600.09/3543.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3543.64	c number of reductions of the coefficients by power 2 	: 0
3600.09/3543.64	c number of right shift for reduction by power 2 	: 0
3600.09/3543.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3543.64	c number of ending skipping 	: 0
3600.09/3543.64	c number of internal skipping 	: 0
3600.09/3543.64	c number of derivation steps 	: 314184
3600.09/3543.64	c number of skipped derivation steps 	: 0
3600.09/3543.64	c number of remaining unassigned 	: 25152
3600.09/3543.64	c number of remaining assigned 	: 174010300
3600.09/3543.64	c number of falsified literals weakened from reason	: 0
3600.09/3543.64	c number of falsified literals weakened from conflict	: 0
3600.09/3543.64	c time for arithmetic operations	: 3967149132
3600.09/3543.64	c minimum degree of deleted constraints	: null
3600.09/3543.64	c maximum degree of deleted constraints	: null
3600.09/3543.64	c number of deleted constraints	: 0
3600.09/3543.66	c speed (assignments/second)	: 4076.67085457424
3600.09/3543.66	c non guided choices	: 5527587
3600.09/3543.66	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 1978
3600.09/3543.66	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 7353
3600.09/3543.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3600.09/3543.67	s UNKNOWN
3600.09/3543.67	c Total wall clock time (in seconds): 3543.512

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 1.20 2.21 3.02 9/335 160437
/proc/meminfo: memFree=126943824/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18930384 memory=55724 CPUtime=0.12 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 6554 0 0 0 11 1 0 0 20 0 18 0 237772428 19384713216 13931 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4732596 13931 5367 1 0 547611 0
[pid=160398/tid=160404] ppid=160393 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 5051 0 0 0 7 0 0 0 20 0 18 0 237772430 19384713216 13931 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237772432 19384713216 13931 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237772432 19384713216 13931 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55724 KiB

[startup+0.205767 s]*
/proc/loadavg: 1.20 2.21 3.02 13/335 160437
/proc/meminfo: memFree=126676452/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18930384 memory=156268 CPUtime=0.3 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 7096 0 0 0 26 4 0 0 20 0 18 0 237772428 19384713216 39067 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4732596 39067 5431 1 0 547944 0
[pid=160398/tid=160404] ppid=160393 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 5415 0 0 0 14 3 0 0 20 0 18 0 237772430 19384713216 39067 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237772432 19384713216 39067 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237772432 19384713216 39067 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 156268 KiB

[startup+0.305722 s]*
/proc/loadavg: 1.20 2.21 3.02 7/335 160437
/proc/meminfo: memFree=125915668/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18930384 memory=562184 CPUtime=0.45 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 7385 0 0 0 34 11 0 0 20 0 18 0 237772428 19384713216 140546 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4732596 140546 5431 1 0 547992 0
[pid=160398/tid=160404] ppid=160393 vsize=18930384 memory=-8814784085975933628 CPUtime=0.28 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 5613 0 0 0 17 11 0 0 20 0 18 0 237772430 19384713216 140546 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237772432 19384713216 140546 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237772432 19384713216 140546 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 562184 KiB

[startup+0.700243 s]
/proc/loadavg: 1.20 2.21 3.02 8/337 160441
/proc/meminfo: memFree=124692796/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18996948 memory=837560 CPUtime=1.03 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 9193 0 0 0 85 18 0 0 20 0 19 0 237772428 19452874752 209390 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4749237 209390 5463 1 0 549277 0
[pid=160398/tid=160404] ppid=160393 vsize=18996948 memory=23552 CPUtime=0.64 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 5739 0 0 0 48 16 0 0 20 0 19 0 237772430 19452874752 209390 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 209390 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 209390 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 837560 KiB

[startup+1.50023 s]
/proc/loadavg: 1.20 2.21 3.02 5/314 160449
/proc/meminfo: memFree=122542916/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18996948 memory=1032796 CPUtime=1.9 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 10048 0 0 0 169 21 0 0 20 0 19 0 237772428 19452874752 258199 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4749237 258199 5463 1 0 818722 0
[pid=160398/tid=160404] ppid=160393 vsize=18996948 memory=3200 CPUtime=1.38 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 5886 0 0 0 120 18 0 0 20 0 19 0 237772430 19452874752 258199 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 258199 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 258199 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1032796 KiB

[startup+3.10593 s]
/proc/loadavg: 1.50 2.25 3.03 5/336 160504
/proc/meminfo: memFree=119797988/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18996948 memory=1543496 CPUtime=3.75 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 12488 0 0 0 341 34 0 0 20 0 19 0 237772428 19452874752 385874 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4749237 385874 5527 1 0 1076659 0
[pid=160398/tid=160404] ppid=160393 vsize=18996948 memory=10624 CPUtime=2.88 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 6206 0 0 0 259 29 0 0 20 0 19 0 237772430 19452874752 385874 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 385874 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 385874 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 3.75 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1543496 KiB

[startup+6.30026 s]
/proc/loadavg: 1.50 2.25 3.03 5/337 160505
/proc/meminfo: memFree=117376088/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18996948 memory=1775720 CPUtime=7.29 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 19725 0 0 0 689 40 0 0 20 0 19 0 237772428 19452874752 443930 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4749237 443930 5527 1 0 1080532 0
[pid=160398/tid=160404] ppid=160393 vsize=18996948 memory=5632 CPUtime=5.92 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 6608 0 0 0 559 33 0 0 20 0 19 0 237772430 19452874752 443930 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 443930 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=18996948 memory=-8958899274051789500 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 443930 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 7.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1775720 KiB

[startup+12.7003 s]
/proc/loadavg: 1.97 2.33 3.05 5/337 160505
/proc/meminfo: memFree=113761788/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18996948 memory=2403632 CPUtime=13.81 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 21603 0 0 0 1326 55 0 0 20 0 19 0 237772428 19452874752 600908 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4749237 600908 5527 1 0 1469067 0
[pid=160398/tid=160404] ppid=160393 vsize=18996948 memory=0 CPUtime=11.97 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 7281 0 0 0 1152 45 0 0 20 0 19 0 237772430 19452874752 600908 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 600908 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=18996948 memory=1703240 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 600908 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 13.81 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2403632 KiB

[startup+25.5003 s]
/proc/loadavg: 2.36 2.40 3.07 5/338 160506
/proc/meminfo: memFree=112284584/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18996948 memory=2615964 CPUtime=26.78 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 24602 0 0 0 2617 61 0 0 20 0 19 0 237772428 19452874752 653991 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4749237 653991 5527 1 0 1575601 0
[pid=160398/tid=160404] ppid=160393 vsize=18996948 memory=2613892 CPUtime=24.14 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 8112 0 0 0 2364 50 0 0 20 0 19 0 237772430 19452874752 653991 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=18996948 memory=1775720 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 653991 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=18996948 memory=2407852 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 653991 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 26.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2615964 KiB

[startup+51.106 s]
/proc/loadavg: 2.98 2.54 3.10 5/338 160507
/proc/meminfo: memFree=111837580/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18996948 memory=2817756 CPUtime=52.61 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 28081 0 0 0 5194 67 0 0 20 0 19 0 237772428 19452874752 704439 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4749237 704439 5527 1 0 1675869 0
[pid=160398/tid=160404] ppid=160393 vsize=18996948 memory=2805444 CPUtime=48.37 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 9604 0 0 0 4784 53 0 0 20 0 19 0 237772430 19452874752 704439 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=18996948 memory=2813660 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 704439 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=18996948 memory=14156 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772432 19452874752 704439 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 52.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2817756 KiB

[startup+102.3 s]
/proc/loadavg: 3.84 2.87 3.18 5/340 160511
/proc/meminfo: memFree=110544124/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=18996948 memory=3035804 CPUtime=104.19 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 33526 0 0 0 10341 78 0 0 20 0 19 0 237772428 19452874752 758951 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4749237 758951 5527 1 0 1774047 0
[pid=160398/tid=160404] ppid=160393 vsize=18996948 memory=14156 CPUtime=96.76 cores=0,2

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

/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3785886 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 3004 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3785886 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160517] ppid=160393 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/160398/task/160517/stat : 160517 (Timer-0) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237790826 19521036288 3785886 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 3215.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15143544 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.54 4.54 5/338 160894
/proc/meminfo: memFree=91283444/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=19063512 memory=15147640 CPUtime=3275.5 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 316050 0 0 0 327072 478 0 0 20 0 20 0 237772428 19521036288 3786910 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4765878 3786910 5559 1 0 4010120 0
[pid=160398/tid=160404] ppid=160393 vsize=19063512 memory=14156 CPUtime=3138.36 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 173260 0 0 0 313544 292 0 0 20 0 20 0 237772430 19521036288 3786910 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=19063512 memory=15145592 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3786910 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=19063512 memory=15147640 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 3012 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3786910 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160517] ppid=160393 vsize=19063512 memory=15147640 CPUtime=0 cores=0,2
/proc/160398/task/160517/stat : 160517 (Timer-0) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237790826 19521036288 3786910 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 3275.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15147640 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.45 4.51 6/338 160896
/proc/meminfo: memFree=91086272/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=19063512 memory=15149692 CPUtime=3335.62 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 319258 0 0 0 333083 479 0 0 20 0 20 0 237772428 19521036288 3787423 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4765878 3787423 5559 1 0 4010120 0
[pid=160398/tid=160404] ppid=160393 vsize=19063512 memory=15147640 CPUtime=3197.91 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 175188 0 0 0 319499 292 0 0 20 0 20 0 237772430 19521036288 3787423 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=19063512 memory=15147640 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3787423 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 3127 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3787423 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160517] ppid=160393 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/160398/task/160517/stat : 160517 (Timer-0) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237790826 19521036288 3787423 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 3335.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15149692 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.41 4.49 5/339 160898
/proc/meminfo: memFree=90875844/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=19063512 memory=15151740 CPUtime=3395.81 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 326072 0 0 0 339100 481 0 0 20 0 20 0 237772428 19521036288 3787935 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4765878 3787935 5559 1 0 4010120 0
[pid=160398/tid=160404] ppid=160393 vsize=19063512 memory=0 CPUtime=3257.36 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 180100 0 0 0 325443 293 0 0 20 0 20 0 237772430 19521036288 3787935 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3787935 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=19063512 memory=23552 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 3176 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3787935 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160517] ppid=160393 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/160398/task/160517/stat : 160517 (Timer-0) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237790826 19521036288 3787935 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 3395.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15151740 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.38 4.48 5/339 160901
/proc/meminfo: memFree=90437296/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=19063512 memory=15412288 CPUtime=3456.61 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 331387 0 0 0 345171 490 0 0 20 0 20 0 237772428 19521036288 3853072 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4765878 3853072 5559 1 0 4056077 0
[pid=160398/tid=160404] ppid=160393 vsize=19063512 memory=10624 CPUtime=3315.07 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 183241 0 0 0 331209 298 0 0 20 0 20 0 237772430 19521036288 3853072 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=19063512 memory=15397936 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3853072 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 3248 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3853072 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160517] ppid=160393 vsize=19063512 memory=15406128 CPUtime=0 cores=0,2
/proc/160398/task/160517/stat : 160517 (Timer-0) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237790826 19521036288 3853072 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 3456.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15412288 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.34 4.45 7/339 160903
/proc/meminfo: memFree=89598556/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=19063512 memory=15553988 CPUtime=3518.23 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 338677 0 0 0 351325 498 0 0 20 0 20 0 237772428 19521036288 3888497 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4765878 3888497 5559 1 0 4081176 0
[pid=160398/tid=160404] ppid=160393 vsize=19063512 memory=10624 CPUtime=3372.48 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 187557 0 0 0 336948 300 0 0 20 0 20 0 237772430 19521036288 3888497 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=19063512 memory=15549892 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3888497 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 3312 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3888497 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160517] ppid=160393 vsize=19063512 memory=23552 CPUtime=0 cores=0,2
/proc/160398/task/160517/stat : 160517 (Timer-0) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237790826 19521036288 3888497 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 3518.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15553988 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.31 4.44 4/320 160989
/proc/meminfo: memFree=105566840/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=19063512 memory=15562180 CPUtime=3578.6 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 341974 0 0 0 357359 501 0 0 20 0 20 0 237772428 19521036288 3890545 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4765878 3890545 5559 1 0 4081176 0
[pid=160398/tid=160404] ppid=160393 vsize=19063512 memory=15553988 CPUtime=3431.08 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 189615 0 0 0 342807 301 0 0 20 0 20 0 237772430 19521036288 3890545 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=19063512 memory=15412288 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3890545 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 3395 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3890545 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160517] ppid=160393 vsize=19063512 memory=4624 CPUtime=0 cores=0,2
/proc/160398/task/160517/stat : 160517 (Timer-0) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237790826 19521036288 3890545 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 3578.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15562180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3543.6 s]
/proc/loadavg: 4.26 4.32 4.44 5/342 161108
/proc/meminfo: memFree=102980540/131249996 swapFree=33000896/33010684
[pid=160398] ppid=160393 vsize=19063512 memory=15562180 CPUtime=3600.09 cores=0,2
/proc/160398/stat : 160398 (java) S 160393 160398 160297 0 -1 4194304 342902 0 0 0 359506 503 0 0 20 0 20 0 237772428 19521036288 3890545 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
/proc/160398/statm: 4765878 3890545 5559 1 0 4081176 0
[pid=160398/tid=160404] ppid=160393 vsize=19063512 memory=5148 CPUtime=3451.67 cores=0,2
/proc/160398/task/160404/stat : 160404 (java) R 160393 160398 160297 0 -1 4194368 190397 0 0 0 344866 301 0 0 20 0 20 0 237772430 19521036288 3890545 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160419] ppid=160393 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/160398/task/160419/stat : 160419 (Finalizer) S 160393 160398 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3890545 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160427] ppid=160393 vsize=19063512 memory=4624 CPUtime=0 cores=0,2
/proc/160398/task/160427/stat : 160427 (Common-Cleaner) S 160393 160398 160297 0 -1 4194368 3395 0 0 0 0 0 0 0 20 0 20 0 237772432 19521036288 3890545 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
[pid=160398/tid=160517] ppid=160393 vsize=19063512 memory=23552 CPUtime=0 cores=0,2
/proc/160398/task/160517/stat : 160517 (Timer-0) S 160393 160398 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237790826 19521036288 3890545 18446744073709551615 94693417467904 94693417471600 140725166042432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94693417479416 94693417480208 94693432991744 140725166049660 140725166049764 140725166049764 140725166055368 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15562180 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.17 s, system=5.07018 s

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

[startup+3543.71 s]*
/proc/loadavg: 4.26 4.32 4.44 5/324 161111
/proc/meminfo: memFree=113447692/131249996 swapFree=33000896/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): 3543.74
CPU time (s): 3600.24
CPU user time (s): 3595.17
CPU system time (s): 5.07018
CPU usage (%): 101.594
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 15562180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.17
system time used= 5.07018
maximum resident set size= 15563204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 187354
involuntary context switches= 20123


# summary of solver processes directly reported to runsolver:
#   pid: 160398
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3595.17
#   total CPU system time (s): 5.07018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.48865 second user time and 16.2969 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-22 23:49:06
IDJOB=4542508
IDBENCH=163930
IDSOLVER=3361
FILE ID=nodeC023/4542508-1753220945
RUNJOBID= nodeC023-1753220945-160307
SLURM_JOB_ID= 9687806
Free space on /tmp= 432924 MiB

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

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

MD5SUM BENCH= cca449fd552693742bf3f30208712226
RANDOM SEED=1192666686

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.897
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.886
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		: 3598.953
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.838
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		: 3597.573
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.865
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		: 3599.936
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.895
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:        127512968 kB
MemAvailable:   129183828 kB
Buffers:              16 kB
Cached:          2413356 kB
SwapCached:         2872 kB
Active:          1246792 kB
Inactive:        1741400 kB
Active(anon):     540628 kB
Inactive(anon):    55056 kB
Active(file):     706164 kB
Inactive(file):  1686344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            122656 kB
Writeback:             0 kB
AnonPages:        575096 kB
Mapped:           122856 kB
Shmem:             20816 kB
KReclaimable:     235184 kB
Slab:             330872 kB
SReclaimable:     235184 kB
SUnreclaim:        95688 kB
KernelStack:        4768 kB
PageTables:         4284 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6907628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151016 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 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= 432980 MiB
End job on nodeC023 at 2025-07-23 00:48:10