Trace number 4545395

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.46 3329.59

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
MD5SUM4a1d9056c3b02bcfb80521d72596a62f
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark5.08009
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34391
Total number of constraints25309
Number of constraints which are clauses7791
Number of constraints which are cardinality constraints (but not clauses)1558
Number of constraints which are nor clauses,nor cardinality constraints15960
Minimum length of a constraint1
Maximum length of a constraint43
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 37
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 766
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.10/0.16	c Pseudo Boolean Optimization by upper bound
0.10/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.16	c  - never skip resolution steps
0.10/0.16	c  - Auto-division on coefficients is disabled
0.10/0.16	c  - No postprocessing
0.10/0.16	c  - Conflict is considered as is when resolving
0.10/0.16	c  - Use constraints as they come during conflict analysis
0.10/0.16	c  - Weaken first using unassigned literals
0.10/0.16	c  - Bump strategy: ALWAYS_ONE
0.10/0.16	c  - Bumper: EFFECTIVE
0.10/0.16	c --- Begin Solver configuration ---
0.10/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.16	c Learn all clauses as in MiniSAT
0.10/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.16	c No reason simplification
0.10/0.16	c Dynamic restart strategy considering the size of the coefficients
0.10/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.16	c timeout=2147483s
0.10/0.16	c DB Simplification allowed=false
0.10/0.16	c Listener: none
0.10/0.16	c --- End Solver configuration ---
0.10/0.16	c solving HOME/instance-4545395-1753238437.opb
0.10/0.16	c reading problem ... 
0.10/0.16	c using VERIPB proof format
0.10/0.16	c  no objective function found
3.77/2.06	c ... done. Wall clock time 1.893s.
3.77/2.06	c declared #vars     34391
3.77/2.06	c #constraints  26829
3.77/2.06	c constraints type 
3.77/2.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7220
3.77/2.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1558
3.77/2.06	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 16720
3.77/2.06	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
3.77/2.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1330
3.77/2.06	c 26829 constraints processed.
14.83/9.08	c cleaning 2467 clauses out of 5000 with flag 0/5000
29.78/22.71	c cleaning 4168 clauses out of 8533 with flag 0/11000
47.29/39.91	c cleaning 5679 clauses out of 11365 with flag 0/18000
78.68/68.29	c cleaning 6496 clauses out of 13686 with flag 0/26000
268.78/257.05	c cleaning 7517 clauses out of 16190 with flag 0/35000
309.99/297.75	c cleaning 7710 clauses out of 18673 with flag 0/45000
429.05/415.80	c cleaning 8617 clauses out of 21963 with flag 0/56000
481.92/468.19	c cleaning 9475 clauses out of 25347 with flag 0/68001
580.76/565.56	c cleaning 11588 clauses out of 28871 with flag 0/81000
3600.10/3329.45	c starts		: 83
3600.10/3329.47	c conflicts		: 94988
3600.10/3329.47	c decisions		: 2343476
3600.10/3329.47	c propagations		: 110507179
3600.10/3329.47	c inspects		: 370856404
3600.10/3329.47	c shortcuts		: 0
3600.10/3329.47	c learnt literals	: 0
3600.10/3329.48	c learnt binary clauses	: 47
3600.10/3329.48	c learnt ternary clauses	: 1
3600.10/3329.48	c learnt constraints	: 94987
3600.10/3329.48	c ignored constraints	: 0
3600.10/3329.48	c root simplifications	: 0
3600.10/3329.48	c removed literals (reason simplification)	: 0
3600.10/3329.48	c reason swapping (by a shorter reason)	: 0
3600.10/3329.48	c Calls to reduceDB	: 9
3600.10/3329.48	c Number of update (reduction) of LBD	: 233362
3600.10/3329.48	c Imported unit clauses	: 0
3600.10/3329.48	c No decision after first conflict	: false
3600.10/3329.48	c number of reductions to clauses (during analyze)	: 0
3600.10/3329.48	c number of learned constraints concerned by reduction	: 0
3600.10/3329.48	c number of learning phase by resolution	: 0
3600.10/3329.48	c number of learning phase by cutting planes	: 0
3600.10/3329.48	c number of rounding to 1 operations	: 0
3600.10/3329.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3329.48	c number of reductions of the coefficients by power 2 	: 0
3600.10/3329.48	c number of right shift for reduction by power 2 	: 0
3600.10/3329.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3329.48	c number of ending skipping 	: 0
3600.10/3329.49	c number of internal skipping 	: 0
3600.10/3329.49	c number of derivation steps 	: 1479253
3600.10/3329.49	c number of skipped derivation steps 	: 0
3600.10/3329.49	c number of remaining unassigned 	: 241866
3600.10/3329.49	c number of remaining assigned 	: 27620399
3600.10/3329.49	c number of falsified literals weakened from reason	: 0
3600.10/3329.49	c number of falsified literals weakened from conflict	: 0
3600.10/3329.49	c time for arithmetic operations	: 1986394750018
3600.10/3329.49	c minimum degree of deleted constraints	: 1
3600.10/3329.50	c maximum degree of deleted constraints	: 80046647012583123471364843866459403946723938957802942317949451909784205422601686039097541962643915421602183141813028684637125623673572837194425046345200867698461406832878328016902805768000804787448144864339364383905499119824951526397502585108407664033439980813753517249346995684460332398955630722952346872570393149935244453627960033734403149853197577598341877353601634822222211383039197400229171990001816200070358599705553498003514962446271691228873588294342447235772414361854246566856969869391897117858802583132291192884454281184328089826209195819107413493215933146009493658684160302864381048209998659386350493000399941241519996720039840018645208654049692976571231843204557696427132445296161213859670902089384888412881295694476844668788069367697262435730425113285480689885167960431018142076665810393508352400601393933936042708562858430975903901179992062701461153846012244565847884000145249356821401893646324760115436800951410599421839312460
3600.10/3329.50	c number of deleted constraints	: 63717
3600.10/3329.50	c speed (assignments/second)	: 33211.08011945595
3600.10/3329.50	c non guided choices	: 10121
3600.30/3329.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3
3600.30/3329.56	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 11289
3600.30/3329.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 47
3600.30/3329.56	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 19931
3600.30/3329.57	s UNKNOWN
3600.30/3329.57	c Total wall clock time (in seconds): 3329.404

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 1.05 1.08 1.32 8/308 177641
/proc/meminfo: memFree=117504124/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=18930384 memory=55380 CPUtime=0.1 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 6469 0 0 0 9 1 0 0 20 0 18 0 239522325 19384713216 13845 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4732596 13845 5341 1 0 547556 0
[pid=177578/tid=177582] ppid=177571 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 5009 0 0 0 6 1 0 0 20 0 18 0 239522327 19384713216 13845 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=18930384 memory=13937 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239522330 19384713216 13845 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239522330 19384713216 13845 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55380 KiB

[startup+0.205888 s]*
/proc/loadavg: 1.05 1.08 1.32 8/334 177667
/proc/meminfo: memFree=117397508/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=18930384 memory=95220 CPUtime=0.3 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 7139 0 0 0 27 3 0 0 20 0 18 0 239522325 19384713216 23805 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4732596 23805 5437 1 0 547997 0
[pid=177578/tid=177582] ppid=177571 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 5422 0 0 0 14 2 0 0 20 0 18 0 239522327 19384713216 23805 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=18930384 memory=13937 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239522330 19384713216 23805 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239522330 19384713216 23805 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95220 KiB

[startup+0.305651 s]*
/proc/loadavg: 1.05 1.08 1.32 12/337 177670
/proc/meminfo: memFree=117094236/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=18996948 memory=153916 CPUtime=0.49 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 7464 0 0 0 44 5 0 0 20 0 19 0 239522325 19452874752 38479 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4749237 38479 5501 1 0 548409 0
[pid=177578/tid=177582] ppid=177571 vsize=18996948 memory=-8672635894120620732 CPUtime=0.24 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 5482 0 0 0 20 4 0 0 20 0 19 0 239522327 19452874752 38479 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522330 19452874752 38479 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239522330 19452874752 38479 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153916 KiB

[startup+0.700249 s]
/proc/loadavg: 1.05 1.08 1.32 10/338 177671
/proc/meminfo: memFree=115930660/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=18996948 memory=900104 CPUtime=1.24 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 9453 0 0 0 104 20 0 0 20 0 19 0 239522325 19452874752 225026 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4749237 225026 5501 1 0 549498 0
[pid=177578/tid=177582] ppid=177571 vsize=18996948 memory=27008 CPUtime=0.59 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 5834 0 0 0 42 17 0 0 20 0 19 0 239522327 19452874752 225026 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522330 19452874752 225026 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239522330 19452874752 225026 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 900104 KiB

[startup+1.50028 s]
/proc/loadavg: 1.44 1.16 1.35 8/338 177671
/proc/meminfo: memFree=112408676/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=18996948 memory=2366028 CPUtime=2.79 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 24210 0 0 0 229 50 0 0 20 0 19 0 239522325 19452874752 591507 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4749237 591507 5501 1 0 823420 0
[pid=177578/tid=177582] ppid=177571 vsize=18996948 memory=5632 CPUtime=1.36 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 6542 0 0 0 92 44 0 0 20 0 19 0 239522327 19452874752 591507 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522330 19452874752 591507 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239522330 19452874752 591507 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2366028 KiB

[startup+3.10583 s]
/proc/loadavg: 1.44 1.16 1.35 6/339 177672
/proc/meminfo: memFree=107854136/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=2368972 CPUtime=5.89 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 24995 0 0 0 537 52 0 0 20 0 20 0 239522325 19521036288 592243 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 592243 5501 1 0 823841 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=11136 CPUtime=2.8 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 6632 0 0 0 235 45 0 0 20 0 20 0 239522327 19521036288 592243 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 592243 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=-9103575182976262844 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 592243 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 592243 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2368972 KiB

[startup+6.30026 s]
/proc/loadavg: 1.73 1.22 1.37 6/340 177673
/proc/meminfo: memFree=105903984/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=2365736 CPUtime=11.22 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 25651 0 0 0 1068 54 0 0 20 0 20 0 239522325 19521036288 591434 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 591434 5533 1 0 823861 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=0 CPUtime=5.93 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 7016 0 0 0 547 46 0 0 20 0 20 0 239522327 19521036288 591434 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=2368716 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 591434 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 591434 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=2366156 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 591434 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 11.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2365736 KiB

[startup+12.7002 s]
/proc/loadavg: 1.99 1.29 1.39 5/340 177673
/proc/meminfo: memFree=104419280/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=2372696 CPUtime=19.24 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 37583 0 0 0 1867 57 0 0 20 0 20 0 239522325 19521036288 593174 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 593174 5533 1 0 823958 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=11136 CPUtime=12.25 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 9302 0 0 0 1178 47 0 0 20 0 20 0 239522327 19521036288 593174 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=2366156 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 593174 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=2370472 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 593174 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 593174 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 19.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2372696 KiB

[startup+25.5002 s]
/proc/loadavg: 2.30 1.38 1.42 6/341 177674
/proc/meminfo: memFree=102623364/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=2372952 CPUtime=32.66 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 39866 0 0 0 3208 58 0 0 20 0 20 0 239522325 19521036288 593238 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 593238 5533 1 0 824023 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=2372952 CPUtime=24.9 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 10478 0 0 0 2442 48 0 0 20 0 20 0 239522327 19521036288 593238 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 593238 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 593238 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=27008 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 593238 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 32.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2372952 KiB

[startup+51.1058 s]
/proc/loadavg: 3.10 1.66 1.51 5/343 177677
/proc/meminfo: memFree=102080308/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=2385664 CPUtime=58.64 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 51577 0 0 0 5803 61 0 0 20 0 20 0 239522325 19521036288 596416 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 596416 5533 1 0 824057 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=2383604 CPUtime=50.2 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 14772 0 0 0 4970 50 0 0 20 0 20 0 239522327 19521036288 596416 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=2383604 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 596416 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=2379444 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 596416 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=16496 CPUtime=0 cores=0,2

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

[startup+2982.3 s]
/proc/loadavg: 4.71 4.65 4.39 5/343 177836
/proc/meminfo: memFree=88054940/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3226.92 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 225905 0 0 0 322131 561 0 0 20 0 20 0 239522325 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 1757510 5533 1 0 1773040 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=7030040 CPUtime=2952.35 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 77208 0 0 0 295037 198 0 0 20 0 20 0 239522327 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=7030040 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=7030040 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 1761 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 3226.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7030040 KiB

[startup+3042.3 s]
/proc/loadavg: 4.46 4.60 4.39 5/342 177838
/proc/meminfo: memFree=87629968/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3289.31 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 229533 0 0 0 328365 566 0 0 20 0 20 0 239522325 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 1757510 5533 1 0 1773040 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3011.95 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 79137 0 0 0 300995 200 0 0 20 0 20 0 239522327 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=7030040 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=-9103575182976262844 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=7030040 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 3289.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7030040 KiB

[startup+3102.3 s]
/proc/loadavg: 4.81 4.68 4.43 5/342 177841
/proc/meminfo: memFree=87431192/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3357.51 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 233397 0 0 0 335173 578 0 0 20 0 20 0 239522325 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 1757510 5533 1 0 1773041 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3071.33 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 79740 0 0 0 306932 201 0 0 20 0 20 0 239522327 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=7030040 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 1906 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 3357.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7030040 KiB

[startup+3162.3 s]
/proc/loadavg: 4.68 4.66 4.44 5/342 177844
/proc/meminfo: memFree=86542504/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3421.61 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 237317 0 0 0 341576 585 0 0 20 0 20 0 239522325 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 1757510 5533 1 0 1773041 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3130.89 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 81874 0 0 0 312887 202 0 0 20 0 20 0 239522327 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=7030040 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=7030040 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 1906 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=7030040 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 3421.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7030040 KiB

[startup+3222.3 s]
/proc/loadavg: 4.54 4.63 4.44 5/342 177846
/proc/meminfo: memFree=85241816/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3488 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 240458 0 0 0 348205 595 0 0 20 0 20 0 239522325 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 1757510 5533 1 0 1773041 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3190.47 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 83265 0 0 0 318845 202 0 0 20 0 20 0 239522327 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=7030040 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 1954 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 3488 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7030040 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.61 4.45 5/342 177848
/proc/meminfo: memFree=84612628/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3549.41 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 244284 0 0 0 354343 598 0 0 20 0 20 0 239522325 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 1757510 5533 1 0 1773041 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3250.24 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 84252 0 0 0 324821 203 0 0 20 0 20 0 239522327 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 2075 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 3549.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7030040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3329.4 s]
/proc/loadavg: 4.37 4.55 4.44 6/342 177850
/proc/meminfo: memFree=84336792/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19063512 memory=7030040 CPUtime=3600.1 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 248600 0 0 0 359406 604 0 0 20 0 20 0 239522325 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4765878 1757510 5533 1 0 1773041 0
[pid=177578/tid=177582] ppid=177571 vsize=19063512 memory=6684 CPUtime=3297.08 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 86521 0 0 0 329503 205 0 0 20 0 20 0 239522327 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19063512 memory=-9103575182976262844 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 2077 0 0 0 0 0 0 0 20 0 20 0 239522330 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177672] ppid=177571 vsize=19063512 memory=9856 CPUtime=0 cores=0,2
/proc/177578/task/177672/stat : 177672 (Timer-0) S 177571 177578 177529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239522532 19521036288 1757510 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7030040 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.4 s, system=6.06753 s

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

[startup+3329.5 s]
/proc/loadavg: 4.37 4.55 4.44 6/342 177850
/proc/meminfo: memFree=84336792/131249996 swapFree=33010160/33010684
[pid=177578] ppid=177571 vsize=19263204 memory=7030808 CPUtime=3600.3 cores=0,2
/proc/177578/stat : 177578 (java) S 177571 177578 177529 0 -1 4194304 249911 0 0 0 359426 604 0 0 20 0 21 0 239522325 19725520896 1757702 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
/proc/177578/statm: 4815801 1757702 5533 1 0 1773960 0
[pid=177578/tid=177582] ppid=177571 vsize=19263204 memory=7030040 CPUtime=3297.18 cores=0,2
/proc/177578/task/177582/stat : 177582 (java) R 177571 177578 177529 0 -1 4194368 86521 0 0 0 329513 205 0 0 20 0 21 0 239522327 19725520896 1757702 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177598] ppid=177571 vsize=19263204 memory=5632 CPUtime=0 cores=0,2
/proc/177578/task/177598/stat : 177598 (Finalizer) S 177571 177578 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239522330 19725520896 1757702 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
[pid=177578/tid=177606] ppid=177571 vsize=19263204 memory=11136 CPUtime=0 cores=0,2
/proc/177578/task/177606/stat : 177606 (Common-Cleaner) S 177571 177578 177529 0 -1 4194368 2077 0 0 0 0 0 0 0 20 0 21 0 239522330 19725520896 1757702 18446744073709551615 94299832958976 94299832962672 140732321050176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94299832970488 94299832971280 94299834507264 140732321053009 140732321053156 140732321053156 140732321058760 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7030808 KiB

Child status: 143

Real time (s): 3329.59
CPU time (s): 3600.46
CPU user time (s): 3594.4
CPU system time (s): 6.06753
CPU usage (%): 108.135
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7030808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.4
system time used= 6.06754
maximum resident set size= 7030808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1018144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168173
involuntary context switches= 29021


# summary of solver processes directly reported to runsolver:
#   pid: 177578
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3594.4
#   total CPU system time (s): 6.06753

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.37057 second user time and 16.0052 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-23 04:40:37
IDJOB=4545395
IDBENCH=180853
IDSOLVER=3362
FILE ID=nodeC032/4545395-1753238437
RUNJOBID= nodeC032-1753238437-177539
SLURM_JOB_ID= 9687873
Free space on /tmp= 432576 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545395-1753238437/watcher-4545395-1753238437 -o /tmp/evaluation-result-4545395-1753238437/solver-4545395-1753238437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1753238437-177539 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545395-1753238437 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4545395-1753238437.opb

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

MD5SUM BENCH= 4a1d9056c3b02bcfb80521d72596a62f
RANDOM SEED=715204721

nodeC032 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		: 3613.090
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117536084 kB
MemAvailable:   129583912 kB
Buffers:            2728 kB
Cached:         12727012 kB
SwapCached:           20 kB
Active:          1216384 kB
Inactive:       11596356 kB
Active(anon):     106116 kB
Inactive(anon):     3124 kB
Active(file):    1110268 kB
Inactive(file): 11593232 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13960 kB
Writeback:             0 kB
AnonPages:         86504 kB
Mapped:           108336 kB
Shmem:             26240 kB
KReclaimable:     367136 kB
Slab:             465968 kB
SReclaimable:     367136 kB
SUnreclaim:        98832 kB
KernelStack:        4128 kB
PageTables:         2928 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     366840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429152 MiB
End job on nodeC032 at 2025-07-23 05:36:07