Trace number 4514921

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.37 3559.48

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib3/normalized-seymour.0.u.opb
MD5SUM8ef3131177365cbfba34b2238fc87839
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1372
Total number of constraints4945
Number of constraints which are clauses4944
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1372
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 422
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1794
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4514921-1751230996.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.51/0.31	c ... done. Wall clock time 0.151s.
0.51/0.31	c declared #vars     1372
0.51/0.31	c #constraints  4945
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285
0.51/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.51/0.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 117
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4542
0.51/0.31	c 4945 constraints processed.
96.19/90.58	c cleaning 2495 clauses out of 5000 with flag 0/5000
347.35/338.58	c cleaning 4241 clauses out of 8506 with flag 0/11001
934.03/924.74	c cleaning 5621 clauses out of 11266 with flag 0/18002
1685.10/1674.44	c cleaning 6819 clauses out of 13646 with flag 0/26003
2922.64/2892.48	c cleaning 7912 clauses out of 15824 with flag 0/35000
3600.24/3559.41	c starts		: 69
3600.24/3559.41	c conflicts		: 38645
3600.24/3559.41	c decisions		: 187656
3600.24/3559.41	c propagations		: 4238457
3600.24/3559.41	c inspects		: 270532421
3600.24/3559.41	c shortcuts		: 0
3600.24/3559.41	c learnt literals	: 0
3600.24/3559.41	c learnt binary clauses	: 0
3600.24/3559.41	c learnt ternary clauses	: 0
3600.24/3559.41	c learnt constraints	: 38645
3600.24/3559.41	c ignored constraints	: 0
3600.24/3559.41	c root simplifications	: 0
3600.24/3559.41	c removed literals (reason simplification)	: 0
3600.24/3559.41	c reason swapping (by a shorter reason)	: 0
3600.24/3559.41	c Calls to reduceDB	: 5
3600.24/3559.41	c Number of update (reduction) of LBD	: 53365
3600.24/3559.41	c Imported unit clauses	: 0
3600.24/3559.41	c No decision after first conflict	: false
3600.24/3559.41	c number of reductions to clauses (during analyze)	: 0
3600.24/3559.41	c number of learned constraints concerned by reduction	: 0
3600.24/3559.41	c number of learning phase by resolution	: 0
3600.24/3559.41	c number of learning phase by cutting planes	: 0
3600.24/3559.41	c number of rounding to 1 operations	: 0
3600.24/3559.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.24/3559.41	c number of reductions of the coefficients by power 2 	: 0
3600.24/3559.41	c number of right shift for reduction by power 2 	: 0
3600.24/3559.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.24/3559.41	c number of ending skipping 	: 0
3600.24/3559.41	c number of internal skipping 	: 0
3600.24/3559.41	c number of derivation steps 	: 127734
3600.24/3559.41	c number of skipped derivation steps 	: 0
3600.24/3559.41	c number of remaining unassigned 	: 766533
3600.24/3559.41	c number of remaining assigned 	: 18660543
3600.24/3559.41	c number of falsified literals weakened from reason	: 0
3600.24/3559.41	c number of falsified literals weakened from conflict	: 0
3600.24/3559.42	c time for arithmetic operations	: 4126497954
3600.24/3559.43	c minimum degree of deleted constraints	: 642
3600.24/3559.43	c maximum degree of deleted constraints	: 2096302256582975735094644635047966203757349970328146436734031271640449883134944532593126932453419302480373905200807705297904274917461997975926469258843694166525282349756829137998589406319127336294289946416650208452902209359934887144501203557942491403067798425483375703501088302813045934513933952154084035882766981971962774170258162433115228573392651764100301765822649176443214123010851811497830203489508445553763621064659320836260982468737431172663314030005326533124672699847273426259586861259975326069093344718521135193908301274713891351940513547324270856060953807329548109394981559652347556330011909374084083796948400494406717718895424153363693162697942332547866189025616583967585371762606446185674413534327631274965785918040777080500912163405069593718594258592860698214832079496618482168511718287863070406994222942213326987351910514482784163624725078744158665558374225547809987871924124427628149161671791119109749057220057139884793867614100097073517846298234156945198890235243111684361504565854270872210592292640234183475665544184935928074144649630462187161900220771645357210094748174347089271262089329501875927680701567466194703512026560494338846929867091320413735898702628036584227295896863360
3600.24/3559.43	c number of deleted constraints	: 27088
3600.24/3559.43	c speed (assignments/second)	: 1190.8741894752459
3600.24/3559.43	c non guided choices	: 818
3600.24/3559.44	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 46
3600.24/3559.44	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11511
3600.24/3559.45	s UNKNOWN
3600.24/3559.45	c Total wall clock time (in seconds): 3559.294

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514921-1751230996/watcher-4514921-1751230996 -o /tmp/evaluation-result-4514921-1751230996/solver-4514921-1751230996 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751227368-31953 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514921-1751230996 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514921-1751230996.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
solver pid=33003, runsolver pid=33000
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.53 4.26 4.21 5/341 33021
/proc/meminfo: memFree=122732880/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=18930384 memory=57676 CPUtime=0.13 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 6566 0 0 0 11 2 0 0 20 0 18 0 38778162 19384713216 14419 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4732596 14419 5315 1 0 547604 0
[pid=33003/tid=33005] ppid=33000 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 5058 0 0 0 6 1 0 0 20 0 18 0 38778163 19384713216 14419 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38778165 19384713216 14419 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=18930384 memory=57385981078066 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38778166 19384713216 14419 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57676 KiB

[startup+0.205732 s]*
/proc/loadavg: 4.53 4.26 4.21 7/341 33021
/proc/meminfo: memFree=122724688/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=18930384 memory=66740 CPUtime=0.32 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 7174 0 0 0 30 2 0 0 20 0 18 0 38778162 19384713216 16685 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4732596 16685 5443 1 0 548032 0
[pid=33003/tid=33005] ppid=33000 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 5406 0 0 0 16 1 0 0 20 0 18 0 38778163 19384713216 16685 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=18930384 memory=15156 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38778165 19384713216 16685 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=18930384 memory=56286469424100 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38778166 19384713216 16685 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66740 KiB

[startup+0.305754 s]*
/proc/loadavg: 4.53 4.26 4.21 6/341 33021
/proc/meminfo: memFree=122646992/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=18930384 memory=143484 CPUtime=0.51 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 9066 0 0 0 48 3 0 0 20 0 18 0 38778162 19384713216 35871 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4732596 35871 5443 1 0 549321 0
[pid=33003/tid=33005] ppid=33000 vsize=18930384 memory=-6000919507150465388 CPUtime=0.26 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) S 33000 33003 31943 0 -1 4194368 5454 0 0 0 24 2 0 0 20 0 18 0 38778163 19384713216 35871 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38778165 19384713216 35871 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38778166 19384713216 35871 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 143484 KiB

[startup+0.700252 s]
/proc/loadavg: 4.53 4.26 4.21 6/342 33022
/proc/meminfo: memFree=122634704/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=164792 CPUtime=1.27 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 11796 0 0 0 123 4 0 0 20 0 20 0 38778162 19521036288 41198 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 41198 5475 1 0 551260 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=17152 CPUtime=0.64 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 5518 0 0 0 61 3 0 0 20 0 20 0 38778163 19521036288 41198 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 41198 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 41198 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 41198 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164792 KiB

[startup+1.50025 s]
/proc/loadavg: 4.65 4.29 4.22 6/343 33023
/proc/meminfo: memFree=122630356/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=174492 CPUtime=2.85 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 20007 0 0 0 280 5 0 0 20 0 20 0 38778162 19521036288 43623 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 43623 5475 1 0 553517 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=0 CPUtime=1.41 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 6067 0 0 0 138 3 0 0 20 0 20 0 38778163 19521036288 43623 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 43623 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 43623 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 43623 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174492 KiB

[startup+3.10587 s]
/proc/loadavg: 4.65 4.29 4.22 6/343 33023
/proc/meminfo: memFree=122601084/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=206636 CPUtime=5.85 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 23607 0 0 0 578 7 0 0 20 0 20 0 38778162 19521036288 51659 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 51659 5475 1 0 554086 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=10752 CPUtime=2.94 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 6609 0 0 0 291 3 0 0 20 0 20 0 38778163 19521036288 51659 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=-6000919507150465388 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 51659 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 51659 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 51659 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206636 KiB

[startup+6.30022 s]
/proc/loadavg: 4.68 4.30 4.22 5/343 33023
/proc/meminfo: memFree=122500260/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=330032 CPUtime=9.7 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 24320 0 0 0 961 9 0 0 20 0 20 0 38778162 19521036288 82508 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 82508 5475 1 0 554368 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=0 CPUtime=6.09 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 6845 0 0 0 604 5 0 0 20 0 20 0 38778163 19521036288 82508 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 82508 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 82508 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=176552 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 82508 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 330032 KiB

[startup+12.7002 s]
/proc/loadavg: 4.62 4.30 4.22 5/343 33023
/proc/meminfo: memFree=121758764/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=1093228 CPUtime=16.46 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 32310 0 0 0 1620 26 0 0 20 0 20 0 38778162 19521036288 273307 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 273307 5475 1 0 554368 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=176552 CPUtime=12.43 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 8550 0 0 0 1223 20 0 0 20 0 20 0 38778163 19521036288 273307 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=976304 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 273307 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 273307 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 273307 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 16.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1093228 KiB

[startup+25.5002 s]
/proc/loadavg: 4.61 4.31 4.22 5/343 33023
/proc/meminfo: memFree=121006096/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=1586680 CPUtime=29.42 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 36465 0 0 0 2905 37 0 0 20 0 20 0 38778162 19521036288 396670 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 396670 5475 1 0 660925 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=-6000919507150465388 CPUtime=25.07 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 9808 0 0 0 2480 27 0 0 20 0 20 0 38778163 19521036288 396670 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=1557944 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 396670 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 396670 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 396670 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 29.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1586680 KiB

[startup+51.1058 s]
/proc/loadavg: 4.47 4.30 4.22 5/344 33025
/proc/meminfo: memFree=120726016/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=1588920 CPUtime=56.21 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 42293 0 0 0 5581 40 0 0 20 0 20 0 38778162 19521036288 397230 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 397230 5475 1 0 660974 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=1588920 CPUtime=50.46 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 10392 0 0 0 5017 29 0 0 20 0 20 0 38778163 19521036288 397230 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 397230 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0

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

/proc/meminfo: memFree=109099464/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3258.72 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 173037 0 0 0 325646 226 0 0 20 0 20 0 38778162 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 651019 5539 1 0 669303 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3202.2 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 65238 0 0 0 320143 77 0 0 20 0 20 0 38778163 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 1872 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 3258.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2604076 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.18 4.18 5/344 33472
/proc/meminfo: memFree=109080360/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3319.76 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 173673 0 0 0 331748 228 0 0 20 0 20 0 38778162 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 651019 5539 1 0 669303 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3261.93 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 65803 0 0 0 326116 77 0 0 20 0 20 0 38778163 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 1873 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 3319.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2604076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/345 33480
/proc/meminfo: memFree=108994852/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3380.86 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 177652 0 0 0 337855 231 0 0 20 0 20 0 38778162 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 651019 5539 1 0 669303 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3321.63 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 67528 0 0 0 332085 78 0 0 20 0 20 0 38778163 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 1955 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=-4421386521933867108 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 3380.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2604076 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.17 4.18 5/347 33484
/proc/meminfo: memFree=108982888/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3440.84 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 180021 0 0 0 343852 232 0 0 20 0 20 0 38778162 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 651019 5539 1 0 669303 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3381.36 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 69005 0 0 0 338058 78 0 0 20 0 20 0 38778163 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 2040 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 3440.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2604076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.35 4.22 4.19 5/345 33563
/proc/meminfo: memFree=110556864/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3501.98 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 181344 0 0 0 349963 235 0 0 20 0 20 0 38778162 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 651019 5539 1 0 669303 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3441.02 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 69112 0 0 0 344024 78 0 0 20 0 20 0 38778163 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 2040 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 3501.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2604076 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.22 4.19 5/347 33582
/proc/meminfo: memFree=110446836/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3563.06 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 181982 0 0 0 356068 238 0 0 20 0 20 0 38778162 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 651019 5539 1 0 669303 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3500.75 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 69700 0 0 0 349997 78 0 0 20 0 20 0 38778163 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 2040 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 3563.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2604076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559.31 s]
/proc/loadavg: 4.33 4.24 4.20 5/347 33650
/proc/meminfo: memFree=109675468/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3600.07 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 183512 0 0 0 359766 241 0 0 20 0 20 0 38778162 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4765878 651019 5539 1 0 669303 0
[pid=33003/tid=33005] ppid=33000 vsize=19063512 memory=2604076 CPUtime=3537.58 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) S 33000 33003 31943 0 -1 4194368 70505 0 0 0 353678 80 0 0 20 0 20 0 38778163 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38778165 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 2040 0 0 0 0 0 0 0 20 0 20 0 38778166 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19063512 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38778194 19521036288 651019 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2604076 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.94 s, system=2.42745 s

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

[startup+3559.4 s]
/proc/loadavg: 4.33 4.24 4.20 5/347 33650
/proc/meminfo: memFree=109675468/131249988 swapFree=33010684/33010684
[pid=33003] ppid=33000 vsize=19197668 memory=2604588 CPUtime=3600.24 cores=0,2
/proc/33003/stat : 33003 (java) S 33000 33003 31943 0 -1 4194304 185290 0 0 0 359783 241 0 0 20 0 23 0 38778162 19658412032 651147 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
/proc/33003/statm: 4799417 651147 5539 1 0 670149 0
[pid=33003/tid=33005] ppid=33000 vsize=19197668 memory=3328 CPUtime=3537.64 cores=0,2
/proc/33003/task/33005/stat : 33005 (java) R 33000 33003 31943 0 -1 4194368 70829 0 0 0 353684 80 0 0 20 0 23 0 38778163 19658412032 651147 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33014] ppid=33000 vsize=19197668 memory=1792 CPUtime=0 cores=0,2
/proc/33003/task/33014/stat : 33014 (Finalizer) S 33000 33003 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 38778165 19658412032 651147 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33021] ppid=33000 vsize=19197668 memory=5632 CPUtime=0 cores=0,2
/proc/33003/task/33021/stat : 33021 (Common-Cleaner) S 33000 33003 31943 0 -1 4194368 2040 0 0 0 0 0 0 0 20 0 23 0 38778166 19658412032 651147 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
[pid=33003/tid=33022] ppid=33000 vsize=19197668 memory=2604076 CPUtime=0 cores=0,2
/proc/33003/task/33022/stat : 33022 (Timer-0) S 33000 33003 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 38778194 19658412032 651147 18446744073709551615 94917350518784 94917350522480 140729822448912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917350530296 94917350531088 94917379620864 140729822456109 140729822456294 140729822456294 140729822461896 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19197668 KiB
Current children cumulated memory: 2604588 KiB

Child status: 143

Real time (s): 3559.48
CPU time (s): 3600.37
CPU user time (s): 3597.94
CPU system time (s): 2.42745
CPU usage (%): 101.149
Max. virtual memory (cumulated for all children) (KiB): 19197668
Max. memory (cumulated for all children) (KiB): 2636688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.94
system time used= 2.42745
maximum resident set size= 2639668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186269
page faults= 0
swaps= 0
block input operations= 0
block output operations= 366264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116368
involuntary context switches= 12188


# summary of solver processes directly reported to runsolver:
#   pid: 33003
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3597.94
#   total CPU system time (s): 2.42745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.70083 second user time and 17.3348 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 23:03:16
IDJOB=4514921
IDBENCH=163980
IDSOLVER=3362
FILE ID=nodeC031/4514921-1751230996
RUNJOBID= nodeC031-1751227368-31953
SLURM_JOB_ID= 9587685
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-seymour.0.u.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514921-1751230996/watcher-4514921-1751230996 -o /tmp/evaluation-result-4514921-1751230996/solver-4514921-1751230996 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751227368-31953 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514921-1751230996 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514921-1751230996.opb

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=1089057646

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.935
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.78
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		: 3599.885
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.78
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.711
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.78
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		: 3598.841
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.78
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.875
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.78
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.896
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.78
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		: 3599.512
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.78
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		: 3601.776
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        122768324 kB
MemAvailable:   124646104 kB
Buffers:            3280 kB
Cached:          2684456 kB
SwapCached:            0 kB
Active:          5489956 kB
Inactive:        2430120 kB
Active(anon):    5250484 kB
Inactive(anon):        0 kB
Active(file):     239472 kB
Inactive(file):  2430120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6704 kB
Writeback:             0 kB
AnonPages:       5235432 kB
Mapped:           122900 kB
Shmem:             18064 kB
KReclaimable:      94852 kB
Slab:             182308 kB
SReclaimable:      94852 kB
SUnreclaim:        87456 kB
KernelStack:        5232 kB
PageTables:        13932 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    8022164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4995072 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432620 MiB
End job on nodeC031 at 2025-06-30 00:02:36