Trace number 4492370

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.5 3557.67

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga15_13_sat_pb.cnf.cr.opb
MD5SUMb5005b51e5a4f58edc00eb99d2e35735
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.003259
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables293
Total number of constraints236
Number of constraints which are clauses208
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.21	c See www.sat4j.org for details.
0.11/0.22	c version PB25.v20250606
0.27/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.25	c java.vm.version	22.0.1+8-16
0.27/0.25	c java.vm.vendor	Oracle Corporation
0.27/0.25	c sun.arch.data.model	64
0.27/0.25	c java.version		22.0.1
0.27/0.25	c os.name		Linux
0.27/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.25	c os.arch		amd64
0.27/0.26	c Free memory 		2104792832
0.27/0.26	c Max memory 		16282288128
0.27/0.26	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.42/0.43	c Pseudo Boolean Optimization by upper bound
0.42/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.43	c  - never skip resolution steps
0.42/0.43	c  - Auto-division on coefficients is disabled
0.42/0.43	c  - No postprocessing
0.42/0.43	c  - Conflict is considered as is when resolving
0.42/0.43	c  - Use constraints as they come during conflict analysis
0.42/0.43	c  - Weaken first using unassigned literals
0.42/0.43	c  - Bump strategy: ALWAYS_ONE
0.42/0.43	c  - Bumper: ANY
0.42/0.43	c --- Begin Solver configuration ---
0.42/0.43	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.42/0.43	c Learn all clauses as in MiniSAT
0.42/0.43	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.43	c No reason simplification
0.42/0.43	c Armin Biere (Picosat) restarts strategy
0.42/0.43	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.42/0.43	c timeout=2147483s
0.42/0.43	c DB Simplification allowed=false
0.42/0.43	c Listener: none
0.42/0.43	c --- End Solver configuration ---
0.42/0.43	c solving HOME/instance-4492370-1751146191.opb
0.42/0.43	c reading problem ... 
0.42/0.44	c  no objective function found
0.63/0.52	c ... done. Wall clock time 0.087s.
0.63/0.53	c declared #vars     293
0.63/0.53	c #constraints  236
0.63/0.53	c constraints type 
0.63/0.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28
0.63/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 208
0.63/0.53	c 236 constraints processed.
15.51/10.35	c cleaning 2499 clauses out of 5001
74.18/67.10	c cleaning 4245 clauses out of 8501
197.70/189.13	c cleaning 5614 clauses out of 11256
392.46/382.55	c cleaning 6816 clauses out of 13643
729.84/717.53	c cleaning 7909 clauses out of 15826
1051.99/1037.30	c cleaning 8943 clauses out of 17918
2065.72/2042.27	c cleaning 9979 clauses out of 19975
2607.96/2577.67	c cleaning 10993 clauses out of 21997
3600.04/3557.45	c starts		: 86
3600.04/3557.47	c conflicts		: 79045
3600.04/3557.48	c decisions		: 208944
3600.04/3557.48	c propagations		: 1244364
3600.04/3557.48	c inspects		: 4617740842
3600.04/3557.48	c shortcuts		: 0
3600.04/3557.48	c learnt literals	: 0
3600.04/3557.48	c learnt binary clauses	: 0
3600.04/3557.48	c learnt ternary clauses	: 0
3600.04/3557.48	c learnt constraints	: 79044
3600.04/3557.48	c ignored constraints	: 0
3600.04/3557.48	c root simplifications	: 0
3600.04/3557.48	c removed literals (reason simplification)	: 0
3600.04/3557.48	c reason swapping (by a shorter reason)	: 0
3600.04/3557.48	c Calls to reduceDB	: 8
3600.04/3557.49	c Number of update (reduction) of LBD	: 0
3600.04/3557.49	c Imported unit clauses	: 0
3600.04/3557.49	c No decision after first conflict	: false
3600.04/3557.49	c number of reductions to clauses (during analyze)	: 0
3600.04/3557.49	c number of learned constraints concerned by reduction	: 0
3600.04/3557.49	c number of learning phase by resolution	: 0
3600.04/3557.50	c number of learning phase by cutting planes	: 0
3600.25/3557.50	c number of rounding to 1 operations	: 0
3600.25/3557.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.25/3557.50	c number of reductions of the coefficients by power 2 	: 0
3600.25/3557.50	c number of right shift for reduction by power 2 	: 0
3600.25/3557.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.25/3557.51	c number of ending skipping 	: 0
3600.25/3557.51	c number of internal skipping 	: 0
3600.25/3557.51	c number of derivation steps 	: 454903
3600.25/3557.51	c number of skipped derivation steps 	: 0
3600.25/3557.51	c number of remaining unassigned 	: 4942
3600.25/3557.51	c number of remaining assigned 	: 18445922
3600.25/3557.51	c number of falsified literals weakened from reason	: 0
3600.25/3557.51	c number of falsified literals weakened from conflict	: 0
3600.25/3557.51	c time for arithmetic operations	: 1013486177
3600.25/3557.52	c minimum degree of deleted constraints	: null
3600.25/3557.53	c maximum degree of deleted constraints	: null
3600.25/3557.54	c number of deleted constraints	: 0
3600.25/3557.54	c speed (assignments/second)	: 349.83466432162334
3600.25/3557.54	c non guided choices	: 252
3600.43/3557.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 36
3600.43/3557.60	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 15036
3600.43/3557.60	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6974
3600.43/3557.61	s UNKNOWN
3600.43/3557.61	c Total wall clock time (in seconds): 3557.177

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63005 MiB free)
  memory of node 1: 64507 MiB (62325 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492370-1751146191/watcher-4492370-1751146191 -o /tmp/evaluation-result-4492370-1751146191/solver-4492370-1751146191 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14183 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492370-1751146191.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=14499, runsolver pid=14496

[startup+0.100071 s]*
/proc/loadavg: 1.47 1.58 2.85 7/330 14517
/proc/meminfo: memFree=128183580/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=18930384 memory=47996 CPUtime=0.11 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 5730 0 0 0 8 3 0 0 20 0 18 0 30298847 19384713216 11999 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4732596 11999 5266 1 0 546940 0
[pid=14499/tid=14501] ppid=14496 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 4607 0 0 0 4 2 0 0 20 0 18 0 30298849 19384713216 11999 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30298854 19384713216 11999 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=18930384 memory=57394571004297 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30298855 19384713216 11999 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47996 KiB

[startup+0.213985 s]*
/proc/loadavg: 1.47 1.58 2.85 7/330 14517
/proc/meminfo: memFree=128017220/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=18930384 memory=52084 CPUtime=0.27 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 6185 0 0 0 23 4 0 0 20 0 18 0 30298847 19384713216 13021 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4732596 13021 5330 1 0 547290 0
[pid=14499/tid=14501] ppid=14496 vsize=18930384 memory=4026532124 CPUtime=0.16 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 4970 0 0 0 14 2 0 0 20 0 18 0 30298849 19384713216 13021 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30298854 19384713216 13021 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30298855 19384713216 13021 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52084 KiB

[startup+0.336088 s]*
/proc/loadavg: 1.47 1.58 2.85 8/330 14517
/proc/meminfo: memFree=127831948/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=18930384 memory=58092 CPUtime=0.42 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 6689 0 0 0 38 4 0 0 20 0 18 0 30298847 19384713216 14523 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4732596 14523 5330 1 0 547702 0
[pid=14499/tid=14501] ppid=14496 vsize=18930384 memory=-6000919481229404270 CPUtime=0.26 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 5175 0 0 0 23 3 0 0 20 0 18 0 30298849 19384713216 14587 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30298854 19384713216 14587 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30298855 19384713216 14587 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58092 KiB

[startup+0.700392 s]
/proc/loadavg: 1.47 1.58 2.85 9/331 14518
/proc/meminfo: memFree=127669308/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=18996948 memory=72364 CPUtime=1.09 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 7838 0 0 0 103 6 0 0 20 0 19 0 30298847 19452874752 18091 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4749237 18091 5426 1 0 548630 0
[pid=14499/tid=14501] ppid=14496 vsize=18996948 memory=17152 CPUtime=0.55 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 5443 0 0 0 52 3 0 0 20 0 19 0 30298849 19452874752 18091 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30298854 19452874752 18091 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30298855 19452874752 18091 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30298901 19452874752 18091 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72364 KiB

[startup+1.50027 s]
/proc/loadavg: 1.47 1.58 2.85 8/331 14518
/proc/meminfo: memFree=127192724/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19063512 memory=165332 CPUtime=2.62 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 15260 0 0 0 253 9 0 0 20 0 20 0 30298847 19521036288 41333 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4765878 41333 5490 1 0 551336 0
[pid=14499/tid=14501] ppid=14496 vsize=19063512 memory=0 CPUtime=1.25 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 5835 0 0 0 120 5 0 0 20 0 20 0 30298849 19521036288 41333 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30298854 19521036288 41333 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298855 19521036288 41333 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298901 19521036288 41333 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165332 KiB

[startup+3.10575 s]
/proc/loadavg: 1.75 1.63 2.87 5/332 14519
/proc/meminfo: memFree=125880324/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19063512 memory=658280 CPUtime=5.53 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 20923 0 0 0 533 20 0 0 20 0 20 0 30298847 19521036288 164570 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4765878 164570 5490 1 0 554071 0
[pid=14499/tid=14501] ppid=14496 vsize=19063512 memory=10752 CPUtime=2.79 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 6653 0 0 0 264 15 0 0 20 0 20 0 30298849 19521036288 164570 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19063512 memory=-6000919481229404270 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30298854 19521036288 164570 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298855 19521036288 164570 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298901 19521036288 164570 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 658280 KiB

[startup+6.30042 s]
/proc/loadavg: 1.75 1.63 2.87 5/332 14520
/proc/meminfo: memFree=124120196/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19063512 memory=1778204 CPUtime=10.22 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 22597 0 0 0 981 41 0 0 20 0 20 0 30298847 19521036288 444551 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4765878 444551 5490 1 0 861139 0
[pid=14499/tid=14501] ppid=14496 vsize=19063512 memory=0 CPUtime=5.88 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 7863 0 0 0 552 36 0 0 20 0 20 0 30298849 19521036288 444551 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30298854 19521036288 444551 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298855 19521036288 444551 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19063512 memory=170376 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298901 19521036288 444551 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 10.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1778204 KiB

[startup+12.7004 s]
/proc/loadavg: 2.09 1.71 2.88 4/311 14669
/proc/meminfo: memFree=124475248/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19063512 memory=2227864 CPUtime=17.99 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 24023 0 0 0 1747 52 0 0 20 0 20 0 30298847 19521036288 556966 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4765878 556966 5490 1 0 861178 0
[pid=14499/tid=14501] ppid=14496 vsize=19063512 memory=170376 CPUtime=12.06 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 9078 0 0 0 1161 45 0 0 20 0 20 0 30298849 19521036288 556966 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30298854 19521036288 556966 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 30298855 19521036288 556966 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298901 19521036288 556966 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 17.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2227864 KiB

[startup+25.5004 s]
/proc/loadavg: 2.59 1.84 2.91 5/332 14716
/proc/meminfo: memFree=116853472/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19063512 memory=4798204 CPUtime=30.88 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 30431 0 0 0 2984 104 0 0 20 0 20 0 30298847 19521036288 1199551 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4765878 1199551 5490 1 0 1506640 0
[pid=14499/tid=14501] ppid=14496 vsize=19063512 memory=10752 CPUtime=24.48 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 11459 0 0 0 2353 95 0 0 20 0 20 0 30298849 19521036288 1199551 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30298854 19521036288 1199551 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19063512 memory=4372220 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 30298855 19521036288 1199551 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19063512 memory=3204860 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298901 19521036288 1199551 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 30.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798204 KiB

[startup+51.1135 s]
/proc/loadavg: 3.30 2.06 2.95 4/309 14856
/proc/meminfo: memFree=118068196/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19063512 memory=4798460 CPUtime=56.86 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 32766 0 0 0 5580 106 0 0 20 0 20 0 30298847 19521036288 1199615 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4765878 1199615 5522 1 0 1506657 0
[pid=14499/tid=14501] ppid=14496 vsize=19063512 memory=4798204 CPUtime=49.88 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 12792 0 0 0 4893 95 0 0 20 0 20 0 30298849 19521036288 1199615 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30298854 19521036288 1199615 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19063512 memory=14848 CPUtime=0 cores=4,6

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

[startup+3222.3 s]
/proc/loadavg: 4.29 4.24 4.19 5/327 15237
/proc/meminfo: memFree=109882692/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19130076 memory=6844644 CPUtime=3260.35 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 172591 0 0 0 325691 344 0 0 20 0 21 0 30298847 19589197824 1711161 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4782519 1711161 5522 1 0 1788388 0
[pid=14499/tid=14501] ppid=14496 vsize=19130076 memory=17152 CPUtime=3176.33 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 109865 0 0 0 317486 147 0 0 20 0 21 0 30298849 19589197824 1711161 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19130076 memory=6834404 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30298854 19589197824 1711161 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19130076 memory=6840548 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 2371 0 0 0 0 0 0 0 20 0 21 0 30298855 19589197824 1711161 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19130076 memory=6844644 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30298901 19589197824 1711161 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 3260.35 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6844644 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.21 4.18 5/328 15240
/proc/meminfo: memFree=109822448/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19130076 memory=6850788 CPUtime=3321.33 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 176419 0 0 0 331784 349 0 0 20 0 21 0 30298847 19589197824 1712697 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4782519 1712697 5522 1 0 1788388 0
[pid=14499/tid=14501] ppid=14496 vsize=19130076 memory=6848740 CPUtime=3235.81 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 112861 0 0 0 323434 147 0 0 20 0 21 0 30298849 19589197824 1712697 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19130076 memory=6846692 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30298854 19589197824 1712697 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19130076 memory=6844644 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 2371 0 0 0 0 0 0 0 20 0 21 0 30298855 19589197824 1712697 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19130076 memory=14848 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30298901 19589197824 1712697 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 3321.33 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6850788 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.22 4.18 5/328 15242
/proc/meminfo: memFree=109747216/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19130076 memory=6850788 CPUtime=3381.98 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 179476 0 0 0 337845 353 0 0 20 0 21 0 30298847 19589197824 1712697 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4782519 1712697 5522 1 0 1788388 0
[pid=14499/tid=14501] ppid=14496 vsize=19130076 memory=6850788 CPUtime=3295.33 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 114950 0 0 0 329386 147 0 0 20 0 21 0 30298849 19589197824 1712697 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30298854 19589197824 1712697 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19130076 memory=14848 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 2511 0 0 0 0 0 0 0 20 0 21 0 30298855 19589197824 1712697 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19130076 memory=6850788 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30298901 19589197824 1712697 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 3381.98 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6850788 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.23 4.19 5/328 15244
/proc/meminfo: memFree=109739880/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19130076 memory=6861036 CPUtime=3442.66 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 181489 0 0 0 343910 356 0 0 20 0 21 0 30298847 19589197824 1715259 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4782519 1715259 5522 1 0 1788388 0
[pid=14499/tid=14501] ppid=14496 vsize=19130076 memory=6850788 CPUtime=3353.72 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 116927 0 0 0 335224 148 0 0 20 0 21 0 30298849 19589197824 1715259 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30298854 19589197824 1715259 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19130076 memory=6858984 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 2511 0 0 0 0 0 0 0 20 0 21 0 30298855 19589197824 1715259 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30298901 19589197824 1715259 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 3442.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6861036 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.24 4.19 5/328 15246
/proc/meminfo: memFree=109719188/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19130076 memory=6871276 CPUtime=3503.83 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 185603 0 0 0 350022 361 0 0 20 0 21 0 30298847 19589197824 1717819 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4782519 1717819 5522 1 0 1788388 0
[pid=14499/tid=14501] ppid=14496 vsize=19130076 memory=6850788 CPUtime=3412.21 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 120298 0 0 0 341072 149 0 0 20 0 21 0 30298849 19589197824 1717819 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19130076 memory=4252 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30298854 19589197824 1717819 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19130076 memory=14848 CPUtime=0 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 2556 0 0 0 0 0 0 0 20 0 21 0 30298855 19589197824 1717819 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19130076 memory=6871276 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30298901 19589197824 1717819 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 3503.83 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6871276 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.24 4.19 5/327 15248
/proc/meminfo: memFree=109702612/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19130076 memory=6875372 CPUtime=3564.51 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 187369 0 0 0 356086 365 0 0 20 0 21 0 30298847 19589197824 1718843 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4782519 1718843 5522 1 0 1788388 0
[pid=14499/tid=14501] ppid=14496 vsize=19130076 memory=6873324 CPUtime=3471.06 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 121156 0 0 0 346957 149 0 0 20 0 21 0 30298849 19589197824 1718843 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19130076 memory=6873324 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30298854 19589197824 1718843 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19130076 memory=5632 CPUtime=0.01 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 2653 0 0 0 1 0 0 0 20 0 21 0 30298855 19589197824 1718843 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19130076 memory=4352 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30298901 19589197824 1718843 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 3564.51 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6875372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3557.4 s]
/proc/loadavg: 4.40 4.27 4.20 5/329 15387
/proc/meminfo: memFree=113689600/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19130076 memory=6879468 CPUtime=3600.04 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 188945 0 0 0 359637 367 0 0 20 0 21 0 30298847 19589197824 1719867 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4782519 1719867 5522 1 0 1788388 0
[pid=14499/tid=14501] ppid=14496 vsize=19130076 memory=245635481903 CPUtime=3505.77 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 122683 0 0 0 350428 149 0 0 20 0 21 0 30298849 19589197824 1719867 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19130076 memory=55212677268211 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30298854 19589197824 1719867 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19130076 memory=54578 CPUtime=0.01 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 2654 0 0 0 1 0 0 0 20 0 21 0 30298855 19589197824 1719867 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14518] ppid=14496 vsize=19130076 memory=5093682 CPUtime=0 cores=4,6
/proc/14499/task/14518/stat : 14518 (Timer-0) S 14496 14499 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30298901 19589197824 1719867 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6879468 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.79 s, system=3.71573 s

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

[startup+3557.6 s]
/proc/loadavg: 4.40 4.27 4.20 5/329 15387
/proc/meminfo: memFree=113689600/131382112 swapFree=33010684/33010684
[pid=14499] ppid=14496 vsize=19329768 memory=6880364 CPUtime=3600.43 cores=4,6
/proc/14499/stat : 14499 (java) S 14496 14499 14172 0 -1 4194304 191320 0 0 0 359675 368 0 0 20 0 22 0 30298847 19793682432 1720091 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
/proc/14499/statm: 4832442 1720091 5522 1 0 1789340 0
[pid=14499/tid=14501] ppid=14496 vsize=19329768 memory=6879468 CPUtime=3505.96 cores=4,6
/proc/14499/task/14501/stat : 14501 (java) R 14496 14499 14172 0 -1 4194368 122729 0 0 0 350447 149 0 0 20 0 22 0 30298849 19793682432 1720091 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14510] ppid=14496 vsize=19329768 memory=5888 CPUtime=0 cores=4,6
/proc/14499/task/14510/stat : 14510 (Finalizer) S 14496 14499 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 30298854 19793682432 1720091 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
[pid=14499/tid=14517] ppid=14496 vsize=19329768 memory=-6000919481229404270 CPUtime=0.01 cores=4,6
/proc/14499/task/14517/stat : 14517 (Common-Cleaner) S 14496 14499 14172 0 -1 4194368 2654 0 0 0 1 0 0 0 20 0 22 0 30298855 19793682432 1720091 18446744073709551615 94607287607296 94607287610992 140721686213456 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94607287618808 94607287619600 94607318822912 140721686219134 140721686219238 140721686219238 140721686224840 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 6880364 KiB

Child status: 143

Real time (s): 3557.67
CPU time (s): 3600.5
CPU user time (s): 3596.79
CPU system time (s): 3.71573
CPU usage (%): 101.204
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 6880364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.79
system time used= 3.71574
maximum resident set size= 6880492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119307
involuntary context switches= 10868


# summary of solver processes directly reported to runsolver:
#   pid: 14499
#   total CPU time (s): 3600.5
#   total CPU user time (s): 3596.79
#   total CPU system time (s): 3.71573

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2802 second user time and 35.7669 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 23:29:51
IDJOB=4492370
IDBENCH=147786
IDSOLVER=3361
FILE ID=nodeC012/4492370-1751146191
RUNJOBID= nodeC012-1751146186-14183
SLURM_JOB_ID= 9587456
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga15_13_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492370-1751146191/watcher-4492370-1751146191 -o /tmp/evaluation-result-4492370-1751146191/solver-4492370-1751146191 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14183 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492370-1751146191.opb

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

MD5SUM BENCH= b5005b51e5a4f58edc00eb99d2e35735
RANDOM SEED=525186330

nodeC012 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.738
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2793.355
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.746
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3595.299
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.153
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.884
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.528
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3663.844
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128454972 kB
MemAvailable:   128072612 kB
Buffers:            3280 kB
Cached:           401664 kB
SwapCached:            0 kB
Active:          2252788 kB
Inactive:         169564 kB
Active(anon):    2035368 kB
Inactive(anon):        0 kB
Active(file):     217420 kB
Inactive(file):   169564 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5420 kB
Writeback:            16 kB
AnonPages:       2020480 kB
Mapped:           121832 kB
Shmem:             17960 kB
KReclaimable:      83784 kB
Slab:             163380 kB
SReclaimable:      83784 kB
SUnreclaim:        79596 kB
KernelStack:        5072 kB
PageTables:         6960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9952020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1816576 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC012 at 2025-06-29 00:29:09