Trace number 4501945

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.28 3661.13

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_3-sat.opb
MD5SUM69f6f997ce8de3d1a51b1c8599cc504d
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 variables19838
Total number of constraints62894
Number of constraints which are clauses62462
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints432
Minimum length of a constraint1
Maximum length of a constraint90
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 554
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.10	c See www.sat4j.org for details.
0.12/0.11	c version PB25.v20250606
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2104792832
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2113929216
0.12/0.15	c Number of processors 	2
0.33/0.31	c Pseudo Boolean Optimization by upper bound
0.33/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.31	c  - never skip resolution steps
0.33/0.31	c  - Auto-division on coefficients is disabled
0.33/0.31	c  - No postprocessing
0.33/0.31	c  - Conflict is considered as is when resolving
0.33/0.31	c  - Use constraints as they come during conflict analysis
0.33/0.31	c  - Weaken first using unassigned literals
0.33/0.31	c  - Bump strategy: ALWAYS_ONE
0.33/0.31	c  - Bumper: EFFECTIVE
0.33/0.31	c --- Begin Solver configuration ---
0.33/0.31	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.33/0.31	c Learn all clauses as in MiniSAT
0.33/0.31	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.31	c No reason simplification
0.33/0.31	c Dynamic restart strategy considering the size of the coefficients
0.33/0.31	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.33/0.31	c timeout=2147483s
0.33/0.31	c DB Simplification allowed=false
0.33/0.31	c Listener: none
0.33/0.31	c --- End Solver configuration ---
0.33/0.31	c solving HOME/instance-4501945-1751165554.opb
0.33/0.31	c reading problem ... 
0.33/0.31	c using VERIPB proof format
0.33/0.32	c  no objective function found
5.22/2.92	c ... done. Wall clock time 2.613s.
5.22/2.92	c declared #vars     19838
5.22/2.92	c #constraints  62894
5.22/2.92	c constraints type 
5.22/2.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 46629
5.22/2.92	c org.sat4j.specs.Constr$1 => 5776
5.22/2.92	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 432
5.22/2.92	c org.sat4j.pb.constraints.pb.UnitClausePB => 2297
5.22/2.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7760
5.22/2.92	c 62894 constraints processed.
27.23/20.28	c cleaning 2495 clauses out of 5001 with flag 0/5001
53.11/44.08	c cleaning 4243 clauses out of 8505 with flag 0/11000
94.53/83.92	c cleaning 5617 clauses out of 11264 with flag 0/18002
152.95/140.54	c cleaning 6807 clauses out of 13645 with flag 0/26000
250.34/237.00	c cleaning 7898 clauses out of 15838 with flag 0/35000
356.26/341.00	c cleaning 8960 clauses out of 17942 with flag 0/45002
477.56/460.38	c cleaning 9967 clauses out of 19985 with flag 0/56005
611.18/591.90	c cleaning 10979 clauses out of 22017 with flag 0/68004
761.38/739.88	c cleaning 11960 clauses out of 24037 with flag 0/81003
884.62/859.50	c cleaning 13019 clauses out of 26076 with flag 0/95002
1034.50/1011.02	c cleaning 14002 clauses out of 28056 with flag 0/110001
1229.29/1213.05	c cleaning 14994 clauses out of 30053 with flag 0/126000
1502.66/1499.23	c cleaning 16000 clauses out of 32061 with flag 0/143002
1700.76/1703.14	c cleaning 17026 clauses out of 34059 with flag 0/161000
1993.84/1999.27	c cleaning 17992 clauses out of 36034 with flag 0/180001
2230.14/2233.52	c cleaning 18998 clauses out of 38041 with flag 0/200000
2503.39/2500.87	c cleaning 19985 clauses out of 40044 with flag 0/221001
2820.99/2873.93	c cleaning 21011 clauses out of 42059 with flag 0/243001
3182.67/3267.97	c cleaning 22006 clauses out of 44048 with flag 0/266001
3559.61/3622.03	c cleaning 23001 clauses out of 46041 with flag 0/290000
3600.10/3661.03	c timeout
3600.10/3661.04	c starts		: 13
3600.10/3661.04	c conflicts		: 295939
3600.10/3661.04	c decisions		: 375630
3600.10/3661.04	c propagations		: 141662303
3600.10/3661.04	c inspects		: 1332783902
3600.10/3661.04	c shortcuts		: 0
3600.10/3661.04	c learnt literals	: 0
3600.10/3661.04	c learnt binary clauses	: 0
3600.10/3661.04	c learnt ternary clauses	: 409
3600.10/3661.04	c learnt constraints	: 295938
3600.10/3661.04	c ignored constraints	: 0
3600.10/3661.04	c root simplifications	: 0
3600.10/3661.04	c removed literals (reason simplification)	: 0
3600.10/3661.04	c reason swapping (by a shorter reason)	: 0
3600.10/3661.04	c Calls to reduceDB	: 20
3600.10/3661.04	c Number of update (reduction) of LBD	: 340244
3600.10/3661.04	c Imported unit clauses	: 0
3600.10/3661.04	c No decision after first conflict	: false
3600.10/3661.04	c number of reductions to clauses (during analyze)	: 0
3600.10/3661.04	c number of learned constraints concerned by reduction	: 0
3600.10/3661.04	c number of learning phase by resolution	: 0
3600.10/3661.04	c number of learning phase by cutting planes	: 0
3600.10/3661.04	c number of rounding to 1 operations	: 0
3600.10/3661.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3661.04	c number of reductions of the coefficients by power 2 	: 0
3600.10/3661.04	c number of right shift for reduction by power 2 	: 0
3600.10/3661.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3661.04	c number of ending skipping 	: 0
3600.10/3661.04	c number of internal skipping 	: 0
3600.10/3661.04	c number of derivation steps 	: 16711893
3600.10/3661.04	c number of skipped derivation steps 	: 0
3600.10/3661.04	c number of remaining unassigned 	: 1044891
3600.10/3661.04	c number of remaining assigned 	: 158698321
3600.10/3661.04	c number of falsified literals weakened from reason	: 0
3600.10/3661.04	c number of falsified literals weakened from conflict	: 0
3600.10/3661.05	c time for arithmetic operations	: 59253018359
3600.10/3661.05	c minimum degree of deleted constraints	: 400
3600.10/3661.05	c maximum degree of deleted constraints	: 2397268855456364287753804320600614242512870302147470452606937928106551679314426261936514003945898926660757779316781608767778964922869604118375379594633926061068294781022167773441492801576215333757021027828514351569084885516106627250437043858828971902864782719299060814905826004993389769592474818273628461704320366948506731576812102173548025593796584631637382768795749245597755459398066433166387836807718775745352575734507802756766756923182982129290916956273472064477368628178306982129114083460548135611936388999120176916304822370730180817639283291859350095510990236441688855818409551711064699408782025664896388548359583928208505347057823136224623030533287799352083223929010026476234574113561523754179571692505529882253413240353542972414090025729091853795599995578126896040525064719754280276702067751578148564677487389435888554414426834710618560289578646283565312031237059971248023406835226607890369084016717504438392000
3600.10/3661.05	c number of deleted constraints	: 266960
3600.10/3661.05	c speed (assignments/second)	: 38725.54488520028
3600.10/3661.05	c non guided choices	: 40
3600.10/3661.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 438
3600.10/3661.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 28540
3600.10/3661.10	s UNKNOWN
3600.10/3661.10	c Total wall clock time (in seconds): 3660.792

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: 63794 MiB (61126 MiB free)
  memory of node 1: 64507 MiB (58416 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 4.56 4.24 4.19 5/325 22181
/proc/meminfo: memFree=122388880/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=18930384 memory=49448 CPUtime=0.12 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 6060 0 0 0 10 2 0 0 20 0 18 0 32235151 19384713216 12362 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4732596 12362 5334 1 0 547202 0
[pid=22163/tid=22165] ppid=22160 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 4885 0 0 0 6 1 0 0 20 0 18 0 32235153 19384713216 12362 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32235155 19384713216 12362 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=18930384 memory=59593594258114 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32235156 19384713216 12362 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49448 KiB

[startup+0.208029 s]*
/proc/loadavg: 4.56 4.24 4.19 6/325 22181
/proc/meminfo: memFree=122383776/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=18930384 memory=58436 CPUtime=0.33 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 6741 0 0 0 30 3 0 0 20 0 18 0 32235151 19384713216 14609 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4732596 14609 5334 1 0 547766 0
[pid=22163/tid=22165] ppid=22160 vsize=18930384 memory=4026597660 CPUtime=0.2 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 5185 0 0 0 18 2 0 0 20 0 18 0 32235153 19384713216 14609 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32235155 19384713216 14609 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32235156 19384713216 14609 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58436 KiB

[startup+0.326583 s]*
/proc/loadavg: 4.56 4.24 4.19 6/325 22181
/proc/meminfo: memFree=122384376/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=18930384 memory=64008 CPUtime=0.52 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 7012 0 0 0 49 3 0 0 20 0 18 0 32235151 19384713216 16002 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4732596 16002 5430 1 0 547949 0
[pid=22163/tid=22165] ppid=22160 vsize=18930384 memory=-6000919507049736813 CPUtime=0.31 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 5363 0 0 0 29 2 0 0 20 0 18 0 32235153 19384713216 16002 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32235155 19384713216 16002 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32235156 19384713216 16002 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64008 KiB

[startup+0.700351 s]
/proc/loadavg: 4.56 4.24 4.19 7/326 22182
/proc/meminfo: memFree=122382376/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=18996948 memory=298452 CPUtime=1.17 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 8794 0 0 0 108 9 0 0 20 0 19 0 32235151 19452874752 74613 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4749237 74613 5462 1 0 549304 0
[pid=22163/tid=22165] ppid=22160 vsize=18996948 memory=17024 CPUtime=0.62 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 5493 0 0 0 55 7 0 0 20 0 19 0 32235153 19452874752 74613 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32235155 19452874752 74613 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32235156 19452874752 74613 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 298452 KiB

[startup+1.50025 s]
/proc/loadavg: 4.56 4.24 4.19 6/326 22182
/proc/meminfo: memFree=121512956/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=18996948 memory=1304644 CPUtime=2.73 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 19862 0 0 0 239 34 0 0 20 0 19 0 32235151 19452874752 326161 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4749237 326161 5462 1 0 554197 0
[pid=22163/tid=22165] ppid=22160 vsize=18996948 memory=3200 CPUtime=1.36 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 6109 0 0 0 108 28 0 0 20 0 19 0 32235153 19452874752 326161 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32235155 19452874752 326161 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32235156 19452874752 326161 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1304644 KiB

[startup+3.10559 s]
/proc/loadavg: 4.56 4.24 4.19 7/327 22183
/proc/meminfo: memFree=120104236/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=2444832 CPUtime=5.62 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 21454 0 0 0 505 57 0 0 20 0 20 0 32235151 19521036288 611208 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 611208 5462 1 0 842893 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=10624 CPUtime=2.9 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 6871 0 0 0 240 50 0 0 20 0 20 0 32235153 19521036288 611208 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 611208 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 611208 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 611208 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 5.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2444832 KiB

[startup+6.30024 s]
/proc/loadavg: 4.60 4.26 4.20 6/327 22183
/proc/meminfo: memFree=120084804/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=2454196 CPUtime=11.95 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 25948 0 0 0 1135 60 0 0 20 0 20 0 32235151 19521036288 613549 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 613549 5462 1 0 844810 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=0 CPUtime=6.05 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 7266 0 0 0 553 52 0 0 20 0 20 0 32235153 19521036288 613549 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=2443552 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 613549 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 613549 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=-6000919507049736813 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 613549 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 11.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2454196 KiB

[startup+12.7005 s]
/proc/loadavg: 4.71 4.29 4.21 5/327 22183
/proc/meminfo: memFree=120060612/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=2445032 CPUtime=19.39 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 32361 0 0 0 1874 65 0 0 20 0 20 0 32235151 19521036288 611258 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 611258 5462 1 0 844858 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=2445032 CPUtime=12.35 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 8593 0 0 0 1181 54 0 0 20 0 20 0 32235153 19521036288 611258 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 611258 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 611258 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 611258 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 19.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2445032 KiB

[startup+25.5005 s]
/proc/loadavg: 4.55 4.27 4.20 5/327 22183
/proc/meminfo: memFree=118968372/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=3730608 CPUtime=32.77 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 37071 0 0 0 3178 99 0 0 20 0 20 0 32235151 19521036288 932652 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 932652 5462 1 0 1346302 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=2445032 CPUtime=24.66 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 10568 0 0 0 2381 85 0 0 20 0 20 0 32235153 19521036288 932652 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 932652 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 932652 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=2655408 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 932652 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 32.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3730608 KiB

[startup+51.1136 s]
/proc/loadavg: 4.43 4.26 4.20 5/327 22183
/proc/meminfo: memFree=117871432/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=4510404 CPUtime=60.68 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 50933 0 0 0 5937 131 0 0 20 0 20 0 32235151 19521036288 1127601 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 1127601 5462 1 0 1346368 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=4510404 CPUtime=49.77 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 13969 0 0 0 4864 113 0 0 20 0 20 0 32235153 19521036288 1127601 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=4502980 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 1127601 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 1127601 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=0 CPUtime=0 cores=0,2

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

/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 815106 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=3043708 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 2499 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 815106 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 815106 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 3198.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3260424 KiB

[startup+3342.3 s]
/proc/loadavg: 2.19 3.19 3.82 3/281 22498
/proc/meminfo: memFree=113625096/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=2126608 CPUtime=3261.99 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 250282 0 0 0 325018 1181 0 0 20 0 20 0 32235151 19521036288 531652 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 531652 5494 1 0 543273 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=17024 CPUtime=3083.24 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 113748 0 0 0 307436 888 0 0 20 0 20 0 32235153 19521036288 531652 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=279613645734144 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 531652 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 2550 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 531652 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=2126608 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 531652 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 3261.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2126608 KiB

[startup+3402.3 s]
/proc/loadavg: 2.26 3.02 3.72 3/281 22500
/proc/meminfo: memFree=113243824/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=2376692 CPUtime=3329 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 253188 0 0 0 331689 1211 0 0 20 0 20 0 32235151 19521036288 594173 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 594173 5494 1 0 605913 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=279613645734144 CPUtime=3141.26 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 114748 0 0 0 313218 908 0 0 20 0 20 0 32235153 19521036288 594173 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 594173 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=17024 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 2550 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 594173 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 594173 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 3329 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2376692 KiB

[startup+3462.3 s]
/proc/loadavg: 2.14 2.84 3.62 3/279 22502
/proc/meminfo: memFree=112783184/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=2710072 CPUtime=3393.51 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 256477 0 0 0 338114 1237 0 0 20 0 20 0 32235151 19521036288 677518 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 677518 5494 1 0 689433 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=279613645734144 CPUtime=3199.28 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 116401 0 0 0 319001 927 0 0 20 0 20 0 32235153 19521036288 677518 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=2710072 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 677518 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=2710072 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 2583 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 677518 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=2710072 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 677518 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 3393.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2710072 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.70 3.52 3/279 22504
/proc/meminfo: memFree=111920488/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=3460316 CPUtime=3458.63 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 262133 0 0 0 344589 1274 0 0 20 0 20 0 32235151 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 865079 5494 1 0 879442 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=2710072 CPUtime=3256.71 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 118336 0 0 0 324715 956 0 0 20 0 20 0 32235153 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=2710072 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=2936028 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 2634 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=4786929047907757727 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 3458.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3460316 KiB

[startup+3582.3 s]
/proc/loadavg: 2.31 2.65 3.45 3/279 22509
/proc/meminfo: memFree=111815240/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=3460316 CPUtime=3519.1 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 262665 0 0 0 350623 1287 0 0 20 0 20 0 32235151 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 865079 5494 1 0 879448 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=5888 CPUtime=3314.25 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 118816 0 0 0 330460 965 0 0 20 0 20 0 32235153 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=3460316 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=3460316 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 2634 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 3519.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3460316 KiB

[startup+3642.3 s]
/proc/loadavg: 2.23 2.56 3.36 3/279 22511
/proc/meminfo: memFree=111667816/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=3460316 CPUtime=3580.43 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 265634 0 0 0 356741 1302 0 0 20 0 20 0 32235151 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 865079 5494 1 0 879448 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=14560 CPUtime=3372.49 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 121104 0 0 0 336273 976 0 0 20 0 20 0 32235153 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=3460316 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 2654 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=3460316 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 865079 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 3580.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3460316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3661 s]*
/proc/loadavg: 2.16 2.52 3.33 3/279 22511
/proc/meminfo: memFree=111602964/131382112 swapFree=33010684/33010684
[pid=22163] ppid=22160 vsize=19063512 memory=3468572 CPUtime=3600.1 cores=0,2
/proc/22163/stat : 22163 (java) S 22160 22163 19975 0 -1 4194304 267623 0 0 0 358704 1306 0 0 20 0 20 0 32235151 19521036288 867143 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
/proc/22163/statm: 4765878 867143 5494 1 0 879448 0
[pid=22163/tid=22165] ppid=22160 vsize=19063512 memory=-6000919472723487341 CPUtime=3390.67 cores=0,2
/proc/22163/task/22165/stat : 22165 (java) R 22160 22163 19975 0 -1 4194368 121491 0 0 0 338088 979 0 0 20 0 20 0 32235153 19521036288 867143 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22174] ppid=22160 vsize=19063512 memory=10112 CPUtime=0 cores=0,2
/proc/22163/task/22174/stat : 22174 (Finalizer) S 22160 22163 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32235155 19521036288 867143 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22181] ppid=22160 vsize=19063512 memory=9216 CPUtime=0 cores=0,2
/proc/22163/task/22181/stat : 22181 (Common-Cleaner) S 22160 22163 19975 0 -1 4194368 2654 0 0 0 0 0 0 0 20 0 20 0 32235156 19521036288 867143 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
[pid=22163/tid=22183] ppid=22160 vsize=19063512 memory=2688 CPUtime=0 cores=0,2
/proc/22163/task/22183/stat : 22183 (Timer-0) S 22160 22163 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32235445 19521036288 867143 18446744073709551615 94658084216832 94658084220528 140726757572384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94658084228344 94658084229136 94658109145088 140726757574957 140726757575142 140726757575142 140726757580744 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3468572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.17 s, system=13.1035 s

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

[startup+3661.12 s]*
/proc/loadavg: 2.16 2.52 3.33 3/261 22514
/proc/meminfo: memFree=114959424/131382112 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): 3661.13
CPU time (s): 3600.28
CPU user time (s): 3587.17
CPU system time (s): 13.1035
CPU usage (%): 98.3379
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5340460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.17
system time used= 13.1035
maximum resident set size= 5340460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9576712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137338
involuntary context switches= 20501


# summary of solver processes directly reported to runsolver:
#   pid: 22163
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3587.17
#   total CPU system time (s): 13.1035

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0161 second user time and 40.0922 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 04:52:34
IDJOB=4501945
IDBENCH=152982
IDSOLVER=3362
FILE ID=nodeC009/4501945-1751165554
RUNJOBID= nodeC009-1751157827-19985
SLURM_JOB_ID= 9587490
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_3-sat.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4501945-1751165554/watcher-4501945-1751165554 -o /tmp/evaluation-result-4501945-1751165554/solver-4501945-1751165554 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19985 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4501945-1751165554 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4501945-1751165554.opb

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

MD5SUM BENCH= 69f6f997ce8de3d1a51b1c8599cc504d
RANDOM SEED=82764303

nodeC009 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	: 0xb00001f
cpu MHz		: 1795.850
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3591.694
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 2294.760
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.390
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3591.696
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3491.935
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.375
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        122411860 kB
MemAvailable:   122659536 kB
Buffers:            3280 kB
Cached:          1057768 kB
SwapCached:            0 kB
Active:          7536512 kB
Inactive:         812480 kB
Active(anon):    7306020 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   812480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3748 kB
Writeback:            16 kB
AnonPages:       7291204 kB
Mapped:           122044 kB
Shmem:             17960 kB
KReclaimable:      88276 kB
Slab:             170212 kB
SReclaimable:      88276 kB
SUnreclaim:        81936 kB
KernelStack:        4992 kB
PageTables:        17920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9443264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7032832 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC009 at 2025-06-29 05:53:35