Trace number 4513948

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.26 3588.92

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l045-r044-n1.opb
MD5SUMb9564511887892a7d25b0d6be869bead
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 benchmark2.69735
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2484
Total number of constraints5292
Number of constraints which are clauses4464
Number of constraints which are cardinality constraints (but not clauses)828
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.00/0.09	c Number of processors 	2
0.13/0.17	c Pseudo Boolean Optimization by upper bound
0.13/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.17	c  - never skip resolution steps
0.13/0.17	c  - Auto-division on coefficients is disabled
0.13/0.17	c  - No postprocessing
0.13/0.17	c  - Conflict is considered as is when resolving
0.13/0.17	c  - Use constraints as they come during conflict analysis
0.13/0.17	c  - Weaken first using unassigned literals
0.13/0.17	c  - Bump strategy: ALWAYS_ONE
0.13/0.17	c  - Bumper: ANY
0.13/0.17	c --- Begin Solver configuration ---
0.13/0.17	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.17	c Learn all clauses as in MiniSAT
0.13/0.17	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.17	c No reason simplification
0.13/0.17	c Armin Biere (Picosat) restarts strategy
0.13/0.17	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.17	c timeout=2147483s
0.13/0.17	c DB Simplification allowed=false
0.13/0.17	c Listener: none
0.13/0.17	c --- End Solver configuration ---
0.13/0.17	c solving HOME/instance-4513948-1751230274.opb
0.13/0.17	c reading problem ... 
0.13/0.17	c  no objective function found
0.31/0.25	c ... done. Wall clock time 0.086s.
0.31/0.25	c declared #vars     2484
0.31/0.25	c #constraints  6120
0.31/0.25	c constraints type 
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4464
0.31/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 828
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 828
0.31/0.25	c 6120 constraints processed.
8.89/6.12	c cleaning 2422 clauses out of 5000
52.31/48.73	c cleaning 4234 clauses out of 8579
196.12/191.70	c cleaning 5540 clauses out of 11345
517.10/511.90	c cleaning 6837 clauses out of 13804
990.24/984.48	c cleaning 7901 clauses out of 15967
1615.38/1608.43	c cleaning 8945 clauses out of 18066
2554.78/2545.92	c cleaning 9963 clauses out of 20123
3600.09/3588.82	c starts		: 77
3600.09/3588.83	c conflicts		: 65790
3600.09/3588.84	c decisions		: 674781
3600.09/3588.84	c propagations		: 19917491
3600.09/3588.84	c inspects		: 5044173227
3600.09/3588.84	c shortcuts		: 0
3600.09/3588.84	c learnt literals	: 0
3600.09/3588.84	c learnt binary clauses	: 0
3600.09/3588.84	c learnt ternary clauses	: 12753
3600.09/3588.84	c learnt constraints	: 65790
3600.09/3588.84	c ignored constraints	: 0
3600.09/3588.84	c root simplifications	: 0
3600.09/3588.84	c removed literals (reason simplification)	: 0
3600.09/3588.84	c reason swapping (by a shorter reason)	: 0
3600.09/3588.84	c Calls to reduceDB	: 7
3600.09/3588.84	c Number of update (reduction) of LBD	: 0
3600.09/3588.84	c Imported unit clauses	: 0
3600.09/3588.84	c No decision after first conflict	: false
3600.09/3588.84	c number of reductions to clauses (during analyze)	: 0
3600.09/3588.84	c number of learned constraints concerned by reduction	: 0
3600.09/3588.85	c number of learning phase by resolution	: 0
3600.09/3588.85	c number of learning phase by cutting planes	: 0
3600.09/3588.85	c number of rounding to 1 operations	: 0
3600.09/3588.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3588.85	c number of reductions of the coefficients by power 2 	: 0
3600.09/3588.85	c number of right shift for reduction by power 2 	: 0
3600.09/3588.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3588.85	c number of ending skipping 	: 0
3600.09/3588.85	c number of internal skipping 	: 0
3600.09/3588.85	c number of derivation steps 	: 2954336
3600.09/3588.85	c number of skipped derivation steps 	: 0
3600.09/3588.85	c number of remaining unassigned 	: 832
3600.09/3588.85	c number of remaining assigned 	: 8079357
3600.09/3588.85	c number of falsified literals weakened from reason	: 0
3600.09/3588.85	c number of falsified literals weakened from conflict	: 0
3600.09/3588.85	c time for arithmetic operations	: 230514296
3600.09/3588.85	c minimum degree of deleted constraints	: null
3600.09/3588.86	c maximum degree of deleted constraints	: null
3600.09/3588.86	c number of deleted constraints	: 0
3600.09/3588.86	c speed (assignments/second)	: 5550.235370536173
3600.09/3588.86	c non guided choices	: 13211
3600.09/3588.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3059
3600.09/3588.88	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 16889
3600.09/3588.88	s UNKNOWN
3600.09/3588.88	c Total wall clock time (in seconds): 3588.714

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

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

solver pid=30360, runsolver pid=30357

[startup+0.100059 s]*
/proc/loadavg: 4.29 4.29 4.20 6/337 30378
/proc/meminfo: memFree=119639076/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=18930384 memory=57496 CPUtime=0.13 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 6465 0 0 0 10 3 0 0 20 0 18 0 38704852 19384713216 14374 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4732596 14374 5371 1 0 547603 0
[pid=30360/tid=30362] ppid=30357 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 5040 0 0 0 6 1 0 0 20 0 18 0 38704853 19384713216 14374 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38704855 19384713216 14374 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=18930384 memory=56286469452864 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38704856 19384713216 14374 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57496 KiB

[startup+0.205799 s]*
/proc/loadavg: 4.29 4.29 4.20 7/337 30378
/proc/meminfo: memFree=119624772/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=18930384 memory=73764 CPUtime=0.31 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 6899 0 0 0 28 3 0 0 20 0 18 0 38704852 19384713216 18441 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4732596 18441 5435 1 0 547954 0
[pid=30360/tid=30362] ppid=30357 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 5372 0 0 0 16 2 0 0 20 0 18 0 38704853 19384713216 18441 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=18930384 memory=2621 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38704855 19384713216 18441 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=18930384 memory=55186957796323 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38704856 19384713216 18441 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73764 KiB

[startup+0.30572 s]*
/proc/loadavg: 4.29 4.29 4.20 7/338 30379
/proc/meminfo: memFree=119602540/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=18996948 memory=96576 CPUtime=0.5 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 8503 0 0 0 46 4 0 0 20 0 19 0 38704852 19452874752 24144 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4749237 24144 5435 1 0 549369 0
[pid=30360/tid=30362] ppid=30357 vsize=18996948 memory=-6000919477001612396 CPUtime=0.26 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 5448 0 0 0 24 2 0 0 20 0 19 0 38704853 19452874752 24144 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38704855 19452874752 24144 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38704856 19452874752 24144 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38704878 19452874752 24144 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96576 KiB

[startup+0.70025 s]
/proc/loadavg: 4.29 4.29 4.20 6/338 30379
/proc/meminfo: memFree=119581140/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=18996948 memory=157024 CPUtime=1.26 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 9697 0 0 0 119 7 0 0 20 0 19 0 38704852 19452874752 39256 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4749237 39256 5435 1 0 550008 0
[pid=30360/tid=30362] ppid=30357 vsize=18996948 memory=17408 CPUtime=0.61 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 5511 0 0 0 57 4 0 0 20 0 19 0 38704853 19452874752 39256 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38704855 19452874752 39256 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38704856 19452874752 39256 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38704878 19452874752 39256 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157024 KiB

[startup+1.50026 s]
/proc/loadavg: 4.29 4.29 4.20 6/339 30380
/proc/meminfo: memFree=119525376/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=253536 CPUtime=2.83 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 20795 0 0 0 272 11 0 0 20 0 20 0 38704852 19521036288 63384 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 63384 5499 1 0 554184 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=0 CPUtime=1.36 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 5807 0 0 0 131 5 0 0 20 0 20 0 38704853 19521036288 63384 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 63384 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 63384 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 63384 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 253536 KiB

[startup+3.10557 s]
/proc/loadavg: 4.29 4.29 4.20 5/339 30380
/proc/meminfo: memFree=118598144/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=1163900 CPUtime=5.64 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 24811 0 0 0 536 28 0 0 20 0 20 0 38704852 19521036288 290975 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 290975 5499 1 0 554827 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=10752 CPUtime=2.96 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 6706 0 0 0 274 22 0 0 20 0 20 0 38704853 19521036288 290975 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=-6000919477001612396 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 290975 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 290975 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 290975 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 5.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1163900 KiB

[startup+6.30023 s]
/proc/loadavg: 4.26 4.28 4.20 5/339 30380
/proc/meminfo: memFree=118379116/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=1313048 CPUtime=9.1 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 26100 0 0 0 879 31 0 0 20 0 20 0 38704852 19521036288 328262 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 328262 5499 1 0 554877 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=0 CPUtime=6.09 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 7449 0 0 0 584 25 0 0 20 0 20 0 38704853 19521036288 328262 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 328262 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 328262 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=255584 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 328262 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 9.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313048 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.28 4.20 5/339 30380
/proc/meminfo: memFree=117919648/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=1771456 CPUtime=15.83 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 28720 0 0 0 1542 41 0 0 20 0 20 0 38704852 19521036288 442864 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 442864 5499 1 0 671849 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=255584 CPUtime=12.39 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 7945 0 0 0 1206 33 0 0 20 0 20 0 38704853 19521036288 442864 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=1771456 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 442864 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 442864 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 442864 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 15.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1771456 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.26 4.20 5/339 30380
/proc/meminfo: memFree=117858884/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=1773376 CPUtime=28.86 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 35308 0 0 0 2845 41 0 0 20 0 20 0 38704852 19521036288 443344 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 443344 5499 1 0 671849 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=1771456 CPUtime=25.03 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 9371 0 0 0 2470 33 0 0 20 0 20 0 38704853 19521036288 443344 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 443344 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 443344 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=1773376 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 443344 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 28.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1773376 KiB

[startup+51.1057 s]
/proc/loadavg: 4.47 4.32 4.22 6/319 30594
/proc/meminfo: memFree=125899108/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=1796068 CPUtime=54.89 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 41137 0 0 0 5445 44 0 0 20 0 20 0 38704852 19521036288 449017 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 449017 5499 1 0 673398 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=1785748 CPUtime=50.26 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 11747 0 0 0 4992 34 0 0 20 0 20 0 38704853 19521036288 449017 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=1775456 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=119829000/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=2297964 CPUtime=3232.47 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 93568 0 0 0 323091 156 0 0 20 0 20 0 38704852 19521036288 574491 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 574491 5499 1 0 674918 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=10752 CPUtime=3197.01 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 44260 0 0 0 319657 44 0 0 20 0 20 0 38704853 19521036288 574491 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=2295912 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 574491 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=2297964 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 1668 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 574491 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 574491 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 3232.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2297964 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.23 4.18 5/341 30828
/proc/meminfo: memFree=119808980/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=2304124 CPUtime=3292.58 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 93760 0 0 0 329100 158 0 0 20 0 20 0 38704852 19521036288 576031 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 576031 5499 1 0 674918 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=10752 CPUtime=3256.56 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 44405 0 0 0 325612 44 0 0 20 0 20 0 38704853 19521036288 576031 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=2302072 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 576031 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=2304124 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 1668 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 576031 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=2304124 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 576031 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 3292.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2304124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.22 4.18 5/340 30832
/proc/meminfo: memFree=119788408/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=2312336 CPUtime=3352.73 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 94888 0 0 0 335114 159 0 0 20 0 20 0 38704852 19521036288 578084 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 578084 5499 1 0 674918 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=10752 CPUtime=3316.06 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 45420 0 0 0 331562 44 0 0 20 0 20 0 38704853 19521036288 578084 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=2310284 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 578084 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=2310284 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 1668 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 578084 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 578084 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 3352.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2312336 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/338 30834
/proc/meminfo: memFree=119776024/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=2320548 CPUtime=3412.91 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 95690 0 0 0 341130 161 0 0 20 0 20 0 38704852 19521036288 580137 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 580137 5499 1 0 674918 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=10752 CPUtime=3375.55 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 46108 0 0 0 337511 44 0 0 20 0 20 0 38704853 19521036288 580137 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=2310284 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 580137 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=2310284 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 1709 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 580137 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=2318492 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 580137 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 3412.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2320548 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.18 4.17 5/340 30840
/proc/meminfo: memFree=119755216/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=2332864 CPUtime=3473.18 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 96376 0 0 0 347154 164 0 0 20 0 20 0 38704852 19521036288 583216 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 583216 5499 1 0 674918 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=10752 CPUtime=3434.97 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 46637 0 0 0 343452 45 0 0 20 0 20 0 38704853 19521036288 583216 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=2310284 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 583216 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 1748 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 583216 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=2324652 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 583216 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 3473.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2332864 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/341 30843
/proc/meminfo: memFree=119722792/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=2347232 CPUtime=3533.43 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 96528 0 0 0 353177 166 0 0 20 0 20 0 38704852 19521036288 586808 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 586808 5499 1 0 674918 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=10752 CPUtime=3494.44 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 46693 0 0 0 349399 45 0 0 20 0 20 0 38704853 19521036288 586808 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=2332864 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 586808 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 1752 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 586808 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 586808 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 3533.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2347232 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/341 30846
/proc/meminfo: memFree=119706112/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=2359544 CPUtime=3593.55 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 97165 0 0 0 359187 168 0 0 20 0 20 0 38704852 19521036288 589886 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 589886 5499 1 0 674918 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=10752 CPUtime=3553.93 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 47265 0 0 0 355348 45 0 0 20 0 20 0 38704853 19521036288 589886 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=2359544 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 589886 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 1752 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 589886 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=2359544 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 589886 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 3593.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2359544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3588.8 s]
/proc/loadavg: 4.12 4.17 4.17 5/341 30846
/proc/meminfo: memFree=119697920/131249996 swapFree=33010684/33010684
[pid=30360] ppid=30357 vsize=19063512 memory=2361600 CPUtime=3600.09 cores=1,3
/proc/30360/stat : 30360 (java) S 30357 30360 29987 0 -1 4194304 97265 0 0 0 359841 168 0 0 20 0 20 0 38704852 19521036288 590400 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
/proc/30360/statm: 4765878 590400 5499 1 0 674918 0
[pid=30360/tid=30362] ppid=30357 vsize=19063512 memory=2359544 CPUtime=3560.35 cores=1,3
/proc/30360/task/30362/stat : 30362 (java) R 30357 30360 29987 0 -1 4194368 47357 0 0 0 355990 45 0 0 20 0 20 0 38704853 19521036288 590400 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30371] ppid=30357 vsize=19063512 memory=2361600 CPUtime=0 cores=1,3
/proc/30360/task/30371/stat : 30371 (Finalizer) S 30357 30360 29987 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38704855 19521036288 590400 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30378] ppid=30357 vsize=19063512 memory=26496 CPUtime=0 cores=1,3
/proc/30360/task/30378/stat : 30378 (Common-Cleaner) S 30357 30360 29987 0 -1 4194368 1752 0 0 0 0 0 0 0 20 0 20 0 38704856 19521036288 590400 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
[pid=30360/tid=30379] ppid=30357 vsize=19063512 memory=-6000919477001612396 CPUtime=0 cores=1,3
/proc/30360/task/30379/stat : 30379 (Timer-0) S 30357 30360 29987 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38704878 19521036288 590400 18446744073709551615 94458284052480 94458284056176 140729181963808 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94458284063992 94458284064784 94458304479232 140729181968766 140729181968870 140729181968870 140729181974472 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2361600 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.57 s, system=1.69534 s

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

Child status: 143

Real time (s): 3588.92
CPU time (s): 3600.26
CPU user time (s): 3598.57
CPU system time (s): 1.69534
CPU usage (%): 100.316
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2361600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.57
system time used= 1.69534
maximum resident set size= 2362624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99512
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139602
involuntary context switches= 10692


# summary of solver processes directly reported to runsolver:
#   pid: 30360
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3598.57
#   total CPU system time (s): 1.69534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55513 second user time and 17.0677 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 22:51:14
IDJOB=4513948
IDBENCH=162582
IDSOLVER=3361
FILE ID=nodeC015/4513948-1751230274
RUNJOBID= nodeC015-1751226768-29999
SLURM_JOB_ID= 9587683
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l045-r044-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513948-1751230274/watcher-4513948-1751230274 -o /tmp/evaluation-result-4513948-1751230274/solver-4513948-1751230274 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751226768-29999 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4513948-1751230274.opb

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

MD5SUM BENCH= b9564511887892a7d25b0d6be869bead
RANDOM SEED=1052324093

nodeC015 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.090
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.14
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.355
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.14
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.125
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.14
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.053
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.14
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.314
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.14
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.468
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.14
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		: 3600.007
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.14
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		: 3700.000
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119654568 kB
MemAvailable:   119592760 kB
Buffers:            3280 kB
Cached:           747092 kB
SwapCached:            0 kB
Active:         10519504 kB
Inactive:         490708 kB
Active(anon):   10277916 kB
Inactive(anon):        0 kB
Active(file):     241588 kB
Inactive(file):   490708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:      10262964 kB
Mapped:           122744 kB
Shmem:             18076 kB
KReclaimable:      90272 kB
Slab:             176724 kB
SReclaimable:      90272 kB
SUnreclaim:        86452 kB
KernelStack:        5200 kB
PageTables:        23708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10989892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10043392 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-06-29 23:51:03