Trace number 4505131

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 3686.7

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_8_ic.opb
MD5SUMa4e6307a32e39171940a0b0a520e3b91
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.27516
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 8863945089
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 8863945089
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4505131-1751485017.opb
0.12/0.15	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
2.82/1.53	c ... done. Wall clock time 1.375s.
2.82/1.53	c declared #vars     15725
2.82/1.53	c #constraints  33139
2.82/1.53	c constraints type 
2.82/1.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
2.82/1.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
2.82/1.53	c org.sat4j.specs.Constr$1 => 3
2.82/1.53	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 14775
2.82/1.53	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
2.82/1.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
2.82/1.53	c 33139 constraints processed.
2.82/1.55	c objective function length is 1825 literals
35.09/28.65	c cleaning 2496 clauses out of 5000 with flag 0/5000
78.64/70.14	c cleaning 4243 clauses out of 8504 with flag 0/11000
144.90/135.74	c cleaning 5631 clauses out of 11262 with flag 0/18001
229.92/225.32	c cleaning 6808 clauses out of 13630 with flag 0/26000
338.05/332.15	c cleaning 7911 clauses out of 15823 with flag 0/35001
463.34/456.66	c cleaning 8955 clauses out of 17913 with flag 0/45002
637.94/631.73	c cleaning 9978 clauses out of 19956 with flag 0/56000
880.99/875.90	c cleaning 10992 clauses out of 21983 with flag 0/68005
1149.96/1158.53	c cleaning 11991 clauses out of 23986 with flag 0/81000
1444.90/1459.50	c cleaning 12997 clauses out of 25995 with flag 0/95000
1756.32/1774.13	c cleaning 14001 clauses out of 28002 with flag 0/110004
2121.78/2152.98	c cleaning 14993 clauses out of 29997 with flag 0/126000
2541.88/2574.58	c cleaning 16001 clauses out of 32005 with flag 0/143001
3008.60/3078.06	c cleaning 17002 clauses out of 34003 with flag 0/161000
3534.61/3617.62	c cleaning 18001 clauses out of 36001 with flag 0/180000
3600.04/3686.61	c starts		: 20
3600.04/3686.64	c conflicts		: 182712
3600.04/3686.64	c decisions		: 368836
3600.04/3686.64	c propagations		: 137364854
3600.04/3686.64	c inspects		: 3019746466
3600.04/3686.64	c shortcuts		: 0
3600.04/3686.64	c learnt literals	: 0
3600.04/3686.64	c learnt binary clauses	: 0
3600.04/3686.64	c learnt ternary clauses	: 0
3600.04/3686.64	c learnt constraints	: 182712
3600.04/3686.64	c ignored constraints	: 0
3600.04/3686.64	c root simplifications	: 0
3600.04/3686.64	c removed literals (reason simplification)	: 0
3600.04/3686.64	c reason swapping (by a shorter reason)	: 0
3600.04/3686.64	c Calls to reduceDB	: 15
3600.04/3686.64	c Number of update (reduction) of LBD	: 281168
3600.04/3686.64	c Imported unit clauses	: 0
3600.04/3686.64	c No decision after first conflict	: false
3600.04/3686.64	c number of reductions to clauses (during analyze)	: 0
3600.04/3686.64	c number of learned constraints concerned by reduction	: 0
3600.04/3686.64	c number of learning phase by resolution	: 0
3600.04/3686.64	c number of learning phase by cutting planes	: 0
3600.04/3686.64	c number of rounding to 1 operations	: 0
3600.04/3686.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3686.64	c number of reductions of the coefficients by power 2 	: 0
3600.04/3686.64	c number of right shift for reduction by power 2 	: 0
3600.04/3686.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3686.64	c number of ending skipping 	: 0
3600.04/3686.64	c number of internal skipping 	: 0
3600.04/3686.64	c number of derivation steps 	: 2354093
3600.04/3686.64	c number of skipped derivation steps 	: 0
3600.04/3686.64	c number of remaining unassigned 	: 74101
3600.04/3686.64	c number of remaining assigned 	: 21788047
3600.04/3686.64	c number of falsified literals weakened from reason	: 0
3600.04/3686.64	c number of falsified literals weakened from conflict	: 0
3600.04/3686.64	c time for arithmetic operations	: 1315293339
3600.04/3686.64	c minimum degree of deleted constraints	: 1
3600.04/3686.64	c maximum degree of deleted constraints	: 4865892059229262626574831758124897068159966591596723689046112649313113234435542948214514619374376458724447929953349311580167128271375171071781057868492280
3600.04/3686.64	c number of deleted constraints	: 162000
3600.04/3686.64	c speed (assignments/second)	: 37276.090577482195
3600.04/3686.64	c non guided choices	: 0
3600.04/3686.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 84
3600.04/3686.66	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 151
3600.04/3686.66	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 20477
3600.04/3686.66	s UNKNOWN
3600.04/3686.66	c Total wall clock time (in seconds): 3686.511

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: 63665 MiB (62637 MiB free)
  memory of node 1: 64507 MiB (63517 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=66442, runsolver pid=66433

[startup+0.100059 s]*
/proc/loadavg: 2.65 3.76 3.98 8/292 66476
/proc/meminfo: memFree=129131268/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=18930384 memory=57600 CPUtime=0.12 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 6555 0 0 0 10 2 0 0 20 0 18 0 64181297 19384713216 14400 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4732596 14400 5329 1 0 547604 0
[pid=66442/tid=66455] ppid=66433 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 5058 0 0 0 6 1 0 0 20 0 18 0 64181299 19384713216 14400 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64181301 19384713216 14400 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=18930384 memory=59585004335790 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64181301 19384713216 14400 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57600 KiB

[startup+0.205816 s]*
/proc/loadavg: 2.65 3.76 3.98 11/311 66498
/proc/meminfo: memFree=129086172/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=18930384 memory=68616 CPUtime=0.3 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 7124 0 0 0 28 2 0 0 20 0 18 0 64181297 19384713216 17154 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4732596 17154 5457 1 0 547980 0
[pid=66442/tid=66455] ppid=66433 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 5403 0 0 0 15 1 0 0 20 0 18 0 64181299 19384713216 17154 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=18930384 memory=16912 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64181301 19384713216 17154 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64181301 19384713216 17154 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68616 KiB

[startup+0.30577 s]*
/proc/loadavg: 2.65 3.76 3.98 8/312 66499
/proc/meminfo: memFree=128898896/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=18996948 memory=155788 CPUtime=0.5 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 8244 0 0 0 45 5 0 0 20 0 19 0 64181297 19452874752 38947 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4749237 38947 5489 1 0 548970 0
[pid=66442/tid=66455] ppid=66433 vsize=18996948 memory=-6000919476967990889 CPUtime=0.26 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 5458 0 0 0 23 3 0 0 20 0 19 0 64181299 19452874752 38947 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64181301 19452874752 38947 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 64181301 19452874752 38947 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155788 KiB

[startup+0.700235 s]
/proc/loadavg: 3.23 3.86 4.01 8/313 66502
/proc/meminfo: memFree=128387220/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=18996948 memory=1135480 CPUtime=1.25 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 11653 0 0 0 100 25 0 0 20 0 19 0 64181297 19452874752 283870 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4749237 283870 5489 1 0 551053 0
[pid=66442/tid=66455] ppid=66433 vsize=18996948 memory=18048 CPUtime=0.6 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 5947 0 0 0 38 22 0 0 20 0 19 0 64181299 19452874752 283870 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64181301 19452874752 283870 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=18996948 memory=20096 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 64181301 19452874752 283870 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1135480 KiB

[startup+1.50024 s]
/proc/loadavg: 3.23 3.86 4.01 8/335 66529
/proc/meminfo: memFree=126089916/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=18996948 memory=2487028 CPUtime=2.82 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 22511 0 0 0 229 53 0 0 20 0 19 0 64181297 19452874752 621757 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4749237 621757 5489 1 0 852434 0
[pid=66442/tid=66455] ppid=66433 vsize=18996948 memory=20096 CPUtime=1.33 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 6592 0 0 0 86 47 0 0 20 0 19 0 64181299 19452874752 621757 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64181301 19452874752 621757 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 64181301 19452874752 621757 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2487028 KiB

[startup+3.10604 s]
/proc/loadavg: 3.23 3.86 4.01 7/337 66531
/proc/meminfo: memFree=122700568/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=2489716 CPUtime=5.99 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 23180 0 0 0 544 55 0 0 20 0 20 0 64181297 19521036288 622429 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 622429 5521 1 0 852934 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=11008 CPUtime=2.77 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 6707 0 0 0 230 47 0 0 20 0 20 0 64181299 19521036288 622429 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 622429 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 622429 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=2372 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 622429 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2489716 KiB

[startup+6.30023 s]
/proc/loadavg: 3.54 3.92 4.03 5/337 66531
/proc/meminfo: memFree=122527032/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=2492532 CPUtime=11.74 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 24293 0 0 0 1118 56 0 0 20 0 20 0 64181297 19521036288 623133 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 623133 5521 1 0 853430 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=0 CPUtime=5.94 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 7082 0 0 0 546 48 0 0 20 0 20 0 64181299 19521036288 623133 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=-6000919494214968937 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 623133 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 623133 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 623133 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 11.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2492532 KiB

[startup+12.7002 s]
/proc/loadavg: 3.65 3.93 4.03 5/337 66531
/proc/meminfo: memFree=121248812/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=2520304 CPUtime=18.31 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 28059 0 0 0 1773 58 0 0 20 0 20 0 64181297 19521036288 630076 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 630076 5521 1 0 853451 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=0 CPUtime=12.21 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 8454 0 0 0 1172 49 0 0 20 0 20 0 64181299 19521036288 630076 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=2487924 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 630076 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 630076 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=4420 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 630076 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 18.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2520304 KiB

[startup+25.5003 s]
/proc/loadavg: 3.71 3.94 4.03 5/337 66532
/proc/meminfo: memFree=118546292/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=4385384 CPUtime=31.81 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 37610 0 0 0 3084 97 0 0 20 0 20 0 64181297 19521036288 1096346 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 1096346 5521 1 0 1396583 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=0 CPUtime=24.84 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 9875 0 0 0 2399 85 0 0 20 0 20 0 64181299 19521036288 1096346 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=4008256 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1096346 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=3647808 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1096346 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=21729 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 1096346 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 31.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4385384 KiB

[startup+51.106 s]
/proc/loadavg: 3.89 3.96 4.03 5/338 66533
/proc/meminfo: memFree=117580688/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=4670768 CPUtime=58.5 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 50754 0 0 0 5743 107 0 0 20 0 20 0 64181297 19521036288 1167692 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 1167692 5521 1 0 1396719 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=4670392 CPUtime=50.21 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 14252 0 0 0 4929 92 0 0 20 0 20 0 64181299 19521036288 1167692 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=2716 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1167692 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1167692 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=4670264 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 1167692 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0

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

/proc/meminfo: memFree=108047892/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=5446292 CPUtime=3211.11 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 202423 0 0 0 320824 287 0 0 20 0 20 0 64181297 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 1361573 5553 1 0 1397159 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=5446292 CPUtime=3155.24 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) D 66433 66442 66388 0 -1 4194368 108956 0 0 0 315377 147 0 0 20 0 20 0 64181299 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=5446292 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 2557 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 3211.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5446292 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.19 4.15 6/344 66716
/proc/meminfo: memFree=105581580/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=5446292 CPUtime=3270.56 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 205691 0 0 0 326765 291 0 0 20 0 20 0 64181297 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 1361573 5553 1 0 1397159 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=5446292 CPUtime=3213.78 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 111298 0 0 0 321230 148 0 0 20 0 20 0 64181299 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=5446292 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=5446292 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 2625 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 3270.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5446292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.35 4.23 4.17 5/345 66720
/proc/meminfo: memFree=105364484/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=5446292 CPUtime=3325.49 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 208586 0 0 0 332256 293 0 0 20 0 20 0 64181297 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 1361573 5553 1 0 1397159 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=5446292 CPUtime=3268.04 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 113130 0 0 0 326655 149 0 0 20 0 20 0 64181299 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=5446292 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 2717 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=-6000919494214968937 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 1361573 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 3325.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5446292 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.22 4.17 5/345 66722
/proc/meminfo: memFree=105245128/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=5536064 CPUtime=3386.28 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 223794 0 0 0 338329 299 0 0 20 0 20 0 64181297 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 1384016 5553 1 0 1398750 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=5446292 CPUtime=3327.47 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 113635 0 0 0 332597 150 0 0 20 0 20 0 64181299 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=5536064 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 2717 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 3386.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5536064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.21 4.17 5/344 66724
/proc/meminfo: memFree=105236756/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=5536064 CPUtime=3439.1 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 225494 0 0 0 343609 301 0 0 20 0 20 0 64181297 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 1384016 5553 1 0 1398750 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=5536064 CPUtime=3379.79 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 115224 0 0 0 337829 150 0 0 20 0 20 0 64181299 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 2718 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=5536064 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 3439.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5536064 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.20 4.17 5/342 66795
/proc/meminfo: memFree=112030412/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=5536064 CPUtime=3499.26 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 228479 0 0 0 349622 304 0 0 20 0 20 0 64181297 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 1384016 5553 1 0 1398750 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=18048 CPUtime=3439.34 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 117264 0 0 0 343784 150 0 0 20 0 20 0 64181299 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=5536064 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 2785 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 3499.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5536064 KiB

[startup+3642.3 s]
/proc/loadavg: 4.50 4.29 4.20 5/340 66928
/proc/meminfo: memFree=115034788/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=5536064 CPUtime=3555.69 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 230379 0 0 0 355263 306 0 0 20 0 20 0 64181297 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 1384016 5553 1 0 1398750 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=14464 CPUtime=3495.28 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 118332 0 0 0 349377 151 0 0 20 0 20 0 64181299 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=5536064 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 2840 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=-6000919468344567401 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 3555.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5536064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3686.6 s]
/proc/loadavg: 4.31 4.27 4.20 5/339 66928
/proc/meminfo: memFree=112387492/131249996 swapFree=33010416/33010684
[pid=66442] ppid=66433 vsize=19063512 memory=5536064 CPUtime=3600.04 cores=5,7
/proc/66442/stat : 66442 (java) S 66433 66442 66388 0 -1 4194304 231882 0 0 0 359696 308 0 0 20 0 20 0 64181297 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
/proc/66442/statm: 4765878 1384016 5553 1 0 1398761 0
[pid=66442/tid=66455] ppid=66433 vsize=19063512 memory=5536064 CPUtime=3539.22 cores=5,7
/proc/66442/task/66455/stat : 66455 (java) R 66433 66442 66388 0 -1 4194368 119737 0 0 0 353770 152 0 0 20 0 20 0 64181299 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66465] ppid=66433 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/66442/task/66465/stat : 66465 (Finalizer) S 66433 66442 66388 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66472] ppid=66433 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/66442/task/66472/stat : 66472 (Common-Cleaner) S 66433 66442 66388 0 -1 4194368 2840 0 0 0 0 0 0 0 20 0 20 0 64181301 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
[pid=66442/tid=66531] ppid=66433 vsize=19063512 memory=126195868 CPUtime=0 cores=5,7
/proc/66442/task/66531/stat : 66531 (Timer-0) S 66433 66442 66388 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64181455 19521036288 1384016 18446744073709551615 94409762713600 94409762717296 140720959663664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94409762725112 94409762725904 94409777639424 140720959666477 140720959666662 140720959666662 140720959672264 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5536064 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.09 s, system=3.10881 s

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

Child status: 143

Real time (s): 3686.7
CPU time (s): 3600.2
CPU user time (s): 3597.09
CPU system time (s): 3.10881
CPU usage (%): 97.6539
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5536064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.09
system time used= 3.10881
maximum resident set size= 5537088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234120
page faults= 0
swaps= 0
block input operations= 0
block output operations= 214704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131085
involuntary context switches= 11825


# summary of solver processes directly reported to runsolver:
#   pid: 66442
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.09
#   total CPU system time (s): 3.10881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.09831 second user time and 18.1758 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-02 21:36:57
IDJOB=4505131
IDBENCH=155741
IDSOLVER=3362
FILE ID=nodeC030/4505131-1751485017
RUNJOBID= nodeC030-1751485017-66401
SLURM_JOB_ID= 9598534
Free space on /tmp= 432504 MiB

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

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

MD5SUM BENCH= a4e6307a32e39171940a0b0a520e3b91
RANDOM SEED=1454311196

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129206376 kB
MemAvailable:   129723836 kB
Buffers:            2564 kB
Cached:          1309792 kB
SwapCached:           16 kB
Active:           519332 kB
Inactive:         866296 kB
Active(anon):      86832 kB
Inactive(anon):     4548 kB
Active(file):     432500 kB
Inactive(file):   861748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7972 kB
Writeback:             0 kB
AnonPages:         76596 kB
Mapped:           103556 kB
Shmem:             18048 kB
KReclaimable:     124500 kB
Slab:             213616 kB
SReclaimable:     124500 kB
SUnreclaim:        89116 kB
KernelStack:        4160 kB
PageTables:         2984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     348836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431852 MiB
End job on nodeC030 at 2025-07-02 22:38:24