Trace number 4498989

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 VeriPB 2025-06-06? (TO) 3600.13 3573.78

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark8655.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.10	c java.vm.version	22.0.1+8-16
0.09/0.10	c java.vm.vendor	Oracle Corporation
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		22.0.1
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	c  - never skip resolution steps
0.09/0.17	c  - Auto-division on coefficients is disabled
0.09/0.17	c  - No postprocessing
0.09/0.17	c  - Conflict is considered as is when resolving
0.09/0.17	c  - Use constraints as they come during conflict analysis
0.09/0.17	c  - Weaken first using unassigned literals
0.09/0.17	c  - Bump strategy: ALWAYS_ONE
0.09/0.17	c  - Bumper: EFFECTIVE
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Dynamic restart strategy considering the size of the coefficients
0.09/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.09/0.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: none
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4498989-1751413062.opb
0.09/0.17	c reading problem ... 
0.09/0.18	c using VERIPB proof format
0.09/0.18	c  objective function found
0.84/0.54	c ... done. Wall clock time 0.366s.
0.84/0.54	c declared #vars     8424
0.84/0.54	c #constraints  9186
0.84/0.54	c constraints type 
0.84/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8415
0.84/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
0.84/0.55	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 576
0.84/0.55	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.84/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97
0.84/0.55	c 9186 constraints processed.
0.84/0.56	c objective function length is 9 literals
157.24/153.35	c cleaning 2497 clauses out of 5000 with flag 0/5000
202.45/196.83	c cleaning 4252 clauses out of 8503 with flag 0/11000
255.45/249.55	c cleaning 5626 clauses out of 11251 with flag 0/18000
325.33/318.92	c cleaning 6811 clauses out of 13625 with flag 0/26000
417.49/410.56	c cleaning 7907 clauses out of 15815 with flag 0/35001
534.35/526.87	c cleaning 8949 clauses out of 17907 with flag 0/45000
667.59/659.45	c cleaning 9973 clauses out of 19958 with flag 0/56000
816.82/807.82	c cleaning 10989 clauses out of 21987 with flag 0/68002
988.09/978.04	c cleaning 11995 clauses out of 23996 with flag 0/81000
1173.19/1161.79	c cleaning 13001 clauses out of 26002 with flag 0/95001
1392.37/1380.19	c cleaning 13993 clauses out of 28001 with flag 0/110001
1625.20/1611.61	c cleaning 15002 clauses out of 30008 with flag 0/126001
2237.35/2217.32	c cleaning 15995 clauses out of 32005 with flag 0/143000
3163.75/3142.08	c cleaning 17005 clauses out of 34010 with flag 0/161000
3283.74/3260.69	c cleaning 18004 clauses out of 36007 with flag 0/180002
3455.78/3431.21	c cleaning 18999 clauses out of 38002 with flag 0/200001
3600.02/3573.71	c starts		: 26
3600.02/3573.71	c conflicts		: 219239
3600.02/3573.71	c decisions		: 343416
3600.02/3573.71	c propagations		: 74232380
3600.02/3573.71	c inspects		: 525493431
3600.02/3573.71	c shortcuts		: 0
3600.02/3573.71	c learnt literals	: 0
3600.02/3573.71	c learnt binary clauses	: 0
3600.02/3573.71	c learnt ternary clauses	: 0
3600.02/3573.71	c learnt constraints	: 219238
3600.02/3573.71	c ignored constraints	: 0
3600.02/3573.71	c root simplifications	: 0
3600.02/3573.71	c removed literals (reason simplification)	: 0
3600.02/3573.71	c reason swapping (by a shorter reason)	: 0
3600.02/3573.71	c Calls to reduceDB	: 16
3600.02/3573.71	c Number of update (reduction) of LBD	: 206621
3600.02/3573.71	c Imported unit clauses	: 0
3600.02/3573.71	c No decision after first conflict	: false
3600.02/3573.71	c number of reductions to clauses (during analyze)	: 0
3600.02/3573.71	c number of learned constraints concerned by reduction	: 0
3600.02/3573.71	c number of learning phase by resolution	: 0
3600.02/3573.71	c number of learning phase by cutting planes	: 0
3600.02/3573.71	c number of rounding to 1 operations	: 0
3600.02/3573.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3573.71	c number of reductions of the coefficients by power 2 	: 0
3600.02/3573.71	c number of right shift for reduction by power 2 	: 0
3600.02/3573.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3573.71	c number of ending skipping 	: 0
3600.02/3573.71	c number of internal skipping 	: 0
3600.02/3573.71	c number of derivation steps 	: 1288943
3600.02/3573.71	c number of skipped derivation steps 	: 0
3600.02/3573.71	c number of remaining unassigned 	: 442604
3600.02/3573.71	c number of remaining assigned 	: 122263345
3600.02/3573.71	c number of falsified literals weakened from reason	: 0
3600.02/3573.71	c number of falsified literals weakened from conflict	: 0
3600.02/3573.71	c time for arithmetic operations	: 7055665057
3600.02/3573.71	c minimum degree of deleted constraints	: 457
3600.02/3573.71	c maximum degree of deleted constraints	: 33393450779996692936638035934496230
3600.02/3573.71	c number of deleted constraints	: 180998
3600.02/3573.71	c speed (assignments/second)	: 20775.10515258144
3600.02/3573.71	c non guided choices	: 10933
3600.02/3573.73	c timeout
3600.02/3573.74	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 38240
3600.02/3573.74	s UNKNOWN
3600.02/3573.74	c Total wall clock time (in seconds): 3573.569

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498989-1751413062/watcher-4498989-1751413062 -o /tmp/evaluation-result-4498989-1751413062/solver-4498989-1751413062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751413062-59395 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4498989-1751413062 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4498989-1751413062.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 FSIZE limit: 102400000 KiB
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
solver pid=59440, runsolver pid=59434
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.93 1.83 2.00 10/330 59521
/proc/meminfo: memFree=129132492/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=18930384 memory=51780 CPUtime=0.09 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 6158 0 86 0 7 2 0 0 20 0 18 0 56982801 19384713216 12945 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4732596 12945 5307 1 0 547249 0
[pid=59440/tid=59455] ppid=59434 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 4963 0 82 0 4 1 0 0 20 0 18 0 56982804 19384713216 12945 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=18930384 memory=16955 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 12945 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 12945 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51780 KiB

[startup+0.205504 s]*
/proc/loadavg: 0.93 1.83 2.00 12/330 59521
/proc/meminfo: memFree=129091848/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=18930384 memory=72496 CPUtime=0.27 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 7105 0 86 0 24 3 0 0 20 0 18 0 56982801 19384713216 18124 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4732596 18124 5435 1 0 547973 0
[pid=59440/tid=59455] ppid=59434 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 5406 0 82 0 13 2 0 0 20 0 18 0 56982804 19384713216 18124 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=18930384 memory=16955 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 18124 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 18124 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72496 KiB

[startup+0.305524 s]*
/proc/loadavg: 0.93 1.83 2.00 10/333 59524
/proc/meminfo: memFree=128786444/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=18996948 memory=152136 CPUtime=0.46 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 7707 0 86 0 41 5 0 0 20 0 19 0 56982801 19452874752 38034 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4749237 38034 5467 1 0 548555 0
[pid=59440/tid=59455] ppid=59434 vsize=18996948 memory=-6000919477035098986 CPUtime=0.23 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 5460 0 82 0 20 3 0 0 20 0 19 0 56982804 19452874752 38034 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56982807 19452874752 38034 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56982807 19452874752 38034 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152136 KiB

[startup+0.700227 s]
/proc/loadavg: 0.93 1.83 2.00 11/336 59527
/proc/meminfo: memFree=128457504/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=459956 CPUtime=1.22 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 12958 0 86 0 110 12 0 0 20 0 20 0 56982801 19521036288 114989 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 114989 5499 1 0 552294 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=18176 CPUtime=0.57 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 5753 0 82 0 48 9 0 0 20 0 20 0 56982804 19521036288 114989 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 114989 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 114989 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 459956 KiB

[startup+1.50023 s]
/proc/loadavg: 0.93 1.83 2.00 9/338 59529
/proc/meminfo: memFree=128293068/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=604048 CPUtime=2.8 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 15901 0 86 0 265 15 0 0 20 0 20 0 56982801 19521036288 151012 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 151012 5499 1 0 553784 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=3200 CPUtime=1.31 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 5878 0 82 0 119 12 0 0 20 0 20 0 56982804 19521036288 151012 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 151012 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 151012 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 151012 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 604048 KiB

[startup+3.10534 s]
/proc/loadavg: 1.57 1.95 2.04 8/338 59529
/proc/meminfo: memFree=126800300/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=941328 CPUtime=5.96 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 23536 0 86 0 572 24 0 0 20 0 20 0 56982801 19521036288 235332 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 235332 5499 1 0 554428 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=14248 CPUtime=2.88 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 6480 0 82 0 269 19 0 0 20 0 20 0 56982804 19521036288 235332 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 235332 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 235332 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 235332 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 941328 KiB

[startup+6.30021 s]
/proc/loadavg: 1.57 1.95 2.04 6/339 59530
/proc/meminfo: memFree=126036064/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=990900 CPUtime=9.73 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 26525 0 86 0 947 26 0 0 20 0 20 0 56982801 19521036288 247725 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 247725 5499 1 0 554429 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=0 CPUtime=5.96 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 7153 0 82 0 576 20 0 0 20 0 20 0 56982804 19521036288 247725 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 247725 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 247725 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=632760 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 247725 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 9.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 990900 KiB

[startup+12.7002 s]
/proc/loadavg: 2.25 2.08 2.08 6/339 59530
/proc/meminfo: memFree=123846992/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=1687720 CPUtime=16.26 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 27630 0 86 0 1585 41 0 0 20 0 20 0 56982801 19521036288 421930 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 421930 5499 1 0 809264 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=632760 CPUtime=12.3 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 7532 0 82 0 1197 33 0 0 20 0 20 0 56982804 19521036288 421930 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=1495208 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 421930 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 421930 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 421930 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 16.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1687720 KiB

[startup+25.5002 s]
/proc/loadavg: 2.68 2.18 2.11 5/339 59530
/proc/meminfo: memFree=121445676/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=1898916 CPUtime=29.25 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 32946 0 86 0 2876 49 0 0 20 0 20 0 56982801 19521036288 474729 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 474729 5499 1 0 809266 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=1495208 CPUtime=24.97 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 9121 0 82 0 2459 38 0 0 20 0 20 0 56982804 19521036288 474729 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 474729 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 474729 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=1816936 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 474729 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 29.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1898916 KiB

[startup+51.1054 s]
/proc/loadavg: 3.49 2.41 2.19 5/340 59532
/proc/meminfo: memFree=120303940/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=2034152 CPUtime=54.82 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 39171 0 86 0 5429 53 0 0 20 0 20 0 56982801 19521036288 508538 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 508538 5499 1 0 809266 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=-8485456112598227424 CPUtime=50.33 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 11234 0 82 0 4993 40 0 0 20 0 20 0 56982804 19521036288 508538 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=2013620 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 508538 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=2013620 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=108688128/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=3204836 CPUtime=3245.21 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 182432 0 86 0 323974 547 0 0 20 0 20 0 56982801 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 801209 5531 1 0 812498 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=3204580 CPUtime=3179.91 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 74648 0 82 0 317570 421 0 0 20 0 20 0 56982804 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=3204580 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=3204580 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 1969 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 3245.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3204836 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.23 4.13 5/342 59714
/proc/meminfo: memFree=108611152/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=3204836 CPUtime=3305.69 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 185313 0 86 0 330010 559 0 0 20 0 20 0 56982801 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 801209 5531 1 0 812498 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=14248 CPUtime=3239.03 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 76623 0 82 0 323472 431 0 0 20 0 20 0 56982804 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=2892 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 2023 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 3305.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3204836 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.20 4.12 5/342 59716
/proc/meminfo: memFree=108542672/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=3204836 CPUtime=3366.18 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 185743 0 86 0 336046 572 0 0 20 0 20 0 56982801 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 801209 5531 1 0 812498 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=18176 CPUtime=3297.97 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 76948 0 82 0 329354 443 0 0 20 0 20 0 56982804 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 2023 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 3366.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3204836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.21 4.13 5/342 59718
/proc/meminfo: memFree=108462248/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=3204836 CPUtime=3426.73 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 188682 0 86 0 342089 584 0 0 20 0 20 0 56982801 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 801209 5531 1 0 812498 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=3204836 CPUtime=3356.98 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 79213 0 82 0 335245 453 0 0 20 0 20 0 56982804 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 2095 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 3426.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3204836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.21 4.13 5/341 59720
/proc/meminfo: memFree=108365008/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=3204836 CPUtime=3487.11 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 191161 0 86 0 348116 595 0 0 20 0 20 0 56982801 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 801209 5531 1 0 812498 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=3204836 CPUtime=3416.09 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 81164 0 82 0 341147 462 0 0 20 0 20 0 56982804 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 2168 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 801209 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 3487.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3204836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.19 4.13 5/341 59729
/proc/meminfo: memFree=108275060/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=3204964 CPUtime=3548.24 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 199014 0 86 0 354215 609 0 0 20 0 20 0 56982801 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 801241 5531 1 0 812537 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=3204836 CPUtime=3474.85 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 82327 0 82 0 347011 474 0 0 20 0 20 0 56982804 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=3204964 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 2168 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=3204964 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 3548.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3204964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3573.7 s]
/proc/loadavg: 3.14 3.95 4.05 2/268 59848
/proc/meminfo: memFree=123486524/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=3204964 CPUtime=3600.02 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 200245 0 86 0 359382 620 0 0 20 0 20 0 56982801 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 801241 5531 1 0 812537 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=3204964 CPUtime=3525.26 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 83409 0 82 0 352042 484 0 0 20 0 20 0 56982804 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 2168 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=3204964 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3204964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.9 s, system=6.22681 s

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

[startup+3573.7 s]
/proc/loadavg: 3.14 3.95 4.05 2/268 59848
/proc/meminfo: memFree=123486524/131250000 swapFree=33010672/33010684
[pid=59440] ppid=59434 vsize=19063512 memory=3204964 CPUtime=3600.02 cores=4,6
/proc/59440/stat : 59440 (java) S 59434 59440 58968 0 -1 4194304 200245 0 86 0 359382 620 0 0 20 0 20 0 56982801 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
/proc/59440/statm: 4765878 801241 5531 1 0 812537 0
[pid=59440/tid=59455] ppid=59434 vsize=19063512 memory=3204964 CPUtime=3525.26 cores=4,6
/proc/59440/task/59455/stat : 59455 (java) R 59434 59440 58968 0 -1 4194368 83409 0 82 0 352042 484 0 0 20 0 20 0 56982804 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59488] ppid=59434 vsize=19063512 memory=3204836 CPUtime=0 cores=4,6
/proc/59440/task/59488/stat : 59488 (Finalizer) S 59434 59440 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59519] ppid=59434 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/59440/task/59519/stat : 59519 (Common-Cleaner) S 59434 59440 58968 0 -1 4194368 2168 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
[pid=59440/tid=59529] ppid=59434 vsize=19063512 memory=3204964 CPUtime=0 cores=4,6
/proc/59440/task/59529/stat : 59529 (Timer-0) S 59434 59440 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982859 19521036288 801241 18446744073709551615 94150892126208 94150892129904 140727444853872 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150892137720 94150892138512 94150903631872 140727444859181 140727444859366 140727444859366 140727444864968 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3204964 KiB

Child status: 143

Real time (s): 3573.78
CPU time (s): 3600.13
CPU user time (s): 3593.9
CPU system time (s): 6.22681
CPU usage (%): 100.737
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3214344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.9
system time used= 6.2268
maximum resident set size= 3214344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201597
page faults= 86
swaps= 0
block input operations= 80
block output operations= 5275768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126374
involuntary context switches= 13202


# summary of solver processes directly reported to runsolver:
#   pid: 59440
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3593.9
#   total CPU system time (s): 6.22681

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14788 second user time and 16.8369 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-02 01:37:42
IDJOB=4498989
IDBENCH=148768
IDSOLVER=3362
FILE ID=nodeC014/4498989-1751413062
RUNJOBID= nodeC014-1751413062-59395
SLURM_JOB_ID= 9598312
Free space on /tmp= 432860 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498989-1751413062/watcher-4498989-1751413062 -o /tmp/evaluation-result-4498989-1751413062/solver-4498989-1751413062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751413062-59395 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4498989-1751413062 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4498989-1751413062.opb

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=995190121

nodeC014 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.180
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.23
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		: 2616.464
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129224696 kB
MemAvailable:   129713380 kB
Buffers:            2508 kB
Cached:          1285596 kB
SwapCached:            4 kB
Active:           541588 kB
Inactive:         822452 kB
Active(anon):      90148 kB
Inactive(anon):     3852 kB
Active(file):     451440 kB
Inactive(file):   818600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:         79152 kB
Mapped:           103672 kB
Shmem:             18064 kB
KReclaimable:     115768 kB
Slab:             206120 kB
SReclaimable:     115768 kB
SUnreclaim:        90352 kB
KernelStack:        4096 kB
PageTables:         3004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     340544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432856 MiB
End job on nodeC014 at 2025-07-02 02:37:16