Trace number 4486155

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.23 3596.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-pp08aCUTS.opb
MD5SUM68d3283fc4d6e87aa4e5381bdb1e8107
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7526401
Best CPU time to get the best result obtained on this benchmark70141.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4600
Total number of constraints310
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints310
Minimum length of a constraint17
Maximum length of a constraint147
Number of terms in the objective function 3424
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 180407058264
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 180407058264
Number of bits of the biggest sum of numbers38
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.09	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.12/0.10	c Free memory 		2104792832
0.12/0.10	c Max memory 		16282288128
0.12/0.10	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4486155-1751322658.opb
0.12/0.16	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.17	c  objective function found
0.50/0.33	c ... done. Wall clock time 0.16s.
0.50/0.33	c declared #vars     4600
0.50/0.33	c #constraints  374
0.50/0.33	c constraints type 
0.50/0.33	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 374
0.50/0.33	c 374 constraints processed.
0.50/0.34	c objective function length is 3424 literals
17.25/12.67	c cleaning 2465 clauses out of 5001 with flag 0/5001
70.85/65.86	c cleaning 4244 clauses out of 8535 with flag 0/11000
125.16/119.61	c cleaning 5630 clauses out of 11292 with flag 0/18001
297.02/291.08	c cleaning 6822 clauses out of 13661 with flag 0/26000
401.55/395.25	c cleaning 7895 clauses out of 15840 with flag 0/35001
606.47/599.03	c cleaning 8909 clauses out of 17944 with flag 0/45000
1202.64/1195.48	c cleaning 9948 clauses out of 20035 with flag 0/56000
1940.51/1935.83	c cleaning 10968 clauses out of 22089 with flag 0/68002
2769.31/2764.98	c cleaning 11985 clauses out of 24119 with flag 0/81000
3600.03/3596.12	c starts		: 11
3600.03/3596.14	c conflicts		: 93904
3600.03/3596.14	c decisions		: 142212
3600.03/3596.14	c propagations		: 694492
3600.03/3596.14	c inspects		: 1472767963
3600.03/3596.14	c shortcuts		: 0
3600.03/3596.14	c learnt literals	: 0
3600.03/3596.14	c learnt binary clauses	: 0
3600.03/3596.15	c learnt ternary clauses	: 0
3600.03/3596.15	c learnt constraints	: 93903
3600.03/3596.15	c ignored constraints	: 0
3600.03/3596.15	c root simplifications	: 0
3600.03/3596.15	c removed literals (reason simplification)	: 0
3600.03/3596.15	c reason swapping (by a shorter reason)	: 0
3600.03/3596.15	c Calls to reduceDB	: 9
3600.03/3596.15	c Number of update (reduction) of LBD	: 54863
3600.03/3596.15	c Imported unit clauses	: 0
3600.03/3596.16	c No decision after first conflict	: false
3600.03/3596.16	c number of reductions to clauses (during analyze)	: 0
3600.03/3596.16	c number of learned constraints concerned by reduction	: 0
3600.03/3596.16	c number of learning phase by resolution	: 0
3600.03/3596.16	c number of learning phase by cutting planes	: 0
3600.03/3596.16	c number of rounding to 1 operations	: 0
3600.03/3596.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3596.16	c number of reductions of the coefficients by power 2 	: 0
3600.03/3596.16	c number of right shift for reduction by power 2 	: 0
3600.03/3596.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3596.16	c number of ending skipping 	: 0
3600.03/3596.16	c number of internal skipping 	: 0
3600.03/3596.16	c number of derivation steps 	: 438387
3600.03/3596.16	c number of skipped derivation steps 	: 0
3600.03/3596.16	c number of remaining unassigned 	: 54742
3600.03/3596.16	c number of remaining assigned 	: 21154514
3600.03/3596.16	c number of falsified literals weakened from reason	: 0
3600.03/3596.16	c number of falsified literals weakened from conflict	: 0
3600.03/3596.16	c time for arithmetic operations	: 7233393052
3600.03/3596.16	c minimum degree of deleted constraints	: 2342904
3600.03/3596.16	c maximum degree of deleted constraints	: 7568138808131809289978781589479237801511749784697654116899350446027098182952108202530108696986347478453772723363306355017505461523834340759950338320524220447258814027384224572334450237924995197655395605412283677471284953681714424154132776795104660384371563720936880380978689733963496284872775589372224129061379997441698777776811803894457221578482808105073616314213839128543725763784596334360449687703175556408041822599088584286914197976521679889557448036639493198438243588488272179746041969964671076519904462406058659638120677945930763082610418857928828181922121112286856823922306779828816077204508059833298507202087210710719767656050594809533537196462874635360346436447293091157005107858923319091197336912218356822874399776917673549272542417407047667766939820365410414242936175107142754266738754350246113519436297100024507800536880535000376481457740406293498691945748282255763834195899430364992216462504871508963543402952821881967625293082420192966723936873100162587305168508889702087414749349757654194500071773309811635736305596553454478716476281440424454707006581192461334032992935302342178286952376926613824428658563608124386137623544156238745868608308222388130455394588850021997113215064550483892209970242038948867334394982552721263640846458790174586774689107740416511736234480062447141939139218498881678266576393978464741617951361447391007130598795453697093539047271140685420942145264829884527111750339647735914701984997099925367258305919148996396585693935811675824147525107577475063356933457246981740328047872069134090998894131754567008694365721675223727965491699018496869325941184040477713702246588362484887744374988978038433399518138344624181147411726022
3600.03/3596.16	c number of deleted constraints	: 68866
3600.03/3596.16	c speed (assignments/second)	: 193.14025759561665
3600.03/3596.16	c non guided choices	: 2569
3600.03/3596.19	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25037
3600.03/3596.19	s UNKNOWN
3600.03/3596.19	c Total wall clock time (in seconds): 3596.03

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486155-1751322658/watcher-4486155-1751322658 -o /tmp/evaluation-result-4486155-1751322658/solver-4486155-1751322658 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751315455-43538 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486155-1751322658 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4486155-1751322658.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=44816, runsolver pid=44813

[startup+0.100061 s]*
/proc/loadavg: 4.17 4.14 4.10 7/340 44834
/proc/meminfo: memFree=125479384/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=18930384 memory=55356 CPUtime=0.12 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 6473 0 0 0 10 2 0 0 20 0 18 0 47942405 19384713216 13839 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4732596 13839 5333 1 0 547556 0
[pid=44816/tid=44818] ppid=44813 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 5005 0 0 0 6 1 0 0 20 0 18 0 47942406 19384713216 13839 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47942408 19384713216 13839 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=18930384 memory=59585004336271 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47942409 19384713216 13839 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55356 KiB

[startup+0.205796 s]*
/proc/loadavg: 4.17 4.14 4.10 7/340 44834
/proc/meminfo: memFree=125430232/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=18930384 memory=64160 CPUtime=0.3 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 7099 0 0 0 28 2 0 0 20 0 18 0 47942405 19384713216 16040 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4732596 16040 5429 1 0 547973 0
[pid=44816/tid=44818] ppid=44813 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 5370 0 0 0 15 2 0 0 20 0 18 0 47942406 19384713216 16040 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=18930384 memory=16955 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47942408 19384713216 16040 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47942409 19384713216 16040 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64160 KiB

[startup+0.305731 s]*
/proc/loadavg: 4.17 4.14 4.10 6/340 44834
/proc/meminfo: memFree=125402632/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=18930384 memory=93584 CPUtime=0.5 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 8838 0 0 0 47 3 0 0 20 0 18 0 47942405 19384713216 23396 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4732596 23396 5461 1 0 549023 0
[pid=44816/tid=44818] ppid=44813 vsize=18930384 memory=-6000919494248261739 CPUtime=0.23 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 5423 0 0 0 21 2 0 0 20 0 18 0 47942406 19384713216 23396 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47942408 19384713216 23428 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47942409 19384713216 23460 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93584 KiB

[startup+0.700244 s]
/proc/loadavg: 4.17 4.14 4.10 6/341 44835
/proc/meminfo: memFree=125378372/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=18996948 memory=156676 CPUtime=1.25 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 16732 0 0 0 119 6 0 0 20 0 19 0 47942405 19452874752 39169 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4749237 39169 5493 1 0 554351 0
[pid=44816/tid=44818] ppid=44813 vsize=18996948 memory=18176 CPUtime=0.54 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 5583 0 0 0 51 3 0 0 20 0 19 0 47942406 19452874752 39169 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47942408 19452874752 39169 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47942409 19452874752 39169 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47942442 19452874752 39169 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156676 KiB

[startup+1.50027 s]
/proc/loadavg: 4.17 4.14 4.10 8/342 44836
/proc/meminfo: memFree=125297964/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=188416 CPUtime=2.84 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 26027 0 0 0 276 8 0 0 20 0 20 0 47942405 19521036288 47104 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 47104 5525 1 0 556407 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=0 CPUtime=1.32 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 5773 0 0 0 129 3 0 0 20 0 20 0 47942406 19521036288 47104 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 47104 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 47104 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 47104 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188416 KiB

[startup+3.10563 s]
/proc/loadavg: 4.40 4.19 4.11 6/342 44836
/proc/meminfo: memFree=124680856/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=392080 CPUtime=6.01 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 30310 0 0 0 588 13 0 0 20 0 20 0 47942405 19521036288 98020 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 98020 5525 1 0 556420 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=10752 CPUtime=2.81 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 6770 0 0 0 274 7 0 0 20 0 20 0 47942406 19521036288 98020 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=-6000919494248261739 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 98020 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 98020 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 98020 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 392080 KiB

[startup+6.30024 s]
/proc/loadavg: 4.40 4.19 4.11 5/342 44836
/proc/meminfo: memFree=124046780/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=1028504 CPUtime=10.6 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 31716 0 0 0 1034 26 0 0 20 0 20 0 47942405 19521036288 257126 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 257126 5525 1 0 719368 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=0 CPUtime=5.9 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 7260 0 0 0 572 18 0 0 20 0 20 0 47942406 19521036288 257126 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 257126 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 257126 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=188416 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 257126 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 10.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1028504 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.18 4.11 5/342 44836
/proc/meminfo: memFree=123451024/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=1718776 CPUtime=17.44 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 36442 0 0 0 1703 41 0 0 20 0 20 0 47942405 19521036288 429694 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 429694 5525 1 0 719991 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=188416 CPUtime=12.23 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 8590 0 0 0 1192 31 0 0 20 0 20 0 47942406 19521036288 429694 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=1507684 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 429694 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 429694 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 429694 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 17.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1718776 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.19 4.12 5/342 44904
/proc/meminfo: memFree=121730628/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=1745600 CPUtime=30.31 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 41801 0 0 0 2986 45 0 0 20 0 20 0 47942405 19521036288 436400 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 436400 5525 1 0 719992 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=-6000919494248261739 CPUtime=24.95 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 10892 0 0 0 2461 34 0 0 20 0 20 0 47942406 19521036288 436400 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=1733308 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 436400 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 436400 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 436400 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 30.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1745600 KiB

[startup+51.1057 s]
/proc/loadavg: 4.46 4.22 4.13 6/343 45038
/proc/meminfo: memFree=123410816/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=1753816 CPUtime=55.98 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 48982 0 0 0 5550 48 0 0 20 0 20 0 47942405 19521036288 438454 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 438454 5525 1 0 719992 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=1733308 CPUtime=50.39 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 13833 0 0 0 5003 36 0 0 20 0 20 0 47942406 19521036288 438454 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 438454 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0

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

/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 650106 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=2600424 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 1552 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 650106 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=2600424 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 650106 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 3226.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2600424 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.17 4.11 6/342 45225
/proc/meminfo: memFree=119600032/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=2606568 CPUtime=3286.39 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 113719 0 0 0 328389 250 0 0 20 0 20 0 47942405 19521036288 651642 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 651642 5557 1 0 720088 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=14248 CPUtime=3260 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 47857 0 0 0 325884 116 0 0 20 0 20 0 47942406 19521036288 651642 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 651642 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=2606568 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 1552 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 651642 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=2606568 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 651642 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 3286.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.15 4.11 6/343 45229
/proc/meminfo: memFree=119581800/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=2614760 CPUtime=3346.35 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 115008 0 0 0 334382 253 0 0 20 0 20 0 47942405 19521036288 653690 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 653690 5557 1 0 720088 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=1792 CPUtime=3319.71 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 48634 0 0 0 331854 117 0 0 20 0 20 0 47942406 19521036288 653690 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=2614760 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 653690 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 653690 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 653690 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 3346.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2614760 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.15 4.11 6/344 45232
/proc/meminfo: memFree=119561480/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=2620904 CPUtime=3406.32 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 116202 0 0 0 340375 257 0 0 20 0 20 0 47942405 19521036288 655226 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 655226 5557 1 0 720088 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=2600424 CPUtime=3379.41 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 49269 0 0 0 337823 118 0 0 20 0 20 0 47942406 19521036288 655226 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=2618856 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 655226 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 1588 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 655226 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=2620904 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 655226 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 3406.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2620904 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.17 4.11 6/344 45234
/proc/meminfo: memFree=119541604/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=2627052 CPUtime=3466.28 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 116348 0 0 0 346368 260 0 0 20 0 20 0 47942405 19521036288 656763 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 656763 5557 1 0 720088 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=2600424 CPUtime=3439.12 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 49362 0 0 0 343793 119 0 0 20 0 20 0 47942406 19521036288 656763 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=2625004 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 656763 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=2625004 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 1588 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 656763 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=4354023840851586714 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 656763 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 3466.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2627052 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.15 4.11 6/343 45236
/proc/meminfo: memFree=119520476/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=2631148 CPUtime=3526.27 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 118145 0 0 0 352364 263 0 0 20 0 20 0 47942405 19521036288 657787 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 657787 5557 1 0 720088 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=4760 CPUtime=3498.84 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 50616 0 0 0 349764 120 0 0 20 0 20 0 47942406 19521036288 657787 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=2629100 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 657787 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 1588 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 657787 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=2631148 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 657787 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 3526.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2631148 KiB

[startup+3582.3 s]
/proc/loadavg: 3.94 4.10 4.09 5/318 45271
/proc/meminfo: memFree=121070704/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=2637292 CPUtime=3586.24 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 120074 0 0 0 358357 267 0 0 20 0 20 0 47942405 19521036288 659323 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 659323 5557 1 0 720088 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=2635244 CPUtime=3558.55 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 51918 0 0 0 355733 122 0 0 20 0 20 0 47942406 19521036288 659323 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 659323 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=2637292 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 1640 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 659323 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 659323 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 3586.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2637292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.11 s]
/proc/loadavg: 3.73 4.05 4.07 5/317 45271
/proc/meminfo: memFree=121062340/131250000 swapFree=33010684/33010684
[pid=44816] ppid=44813 vsize=19063512 memory=2637292 CPUtime=3600.03 cores=0,2
/proc/44816/stat : 44816 (java) S 44813 44816 43528 0 -1 4194304 120105 0 0 0 359735 268 0 0 20 0 20 0 47942405 19521036288 659323 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
/proc/44816/statm: 4765878 659323 5557 1 0 720088 0
[pid=44816/tid=44818] ppid=44813 vsize=19063512 memory=2637292 CPUtime=3572.31 cores=0,2
/proc/44816/task/44818/stat : 44818 (java) R 44813 44816 43528 0 -1 4194368 51943 0 0 0 357108 123 0 0 20 0 20 0 47942406 19521036288 659323 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44827] ppid=44813 vsize=19063512 memory=2637292 CPUtime=0 cores=0,2
/proc/44816/task/44827/stat : 44827 (Finalizer) S 44813 44816 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942408 19521036288 659323 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44834] ppid=44813 vsize=19063512 memory=2637292 CPUtime=0 cores=0,2
/proc/44816/task/44834/stat : 44834 (Common-Cleaner) S 44813 44816 43528 0 -1 4194368 1640 0 0 0 0 0 0 0 20 0 20 0 47942409 19521036288 659323 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
[pid=44816/tid=44835] ppid=44813 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/44816/task/44835/stat : 44835 (Timer-0) S 44813 44816 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942442 19521036288 659323 18446744073709551615 94637265481728 94637265485424 140725188324032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94637265493240 94637265494032 94637266280448 140725188331821 140725188332006 140725188332006 140725188337608 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2637292 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.53 s, system=2.69872 s

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

[startup+3596.21 s]*
/proc/loadavg: 3.73 4.05 4.07 4/299 45274
/proc/meminfo: memFree=123149536/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3596.22
CPU time (s): 3600.23
CPU user time (s): 3597.53
CPU system time (s): 2.69872
CPU usage (%): 100.112
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2637292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.53
system time used= 2.69872
maximum resident set size= 2638188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122741
page faults= 0
swaps= 0
block input operations= 0
block output operations= 468808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130717
involuntary context switches= 9686


# summary of solver processes directly reported to runsolver:
#   pid: 44816
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.53
#   total CPU system time (s): 2.69872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.35961 second user time and 17.7803 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-01 00:30:58
IDJOB=4486155
IDBENCH=146985
IDSOLVER=3362
FILE ID=nodeC014/4486155-1751322658
RUNJOBID= nodeC014-1751315455-43538
SLURM_JOB_ID= 9594331
Free space on /tmp= 433008 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-pp08aCUTS.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486155-1751322658/watcher-4486155-1751322658 -o /tmp/evaluation-result-4486155-1751322658/solver-4486155-1751322658 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751315455-43538 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486155-1751322658 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4486155-1751322658.opb

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

MD5SUM BENCH= 68d3283fc4d6e87aa4e5381bdb1e8107
RANDOM SEED=1399099862

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125581468 kB
MemAvailable:   126177904 kB
Buffers:            3280 kB
Cached:          1401104 kB
SwapCached:            0 kB
Active:          3927552 kB
Inactive:        1144928 kB
Active(anon):    3686240 kB
Inactive(anon):        0 kB
Active(file):     241312 kB
Inactive(file):  1144928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4676 kB
Writeback:             0 kB
AnonPages:       3670260 kB
Mapped:           123636 kB
Shmem:             18068 kB
KReclaimable:      98872 kB
Slab:             187308 kB
SReclaimable:      98872 kB
SUnreclaim:        88436 kB
KernelStack:        5220 kB
PageTables:        10536 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7100844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3442688 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= 433004 MiB
End job on nodeC014 at 2025-07-01 01:30:55