Trace number 4485326

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUM46c70d7f28752ee0ae29660ce5b35655
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7149108224
Best CPU time to get the best result obtained on this benchmark72002.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.47/0.38	c Pseudo Boolean Optimization by upper bound
0.47/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.38	c  - never skip resolution steps
0.47/0.38	c  - Auto-division on coefficients is disabled
0.47/0.38	c  - No postprocessing
0.47/0.38	c  - Conflict is considered as is when resolving
0.47/0.38	c  - Use constraints as they come during conflict analysis
0.47/0.38	c  - Weaken first using unassigned literals
0.47/0.38	c  - Bump strategy: ALWAYS_ONE
0.47/0.38	c  - Bumper: ANY
0.47/0.38	c --- Begin Solver configuration ---
0.47/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.47/0.38	c Learn all clauses as in MiniSAT
0.47/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.38	c No reason simplification
0.47/0.38	c Armin Biere (Picosat) restarts strategy
0.47/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.47/0.38	c timeout=2147483s
0.47/0.38	c DB Simplification allowed=false
0.47/0.38	c Listener: none
0.47/0.38	c --- End Solver configuration ---
0.47/0.38	c solving HOME/instance-4485326-1751299592.opb
0.47/0.38	c reading problem ... 
0.47/0.38	c  objective function found
2.71/1.58	c ... done. Wall clock time 1.198s.
2.71/1.58	c declared #vars     107808
2.71/1.58	c #constraints  5184
2.71/1.58	c constraints type 
2.71/1.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
2.71/1.58	c 5184 constraints processed.
2.90/1.60	c objective function length is 38688 literals
32.67/25.99	c cleaning 2499 clauses out of 5000
230.56/221.17	c cleaning 4234 clauses out of 8501
331.67/321.25	c cleaning 5625 clauses out of 11268
721.44/710.36	c cleaning 6815 clauses out of 13642
1313.12/1300.03	c cleaning 7904 clauses out of 15827
1558.27/1544.39	c cleaning 8944 clauses out of 17923
2012.51/1991.82	c cleaning 9976 clauses out of 19979
2196.33/2173.27	c cleaning 10991 clauses out of 22004
2750.13/2724.37	c cleaning 12005 clauses out of 24012
3600.09/3573.72	c timeout
3600.09/3573.73	c starts		: 53
3600.09/3573.73	c conflicts		: 94889
3600.09/3573.73	c decisions		: 2913043
3600.09/3573.73	c propagations		: 9010365
3600.09/3573.73	c inspects		: 4242769900
3600.09/3573.73	c shortcuts		: 0
3600.09/3573.73	c learnt literals	: 0
3600.09/3573.73	c learnt binary clauses	: 0
3600.09/3573.73	c learnt ternary clauses	: 0
3600.09/3573.73	c learnt constraints	: 94889
3600.09/3573.73	c ignored constraints	: 0
3600.09/3573.73	c root simplifications	: 0
3600.09/3573.73	c removed literals (reason simplification)	: 0
3600.09/3573.73	c reason swapping (by a shorter reason)	: 0
3600.09/3573.73	c Calls to reduceDB	: 9
3600.09/3573.73	c Number of update (reduction) of LBD	: 0
3600.09/3573.73	c Imported unit clauses	: 0
3600.09/3573.73	c No decision after first conflict	: false
3600.09/3573.73	c number of reductions to clauses (during analyze)	: 0
3600.09/3573.73	c number of learned constraints concerned by reduction	: 0
3600.09/3573.73	c number of learning phase by resolution	: 0
3600.09/3573.73	c number of learning phase by cutting planes	: 0
3600.09/3573.73	c number of rounding to 1 operations	: 0
3600.09/3573.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3573.73	c number of reductions of the coefficients by power 2 	: 0
3600.09/3573.73	c number of right shift for reduction by power 2 	: 0
3600.09/3573.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3573.73	c number of ending skipping 	: 0
3600.09/3573.73	c number of internal skipping 	: 0
3600.09/3573.73	c number of derivation steps 	: 403934
3600.09/3573.73	c number of skipped derivation steps 	: 0
3600.09/3573.73	c number of remaining unassigned 	: 87813
3600.09/3573.73	c number of remaining assigned 	: 17373495
3600.09/3573.73	c number of falsified literals weakened from reason	: 0
3600.09/3573.73	c number of falsified literals weakened from conflict	: 0
3600.09/3573.73	c time for arithmetic operations	: 6415518482
3600.09/3573.74	c minimum degree of deleted constraints	: null
3600.09/3573.74	c maximum degree of deleted constraints	: null
3600.09/3573.74	c number of deleted constraints	: 0
3600.09/3573.74	c speed (assignments/second)	: 2522.437869636957
3600.09/3573.74	c non guided choices	: 4034
3600.09/3573.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 879
3600.09/3573.77	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 25017
3600.09/3573.77	s UNKNOWN
3600.09/3573.77	c Total wall clock time (in seconds): 3573.398

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: 63794 MiB (62902 MiB free)
  memory of node 1: 64507 MiB (60926 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485326-1751299592/watcher-4485326-1751299592 -o /tmp/evaluation-result-4485326-1751299592/solver-4485326-1751299592 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751292833-39482 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4485326-1751299592.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
solver pid=40469, runsolver pid=40466
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 4.28 4.56 4.59 8/324 40487
/proc/meminfo: memFree=126760636/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=18930384 memory=48512 CPUtime=0.12 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 5795 0 0 0 9 3 0 0 20 0 18 0 45638066 19384713216 12128 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4732596 12128 5336 1 0 547008 0
[pid=40469/tid=40471] ppid=40466 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 4699 0 0 0 6 2 0 0 20 0 18 0 45638067 19384713216 12128 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45638072 19384713216 12128 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45638073 19384713216 12128 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48512 KiB

[startup+0.219915 s]*
/proc/loadavg: 4.28 4.56 4.59 6/324 40487
/proc/meminfo: memFree=126752712/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=18930384 memory=55628 CPUtime=0.32 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 6533 0 0 0 27 5 0 0 20 0 18 0 45638066 19384713216 13907 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4732596 13907 5368 1 0 547604 0
[pid=40469/tid=40471] ppid=40466 vsize=18930384 memory=4026663196 CPUtime=0.2 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 5052 0 0 0 17 3 0 0 20 0 18 0 45638067 19384713216 13907 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45638072 19384713216 13907 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45638073 19384713216 14441 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55628 KiB

[startup+0.317446 s]*
/proc/loadavg: 4.28 4.56 4.59 7/324 40487
/proc/meminfo: memFree=126752964/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=18930384 memory=58788 CPUtime=0.47 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 6809 0 0 0 42 5 0 0 20 0 18 0 45638066 19384713216 14697 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4732596 14697 5368 1 0 547810 0
[pid=40469/tid=40471] ppid=40466 vsize=18930384 memory=-6000919481279736939 CPUtime=0.29 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 5238 0 0 0 26 3 0 0 20 0 18 0 45638067 19384713216 14697 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45638072 19384713216 14697 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45638073 19384713216 14697 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58788 KiB

[startup+0.700307 s]
/proc/loadavg: 4.28 4.56 4.59 6/324 40487
/proc/meminfo: memFree=126743764/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=18930384 memory=91340 CPUtime=1.18 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 8736 0 0 0 111 7 0 0 20 0 18 0 45638066 19384713216 22835 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4732596 22835 5432 1 0 549100 0
[pid=40469/tid=40471] ppid=40466 vsize=18930384 memory=17664 CPUtime=0.63 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 5374 0 0 0 59 4 0 0 20 0 18 0 45638067 19384713216 22835 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45638072 19384713216 22835 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45638073 19384713216 22835 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 91340 KiB

[startup+1.50027 s]
/proc/loadavg: 4.42 4.59 4.60 6/324 40487
/proc/meminfo: memFree=126655104/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=18996948 memory=205764 CPUtime=2.71 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 12235 0 0 0 260 11 0 0 20 0 19 0 45638066 19452874752 51441 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4749237 51441 5464 1 0 551521 0
[pid=40469/tid=40471] ppid=40466 vsize=18996948 memory=3200 CPUtime=1.25 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 5414 0 0 0 119 6 0 0 20 0 19 0 45638067 19452874752 51441 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 45638072 19452874752 51441 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 45638073 19452874752 51441 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 205764 KiB

[startup+3.10585 s]
/proc/loadavg: 4.42 4.59 4.60 6/326 40489
/proc/meminfo: memFree=126366584/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=448824 CPUtime=5.31 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 16794 0 0 0 514 17 0 0 20 0 20 0 45638066 19521036288 112206 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 112206 5528 1 0 1078364 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=11264 CPUtime=2.71 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 5889 0 0 0 261 10 0 0 20 0 20 0 45638067 19521036288 112206 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 112206 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 112206 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 112206 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 448824 KiB

[startup+6.30024 s]
/proc/loadavg: 4.47 4.60 4.60 5/326 40489
/proc/meminfo: memFree=125866904/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=935472 CPUtime=9.78 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 24667 0 0 0 949 29 0 0 20 0 20 0 45638066 19521036288 233868 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 233868 5528 1 0 1081458 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=0 CPUtime=5.85 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 6720 0 0 0 566 19 0 0 20 0 20 0 45638067 19521036288 233868 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 233868 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=-6000919481279736939 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 233868 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 233868 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 935472 KiB

[startup+12.7002 s]
/proc/loadavg: 4.43 4.58 4.60 5/326 40489
/proc/meminfo: memFree=125530972/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=1509104 CPUtime=19.11 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 40519 0 0 0 1868 43 0 0 20 0 20 0 45638066 19521036288 377276 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 377276 5528 1 0 1083365 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=0 CPUtime=12.1 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 8851 0 0 0 1181 29 0 0 20 0 20 0 45638067 19521036288 377276 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=1239148 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 377276 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 377276 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 377276 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 19.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1509104 KiB

[startup+25.5005 s]
/proc/loadavg: 4.36 4.57 4.59 5/326 40490
/proc/meminfo: memFree=124085252/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=2670600 CPUtime=32.24 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 43967 0 0 0 3156 68 0 0 20 0 20 0 45638066 19521036288 667650 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 667650 5560 1 0 1083374 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=-6000919481279736939 CPUtime=24.6 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 10928 0 0 0 2409 51 0 0 20 0 20 0 45638067 19521036288 667650 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=3199 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 667650 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=2660208 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 667650 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=2660208 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 667650 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 32.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2670600 KiB

[startup+51.1134 s]
/proc/loadavg: 4.30 4.53 4.58 6/326 40490
/proc/meminfo: memFree=123953928/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=2681184 CPUtime=59.08 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 48603 0 0 0 5838 70 0 0 20 0 20 0 45638066 19521036288 670296 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 670296 5560 1 0 1083406 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=2681184 CPUtime=49.83 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 13474 0 0 0 4931 52 0 0 20 0 20 0 45638067 19521036288 670296 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=-6000919481279736939 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 670296 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=2677088 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 670296 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=2664456 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 670296 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 59.08 s

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

/proc/meminfo: memFree=121611504/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=3424392 CPUtime=3248.28 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 138267 0 0 0 324536 292 0 0 20 0 20 0 45638066 19521036288 856098 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 856098 5560 1 0 1087981 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=17664 CPUtime=3183.48 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 67314 0 0 0 318283 65 0 0 20 0 20 0 45638067 19521036288 856098 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=3424392 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 856098 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=3424392 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 1934 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 856098 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=3424392 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 856098 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 3248.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3424392 KiB

[startup+3282.3 s]
/proc/loadavg: 3.60 4.03 4.19 4/301 40690
/proc/meminfo: memFree=121595432/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=3428504 CPUtime=3308.29 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 138652 0 0 0 330534 295 0 0 20 0 20 0 45638066 19521036288 857126 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 857126 5560 1 0 1087981 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=4252 CPUtime=3242.94 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 67648 0 0 0 324229 65 0 0 20 0 20 0 45638067 19521036288 857126 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=3426452 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 857126 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=6452091047542546493 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 1934 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 857126 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=23532 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 857126 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 3308.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3428504 KiB

[startup+3342.3 s]
/proc/loadavg: 3.31 3.87 4.12 4/302 40693
/proc/meminfo: memFree=121529400/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=3430552 CPUtime=3368.31 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 140945 0 0 0 336532 299 0 0 20 0 20 0 45638066 19521036288 857638 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 857638 5560 1 0 1087981 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=3428504 CPUtime=3302.39 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 69268 0 0 0 330174 65 0 0 20 0 20 0 45638067 19521036288 857638 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=3430552 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 857638 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=3430552 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 1980 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 857638 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=3430552 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 857638 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 3368.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3430552 KiB

[startup+3402.3 s]
/proc/loadavg: 2.79 3.65 4.03 2/252 40762
/proc/meminfo: memFree=126800072/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=3436696 CPUtime=3428.4 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 143002 0 0 0 342536 304 0 0 20 0 20 0 45638066 19521036288 859174 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 859174 5560 1 0 1087981 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=3434648 CPUtime=3361.78 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 70698 0 0 0 336112 66 0 0 20 0 20 0 45638067 19521036288 859174 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 859174 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 2022 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 859174 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=3434648 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 859174 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 3428.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3436696 KiB

[startup+3462.3 s]
/proc/loadavg: 1.72 3.18 3.84 2/253 40765
/proc/meminfo: memFree=126808120/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=3440796 CPUtime=3488.49 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 143082 0 0 0 348541 308 0 0 20 0 20 0 45638066 19521036288 860199 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 860199 5560 1 0 1087981 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=4252 CPUtime=3421.34 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 70732 0 0 0 342068 66 0 0 20 0 20 0 45638067 19521036288 860199 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=3440796 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 860199 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=3440796 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 2026 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 860199 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 860199 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 3488.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3440796 KiB

[startup+3522.3 s]
/proc/loadavg: 1.31 2.79 3.66 2/253 40766
/proc/meminfo: memFree=126803944/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=3448988 CPUtime=3548.6 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 143620 0 0 0 354548 312 0 0 20 0 20 0 45638066 19521036288 862247 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 862247 5560 1 0 1087981 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=11264 CPUtime=3480.89 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 71238 0 0 0 348023 66 0 0 20 0 20 0 45638067 19521036288 862247 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=3446940 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 862247 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=-6000919481279736939 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 2026 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 862247 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=3448988 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 862247 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 3548.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3448988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3573.7 s]
/proc/loadavg: 1.26 2.55 3.53 2/253 40768
/proc/meminfo: memFree=126799452/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=3453084 CPUtime=3600.09 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 145794 0 0 0 359691 318 0 0 20 0 20 0 45638066 19521036288 863271 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 863271 5560 1 0 1087981 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=3453084 CPUtime=3531.92 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 72739 0 0 0 353126 66 0 0 20 0 20 0 45638067 19521036288 863271 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 863271 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 2072 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 863271 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=-4421386500492389219 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 863271 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3453084 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.03 s, system=3.21144 s

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

[startup+3573.7 s]
/proc/loadavg: 1.26 2.55 3.53 2/253 40768
/proc/meminfo: memFree=126799452/131382112 swapFree=33010160/33010684
[pid=40469] ppid=40466 vsize=19063512 memory=3453084 CPUtime=3600.09 cores=0,2
/proc/40469/stat : 40469 (java) S 40466 40469 39472 0 -1 4194304 145794 0 0 0 359691 318 0 0 20 0 20 0 45638066 19521036288 863271 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
/proc/40469/statm: 4765878 863271 5560 1 0 1087981 0
[pid=40469/tid=40471] ppid=40466 vsize=19063512 memory=3453084 CPUtime=3531.92 cores=0,2
/proc/40469/task/40471/stat : 40471 (java) R 40466 40469 39472 0 -1 4194368 72739 0 0 0 353126 66 0 0 20 0 20 0 45638067 19521036288 863271 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40480] ppid=40466 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/40469/task/40480/stat : 40480 (Finalizer) S 40466 40469 39472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45638072 19521036288 863271 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40487] ppid=40466 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/40469/task/40487/stat : 40487 (Common-Cleaner) S 40466 40469 39472 0 -1 4194368 2072 0 0 0 0 0 0 0 20 0 20 0 45638073 19521036288 863271 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
[pid=40469/tid=40489] ppid=40466 vsize=19063512 memory=-4421386500492389219 CPUtime=0 cores=0,2
/proc/40469/task/40489/stat : 40489 (Timer-0) S 40466 40469 39472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45638231 19521036288 863271 18446744073709551615 94709349044224 94709349047920 140720966898096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94709349055736 94709349056528 94709370998784 140720966904190 140720966904294 140720966904294 140720966909896 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3453084 KiB

Child status: 143

Real time (s): 3573.82
CPU time (s): 3600.24
CPU user time (s): 3597.03
CPU system time (s): 3.21144
CPU usage (%): 100.739
Max. virtual memory (cumulated for all children) (KiB): 19069400
Max. memory (cumulated for all children) (KiB): 3453084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.03
system time used= 3.21143
maximum resident set size= 3453852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148310
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127463
involuntary context switches= 13474


# summary of solver processes directly reported to runsolver:
#   pid: 40469
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.03
#   total CPU system time (s): 3.21144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2118 second user time and 38.9623 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 18:06:32
IDJOB=4485326
IDBENCH=146784
IDSOLVER=3361
FILE ID=nodeC001/4485326-1751299592
RUNJOBID= nodeC001-1751292833-39482
SLURM_JOB_ID= 9594265
Free space on /tmp= 433044 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485326-1751299592/watcher-4485326-1751299592 -o /tmp/evaluation-result-4485326-1751299592/solver-4485326-1751299592 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751292833-39482 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4485326-1751299592.opb

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

MD5SUM BENCH= 46c70d7f28752ee0ae29660ce5b35655
RANDOM SEED=325053519

nodeC001 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	: 0xb00001f
cpu MHz		: 1496.472
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.480
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.162
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.168
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3660.953
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.515
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.856
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.619
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126812560 kB
MemAvailable:   126537568 kB
Buffers:            2128 kB
Cached:           529856 kB
SwapCached:           28 kB
Active:          3750136 kB
Inactive:         231652 kB
Active(anon):    3457356 kB
Inactive(anon):    10380 kB
Active(file):     292780 kB
Inactive(file):   221272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5300 kB
Writeback:             0 kB
AnonPages:       3452852 kB
Mapped:           122524 kB
Shmem:             17932 kB
KReclaimable:     100780 kB
Slab:             183304 kB
SReclaimable:     100780 kB
SUnreclaim:        82524 kB
KernelStack:        4924 kB
PageTables:        10564 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8528176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3264512 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-06-30 19:06:06