Trace number 4542547

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.23 3519.82

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height46_pigeons45_holes44.opb
MD5SUMa8e56f9e5ad0cb5cee4856e95cb4d672
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 benchmark1193.42
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106882
Number of constraints which are clauses54005
Number of constraints which are cardinality constraints (but not clauses)48506
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
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 52
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.14	c  - never skip resolution steps
0.13/0.14	c  - Auto-division on coefficients is disabled
0.13/0.14	c  - No postprocessing
0.13/0.14	c  - Conflict is considered as is when resolving
0.13/0.14	c  - Use constraints as they come during conflict analysis
0.13/0.14	c  - Weaken first using unassigned literals
0.13/0.14	c  - Bump strategy: ALWAYS_ONE
0.13/0.14	c  - Bumper: ANY
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.14	c No reason simplification
0.13/0.14	c Armin Biere (Picosat) restarts strategy
0.13/0.14	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.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4542547-1753220945.opb
0.13/0.14	c reading problem ... 
0.13/0.16	c  no objective function found
162.18/160.35	c ... done. Wall clock time 160.2s.
162.18/160.35	c declared #vars     2235696
162.18/160.35	c #constraints  106882
162.18/160.35	c constraints type 
162.18/160.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 52877
162.18/160.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 54005
162.18/160.35	c 106882 constraints processed.
244.24/236.14	c cleaning 2461 clauses out of 5000
399.86/384.68	c cleaning 4238 clauses out of 8539
797.12/773.72	c cleaning 5633 clauses out of 11301
1137.83/1104.34	c cleaning 6472 clauses out of 13668
1511.34/1466.72	c cleaning 7136 clauses out of 16196
2174.13/2110.60	c cleaning 8806 clauses out of 19064
3402.42/3324.21	c cleaning 10000 clauses out of 21273
3600.04/3519.72	c starts		: 76
3600.04/3519.73	c conflicts		: 57992
3600.04/3519.73	c decisions		: 12318779
3600.04/3519.73	c propagations		: 25415054
3600.04/3519.73	c inspects		: 2088128721
3600.04/3519.73	c shortcuts		: 0
3600.04/3519.73	c learnt literals	: 0
3600.04/3519.73	c learnt binary clauses	: 3
3600.04/3519.73	c learnt ternary clauses	: 0
3600.04/3519.73	c learnt constraints	: 57992
3600.04/3519.73	c ignored constraints	: 0
3600.04/3519.73	c root simplifications	: 0
3600.04/3519.73	c removed literals (reason simplification)	: 0
3600.04/3519.73	c reason swapping (by a shorter reason)	: 0
3600.04/3519.73	c Calls to reduceDB	: 7
3600.04/3519.73	c Number of update (reduction) of LBD	: 0
3600.04/3519.73	c Imported unit clauses	: 0
3600.04/3519.73	c No decision after first conflict	: false
3600.04/3519.73	c number of reductions to clauses (during analyze)	: 0
3600.04/3519.73	c number of learned constraints concerned by reduction	: 0
3600.04/3519.73	c number of learning phase by resolution	: 0
3600.04/3519.73	c number of learning phase by cutting planes	: 0
3600.04/3519.73	c number of rounding to 1 operations	: 0
3600.04/3519.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3519.73	c number of reductions of the coefficients by power 2 	: 0
3600.04/3519.73	c number of right shift for reduction by power 2 	: 0
3600.04/3519.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3519.73	c number of ending skipping 	: 0
3600.04/3519.73	c number of internal skipping 	: 0
3600.04/3519.73	c number of derivation steps 	: 288813
3600.04/3519.73	c number of skipped derivation steps 	: 0
3600.04/3519.73	c number of remaining unassigned 	: 43301
3600.04/3519.73	c number of remaining assigned 	: 138931257
3600.04/3519.73	c number of falsified literals weakened from reason	: 0
3600.04/3519.73	c number of falsified literals weakened from conflict	: 0
3600.04/3519.73	c time for arithmetic operations	: 3125825014
3600.04/3519.74	c minimum degree of deleted constraints	: null
3600.04/3519.74	c maximum degree of deleted constraints	: null
3600.04/3519.74	c number of deleted constraints	: 0
3600.04/3519.75	c speed (assignments/second)	: 7565.540813480351
3600.04/3519.75	c non guided choices	: 10888584
3600.04/3519.76	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 1466
3600.04/3519.76	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 11777
3600.04/3519.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3600.04/3519.77	s UNKNOWN
3600.04/3519.77	c Total wall clock time (in seconds): 3519.624

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 (61659 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542547-1753220945/watcher-4542547-1753220945 -o /tmp/evaluation-result-4542547-1753220945/solver-4542547-1753220945 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1753220945-160308 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542547-1753220945.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=160402, runsolver pid=160395

[startup+0.10006 s]*
/proc/loadavg: 1.20 2.21 3.02 9/335 160437
/proc/meminfo: memFree=126933364/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=18930384 memory=58028 CPUtime=0.13 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 6614 0 0 0 11 2 0 0 20 0 18 0 237772429 19384713216 14507 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4732596 14507 5369 1 0 547643 0
[pid=160402/tid=160410] ppid=160395 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 5102 0 0 0 6 2 0 0 20 0 18 0 237772431 19384713216 14507 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237772433 19384713216 14507 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237772433 19384713216 14507 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58028 KiB

[startup+0.205651 s]*
/proc/loadavg: 1.20 2.21 3.02 12/335 160437
/proc/meminfo: memFree=126610916/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=18930384 memory=187476 CPUtime=0.31 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 7183 0 0 0 26 5 0 0 20 0 18 0 237772429 19384713216 46869 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4732596 46869 5465 1 0 547995 0
[pid=160402/tid=160410] ppid=160395 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 5429 0 0 0 14 4 0 0 20 0 18 0 237772431 19384713216 46869 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=18930384 memory=16099 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237772433 19384713216 46869 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237772433 19384713216 46869 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 187476 KiB

[startup+0.305956 s]*
/proc/loadavg: 1.20 2.21 3.02 7/335 160437
/proc/meminfo: memFree=125809172/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=18930384 memory=588888 CPUtime=0.46 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 7403 0 0 0 33 13 0 0 20 0 18 0 237772429 19384713216 147222 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4732596 147222 5465 1 0 547998 0
[pid=160402/tid=160410] ppid=160395 vsize=18930384 memory=-8814784085975933628 CPUtime=0.28 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 5626 0 0 0 16 12 0 0 20 0 18 0 237772431 19384713216 147222 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237772433 19384713216 147222 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237772433 19384713216 147222 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 588888 KiB

[startup+0.700259 s]
/proc/loadavg: 1.20 2.21 3.02 9/337 160441
/proc/meminfo: memFree=124639548/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=18996948 memory=767832 CPUtime=1.05 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 9136 0 0 0 88 17 0 0 20 0 19 0 237772429 19452874752 191958 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4749237 191958 5497 1 0 549270 0
[pid=160402/tid=160410] ppid=160395 vsize=18996948 memory=23552 CPUtime=0.65 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 5706 0 0 0 50 15 0 0 20 0 19 0 237772431 19452874752 191958 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 191958 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 191958 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 767832 KiB

[startup+1.50026 s]
/proc/loadavg: 1.20 2.21 3.02 5/314 160449
/proc/meminfo: memFree=122514244/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=18996948 memory=950120 CPUtime=1.92 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 10297 0 0 0 171 21 0 0 20 0 19 0 237772429 19452874752 237530 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4749237 237530 5497 1 0 948227 0
[pid=160402/tid=160410] ppid=160395 vsize=18996948 memory=3200 CPUtime=1.39 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 5843 0 0 0 121 18 0 0 20 0 19 0 237772431 19452874752 237530 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 237530 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 237530 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 950120 KiB

[startup+3.10597 s]
/proc/loadavg: 1.50 2.25 3.03 5/336 160504
/proc/meminfo: memFree=119793892/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=18996948 memory=1580412 CPUtime=3.8 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 12506 0 0 0 345 35 0 0 20 0 19 0 237772429 19452874752 395103 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4749237 395103 5529 1 0 1074598 0
[pid=160402/tid=160410] ppid=160395 vsize=18996948 memory=10624 CPUtime=2.89 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 6206 0 0 0 259 30 0 0 20 0 19 0 237772431 19452874752 395103 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 395103 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 395103 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1580412 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=160402] ppid=160395 vsize=18996948 memory=1768944 CPUtime=7.3 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 20051 0 0 0 689 41 0 0 20 0 19 0 237772429 19452874752 442236 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4749237 442236 5529 1 0 1316464 0
[pid=160402/tid=160410] ppid=160395 vsize=18996948 memory=5632 CPUtime=5.88 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 6547 0 0 0 554 34 0 0 20 0 19 0 237772431 19452874752 442236 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 442236 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=18996948 memory=-8814784085975933628 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 442236 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 7.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1768944 KiB

[startup+12.7002 s]
/proc/loadavg: 1.97 2.33 3.05 5/337 160505
/proc/meminfo: memFree=113761788/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=18996948 memory=2370452 CPUtime=13.85 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 21687 0 0 0 1330 55 0 0 20 0 19 0 237772429 19452874752 592613 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4749237 592613 5529 1 0 1590119 0
[pid=160402/tid=160410] ppid=160395 vsize=18996948 memory=14156 CPUtime=11.93 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 7225 0 0 0 1149 44 0 0 20 0 19 0 237772431 19452874752 592613 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 592613 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 592613 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 13.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2370452 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=160402] ppid=160395 vsize=18996948 memory=2755580 CPUtime=26.77 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 24825 0 0 0 2614 63 0 0 20 0 19 0 237772429 19452874752 688895 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4749237 688895 5529 1 0 1786476 0
[pid=160402/tid=160410] ppid=160395 vsize=18996948 memory=5632 CPUtime=23.99 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 8157 0 0 0 2349 50 0 0 20 0 19 0 237772431 19452874752 688895 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=18996948 memory=2730892 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 688895 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=18996948 memory=2584484 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 688895 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 26.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2755580 KiB

[startup+51.1058 s]
/proc/loadavg: 2.98 2.54 3.10 5/338 160507
/proc/meminfo: memFree=111837580/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=18996948 memory=2784520 CPUtime=52.52 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 28371 0 0 0 5185 67 0 0 20 0 19 0 237772429 19452874752 696130 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4749237 696130 5529 1 0 1786476 0
[pid=160402/tid=160410] ppid=160395 vsize=18996948 memory=14156 CPUtime=48.05 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 9944 0 0 0 4754 51 0 0 20 0 19 0 237772431 19452874752 696130 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=18996948 memory=-8814784085975933628 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 696130 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=18996948 memory=14156 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237772433 19452874752 696130 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 52.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2784520 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=160402] ppid=160395 vsize=18996948 memory=2831648 CPUtime=103.83 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 33494 0 0 0 10309 74 0 0 20 0 19 0 237772429 19452874752 707912 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4749237 707912 5529 1 0 1786476 0
[pid=160402/tid=160410] ppid=160395 vsize=18996948 memory=140416238824929 CPUtime=96.04 cores=4,6

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

/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 3435 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160515] ppid=160395 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/160402/task/160515/stat : 160515 (Timer-0) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237788472 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 3177.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226660 KiB

[startup+3162.3 s]
/proc/loadavg: 4.60 4.64 4.58 5/339 160827
/proc/meminfo: memFree=95521528/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=19063512 memory=16226660 CPUtime=3238.89 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 415264 0 0 0 323380 509 0 0 20 0 20 0 237772429 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4765878 4056665 5561 1 0 4087097 0
[pid=160402/tid=160410] ppid=160395 vsize=19063512 memory=9624708 CPUtime=3065.04 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 232291 0 0 0 306223 281 0 0 20 0 20 0 237772431 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=19063512 memory=16226660 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=19063512 memory=6640 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 3508 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160515] ppid=160395 vsize=19063512 memory=16226660 CPUtime=0 cores=4,6
/proc/160402/task/160515/stat : 160515 (Timer-0) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237788472 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 3238.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226660 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=160402] ppid=160395 vsize=19063512 memory=16226660 CPUtime=3299.71 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 420769 0 0 0 329459 512 0 0 20 0 20 0 237772429 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4765878 4056665 5561 1 0 4087097 0
[pid=160402/tid=160410] ppid=160395 vsize=19063512 memory=9624708 CPUtime=3123.92 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 236245 0 0 0 312109 283 0 0 20 0 20 0 237772431 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=19063512 memory=16226660 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=19063512 memory=-8814784085975933628 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 3576 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160515] ppid=160395 vsize=19063512 memory=16226660 CPUtime=0 cores=4,6
/proc/160402/task/160515/stat : 160515 (Timer-0) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237788472 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 3299.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226660 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.45 4.51 5/338 160896
/proc/meminfo: memFree=91086272/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=19063512 memory=16226660 CPUtime=3360.39 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 428599 0 0 0 335523 516 0 0 20 0 20 0 237772429 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4765878 4056665 5561 1 0 4087097 0
[pid=160402/tid=160410] ppid=160395 vsize=19063512 memory=23552 CPUtime=3182.9 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 240945 0 0 0 318006 284 0 0 20 0 20 0 237772431 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=19063512 memory=16226660 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 3657 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160515] ppid=160395 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/160402/task/160515/stat : 160515 (Timer-0) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237788472 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 3360.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226660 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=160402] ppid=160395 vsize=19063512 memory=16226660 CPUtime=3420.77 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 437202 0 0 0 341558 519 0 0 20 0 20 0 237772429 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4765878 4056665 5561 1 0 4087097 0
[pid=160402/tid=160410] ppid=160395 vsize=19063512 memory=16226660 CPUtime=3242.16 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 248210 0 0 0 323931 285 0 0 20 0 20 0 237772431 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=19063512 memory=16226660 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=19063512 memory=16226660 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 3738 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160515] ppid=160395 vsize=19063512 memory=16226660 CPUtime=0 cores=4,6
/proc/160402/task/160515/stat : 160515 (Timer-0) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237788472 19521036288 4056665 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 3420.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226660 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=160402] ppid=160395 vsize=19063512 memory=16228748 CPUtime=3482 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 443673 0 0 0 347678 522 0 0 20 0 20 0 237772429 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4765878 4057187 5561 1 0 4087097 0
[pid=160402/tid=160410] ppid=160395 vsize=19063512 memory=16226660 CPUtime=3300.04 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 252112 0 0 0 329717 287 0 0 20 0 20 0 237772431 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=19063512 memory=16226660 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=19063512 memory=16228748 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 3822 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160515] ppid=160395 vsize=19063512 memory=-4421386487557090145 CPUtime=0 cores=4,6
/proc/160402/task/160515/stat : 160515 (Timer-0) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237788472 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 3482 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16228748 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=160402] ppid=160395 vsize=19063512 memory=16228748 CPUtime=3542.31 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 450124 0 0 0 353705 526 0 0 20 0 20 0 237772429 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4765878 4057187 5561 1 0 4087097 0
[pid=160402/tid=160410] ppid=160395 vsize=19063512 memory=16226660 CPUtime=3359.31 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 255236 0 0 0 335643 288 0 0 20 0 20 0 237772431 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=19063512 memory=16226660 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=19063512 memory=16228748 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 3881 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160515] ppid=160395 vsize=19063512 memory=16228748 CPUtime=0 cores=4,6
/proc/160402/task/160515/stat : 160515 (Timer-0) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237788472 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 3542.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16228748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3519.7 s]
/proc/loadavg: 4.19 4.31 4.44 6/340 160906
/proc/meminfo: memFree=89299320/131249996 swapFree=33000896/33010684
[pid=160402] ppid=160395 vsize=19063512 memory=16228748 CPUtime=3600.04 cores=4,6
/proc/160402/stat : 160402 (java) S 160395 160402 160297 0 -1 4194304 453437 0 0 0 359476 528 0 0 20 0 20 0 237772429 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
/proc/160402/statm: 4765878 4057187 5561 1 0 4087097 0
[pid=160402/tid=160410] ppid=160395 vsize=19063512 memory=16228748 CPUtime=3416.03 cores=4,6
/proc/160402/task/160410/stat : 160410 (java) R 160395 160402 160297 0 -1 4194368 257308 0 0 0 341315 288 0 0 20 0 20 0 237772431 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160430] ppid=160395 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/160402/task/160430/stat : 160430 (Finalizer) S 160395 160402 160297 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160437] ppid=160395 vsize=19063512 memory=16228748 CPUtime=0 cores=4,6
/proc/160402/task/160437/stat : 160437 (Common-Cleaner) S 160395 160402 160297 0 -1 4194368 3964 0 0 0 0 0 0 0 20 0 20 0 237772433 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
[pid=160402/tid=160515] ppid=160395 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/160402/task/160515/stat : 160515 (Timer-0) S 160395 160402 160297 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237788472 19521036288 4057187 18446744073709551615 94232224870400 94232224874096 140723113114304 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94232224881912 94232224882704 94232253341696 140723113118076 140723113118180 140723113118180 140723113123784 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16228748 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.91 s, system=5.32384 s

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

[startup+3519.81 s]*
/proc/loadavg: 4.19 4.31 4.44 5/322 160909
/proc/meminfo: memFree=103956216/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): 3519.82
CPU time (s): 3600.23
CPU user time (s): 3594.91
CPU system time (s): 5.32384
CPU usage (%): 102.285
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16228748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.91
system time used= 5.32384
maximum resident set size= 16229772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 456442
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 181946
involuntary context switches= 14028


# summary of solver processes directly reported to runsolver:
#   pid: 160402
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3594.91
#   total CPU system time (s): 5.32384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.63491 second user time and 15.6025 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-22 23:49:06
IDJOB=4542547
IDBENCH=163934
IDSOLVER=3361
FILE ID=nodeC023/4542547-1753220945
RUNJOBID= nodeC023-1753220945-160308
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_height46_pigeons45_holes44.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542547-1753220945/watcher-4542547-1753220945 -o /tmp/evaluation-result-4542547-1753220945/solver-4542547-1753220945 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1753220945-160308 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542547-1753220945.opb

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

MD5SUM BENCH= a8e56f9e5ad0cb5cee4856e95cb4d672
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		: 3620.612
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.893
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		: 3600.093
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.891
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		: 3600.267
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.861
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.892
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.887
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:        127455624 kB
MemAvailable:   129127132 kB
Buffers:              16 kB
Cached:          2414004 kB
SwapCached:         2872 kB
Active:          1302124 kB
Inactive:        1742048 kB
Active(anon):     595960 kB
Inactive(anon):    55056 kB
Active(file):     706164 kB
Inactive(file):  1686992 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            123304 kB
Writeback:             0 kB
AnonPages:        630428 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:    6908856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151032 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 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= 432928 MiB
End job on nodeC023 at 2025-07-23 00:47:46