Trace number 4542196

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.25 3531.72

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height38_pigeons37_holes36.opb
MD5SUM883a1a775d6309f3a96fbb0c62b71064
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 benchmark366.876
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1040520
Total number of constraints61390
Number of constraints which are clauses31085
Number of constraints which are cardinality constraints (but not clauses)27302
Number of constraints which are nor clauses,nor cardinality constraints3003
Minimum length of a constraint36
Maximum length of a constraint41
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 44
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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.12/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	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.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4542196-1753202573.opb
0.12/0.16	c reading problem ... 
0.12/0.17	c  no objective function found
44.84/42.51	c ... done. Wall clock time 42.347s.
44.84/42.51	c declared #vars     1040520
44.84/42.51	c #constraints  61390
44.84/42.51	c constraints type 
44.84/42.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30305
44.84/42.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 31085
44.84/42.51	c 61390 constraints processed.
82.45/75.87	c cleaning 2454 clauses out of 5000
166.91/155.74	c cleaning 3866 clauses out of 8552
387.68/372.91	c cleaning 5753 clauses out of 11680
529.93/511.24	c cleaning 5375 clauses out of 13927
771.78/748.19	c cleaning 6998 clauses out of 17552
1007.19/978.60	c cleaning 8624 clauses out of 20554
1544.69/1507.80	c cleaning 9093 clauses out of 22930
2354.88/2305.60	c cleaning 10773 clauses out of 25837
3600.06/3531.61	c starts		: 85
3600.06/3531.63	c conflicts		: 77445
3600.06/3531.63	c decisions		: 8074977
3600.06/3531.63	c propagations		: 17264862
3600.06/3531.63	c inspects		: 2245544443
3600.06/3531.63	c shortcuts		: 0
3600.06/3531.63	c learnt literals	: 0
3600.06/3531.63	c learnt binary clauses	: 4
3600.06/3531.63	c learnt ternary clauses	: 0
3600.06/3531.63	c learnt constraints	: 77444
3600.06/3531.63	c ignored constraints	: 0
3600.06/3531.63	c root simplifications	: 0
3600.06/3531.63	c removed literals (reason simplification)	: 0
3600.06/3531.63	c reason swapping (by a shorter reason)	: 0
3600.06/3531.63	c Calls to reduceDB	: 8
3600.06/3531.63	c Number of update (reduction) of LBD	: 0
3600.06/3531.63	c Imported unit clauses	: 0
3600.06/3531.64	c No decision after first conflict	: false
3600.06/3531.64	c number of reductions to clauses (during analyze)	: 0
3600.06/3531.64	c number of learned constraints concerned by reduction	: 0
3600.06/3531.64	c number of learning phase by resolution	: 0
3600.06/3531.64	c number of learning phase by cutting planes	: 0
3600.06/3531.64	c number of rounding to 1 operations	: 0
3600.06/3531.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3531.64	c number of reductions of the coefficients by power 2 	: 0
3600.06/3531.64	c number of right shift for reduction by power 2 	: 0
3600.06/3531.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3531.64	c number of ending skipping 	: 0
3600.06/3531.64	c number of internal skipping 	: 0
3600.06/3531.64	c number of derivation steps 	: 592927
3600.06/3531.64	c number of skipped derivation steps 	: 0
3600.06/3531.64	c number of remaining unassigned 	: 82932
3600.06/3531.64	c number of remaining assigned 	: 249402292
3600.06/3531.64	c number of falsified literals weakened from reason	: 0
3600.06/3531.64	c number of falsified literals weakened from conflict	: 0
3600.06/3531.64	c time for arithmetic operations	: 3973622791
3600.06/3531.64	c minimum degree of deleted constraints	: null
3600.06/3531.64	c maximum degree of deleted constraints	: null
3600.06/3531.64	c number of deleted constraints	: 0
3600.06/3531.64	c speed (assignments/second)	: 4948.244928187538
3600.06/3531.65	c non guided choices	: 6661486
3600.06/3531.67	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 8546
3600.06/3531.67	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 15959
3600.06/3531.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
3600.06/3531.67	s UNKNOWN
3600.06/3531.67	c Total wall clock time (in seconds): 3531.509

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542196-1753202573/watcher-4542196-1753202573 -o /tmp/evaluation-result-4542196-1753202573/solver-4542196-1753202573 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753198973-156822 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542196-1753202573.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100063 s]*
/proc/loadavg: 4.40 4.26 4.14 6/337 158051
/proc/meminfo: memFree=112664692/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=18930384 memory=55640 CPUtime=0.12 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 6526 0 0 0 11 1 0 0 20 0 18 0 235879822 19384713216 13910 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4732596 13910 5364 1 0 547612 0
[pid=158033/tid=158035] ppid=158030 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 5047 0 0 0 7 1 0 0 20 0 18 0 235879823 19384713216 13910 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 235879825 19384713216 13910 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=18930384 memory=60684515937227 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 235879826 19384713216 13910 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55640 KiB

[startup+0.20582 s]*
/proc/loadavg: 4.40 4.26 4.14 8/337 158051
/proc/meminfo: memFree=112498836/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=18930384 memory=150168 CPUtime=0.31 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 7101 0 0 0 27 4 0 0 20 0 18 0 235879822 19384713216 37542 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4732596 37542 5428 1 0 547945 0
[pid=158033/tid=158035] ppid=158030 vsize=18930384 memory=4026925340 CPUtime=0.18 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 5419 0 0 0 15 3 0 0 20 0 18 0 235879823 19384713216 37542 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=18930384 memory=16124 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 235879825 19384713216 37542 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 235879826 19384713216 37542 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 150168 KiB

[startup+0.305877 s]*
/proc/loadavg: 4.40 4.26 4.14 6/337 158051
/proc/meminfo: memFree=112060060/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=18930384 memory=539180 CPUtime=0.46 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 8023 0 0 0 35 11 0 0 20 0 18 0 235879822 19384713216 134795 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4732596 134795 5428 1 0 548394 0
[pid=158033/tid=158035] ppid=158030 vsize=18930384 memory=-9176764170217759420 CPUtime=0.27 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 5609 0 0 0 17 10 0 0 20 0 18 0 235879823 19384713216 134795 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 235879825 19384713216 134795 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 235879826 19384713216 134795 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 539180 KiB

[startup+0.700253 s]
/proc/loadavg: 4.40 4.26 4.14 6/338 158052
/proc/meminfo: memFree=111343136/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=18996948 memory=1049720 CPUtime=1.09 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 9744 0 0 0 87 22 0 0 20 0 19 0 235879822 19452874752 262430 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4749237 262430 5460 1 0 549560 0
[pid=158033/tid=158035] ppid=158030 vsize=18996948 memory=27136 CPUtime=0.64 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 5839 0 0 0 44 20 0 0 20 0 19 0 235879823 19452874752 262430 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 235879825 19452874752 262430 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 235879826 19452874752 262430 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1049720 KiB

[startup+1.50024 s]
/proc/loadavg: 4.40 4.26 4.14 5/338 158052
/proc/meminfo: memFree=111097692/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=18996948 memory=1250824 CPUtime=2.17 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 11458 0 0 0 191 26 0 0 20 0 19 0 235879822 19452874752 312706 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4749237 312706 5524 1 0 656806 0
[pid=158033/tid=158035] ppid=158030 vsize=18996948 memory=3328 CPUtime=1.39 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 6033 0 0 0 116 23 0 0 20 0 19 0 235879823 19452874752 312706 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 235879825 19452874752 312706 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 235879826 19452874752 312706 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 2.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1250824 KiB

[startup+3.10577 s]
/proc/loadavg: 4.40 4.26 4.14 5/338 158052
/proc/meminfo: memFree=110609632/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=18996948 memory=1850040 CPUtime=4.07 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 17064 0 0 0 368 39 0 0 20 0 19 0 235879822 19452874752 462510 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4749237 462510 5524 1 0 1054009 0
[pid=158033/tid=158035] ppid=158030 vsize=18996948 memory=10752 CPUtime=2.91 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 6397 0 0 0 257 34 0 0 20 0 19 0 235879823 19452874752 462510 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 235879825 19452874752 462510 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 235879826 19452874752 462510 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1850040 KiB

[startup+6.30023 s]
/proc/loadavg: 4.45 4.28 4.15 5/338 158052
/proc/meminfo: memFree=109585492/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=18996948 memory=2575432 CPUtime=7.38 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 18551 0 0 0 684 54 0 0 20 0 19 0 235879822 19452874752 643858 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4749237 643858 5524 1 0 1302599 0
[pid=158033/tid=158035] ppid=158030 vsize=18996948 memory=5632 CPUtime=5.9 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 6999 0 0 0 545 45 0 0 20 0 19 0 235879823 19452874752 643858 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 235879825 19452874752 643858 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=18996948 memory=-9176764170217759420 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 235879826 19452874752 643858 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 7.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2575432 KiB

[startup+12.7002 s]
/proc/loadavg: 4.41 4.27 4.14 5/337 158052
/proc/meminfo: memFree=108992896/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=18996948 memory=3147496 CPUtime=14 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 20095 0 0 0 1335 65 0 0 20 0 19 0 235879822 19452874752 786874 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4749237 786874 5524 1 0 1532378 0
[pid=158033/tid=158035] ppid=158030 vsize=18996948 memory=2575432 CPUtime=11.84 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 7731 0 0 0 1131 53 0 0 20 0 19 0 235879823 19452874752 786874 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=18996948 memory=27136 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 235879825 19452874752 786874 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=18996948 memory=14848 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 235879826 19452874752 786874 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3147496 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.26 4.14 5/337 158052
/proc/meminfo: memFree=108012252/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=18996948 memory=4136988 CPUtime=27.19 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 23796 0 0 0 2633 86 0 0 20 0 19 0 235879822 19452874752 1034247 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4749237 1034247 5524 1 0 1985670 0
[pid=158033/tid=158035] ppid=158030 vsize=18996948 memory=2575432 CPUtime=23.71 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 8650 0 0 0 2302 69 0 0 20 0 19 0 235879823 19452874752 1034247 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=18996948 memory=-9176764170217759420 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 235879825 19452874752 1034247 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=18996948 memory=3717428 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 235879826 19452874752 1034247 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 27.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4136988 KiB

[startup+51.1057 s]
/proc/loadavg: 4.37 4.27 4.15 5/338 158053
/proc/meminfo: memFree=106630280/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=19063512 memory=5030560 CPUtime=56.41 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 35319 0 0 0 5532 109 0 0 20 0 20 0 235879822 19521036288 1257640 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4765878 1257640 5524 1 0 2111423 0
[pid=158033/tid=158035] ppid=158030 vsize=19063512 memory=4951068 CPUtime=47.98 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 12423 0 0 0 4714 84 0 0 20 0 20 0 235879823 19521036288 1257640 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235879825 19521036288 1257640 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 235879826 19521036288 1257640 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158053] ppid=158030 vsize=19063512 memory=4887276 CPUtime=0 cores=1,3
/proc/158033/task/158053/stat : 158053 (Timer-0) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235884078 19521036288 1257640 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 56.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5030560 KiB

[startup+102.3 s]
/proc/loadavg: 4.45 4.29 4.16 5/338 158062
/proc/meminfo: memFree=105638360/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=19063512 memory=5735440 CPUtime=111.52 cores=1,3

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

/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235879825 19521036288 3843909 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 2896 0 0 0 0 0 0 0 20 0 20 0 235879826 19521036288 3843909 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158053] ppid=158030 vsize=19063512 memory=15375252 CPUtime=0 cores=1,3
/proc/158033/task/158053/stat : 158053 (Timer-0) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235884078 19521036288 3843909 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 3228.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15375636 KiB

[startup+3222.3 s]
/proc/loadavg: 4.49 4.63 4.56 5/340 158288
/proc/meminfo: memFree=85003528/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=19063512 memory=15377800 CPUtime=3288.54 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 412446 0 0 0 328415 439 0 0 20 0 20 0 235879822 19521036288 3844450 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4765878 3844450 5556 1 0 3862256 0
[pid=158033/tid=158035] ppid=158030 vsize=19063512 memory=15225444 CPUtime=3146.7 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 207693 0 0 0 314410 260 0 0 20 0 20 0 235879823 19521036288 3844450 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=19063512 memory=15377800 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235879825 19521036288 3844450 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 2957 0 0 0 0 0 0 0 20 0 20 0 235879826 19521036288 3844450 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158053] ppid=158030 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/158033/task/158053/stat : 158053 (Timer-0) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235884078 19521036288 3844450 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 3288.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15377800 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.55 4.54 5/340 158357
/proc/meminfo: memFree=83072320/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=19063512 memory=15402464 CPUtime=3348.85 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 426627 0 0 0 334441 444 0 0 20 0 20 0 235879822 19521036288 3850616 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4765878 3850616 5556 1 0 3868535 0
[pid=158033/tid=158035] ppid=158030 vsize=19063512 memory=15402464 CPUtime=3206.07 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 215771 0 0 0 320344 263 0 0 20 0 20 0 235879823 19521036288 3850616 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235879825 19521036288 3850616 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=19063512 memory=15402464 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 3036 0 0 0 0 0 0 0 20 0 20 0 235879826 19521036288 3850616 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158053] ppid=158030 vsize=19063512 memory=15402464 CPUtime=0 cores=1,3
/proc/158033/task/158053/stat : 158053 (Timer-0) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235884078 19521036288 3850616 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 3348.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15402464 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.46 4.51 5/340 158360
/proc/meminfo: memFree=79885460/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=19063512 memory=15526116 CPUtime=3409.35 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 441295 0 0 0 340486 449 0 0 20 0 20 0 235879822 19521036288 3881529 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4765878 3881529 5556 1 0 3902053 0
[pid=158033/tid=158035] ppid=158030 vsize=19063512 memory=15402464 CPUtime=3265.28 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 225054 0 0 0 326264 264 0 0 20 0 20 0 235879823 19521036288 3881529 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=19063512 memory=15526116 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235879825 19521036288 3881529 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 3037 0 0 0 0 0 0 0 20 0 20 0 235879826 19521036288 3881529 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158053] ppid=158030 vsize=19063512 memory=21872 CPUtime=0 cores=1,3
/proc/158033/task/158053/stat : 158053 (Timer-0) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235884078 19521036288 3881529 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 3409.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15526116 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.42 4.49 5/340 158362
/proc/meminfo: memFree=79622348/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=19063512 memory=15534436 CPUtime=3469.76 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 453541 0 0 0 346523 453 0 0 20 0 20 0 235879822 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4765878 3883609 5556 1 0 3902107 0
[pid=158033/tid=158035] ppid=158030 vsize=19063512 memory=14848 CPUtime=3324.59 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 233412 0 0 0 332192 267 0 0 20 0 20 0 235879823 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235879825 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=19063512 memory=15534436 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 3096 0 0 0 0 0 0 0 20 0 20 0 235879826 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158053] ppid=158030 vsize=19063512 memory=15534308 CPUtime=0 cores=1,3
/proc/158033/task/158053/stat : 158053 (Timer-0) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235884078 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 3469.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15534436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.41 4.48 5/339 158364
/proc/meminfo: memFree=79494996/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=19063512 memory=15534436 CPUtime=3530.21 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 461241 0 0 0 352565 456 0 0 20 0 20 0 235879822 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4765878 3883609 5556 1 0 3902108 0
[pid=158033/tid=158035] ppid=158030 vsize=19063512 memory=14848 CPUtime=3383.82 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 239097 0 0 0 338114 268 0 0 20 0 20 0 235879823 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235879825 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=19063512 memory=15534436 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 3145 0 0 0 0 0 0 0 20 0 20 0 235879826 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158053] ppid=158030 vsize=19063512 memory=15534436 CPUtime=0 cores=1,3
/proc/158033/task/158053/stat : 158053 (Timer-0) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235884078 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 3530.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15534436 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.36 4.45 5/339 158366
/proc/meminfo: memFree=79474436/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=19063512 memory=15534436 CPUtime=3590.68 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 479055 0 0 0 358609 459 0 0 20 0 20 0 235879822 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4765878 3883609 5556 1 0 3902108 0
[pid=158033/tid=158035] ppid=158030 vsize=19063512 memory=27136 CPUtime=3443.04 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 247065 0 0 0 344035 269 0 0 20 0 20 0 235879823 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235879825 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=19063512 memory=15534436 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 3194 0 0 0 0 0 0 0 20 0 20 0 235879826 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158053] ppid=158030 vsize=19063512 memory=15534436 CPUtime=0 cores=1,3
/proc/158033/task/158053/stat : 158053 (Timer-0) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235884078 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 3590.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15534436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3531.6 s]
/proc/loadavg: 4.20 4.35 4.45 5/339 158367
/proc/meminfo: memFree=79473708/131250000 swapFree=33010416/33010684
[pid=158033] ppid=158030 vsize=19063512 memory=15534436 CPUtime=3600.06 cores=1,3
/proc/158033/stat : 158033 (java) S 158030 158033 156803 0 -1 4194304 479633 0 0 0 359546 460 0 0 20 0 20 0 235879822 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
/proc/158033/statm: 4765878 3883609 5556 1 0 3902108 0
[pid=158033/tid=158035] ppid=158030 vsize=19063512 memory=21872 CPUtime=3452.23 cores=1,3
/proc/158033/task/158035/stat : 158035 (java) R 158030 158033 156803 0 -1 4194368 247575 0 0 0 344954 269 0 0 20 0 20 0 235879823 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158044] ppid=158030 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/158033/task/158044/stat : 158044 (Finalizer) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235879825 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158051] ppid=158030 vsize=19063512 memory=-9176764170217759420 CPUtime=0 cores=1,3
/proc/158033/task/158051/stat : 158051 (Common-Cleaner) S 158030 158033 156803 0 -1 4194368 3194 0 0 0 0 0 0 0 20 0 20 0 235879826 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
[pid=158033/tid=158053] ppid=158030 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/158033/task/158053/stat : 158053 (Timer-0) S 158030 158033 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235884078 19521036288 3883609 18446744073709551615 94191687680000 94191687683696 140732507490128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94191687691512 94191687692304 94191689461760 140732507494780 140732507494884 140732507494884 140732507500488 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15534436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.61 s, system=4.63968 s

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

[startup+3531.71 s]*
/proc/loadavg: 4.20 4.35 4.45 5/321 158370
/proc/meminfo: memFree=92026512/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3531.72
CPU time (s): 3600.25
CPU user time (s): 3595.61
CPU system time (s): 4.63968
CPU usage (%): 101.94
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 15534436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.61
system time used= 4.63968
maximum resident set size= 15535460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 481966
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143842
involuntary context switches= 14886


# summary of solver processes directly reported to runsolver:
#   pid: 158033
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3595.61
#   total CPU system time (s): 4.63968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.25202 second user time and 16.6306 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-22 18:42:53
IDJOB=4542196
IDBENCH=163905
IDSOLVER=3361
FILE ID=nodeC028/4542196-1753202573
RUNJOBID= nodeC028-1753198973-156822
SLURM_JOB_ID= 9687761
Free space on /tmp= 432928 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_height38_pigeons37_holes36.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542196-1753202573/watcher-4542196-1753202573 -o /tmp/evaluation-result-4542196-1753202573/solver-4542196-1753202573 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753198973-156822 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542196-1753202573.opb

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

MD5SUM BENCH= 883a1a775d6309f3a96fbb0c62b71064
RANDOM SEED=1063239506

nodeC028 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		: 3600.195
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	: 7000.16
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		: 3601.979
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.575
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	: 7000.16
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		: 3600.085
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	: 7000.16
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.126
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	: 7000.16
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		: 3600.084
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	: 7000.16
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		: 3622.911
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	: 7000.16
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		: 3540.007
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        112835316 kB
MemAvailable:   120690828 kB
Buffers:            2132 kB
Cached:          8623196 kB
SwapCached:            4 kB
Active:         10055848 kB
Inactive:        7666000 kB
Active(anon):    9114468 kB
Inactive(anon):     8308 kB
Active(file):     941380 kB
Inactive(file):  7657692 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             97896 kB
Writeback:             0 kB
AnonPages:       9099568 kB
Mapped:           128880 kB
Shmem:             26256 kB
KReclaimable:     191360 kB
Slab:             286656 kB
SReclaimable:     191360 kB
SUnreclaim:        95296 kB
KernelStack:        5168 kB
PageTables:        21352 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   15857900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8873984 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:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432908 MiB
End job on nodeC028 at 2025-07-22 19:41:45