Trace number 4491686

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.23 3573.24

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM62e5546fe4d774fb864c3bf961c813a7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.2468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
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.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4491686-1751142639.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
2.45/1.36	c ... done. Wall clock time 1.201s.
2.45/1.36	c declared #vars     109757
2.45/1.36	c #constraints  313451
2.45/1.36	c constraints type 
2.45/1.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198242
2.45/1.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
2.45/1.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97686
2.45/1.36	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.45/1.36	c 313451 constraints processed.
17.64/13.76	c cleaning 2387 clauses out of 4999
37.90/33.69	c cleaning 4149 clauses out of 8610
75.83/71.32	c cleaning 5563 clauses out of 11464
147.08/142.17	c cleaning 6759 clauses out of 13896
252.69/247.29	c cleaning 7865 clauses out of 16137
430.50/424.30	c cleaning 8921 clauses out of 18269
750.02/743.25	c cleaning 9949 clauses out of 20349
1114.53/1106.43	c cleaning 10964 clauses out of 22399
1648.28/1636.75	c cleaning 11965 clauses out of 24435
2153.21/2138.75	c cleaning 12987 clauses out of 26472
2749.61/2732.23	c cleaning 13932 clauses out of 28483
3600.01/3573.12	c starts		: 101
3600.01/3573.14	c conflicts		: 125491
3600.01/3573.14	c decisions		: 401279
3600.01/3573.14	c propagations		: 213694064
3600.01/3573.14	c inspects		: 5455921403
3600.01/3573.14	c shortcuts		: 0
3600.01/3573.14	c learnt literals	: 8
3600.01/3573.14	c learnt binary clauses	: 298
3600.01/3573.14	c learnt ternary clauses	: 773
3600.01/3573.14	c learnt constraints	: 125482
3600.01/3573.14	c ignored constraints	: 0
3600.01/3573.14	c root simplifications	: 0
3600.01/3573.14	c removed literals (reason simplification)	: 0
3600.01/3573.14	c reason swapping (by a shorter reason)	: 0
3600.01/3573.14	c Calls to reduceDB	: 11
3600.01/3573.14	c Number of update (reduction) of LBD	: 0
3600.01/3573.14	c Imported unit clauses	: 0
3600.01/3573.14	c No decision after first conflict	: false
3600.01/3573.14	c number of reductions to clauses (during analyze)	: 0
3600.01/3573.14	c number of learned constraints concerned by reduction	: 0
3600.01/3573.14	c number of learning phase by resolution	: 0
3600.01/3573.14	c number of learning phase by cutting planes	: 0
3600.01/3573.14	c number of rounding to 1 operations	: 0
3600.01/3573.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3573.14	c number of reductions of the coefficients by power 2 	: 0
3600.01/3573.14	c number of right shift for reduction by power 2 	: 0
3600.01/3573.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3573.14	c number of ending skipping 	: 0
3600.01/3573.14	c number of internal skipping 	: 0
3600.01/3573.14	c number of derivation steps 	: 4340591
3600.01/3573.14	c number of skipped derivation steps 	: 0
3600.01/3573.14	c number of remaining unassigned 	: 58677
3600.01/3573.14	c number of remaining assigned 	: 19984671
3600.01/3573.14	c number of falsified literals weakened from reason	: 0
3600.01/3573.14	c number of falsified literals weakened from conflict	: 0
3600.01/3573.14	c time for arithmetic operations	: 16431200781
3600.01/3573.16	c minimum degree of deleted constraints	: null
3600.01/3573.16	c maximum degree of deleted constraints	: null
3600.01/3573.16	c number of deleted constraints	: 0
3600.01/3573.17	c speed (assignments/second)	: 59828.60155368303
3600.01/3573.17	c non guided choices	: 28945
3600.01/3573.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1751
3600.01/3573.19	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 27992
3600.01/3573.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 298
3600.01/3573.20	s UNKNOWN
3600.01/3573.20	c Total wall clock time (in seconds): 3573.047

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62117 MiB free)
  memory of node 1: 64465 MiB (60026 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491686-1751142639/watcher-4491686-1751142639 -o /tmp/evaluation-result-4491686-1751142639/solver-4491686-1751142639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751142631-15078 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491686-1751142639.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=15462, runsolver pid=15459

[startup+0.100061 s]*
/proc/loadavg: 1.76 1.57 2.45 5/346 15480
/proc/meminfo: memFree=124858396/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=18930384 memory=57828 CPUtime=0.13 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 6568 0 0 0 11 2 0 0 20 0 18 0 29943325 19384713216 14457 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4732596 14457 5354 1 0 547619 0
[pid=15462/tid=15464] ppid=15459 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 5061 0 0 0 6 1 0 0 20 0 18 0 29943326 19384713216 14457 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29943328 19384713216 14457 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=18930384 memory=60684515952020 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29943328 19384713216 14457 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57828 KiB

[startup+0.205851 s]*
/proc/loadavg: 1.76 1.57 2.45 7/346 15480
/proc/meminfo: memFree=124631100/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=18930384 memory=68604 CPUtime=0.32 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 7147 0 0 0 30 2 0 0 20 0 18 0 29943325 19384713216 17151 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4732596 17151 5450 1 0 547997 0
[pid=15462/tid=15464] ppid=15459 vsize=18930384 memory=4026532124 CPUtime=0.18 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 5361 0 0 0 17 1 0 0 20 0 18 0 29943326 19384713216 17151 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=18930384 memory=16898 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29943328 19384713216 17151 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29943328 19384713216 17151 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68604 KiB

[startup+0.305546 s]*
/proc/loadavg: 1.76 1.57 2.45 6/346 15480
/proc/meminfo: memFree=124462724/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=18930384 memory=107832 CPUtime=0.51 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 8834 0 0 0 48 3 0 0 20 0 18 0 29943325 19384713216 26958 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4732596 26958 5450 1 0 549079 0
[pid=15462/tid=15464] ppid=15459 vsize=18930384 memory=-6000919468411610990 CPUtime=0.28 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 5380 0 0 0 26 2 0 0 20 0 18 0 29943326 19384713216 26958 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29943328 19384713216 26958 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29943328 19384713216 26958 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107832 KiB

[startup+0.700243 s]
/proc/loadavg: 1.76 1.57 2.45 6/347 15481
/proc/meminfo: memFree=124241540/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=18996948 memory=186572 CPUtime=1.26 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 11100 0 0 0 121 5 0 0 20 0 19 0 29943325 19452874752 46643 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4749237 46643 5482 1 0 550902 0
[pid=15462/tid=15464] ppid=15459 vsize=18996948 memory=17280 CPUtime=0.62 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 5433 0 0 0 59 3 0 0 20 0 19 0 29943326 19452874752 46643 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29943328 19452874752 46643 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 29943328 19452874752 46643 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 186572 KiB

[startup+1.50019 s]
/proc/loadavg: 1.76 1.57 2.45 6/347 15481
/proc/meminfo: memFree=123499476/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=452040 CPUtime=2.85 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 18605 0 0 0 274 11 0 0 20 0 20 0 29943325 19521036288 113010 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 113010 5482 1 0 1081475 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=3328 CPUtime=1.25 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 5596 0 0 0 118 7 0 0 20 0 20 0 29943326 19521036288 113010 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 113010 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 113010 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 452040 KiB

[startup+3.10574 s]
/proc/loadavg: 2.02 1.63 2.46 6/348 15483
/proc/meminfo: memFree=121703888/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=692364 CPUtime=5.97 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 19926 0 0 0 579 18 0 0 20 0 20 0 29943325 19521036288 173091 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 173091 5482 1 0 1626771 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=10752 CPUtime=2.7 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 5753 0 0 0 258 12 0 0 20 0 20 0 29943326 19521036288 173091 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 173091 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 173091 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 173091 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 692364 KiB

[startup+6.30019 s]
/proc/loadavg: 2.02 1.63 2.46 5/348 15483
/proc/meminfo: memFree=119835492/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=2389852 CPUtime=9.91 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 20942 0 0 0 940 51 0 0 20 0 20 0 29943325 19521036288 597463 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 597463 5482 1 0 1626786 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=0 CPUtime=5.84 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 6601 0 0 0 540 44 0 0 20 0 20 0 29943326 19521036288 597463 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 597463 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=-6000919468411610990 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 597463 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 597463 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 9.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2389852 KiB

[startup+12.7002 s]
/proc/loadavg: 2.40 1.73 2.48 5/348 15483
/proc/meminfo: memFree=117680716/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=4046996 CPUtime=16.62 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 25450 0 0 0 1576 86 0 0 20 0 20 0 29943325 19521036288 1011749 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 1011749 5482 1 0 1626803 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=0 CPUtime=12.18 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 9364 0 0 0 1141 77 0 0 20 0 20 0 29943326 19521036288 1011749 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=4046996 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1011749 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1011749 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 1011749 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 16.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4046996 KiB

[startup+25.5002 s]
/proc/loadavg: 2.65 1.80 2.50 5/348 15483
/proc/meminfo: memFree=117286288/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=4057748 CPUtime=29.7 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 30632 0 0 0 2883 87 0 0 20 0 20 0 29943325 19521036288 1014437 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 1014437 5514 1 0 1626851 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=-6000919468411610990 CPUtime=24.82 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 11259 0 0 0 2404 78 0 0 20 0 20 0 29943326 19521036288 1014437 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=3103 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1014437 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=4057620 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1014437 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=4055560 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 1014437 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 29.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4057748 KiB

[startup+51.1059 s]
/proc/loadavg: 3.22 2.01 2.55 5/348 15484
/proc/meminfo: memFree=117204360/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=4080408 CPUtime=55.53 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 35778 0 0 0 5463 90 0 0 20 0 20 0 29943325 19521036288 1020102 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 1020102 5514 1 0 1626861 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=4072204 CPUtime=50.14 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 14366 0 0 0 4936 78 0 0 20 0 20 0 29943326 19521036288 1020102 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=-6000919468411610990 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1020102 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=4070108 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1020102 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=4057748 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 1020102 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 55.53 s

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

[startup+3222.3 s]
/proc/loadavg: 4.11 4.17 4.15 5/340 15665
/proc/meminfo: memFree=114065268/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=5254692 CPUtime=3246.3 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 236571 0 0 0 324354 276 0 0 20 0 20 0 29943325 19521036288 1313673 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 1313673 5514 1 0 1632951 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=5252488 CPUtime=3191.62 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 128781 0 0 0 319029 133 0 0 20 0 20 0 29943326 19521036288 1313673 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=5252488 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1313673 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 2402 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1313673 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 1313673 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 3246.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5254692 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.17 4.15 5/341 15668
/proc/meminfo: memFree=114049776/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=5262900 CPUtime=3306.71 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 242046 0 0 0 330392 279 0 0 20 0 20 0 29943325 19521036288 1315725 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 1315725 5514 1 0 1632953 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=5258804 CPUtime=3251.18 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 132058 0 0 0 324984 134 0 0 20 0 20 0 29943326 19521036288 1315725 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=5258804 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1315725 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=5258804 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 2403 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1315725 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 1315725 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 3306.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5262900 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.15 4.15 5/342 15676
/proc/meminfo: memFree=114025092/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=5267016 CPUtime=3367.51 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 247224 0 0 0 336468 283 0 0 20 0 20 0 29943325 19521036288 1316754 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 1316754 5514 1 0 1632957 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=10752 CPUtime=3310.51 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 135682 0 0 0 330915 136 0 0 20 0 20 0 29943326 19521036288 1316754 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1316754 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=5267016 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 2474 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1316754 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 1316754 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 3367.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5267016 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.14 4.14 5/341 15678
/proc/meminfo: memFree=114008524/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=5285464 CPUtime=3428.12 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 248235 0 0 0 342526 286 0 0 20 0 20 0 29943325 19521036288 1321366 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 1321366 5514 1 0 1632957 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=17280 CPUtime=3369.83 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 136432 0 0 0 336846 137 0 0 20 0 20 0 29943326 19521036288 1321366 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=5279316 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1321366 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=16468 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 2568 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1321366 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=5283416 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 1321366 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 3428.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5285464 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.14 4.14 5/341 15682
/proc/meminfo: memFree=113978968/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=5301848 CPUtime=3488.57 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 253563 0 0 0 348566 291 0 0 20 0 20 0 29943325 19521036288 1325462 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 1325462 5514 1 0 1632957 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=-6000919468411610990 CPUtime=3429.32 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 139933 0 0 0 342794 138 0 0 20 0 20 0 29943326 19521036288 1325462 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=16468 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1325462 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=5293656 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 2569 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1325462 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 1325462 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 3488.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5301848 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.14 5/341 15684
/proc/meminfo: memFree=113958380/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=5318244 CPUtime=3548.91 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 258590 0 0 0 354595 296 0 0 20 0 20 0 29943325 19521036288 1329561 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 1329561 5514 1 0 1632960 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=17280 CPUtime=3488.84 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 143152 0 0 0 348744 140 0 0 20 0 20 0 29943326 19521036288 1329561 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=5287512 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1329561 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 2649 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1329561 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=5318244 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 1329561 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 3548.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5318244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3573.11 s]
/proc/loadavg: 4.10 4.13 4.14 5/340 15686
/proc/meminfo: memFree=113933392/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19063512 memory=5330532 CPUtime=3600.01 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 258814 0 0 0 359703 298 0 0 20 0 20 0 29943325 19521036288 1332633 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4765878 1332633 5514 1 0 1632960 0
[pid=15462/tid=15464] ppid=15459 vsize=19063512 memory=10752 CPUtime=3539.28 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) R 15459 15462 11836 0 -1 4194368 143248 0 0 0 353788 140 0 0 20 0 20 0 29943326 19521036288 1332633 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19063512 memory=5324388 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1332633 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19063512 memory=5328484 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 2732 0 0 0 0 0 0 0 20 0 20 0 29943328 19521036288 1332633 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15482] ppid=15459 vsize=19063512 memory=5318244 CPUtime=0 cores=0,2
/proc/15462/task/15482/stat : 15482 (Timer-0) S 15459 15462 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29943464 19521036288 1332633 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5330532 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.22 s, system=3.00746 s

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

[startup+3573.2 s]
/proc/loadavg: 4.10 4.13 4.14 5/340 15686
/proc/meminfo: memFree=113933392/131250000 swapFree=33010684/33010684
[pid=15462] ppid=15459 vsize=19263204 memory=5331300 CPUtime=3600.21 cores=0,2
/proc/15462/stat : 15462 (java) S 15459 15462 11836 0 -1 4194304 261682 0 0 0 359722 299 0 0 20 0 15 0 29943325 19725520896 1332825 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
/proc/15462/statm: 4815801 1332825 5514 1 0 1633943 0
[pid=15462/tid=15464] ppid=15459 vsize=19263204 memory=-7241597446556576600 CPUtime=3539.38 cores=0,2
/proc/15462/task/15464/stat : 15464 (java) S 15459 15462 11836 0 -1 4194368 143289 0 0 0 353798 140 0 0 20 0 15 0 29943326 19725520896 1332825 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15473] ppid=15459 vsize=19263204 memory=3918476280962848915 CPUtime=0 cores=0,2
/proc/15462/task/15473/stat : 15473 (Finalizer) S 15459 15462 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 29943328 19725520896 1332825 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
[pid=15462/tid=15480] ppid=15459 vsize=19263204 memory=-2247047206103844688 CPUtime=0 cores=0,2
/proc/15462/task/15480/stat : 15480 (Common-Cleaner) S 15459 15462 11836 0 -1 4194368 2732 0 0 0 0 0 0 0 20 0 15 0 29943328 19725520896 1332825 18446744073709551615 94636984754176 94636984757872 140724634302272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94636984765688 94636984766480 94637001662464 140724634306942 140724634307046 140724634307046 140724634312648 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5331300 KiB

Child status: 143

Real time (s): 3573.24
CPU time (s): 3600.23
CPU user time (s): 3597.22
CPU system time (s): 3.00746
CPU usage (%): 100.755
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5331300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.22
system time used= 3.00746
maximum resident set size= 5331428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261709
page faults= 0
swaps= 0
block input operations= 32
block output operations= 14816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128666
involuntary context switches= 13003


# summary of solver processes directly reported to runsolver:
#   pid: 15462
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.22
#   total CPU system time (s): 3.00746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.97708 second user time and 16.2873 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-28 22:30:39
IDJOB=4491686
IDBENCH=147732
IDSOLVER=3361
FILE ID=nodeC033/4491686-1751142639
RUNJOBID= nodeC033-1751142631-15078
SLURM_JOB_ID= 9587433
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491686-1751142639/watcher-4491686-1751142639 -o /tmp/evaluation-result-4491686-1751142639/solver-4491686-1751142639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751142631-15078 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491686-1751142639.opb

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

MD5SUM BENCH= 62e5546fe4d774fb864c3bf961c813a7
RANDOM SEED=10018506

nodeC033 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.132
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.13
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.075
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.13
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		: 3598.812
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125165592 kB
MemAvailable:   124802116 kB
Buffers:            3280 kB
Cached:           438284 kB
SwapCached:            0 kB
Active:          5316012 kB
Inactive:         180368 kB
Active(anon):    5072936 kB
Inactive(anon):        0 kB
Active(file):     243076 kB
Inactive(file):   180368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             39264 kB
Writeback:             0 kB
AnonPages:       5058044 kB
Mapped:           122628 kB
Shmem:             18120 kB
KReclaimable:      84960 kB
Slab:             167628 kB
SReclaimable:      84960 kB
SUnreclaim:        82668 kB
KernelStack:        5296 kB
PageTables:        13068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   14840996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4837376 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC033 at 2025-06-28 23:30:13