Trace number 4508234

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.22 3575

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-jun6.5.opb
MD5SUM8b8ffe124a719c4149f2b27dc4b38cf4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67
Best CPU time to get the best result obtained on this benchmark3.0865
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26659
Number of constraints which are cardinality constraints (but not clauses)237
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4508234-1751510318.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  objective function found
0.71/0.44	c ... done. Wall clock time 0.273s.
0.71/0.44	c declared #vars     9324
0.71/0.44	c #constraints  28660
0.71/0.44	c constraints type 
0.71/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1708
0.71/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
0.71/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 293
0.71/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10671
0.71/0.44	c 28660 constraints processed.
0.71/0.45	c objective function length is 26 literals
7.27/4.35	c cleaning 2390 clauses out of 5000
27.50/22.47	c cleaning 4240 clauses out of 8610
74.28/68.20	c cleaning 5641 clauses out of 11371
138.58/131.78	c cleaning 6806 clauses out of 13730
283.02/275.36	c cleaning 7877 clauses out of 15923
599.97/590.99	c cleaning 8950 clauses out of 18048
1004.21/993.69	c cleaning 9968 clauses out of 20096
1355.48/1343.79	c cleaning 10963 clauses out of 22128
1903.24/1886.96	c cleaning 11971 clauses out of 24165
2628.11/2607.06	c cleaning 13001 clauses out of 26194
3600.03/3574.91	c starts		: 91
3600.03/3574.92	c conflicts		: 106575
3600.03/3574.92	c decisions		: 197912
3600.03/3574.92	c propagations		: 4508797
3600.03/3574.92	c inspects		: 5858881999
3600.03/3574.92	c shortcuts		: 0
3600.03/3574.92	c learnt literals	: 0
3600.03/3574.92	c learnt binary clauses	: 74
3600.03/3574.92	c learnt ternary clauses	: 565
3600.03/3574.92	c learnt constraints	: 106574
3600.03/3574.93	c ignored constraints	: 0
3600.03/3574.93	c root simplifications	: 0
3600.03/3574.93	c removed literals (reason simplification)	: 0
3600.03/3574.93	c reason swapping (by a shorter reason)	: 0
3600.03/3574.93	c Calls to reduceDB	: 10
3600.03/3574.93	c Number of update (reduction) of LBD	: 0
3600.03/3574.93	c Imported unit clauses	: 0
3600.03/3574.93	c No decision after first conflict	: false
3600.03/3574.93	c number of reductions to clauses (during analyze)	: 0
3600.03/3574.93	c number of learned constraints concerned by reduction	: 0
3600.03/3574.93	c number of learning phase by resolution	: 0
3600.03/3574.93	c number of learning phase by cutting planes	: 0
3600.03/3574.93	c number of rounding to 1 operations	: 0
3600.03/3574.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3574.93	c number of reductions of the coefficients by power 2 	: 0
3600.03/3574.93	c number of right shift for reduction by power 2 	: 0
3600.03/3574.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3574.93	c number of ending skipping 	: 0
3600.03/3574.93	c number of internal skipping 	: 0
3600.03/3574.93	c number of derivation steps 	: 1642982
3600.03/3574.93	c number of skipped derivation steps 	: 0
3600.03/3574.93	c number of remaining unassigned 	: 18423
3600.03/3574.93	c number of remaining assigned 	: 25139344
3600.03/3574.93	c number of falsified literals weakened from reason	: 0
3600.03/3574.93	c number of falsified literals weakened from conflict	: 0
3600.03/3574.93	c time for arithmetic operations	: 930358799
3600.03/3574.94	c minimum degree of deleted constraints	: null
3600.03/3574.95	c maximum degree of deleted constraints	: null
3600.03/3574.95	c number of deleted constraints	: 0
3600.03/3574.95	c speed (assignments/second)	: 1261.3826092016536
3600.03/3574.96	c non guided choices	: 14486
3600.03/3574.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 52
3600.03/3574.98	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 22941
3600.03/3574.98	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1700
3600.03/3574.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 74
3600.03/3574.98	s UNKNOWN
3600.03/3574.98	c Total wall clock time (in seconds): 3574.822

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508234-1751510318/watcher-4508234-1751510318 -o /tmp/evaluation-result-4508234-1751510318/solver-4508234-1751510318 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751506741-70406 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4508234-1751510318.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=70772, runsolver pid=70769

[startup+0.100058 s]*
/proc/loadavg: 4.30 4.34 4.19 6/336 70790
/proc/meminfo: memFree=118300344/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=18930384 memory=55600 CPUtime=0.12 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 6540 0 0 0 11 1 0 0 20 0 18 0 66710246 19384713216 13900 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4732596 13900 5363 1 0 547611 0
[pid=70772/tid=70774] ppid=70769 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 5051 0 0 0 7 1 0 0 20 0 18 0 66710247 19384713216 13900 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66710249 19384713216 13900 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=18930384 memory=59585004339238 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66710250 19384713216 13900 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55600 KiB

[startup+0.205632 s]*
/proc/loadavg: 4.30 4.34 4.19 7/336 70790
/proc/meminfo: memFree=118296660/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=18930384 memory=66324 CPUtime=0.32 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 7064 0 0 0 30 2 0 0 20 0 18 0 66710246 19384713216 16581 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4732596 16581 5459 1 0 547943 0
[pid=70772/tid=70774] ppid=70769 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 5361 0 0 0 16 2 0 0 20 0 18 0 66710247 19384713216 16581 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=18930384 memory=2641 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66710249 19384713216 16581 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66710250 19384713216 16581 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66324 KiB

[startup+0.305545 s]*
/proc/loadavg: 4.30 4.34 4.19 7/336 70790
/proc/meminfo: memFree=118245808/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=18930384 memory=114028 CPUtime=0.51 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 8697 0 0 0 48 3 0 0 20 0 18 0 66710246 19384713216 28507 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4732596 28507 5459 1 0 549028 0
[pid=70772/tid=70774] ppid=70769 vsize=18930384 memory=-6000919468394638440 CPUtime=0.26 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 5414 0 0 0 24 2 0 0 20 0 18 0 66710247 19384713216 28507 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66710249 19384713216 28507 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66710250 19384713216 28507 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 114028 KiB

[startup+0.700239 s]
/proc/loadavg: 4.30 4.34 4.19 7/338 70792
/proc/meminfo: memFree=118193064/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=183184 CPUtime=1.27 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 17028 0 0 0 120 7 0 0 20 0 20 0 66710246 19521036288 45796 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 45796 5523 1 0 554942 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=18688 CPUtime=0.57 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 5549 0 0 0 54 3 0 0 20 0 20 0 66710247 19521036288 45796 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 45796 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 45796 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 45796 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183184 KiB

[startup+1.50026 s]
/proc/loadavg: 4.30 4.34 4.19 6/338 70792
/proc/meminfo: memFree=118169628/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=193316 CPUtime=2.84 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 22534 0 0 0 277 7 0 0 20 0 20 0 66710246 19521036288 48329 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 48329 5523 1 0 555014 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=0 CPUtime=1.33 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 6004 0 0 0 130 3 0 0 20 0 20 0 66710247 19521036288 48329 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 48329 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 48329 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 48329 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 193316 KiB

[startup+3.10581 s]
/proc/loadavg: 4.44 4.36 4.20 6/315 70863
/proc/meminfo: memFree=123489744/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=711616 CPUtime=5.74 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 26113 0 0 0 555 19 0 0 20 0 20 0 66710246 19521036288 177904 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 177904 5555 1 0 676165 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=10752 CPUtime=2.82 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 6799 0 0 0 269 13 0 0 20 0 20 0 66710247 19521036288 177904 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=-6000919468394638440 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 177904 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 177904 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 177904 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 711616 KiB

[startup+6.30023 s]
/proc/loadavg: 4.44 4.36 4.20 4/296 71016
/proc/meminfo: memFree=124566568/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=1252620 CPUtime=9.48 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 28290 0 0 0 917 31 0 0 20 0 20 0 66710246 19521036288 313155 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 313155 5555 1 0 676230 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=0 CPUtime=5.92 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 8101 0 0 0 569 23 0 0 20 0 20 0 66710247 19521036288 313155 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 313155 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 313155 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 313155 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1252620 KiB

[startup+12.7002 s]
/proc/loadavg: 4.45 4.37 4.20 5/338 71124
/proc/meminfo: memFree=120951236/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=1674652 CPUtime=17.53 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 32669 0 0 0 1713 40 0 0 20 0 20 0 66710246 19521036288 418663 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 418663 5555 1 0 677073 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=1257868 CPUtime=12.16 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 8581 0 0 0 1186 30 0 0 20 0 20 0 66710247 19521036288 418663 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=1497588 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 418663 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 418663 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 418663 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 17.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1674652 KiB

[startup+25.5002 s]
/proc/loadavg: 4.45 4.37 4.20 5/338 71255
/proc/meminfo: memFree=118821516/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=1695932 CPUtime=30.72 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 38508 0 0 0 3030 42 0 0 20 0 20 0 66710246 19521036288 423983 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 423983 5555 1 0 677073 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=14976 CPUtime=24.57 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 10882 0 0 0 2427 30 0 0 20 0 20 0 66710247 19521036288 423983 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=1687708 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 423983 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=1687708 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 423983 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 423983 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 30.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1695932 KiB

[startup+51.1055 s]
/proc/loadavg: 4.37 4.36 4.20 5/339 71257
/proc/meminfo: memFree=118063780/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=2256364 CPUtime=56.86 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 44973 0 0 0 5631 55 0 0 20 0 20 0 66710246 19521036288 564091 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 564091 5555 1 0 806588 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=2244036 CPUtime=49.52 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 12883 0 0 0 4911 41 0 0 20 0 20 0 66710247 19521036288 564091 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=-6000919468394638440 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 564091 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0

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

/proc/meminfo: memFree=114474940/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3246.6 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 117609 0 0 0 324496 164 0 0 20 0 20 0 66710246 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 783046 5587 1 0 807115 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3190.15 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 57725 0 0 0 318963 52 0 0 20 0 20 0 66710247 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 2050 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 3246.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3132184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/340 71425
/proc/meminfo: memFree=114471012/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3306.71 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 118399 0 0 0 330506 165 0 0 20 0 20 0 66710246 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 783046 5587 1 0 807115 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3249.69 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 58489 0 0 0 324917 52 0 0 20 0 20 0 66710247 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 2050 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 3306.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3132184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/340 71427
/proc/meminfo: memFree=114473908/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3366.86 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 119966 0 0 0 336520 166 0 0 20 0 20 0 66710246 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 783046 5587 1 0 807115 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=10752 CPUtime=3309.26 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 59592 0 0 0 330873 53 0 0 20 0 20 0 66710247 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 2100 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 3366.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3132184 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/341 71430
/proc/meminfo: memFree=114461472/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3426.98 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 121337 0 0 0 342530 168 0 0 20 0 20 0 66710246 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 783046 5587 1 0 807115 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=14976 CPUtime=3368.83 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 60550 0 0 0 336830 53 0 0 20 0 20 0 66710247 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 2100 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 3426.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3132184 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/340 71432
/proc/meminfo: memFree=114461540/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3487.14 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 121422 0 0 0 348545 169 0 0 20 0 20 0 66710246 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 783046 5587 1 0 807115 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=14976 CPUtime=3428.34 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 60583 0 0 0 342781 53 0 0 20 0 20 0 66710247 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 2139 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 3487.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3132184 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/339 71434
/proc/meminfo: memFree=114445268/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3547.29 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 122488 0 0 0 354558 171 0 0 20 0 20 0 66710246 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 783046 5587 1 0 807115 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3487.94 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 61619 0 0 0 348741 53 0 0 20 0 20 0 66710247 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 2139 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 3547.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3132184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3574.9 s]
/proc/loadavg: 4.16 4.11 4.09 5/340 71441
/proc/meminfo: memFree=114444100/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3600.03 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 123527 0 0 0 359831 172 0 0 20 0 20 0 66710246 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 783046 5587 1 0 807115 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=5276 CPUtime=3540.15 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 62527 0 0 0 353962 53 0 0 20 0 20 0 66710247 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 2173 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3132184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.48 s, system=1.73828 s

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

[startup+3574.9 s]
/proc/loadavg: 4.16 4.11 4.09 5/340 71441
/proc/meminfo: memFree=114444100/131249996 swapFree=33010160/33010684
[pid=70772] ppid=70769 vsize=19063512 memory=3132184 CPUtime=3600.03 cores=1,3
/proc/70772/stat : 70772 (java) S 70769 70772 70394 0 -1 4194304 123527 0 0 0 359831 172 0 0 20 0 20 0 66710246 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
/proc/70772/statm: 4765878 783046 5587 1 0 807115 0
[pid=70772/tid=70774] ppid=70769 vsize=19063512 memory=5276 CPUtime=3540.15 cores=1,3
/proc/70772/task/70774/stat : 70774 (java) R 70769 70772 70394 0 -1 4194368 62527 0 0 0 353962 53 0 0 20 0 20 0 66710247 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70783] ppid=70769 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/70772/task/70783/stat : 70783 (Finalizer) S 70769 70772 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66710249 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70790] ppid=70769 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/70772/task/70790/stat : 70790 (Common-Cleaner) S 70769 70772 70394 0 -1 4194368 2173 0 0 0 0 0 0 0 20 0 20 0 66710250 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
[pid=70772/tid=70792] ppid=70769 vsize=19063512 memory=3132184 CPUtime=0 cores=1,3
/proc/70772/task/70792/stat : 70792 (Timer-0) S 70769 70772 70394 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66710292 19521036288 783046 18446744073709551615 94884175409152 94884175412848 140733764140720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94884175420664 94884175421456 94884182261760 140733764143486 140733764143590 140733764143590 140733764149192 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3132184 KiB

Child status: 143

Real time (s): 3575
CPU time (s): 3600.22
CPU user time (s): 3598.48
CPU system time (s): 1.73828
CPU usage (%): 100.705
Max. virtual memory (cumulated for all children) (KiB): 19064712
Max. memory (cumulated for all children) (KiB): 3132184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.48
system time used= 1.73828
maximum resident set size= 3132952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126014
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138470
involuntary context switches= 8254


# summary of solver processes directly reported to runsolver:
#   pid: 70772
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.48
#   total CPU system time (s): 1.73828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.47169 second user time and 15.3854 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-03 04:38:38
IDJOB=4508234
IDBENCH=158399
IDSOLVER=3361
FILE ID=nodeC029/4508234-1751510318
RUNJOBID= nodeC029-1751506741-70406
SLURM_JOB_ID= 9598602
Free space on /tmp= 432256 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-jun6.5.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508234-1751510318/watcher-4508234-1751510318 -o /tmp/evaluation-result-4508234-1751510318/solver-4508234-1751510318 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751506741-70406 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4508234-1751510318.opb

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

MD5SUM BENCH= 8b8ffe124a719c4149f2b27dc4b38cf4
RANDOM SEED=1143216098

nodeC029 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		: 3599.747
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	: 6999.46
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.726
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	: 6999.46
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		: 3597.534
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	: 6999.46
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		: 3599.934
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	: 6999.46
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		: 3599.742
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	: 6999.46
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		: 3599.728
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	: 6999.46
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.486
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	: 6999.46
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		: 3599.052
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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118331388 kB
MemAvailable:   121142372 kB
Buffers:            2128 kB
Cached:          3604620 kB
SwapCached:           40 kB
Active:          9165064 kB
Inactive:        3165092 kB
Active(anon):    8736660 kB
Inactive(anon):     4768 kB
Active(file):     428404 kB
Inactive(file):  3160324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1716 kB
Writeback:            20 kB
AnonPages:       8725768 kB
Mapped:           124336 kB
Shmem:             18020 kB
KReclaimable:     122992 kB
Slab:             212904 kB
SReclaimable:     122992 kB
SUnreclaim:        89912 kB
KernelStack:        5136 kB
PageTables:        20772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9967484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8515584 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432260 MiB
End job on nodeC029 at 2025-07-03 05:38:13