Trace number 4499126

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.22 3559.69

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx60.opb
MD5SUMc4903dfb08836eadb378d0a168fb9840
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.630697
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.14	c  - never skip resolution steps
0.12/0.14	c  - Auto-division on coefficients is disabled
0.12/0.14	c  - No postprocessing
0.12/0.14	c  - Conflict is considered as is when resolving
0.12/0.14	c  - Use constraints as they come during conflict analysis
0.12/0.14	c  - Weaken first using unassigned literals
0.12/0.14	c  - Bump strategy: ALWAYS_ONE
0.12/0.14	c  - Bumper: ANY
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.14	c No reason simplification
0.12/0.14	c Armin Biere (Picosat) restarts strategy
0.12/0.14	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4499126-1751408920.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c  objective function found
0.33/0.27	c ... done. Wall clock time 0.116s.
0.33/0.27	c declared #vars     2994
0.33/0.27	c #constraints  3493
0.33/0.27	c constraints type 
0.33/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2988
0.33/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
0.33/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
0.33/0.27	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.33/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 60
0.33/0.27	c 3493 constraints processed.
0.33/0.29	c objective function length is 6 literals
59.98/56.35	c cleaning 2486 clauses out of 5000
352.07/344.78	c cleaning 4253 clauses out of 8516
1636.86/1624.20	c cleaning 5623 clauses out of 11264
3349.22/3328.36	c cleaning 6818 clauses out of 13640
3600.06/3559.61	c starts		: 54
3600.06/3559.62	c conflicts		: 27020
3600.06/3559.62	c decisions		: 171963
3600.06/3559.62	c propagations		: 3937286
3600.06/3559.62	c inspects		: 4108503826
3600.06/3559.63	c shortcuts		: 0
3600.06/3559.63	c learnt literals	: 0
3600.06/3559.63	c learnt binary clauses	: 0
3600.06/3559.63	c learnt ternary clauses	: 0
3600.06/3559.63	c learnt constraints	: 27020
3600.06/3559.63	c ignored constraints	: 0
3600.06/3559.63	c root simplifications	: 0
3600.06/3559.63	c removed literals (reason simplification)	: 0
3600.06/3559.63	c reason swapping (by a shorter reason)	: 0
3600.06/3559.63	c Calls to reduceDB	: 4
3600.06/3559.63	c Number of update (reduction) of LBD	: 0
3600.06/3559.63	c Imported unit clauses	: 0
3600.06/3559.63	c No decision after first conflict	: false
3600.06/3559.63	c number of reductions to clauses (during analyze)	: 0
3600.06/3559.63	c number of learned constraints concerned by reduction	: 0
3600.06/3559.63	c number of learning phase by resolution	: 0
3600.06/3559.63	c number of learning phase by cutting planes	: 0
3600.06/3559.63	c number of rounding to 1 operations	: 0
3600.06/3559.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3559.63	c number of reductions of the coefficients by power 2 	: 0
3600.06/3559.63	c number of right shift for reduction by power 2 	: 0
3600.06/3559.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3559.63	c number of ending skipping 	: 0
3600.06/3559.63	c number of internal skipping 	: 0
3600.06/3559.63	c number of derivation steps 	: 371444
3600.06/3559.63	c number of skipped derivation steps 	: 0
3600.06/3559.63	c number of remaining unassigned 	: 129157
3600.06/3559.63	c number of remaining assigned 	: 21718681
3600.06/3559.64	c number of falsified literals weakened from reason	: 0
3600.06/3559.64	c number of falsified literals weakened from conflict	: 0
3600.06/3559.64	c time for arithmetic operations	: 2150052176
3600.06/3559.64	c minimum degree of deleted constraints	: null
3600.06/3559.64	c maximum degree of deleted constraints	: null
3600.06/3559.64	c number of deleted constraints	: 0
3600.06/3559.66	c speed (assignments/second)	: 1106.1896729401003
3600.06/3559.66	c non guided choices	: 2403
3600.06/3559.66	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 7840
3600.06/3559.67	s UNKNOWN
3600.06/3559.67	c Total wall clock time (in seconds): 3559.52

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: 63665 MiB (60077 MiB free)
  memory of node 1: 64507 MiB (56293 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499126-1751408920/watcher-4499126-1751408920 -o /tmp/evaluation-result-4499126-1751408920/solver-4499126-1751408920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751405425-55230 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4499126-1751408920.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=55805, runsolver pid=55802

[startup+0.100059 s]*
/proc/loadavg: 4.25 4.17 4.15 5/338 55823
/proc/meminfo: memFree=119136964/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=18930384 memory=57708 CPUtime=0.12 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 6594 0 0 0 11 1 0 0 20 0 18 0 56571625 19384713216 14427 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4732596 14427 5318 1 0 547641 0
[pid=55805/tid=55807] ppid=55802 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 5100 0 0 0 7 1 0 0 20 0 18 0 56571627 19384713216 14427 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56571629 19384713216 14427 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=18930384 memory=59585004335790 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56571629 19384713216 14427 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57708 KiB

[startup+0.205683 s]*
/proc/loadavg: 4.25 4.17 4.15 7/338 55823
/proc/meminfo: memFree=119128772/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=18930384 memory=70788 CPUtime=0.33 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 7166 0 0 0 31 2 0 0 20 0 18 0 56571625 19384713216 17697 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4732596 17697 5446 1 0 548001 0
[pid=55805/tid=55807] ppid=55802 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 5385 0 0 0 17 1 0 0 20 0 18 0 56571627 19384713216 17697 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=18930384 memory=16912 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56571629 19384713216 17697 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56571629 19384713216 17697 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70788 KiB

[startup+0.305621 s]*
/proc/loadavg: 4.25 4.17 4.15 8/339 55824
/proc/meminfo: memFree=119105772/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=18996948 memory=93816 CPUtime=0.51 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 8753 0 0 0 47 4 0 0 20 0 19 0 56571625 19452874752 23454 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4749237 23454 5478 1 0 549399 0
[pid=55805/tid=55807] ppid=55802 vsize=18996948 memory=-6000919498560005994 CPUtime=0.26 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 5520 0 0 0 24 2 0 0 20 0 19 0 56571627 19452874752 23454 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56571629 19452874752 23454 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56571629 19452874752 23454 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (java) R 55802 55805 55220 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 56571655 19452874752 23454 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93816 KiB

[startup+0.70023 s]
/proc/loadavg: 4.25 4.17 4.15 6/339 55824
/proc/meminfo: memFree=119084284/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=18996948 memory=162064 CPUtime=1.25 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 11908 0 0 0 119 6 0 0 20 0 19 0 56571625 19452874752 40516 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4749237 40516 5478 1 0 551314 0
[pid=55805/tid=55807] ppid=55802 vsize=18996948 memory=17792 CPUtime=0.6 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 5577 0 0 0 57 3 0 0 20 0 19 0 56571627 19452874752 40516 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56571629 19452874752 40516 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56571629 19452874752 40516 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56571655 19452874752 40516 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162064 KiB

[startup+1.50025 s]
/proc/loadavg: 4.25 4.17 4.15 6/340 55825
/proc/meminfo: memFree=119033376/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=185800 CPUtime=2.83 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 16670 0 0 0 276 7 0 0 20 0 20 0 56571625 19521036288 46450 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 46450 5510 1 0 552125 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=11008 CPUtime=1.33 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 5798 0 0 0 130 3 0 0 20 0 20 0 56571627 19521036288 46450 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 46450 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 46450 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 46450 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185800 KiB

[startup+3.10588 s]
/proc/loadavg: 4.23 4.16 4.15 5/340 55825
/proc/meminfo: memFree=118733744/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=460356 CPUtime=5.16 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 19525 0 0 0 503 13 0 0 20 0 20 0 56571625 19521036288 115089 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 115089 5510 1 0 844834 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=11008 CPUtime=2.85 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 6366 0 0 0 277 8 0 0 20 0 20 0 56571627 19521036288 115089 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=-6000919498560005994 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 115089 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 115089 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 115089 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 460356 KiB

[startup+6.30021 s]
/proc/loadavg: 4.23 4.16 4.15 5/340 55825
/proc/meminfo: memFree=117727748/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=1456140 CPUtime=8.94 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 21213 0 0 0 862 32 0 0 20 0 20 0 56571625 19521036288 364035 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 364035 5510 1 0 845062 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=0 CPUtime=5.96 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 7034 0 0 0 571 25 0 0 20 0 20 0 56571627 19521036288 364035 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 364035 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 364035 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=189932 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 364035 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 8.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1456140 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.16 4.15 5/340 55825
/proc/meminfo: memFree=117101652/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=2078872 CPUtime=15.56 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 22361 0 0 0 1511 45 0 0 20 0 20 0 56571625 19521036288 519718 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 519718 5510 1 0 845070 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=189932 CPUtime=12.22 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 8078 0 0 0 1185 37 0 0 20 0 20 0 56571627 19521036288 519718 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 519718 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=2078872 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 519718 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 519718 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 15.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2078872 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.19 4.16 5/340 55825
/proc/meminfo: memFree=116544644/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=2588060 CPUtime=28.6 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 28221 0 0 0 2804 56 0 0 20 0 20 0 56571625 19521036288 647015 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 647015 5510 1 0 974583 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=11008 CPUtime=24.8 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 9743 0 0 0 2432 48 0 0 20 0 20 0 56571627 19521036288 647015 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=2078872 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 647015 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=2372 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 647015 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 647015 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 28.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2588060 KiB

[startup+51.1056 s]
/proc/loadavg: 4.29 4.19 4.16 5/340 55826
/proc/meminfo: memFree=116393196/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=2684476 CPUtime=54.59 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 33549 0 0 0 5400 59 0 0 20 0 20 0 56571625 19521036288 671119 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 671119 5510 1 0 974584 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=2684476 CPUtime=49.98 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 11923 0 0 0 4950 48 0 0 20 0 20 0 56571627 19521036288 671119 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=2684476 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=113200844/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=3856552 CPUtime=3183.08 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 138155 0 0 0 318114 194 0 0 20 0 20 0 56571625 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 964138 5510 1 0 975999 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=3200 CPUtime=3130.31 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 73474 0 0 0 312945 86 0 0 20 0 20 0 56571627 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=3856552 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 1479 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=3856552 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 3183.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3856552 KiB

[startup+3222.3 s]
/proc/loadavg: 4.54 4.54 4.44 5/340 56196
/proc/meminfo: memFree=117097724/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=3856552 CPUtime=3243.07 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 141136 0 0 0 324109 198 0 0 20 0 20 0 56571625 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 964138 5510 1 0 975999 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=14464 CPUtime=3189.95 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 75656 0 0 0 318905 90 0 0 20 0 20 0 56571627 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=3856552 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 1479 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=3856552 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 3243.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3856552 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.50 4.44 5/341 56203
/proc/meminfo: memFree=117023432/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=3856552 CPUtime=3303.15 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 144152 0 0 0 330116 199 0 0 20 0 20 0 56571625 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 964138 5510 1 0 975999 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=3856552 CPUtime=3249.57 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 77807 0 0 0 324867 90 0 0 20 0 20 0 56571627 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=26652 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=3856552 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 1490 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 3303.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3856552 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.45 4.43 5/341 56205
/proc/meminfo: memFree=116979352/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=3856552 CPUtime=3363.3 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 144570 0 0 0 336129 201 0 0 20 0 20 0 56571625 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 964138 5510 1 0 975999 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=-6000919498560005994 CPUtime=3309.11 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 78117 0 0 0 330821 90 0 0 20 0 20 0 56571627 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=6784 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 1565 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 964138 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 3363.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3856552 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.43 4.42 6/341 56207
/proc/meminfo: memFree=116946376/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=3856680 CPUtime=3426.12 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 147473 0 0 0 342408 204 0 0 20 0 20 0 56571625 19521036288 964170 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 964170 5510 1 0 976000 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=3856680 CPUtime=3368.53 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 79726 0 0 0 336763 90 0 0 20 0 20 0 56571627 19521036288 964170 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964170 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=3856680 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 1565 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964170 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=3856680 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 964170 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 3426.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3856680 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.41 4.41 5/341 56276
/proc/meminfo: memFree=119245044/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=3856808 CPUtime=3489.05 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 151882 0 0 0 348698 207 0 0 20 0 20 0 56571625 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 964202 5510 1 0 976000 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=3856808 CPUtime=3427.92 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 81946 0 0 0 342701 91 0 0 20 0 20 0 56571627 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=3856808 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 1640 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 3489.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3856808 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.39 4.41 5/340 56278
/proc/meminfo: memFree=118691272/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=3856808 CPUtime=3557.23 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 155237 0 0 0 355508 215 0 0 20 0 20 0 56571625 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 964202 5510 1 0 976000 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=17792 CPUtime=3487.36 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 83310 0 0 0 348645 91 0 0 20 0 20 0 56571627 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=3856808 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 1765 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=-6000919498560005994 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 3557.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3856808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559.6 s]
/proc/loadavg: 4.35 4.39 4.41 5/339 56346
/proc/meminfo: memFree=120778764/131249996 swapFree=33010416/33010684
[pid=55805] ppid=55802 vsize=19063512 memory=3856808 CPUtime=3600.06 cores=0,2
/proc/55805/stat : 55805 (java) S 55802 55805 55220 0 -1 4194304 155531 0 0 0 359787 219 0 0 20 0 20 0 56571625 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
/proc/55805/statm: 4765878 964202 5510 1 0 976003 0
[pid=55805/tid=55807] ppid=55802 vsize=19063512 memory=17792 CPUtime=3524.25 cores=0,2
/proc/55805/task/55807/stat : 55807 (java) R 55802 55805 55220 0 -1 4194368 83576 0 0 0 352334 91 0 0 20 0 20 0 56571627 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55816] ppid=55802 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/55805/task/55816/stat : 55816 (Finalizer) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55823] ppid=55802 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/55805/task/55823/stat : 55823 (Common-Cleaner) S 55802 55805 55220 0 -1 4194368 1765 0 0 0 0 0 0 0 20 0 20 0 56571629 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
[pid=55805/tid=55824] ppid=55802 vsize=19063512 memory=2372 CPUtime=0 cores=0,2
/proc/55805/task/55824/stat : 55824 (Timer-0) S 55802 55805 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56571655 19521036288 964202 18446744073709551615 94679848411136 94679848414832 140734666119056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94679848422648 94679848423440 94679870590976 140734666123646 140734666123750 140734666123750 140734666129352 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3856808 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.01 s, system=2.21068 s

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

Child status: 143

Real time (s): 3559.69
CPU time (s): 3600.22
CPU user time (s): 3598.01
CPU system time (s): 2.21068
CPU usage (%): 101.139
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3856808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.01
system time used= 2.21068
maximum resident set size= 3857832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128801
involuntary context switches= 13205


# summary of solver processes directly reported to runsolver:
#   pid: 55805
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.01
#   total CPU system time (s): 2.21068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78559 second user time and 17.4728 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-02 00:28:40
IDJOB=4499126
IDBENCH=148771
IDSOLVER=3361
FILE ID=nodeC030/4499126-1751408920
RUNJOBID= nodeC030-1751405425-55230
SLURM_JOB_ID= 9598293
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx60.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499126-1751408920/watcher-4499126-1751408920 -o /tmp/evaluation-result-4499126-1751408920/solver-4499126-1751408920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751405425-55230 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4499126-1751408920.opb

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

MD5SUM BENCH= c4903dfb08836eadb378d0a168fb9840
RANDOM SEED=769554598

nodeC030 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.913
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.62
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		: 3600.306
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.62
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.291
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.62
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		: 3534.799
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.62
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.337
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.62
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.318
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119164124 kB
MemAvailable:   118945128 kB
Buffers:            2564 kB
Cached:           574128 kB
SwapCached:           16 kB
Active:         11309764 kB
Inactive:         141632 kB
Active(anon):   10888204 kB
Inactive(anon):     4548 kB
Active(file):     421560 kB
Inactive(file):   137084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1052 kB
Writeback:             0 kB
AnonPages:      10877888 kB
Mapped:           123324 kB
Shmem:             18048 kB
KReclaimable:     122796 kB
Slab:             211204 kB
SReclaimable:     122796 kB
SUnreclaim:        88408 kB
KernelStack:        5216 kB
PageTables:        25012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14907816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10676224 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC030 at 2025-07-02 01:28:00