Trace number 4504349

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.2 3593.39

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_3_mh.opb
MD5SUM9ac2461cadb9f34c01e229706adee951
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3309833
Best CPU time to get the best result obtained on this benchmark71967.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 118370771
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 52632514160
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 118370771
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 52632514160
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4504349-1751461672.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.17	c  objective function found
237.58/234.09	c ... done. Wall clock time 233.921s.
237.58/234.09	c declared #vars     250200
237.58/234.09	c #constraints  610314
237.58/234.09	c constraints type 
237.58/234.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
237.58/234.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
237.58/234.09	c org.sat4j.specs.Constr$1 => 3
237.58/234.09	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 121375
237.58/234.09	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
237.58/234.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
237.58/234.09	c 610314 constraints processed.
237.58/234.10	c objective function length is 129900 literals
824.86/814.86	c cleaning 2499 clauses out of 5001 with flag 0/5001
1629.05/1615.57	c cleaning 4232 clauses out of 8501 with flag 0/11000
3600.04/3593.32	c starts		: 36
3600.04/3593.34	c conflicts		: 12558
3600.04/3593.34	c decisions		: 361075
3600.04/3593.34	c propagations		: 65086022
3600.04/3593.34	c inspects		: 276855147
3600.04/3593.34	c shortcuts		: 0
3600.04/3593.34	c learnt literals	: 0
3600.04/3593.34	c learnt binary clauses	: 1
3600.04/3593.34	c learnt ternary clauses	: 0
3600.04/3593.34	c learnt constraints	: 12557
3600.04/3593.34	c ignored constraints	: 0
3600.04/3593.34	c root simplifications	: 0
3600.04/3593.34	c removed literals (reason simplification)	: 0
3600.04/3593.34	c reason swapping (by a shorter reason)	: 0
3600.04/3593.34	c Calls to reduceDB	: 2
3600.04/3593.34	c Number of update (reduction) of LBD	: 22014
3600.04/3593.34	c Imported unit clauses	: 0
3600.04/3593.35	c No decision after first conflict	: false
3600.04/3593.35	c number of reductions to clauses (during analyze)	: 0
3600.04/3593.35	c number of learned constraints concerned by reduction	: 0
3600.04/3593.35	c number of learning phase by resolution	: 0
3600.04/3593.35	c number of learning phase by cutting planes	: 0
3600.04/3593.35	c number of rounding to 1 operations	: 0
3600.04/3593.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3593.35	c number of reductions of the coefficients by power 2 	: 0
3600.04/3593.35	c number of right shift for reduction by power 2 	: 0
3600.04/3593.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3593.35	c number of ending skipping 	: 0
3600.04/3593.35	c number of internal skipping 	: 0
3600.04/3593.35	c number of derivation steps 	: 123179
3600.04/3593.35	c number of skipped derivation steps 	: 0
3600.04/3593.35	c number of remaining unassigned 	: 112946
3600.04/3593.35	c number of remaining assigned 	: 6134784
3600.04/3593.35	c number of falsified literals weakened from reason	: 0
3600.04/3593.35	c number of falsified literals weakened from conflict	: 0
3600.04/3593.35	c time for arithmetic operations	: 803630759
3600.04/3593.35	c minimum degree of deleted constraints	: 198
3600.04/3593.35	c maximum degree of deleted constraints	: 491033436473664
3600.04/3593.35	c number of deleted constraints	: 6731
3600.04/3593.35	c speed (assignments/second)	: 19376.104876116635
3600.04/3593.35	c non guided choices	: 27
3600.04/3593.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 183
3600.04/3593.36	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1159
3600.04/3593.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.04/3593.36	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4483
3600.04/3593.36	s UNKNOWN
3600.04/3593.36	c Total wall clock time (in seconds): 3593.201

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=67120, runsolver pid=67113

[startup+0.100058 s]*
/proc/loadavg: 0.63 1.21 1.97 8/331 67155
/proc/meminfo: memFree=128047428/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18930384 memory=57768 CPUtime=0.13 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 6565 0 0 0 11 2 0 0 20 0 18 0 61844804 19384713216 14442 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4732596 14442 5365 1 0 547619 0
[pid=67120/tid=67128] ppid=67113 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 5070 0 0 0 7 1 0 0 20 0 18 0 61844806 19384713216 14442 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 61844808 19384713216 14442 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=18930384 memory=55186957824150 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 61844808 19384713216 14442 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57768 KiB

[startup+0.205855 s]*
/proc/loadavg: 0.63 1.21 1.97 10/333 67157
/proc/meminfo: memFree=127884788/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18930384 memory=74456 CPUtime=0.31 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 7092 0 0 0 29 2 0 0 20 0 18 0 61844804 19384713216 18614 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4732596 18614 5429 1 0 547956 0
[pid=67120/tid=67128] ppid=67113 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 5350 0 0 0 16 1 0 0 20 0 18 0 61844806 19384713216 18614 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=18930384 memory=17146 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 61844808 19384713216 18614 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=18930384 memory=54087446168546 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 61844808 19384713216 18614 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74456 KiB

[startup+0.30594 s]*
/proc/loadavg: 0.63 1.21 1.97 10/333 67157
/proc/meminfo: memFree=127630788/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18930384 memory=102436 CPUtime=0.5 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 9245 0 0 0 47 3 0 0 20 0 18 0 61844804 19384713216 25609 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4732596 25609 5429 1 0 549312 0
[pid=67120/tid=67128] ppid=67113 vsize=18930384 memory=-6000919494248719721 CPUtime=0.26 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 5363 0 0 0 24 2 0 0 20 0 18 0 61844806 19384713216 25609 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 61844808 19384713216 25609 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 61844808 19384713216 25609 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 102436 KiB

[startup+0.700222 s]
/proc/loadavg: 0.63 1.21 1.97 9/336 67160
/proc/meminfo: memFree=126633068/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18996948 memory=205808 CPUtime=1.26 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 9963 0 0 0 120 6 0 0 20 0 19 0 61844804 19452874752 51452 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4749237 51452 5493 1 0 549933 0
[pid=67120/tid=67128] ppid=67113 vsize=18996948 memory=18560 CPUtime=0.53 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 5434 0 0 0 51 2 0 0 20 0 19 0 61844806 19452874752 51452 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 51452 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 51452 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 205808 KiB

[startup+1.50023 s]
/proc/loadavg: 1.38 1.36 2.02 8/336 67160
/proc/meminfo: memFree=124174908/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18996948 memory=2261976 CPUtime=2.37 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 12690 0 0 0 191 46 0 0 20 0 19 0 61844804 19452874752 565494 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4749237 565494 5525 1 0 1780302 0
[pid=67120/tid=67128] ppid=67113 vsize=18996948 memory=3328 CPUtime=1.23 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 6430 0 0 0 83 40 0 0 20 0 19 0 61844806 19452874752 565494 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 565494 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 565494 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2261976 KiB

[startup+3.10573 s]
/proc/loadavg: 1.38 1.36 2.02 6/336 67160
/proc/meminfo: memFree=115131928/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18996948 memory=4367728 CPUtime=4.01 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 13815 0 0 0 314 87 0 0 20 0 19 0 61844804 19452874752 1091932 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4749237 1091932 5525 1 0 1780371 0
[pid=67120/tid=67128] ppid=67113 vsize=18996948 memory=10752 CPUtime=2.78 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 7460 0 0 0 197 81 0 0 20 0 19 0 61844806 19452874752 1091932 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 1091932 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 1091932 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4367728 KiB

[startup+6.30024 s]
/proc/loadavg: 1.83 1.45 2.04 6/337 67161
/proc/meminfo: memFree=115067020/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18996948 memory=4391708 CPUtime=8.29 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 24656 0 0 0 739 90 0 0 20 0 19 0 61844804 19452874752 1097927 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4749237 1097927 5525 1 0 1785753 0
[pid=67120/tid=67128] ppid=67113 vsize=18996948 memory=5632 CPUtime=5.87 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 7791 0 0 0 506 81 0 0 20 0 19 0 61844806 19452874752 1097927 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 1097927 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=18996948 memory=-6000919494248719721 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 1097927 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4391708 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 1.49 2.05 5/337 67161
/proc/meminfo: memFree=114943612/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18996948 memory=4394088 CPUtime=14.91 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 25595 0 0 0 1400 91 0 0 20 0 19 0 61844804 19452874752 1098522 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4749237 1098522 5525 1 0 1785753 0
[pid=67120/tid=67128] ppid=67113 vsize=18996948 memory=0 CPUtime=12.17 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 8686 0 0 0 1136 81 0 0 20 0 19 0 61844806 19452874752 1098522 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 1098522 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=18996948 memory=4367728 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 1098522 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 14.91 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4394088 KiB

[startup+25.5003 s]
/proc/loadavg: 2.31 1.57 2.08 5/337 67161
/proc/meminfo: memFree=114521488/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18996948 memory=4400308 CPUtime=27.76 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 29042 0 0 0 2683 93 0 0 20 0 19 0 61844804 19452874752 1100077 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4749237 1100077 5525 1 0 1785753 0
[pid=67120/tid=67128] ppid=67113 vsize=18996948 memory=4398256 CPUtime=24.78 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 9948 0 0 0 2397 81 0 0 20 0 19 0 61844806 19452874752 1100077 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=18996948 memory=-6000919494248719721 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 1100077 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=18996948 memory=4391708 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 1100077 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 27.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4400308 KiB

[startup+51.1059 s]
/proc/loadavg: 3.09 1.84 2.15 5/337 67162
/proc/meminfo: memFree=113717732/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18996948 memory=4419092 CPUtime=53.44 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 34558 0 0 0 5249 95 0 0 20 0 19 0 61844804 19452874752 1104773 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4749237 1104773 5525 1 0 1785753 0
[pid=67120/tid=67128] ppid=67113 vsize=18996948 memory=-6000919494248719721 CPUtime=49.98 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 12501 0 0 0 4917 81 0 0 20 0 19 0 61844806 19452874752 1104773 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=18996948 memory=4412808 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 1104773 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=18996948 memory=4410756 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 61844808 19452874752 1104773 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 53.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4419092 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 2.19 2.25 5/337 67164
/proc/meminfo: memFree=113286312/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=18996948 memory=4433636 CPUtime=104.77 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 40496 0 0 0 10377 100 0 0 20 0 19 0 61844804 19452874752 1108409 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4749237 1108409 5525 1 0 1785753 0

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

/proc/meminfo: memFree=105118844/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=19130076 memory=6968440 CPUtime=3289.69 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 223414 0 0 0 328706 263 0 0 20 0 21 0 61844804 19589197824 1742110 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4782519 1742110 5557 1 0 1790224 0
[pid=67120/tid=67128] ppid=67113 vsize=19130076 memory=6968440 CPUtime=3256.27 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 121293 0 0 0 325508 119 0 0 20 0 21 0 61844806 19589197824 1742110 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1742110 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=19130076 memory=6968440 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 2865 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1742110 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67175] ppid=67113 vsize=19130076 memory=6968440 CPUtime=0 cores=1,3
/proc/67120/task/67175/stat : 67175 (Timer-0) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61868231 19589197824 1742110 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 3289.69 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6968440 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.08 5/342 67340
/proc/meminfo: memFree=105085688/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3349.66 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 227053 0 0 0 334700 266 0 0 20 0 21 0 61844804 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4782519 1743139 5557 1 0 1792312 0
[pid=67120/tid=67128] ppid=67113 vsize=19130076 memory=3328 CPUtime=3316.01 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 123346 0 0 0 331481 120 0 0 20 0 21 0 61844806 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=19130076 memory=6968440 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=19130076 memory=5276 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 2929 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67175] ppid=67113 vsize=19130076 memory=6972556 CPUtime=0 cores=1,3
/proc/67120/task/67175/stat : 67175 (Timer-0) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61868231 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 3349.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6972556 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.13 4.08 5/343 67343
/proc/meminfo: memFree=105075612/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3409.52 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 227820 0 0 0 340686 266 0 0 20 0 21 0 61844804 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4782519 1743139 5557 1 0 1792312 0
[pid=67120/tid=67128] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3375.85 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 124070 0 0 0 337465 120 0 0 20 0 21 0 61844806 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=19130076 memory=6972556 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=19130076 memory=6972556 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 2931 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67175] ppid=67113 vsize=19130076 memory=18560 CPUtime=0 cores=1,3
/proc/67120/task/67175/stat : 67175 (Timer-0) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61868231 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 3409.52 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6972556 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.14 4.09 5/343 67345
/proc/meminfo: memFree=105051232/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3469.37 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 229910 0 0 0 346668 269 0 0 20 0 21 0 61844804 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4782519 1743139 5557 1 0 1792312 0
[pid=67120/tid=67128] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3435.69 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 126059 0 0 0 343447 122 0 0 20 0 21 0 61844806 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=19130076 memory=6972556 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=19130076 memory=6972556 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 2997 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67175] ppid=67113 vsize=19130076 memory=18560 CPUtime=0 cores=1,3
/proc/67120/task/67175/stat : 67175 (Timer-0) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61868231 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 3469.37 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6972556 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.14 4.09 5/342 67347
/proc/meminfo: memFree=105045864/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3529.22 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 230458 0 0 0 352651 271 0 0 20 0 21 0 61844804 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4782519 1743139 5557 1 0 1792312 0
[pid=67120/tid=67128] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3495.52 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 126518 0 0 0 349430 122 0 0 20 0 21 0 61844806 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=19130076 memory=6972556 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=19130076 memory=18560 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 3053 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67175] ppid=67113 vsize=19130076 memory=6972556 CPUtime=0 cores=1,3
/proc/67120/task/67175/stat : 67175 (Timer-0) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61868231 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 3529.22 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6972556 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.15 4.10 5/344 67418
/proc/meminfo: memFree=112106732/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3589.07 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 232054 0 0 0 358634 273 0 0 20 0 21 0 61844804 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4782519 1743139 5557 1 0 1792312 0
[pid=67120/tid=67128] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3555.35 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 128042 0 0 0 355412 123 0 0 20 0 21 0 61844806 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=19130076 memory=6972556 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 3097 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67175] ppid=67113 vsize=19130076 memory=4352 CPUtime=0 cores=1,3
/proc/67120/task/67175/stat : 67175 (Timer-0) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61868231 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 3589.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6972556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.3 s]
/proc/loadavg: 4.16 4.14 4.09 6/344 67419
/proc/meminfo: memFree=112106648/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3600.04 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 232188 0 0 0 359731 273 0 0 20 0 21 0 61844804 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4782519 1743139 5557 1 0 1792312 0
[pid=67120/tid=67128] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3566.31 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 128175 0 0 0 356508 123 0 0 20 0 21 0 61844806 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=19130076 memory=6966392 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=19130076 memory=6972556 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 3098 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67175] ppid=67113 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/67120/task/67175/stat : 67175 (Timer-0) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61868231 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6972556 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.44 s, system=2.75604 s

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

[startup+3593.3 s]
/proc/loadavg: 4.16 4.14 4.09 6/344 67419
/proc/meminfo: memFree=112106648/131249988 swapFree=33010672/33010684
[pid=67120] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3600.04 cores=1,3
/proc/67120/stat : 67120 (java) S 67113 67120 67018 0 -1 4194304 232188 0 0 0 359731 273 0 0 20 0 21 0 61844804 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
/proc/67120/statm: 4782519 1743139 5557 1 0 1792312 0
[pid=67120/tid=67128] ppid=67113 vsize=19130076 memory=6972556 CPUtime=3566.31 cores=1,3
/proc/67120/task/67128/stat : 67128 (java) R 67113 67120 67018 0 -1 4194368 128175 0 0 0 356508 123 0 0 20 0 21 0 61844806 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67148] ppid=67113 vsize=19130076 memory=6966392 CPUtime=0 cores=1,3
/proc/67120/task/67148/stat : 67148 (Finalizer) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67155] ppid=67113 vsize=19130076 memory=6972556 CPUtime=0 cores=1,3
/proc/67120/task/67155/stat : 67155 (Common-Cleaner) S 67113 67120 67018 0 -1 4194368 3098 0 0 0 0 0 0 0 20 0 21 0 61844808 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
[pid=67120/tid=67175] ppid=67113 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/67120/task/67175/stat : 67175 (Timer-0) S 67113 67120 67018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 61868231 19589197824 1743139 18446744073709551615 94084422246400 94084422250096 140729286798768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94084422257912 94084422258704 94084443250688 140729286801709 140729286801894 140729286801894 140729286807496 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6972556 KiB

Child status: 143

Real time (s): 3593.39
CPU time (s): 3600.2
CPU user time (s): 3597.44
CPU system time (s): 2.75604
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 6972556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.44
system time used= 2.75604
maximum resident set size= 6973452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 637768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122809
involuntary context switches= 9352


# summary of solver processes directly reported to runsolver:
#   pid: 67120
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.44
#   total CPU system time (s): 2.75604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.26016 second user time and 17.1329 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-02 15:07:52
IDJOB=4504349
IDBENCH=155653
IDSOLVER=3362
FILE ID=nodeC020/4504349-1751461672
RUNJOBID= nodeC020-1751461672-67030
SLURM_JOB_ID= 9598465
Free space on /tmp= 431988 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_3_mh.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504349-1751461672/watcher-4504349-1751461672 -o /tmp/evaluation-result-4504349-1751461672/solver-4504349-1751461672 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751461672-67030 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4504349-1751461672 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4504349-1751461672.opb

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

MD5SUM BENCH= 9ac2461cadb9f34c01e229706adee951
RANDOM SEED=647253967

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128197476 kB
MemAvailable:   129699812 kB
Buffers:            2128 kB
Cached:          2305340 kB
SwapCached:            8 kB
Active:           598568 kB
Inactive:        1854332 kB
Active(anon):     140968 kB
Inactive(anon):    22512 kB
Active(file):     457600 kB
Inactive(file):  1831820 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             57668 kB
Writeback:             0 kB
AnonPages:        148864 kB
Mapped:           122492 kB
Shmem:             18048 kB
KReclaimable:     104312 kB
Slab:             194108 kB
SReclaimable:     104312 kB
SUnreclaim:        89796 kB
KernelStack:        4596 kB
PageTables:         3128 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4774720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150984 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432012 MiB
End job on nodeC020 at 2025-07-02 16:07:46