Trace number 4542119

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-06UNSAT cert. 371.036 342.417

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height18_pigeons17_holes16.opb
MD5SUMe61ecd0a39d46c66c4c3e779f400bc97
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.367
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52060
Total number of constraints7300
Number of constraints which are clauses3745
Number of constraints which are cardinality constraints (but not clauses)2852
Number of constraints which are nor clauses,nor cardinality constraints703
Minimum length of a constraint16
Maximum length of a constraint21
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4542119-1753213785.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
2.33/1.34	c ... done. Wall clock time 1.186s.
2.33/1.34	c declared #vars     52060
2.33/1.34	c #constraints  7300
2.33/1.34	c constraints type 
2.33/1.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3555
2.33/1.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3745
2.33/1.34	c 7300 constraints processed.
6.69/3.59	c cleaning 1904 clauses out of 5001 with flag 0/5001
10.62/5.56	c cleaning 1307 clauses out of 9099 with flag 0/11003
13.96/8.06	c cleaning 1949 clauses out of 14789 with flag 0/18000
16.80/10.78	c cleaning 2105 clauses out of 20840 with flag 0/26000
20.68/14.33	c cleaning 3204 clauses out of 27734 with flag 0/35001
25.11/18.67	c cleaning 2962 clauses out of 34531 with flag 0/45002
30.99/24.34	c cleaning 3788 clauses out of 42567 with flag 0/56000
37.17/30.30	c cleaning 4237 clauses out of 50780 with flag 0/68001
45.19/37.91	c cleaning 4033 clauses out of 59544 with flag 0/81002
53.66/46.12	c cleaning 4671 clauses out of 69510 with flag 0/95001
63.92/56.09	c cleaning 5903 clauses out of 79838 with flag 0/110000
75.16/66.81	c cleaning 5399 clauses out of 89936 with flag 0/126001
87.96/79.17	c cleaning 6623 clauses out of 101538 with flag 0/143002
102.34/92.84	c cleaning 6408 clauses out of 112915 with flag 0/161002
120.46/110.14	c cleaning 7805 clauses out of 125507 with flag 0/180002
140.94/129.51	c cleaning 7189 clauses out of 137701 with flag 0/200001
163.38/150.70	c cleaning 8232 clauses out of 151511 with flag 0/221000
188.07/174.01	c cleaning 9500 clauses out of 165280 with flag 0/243001
215.29/199.77	c cleaning 10223 clauses out of 178779 with flag 0/266000
255.79/234.38	c cleaning 11677 clauses out of 192558 with flag 0/290002
292.79/269.05	c cleaning 12290 clauses out of 205881 with flag 0/315002
329.48/303.47	c cleaning 12195 clauses out of 219589 with flag 0/341000
363.11/335.13	c cleaning 16545 clauses out of 234394 with flag 0/368000
370.88/342.30	c starts		: 527
370.88/342.30	c conflicts		: 377915
370.88/342.30	c decisions		: 21056373
370.88/342.30	c propagations		: 67106065
370.88/342.30	c inspects		: 1005476283
370.88/342.30	c shortcuts		: 0
370.88/342.30	c learnt literals	: 2
370.88/342.30	c learnt binary clauses	: 50
370.88/342.30	c learnt ternary clauses	: 136
370.88/342.30	c learnt constraints	: 377912
370.88/342.30	c ignored constraints	: 0
370.88/342.30	c root simplifications	: 0
370.88/342.30	c removed literals (reason simplification)	: 0
370.88/342.30	c reason swapping (by a shorter reason)	: 0
370.88/342.30	c Calls to reduceDB	: 23
370.88/342.30	c Number of update (reduction) of LBD	: 243733
370.88/342.30	c Imported unit clauses	: 0
370.88/342.30	c No decision after first conflict	: false
370.88/342.30	c number of reductions to clauses (during analyze)	: 0
370.88/342.30	c number of learned constraints concerned by reduction	: 0
370.88/342.30	c number of learning phase by resolution	: 0
370.88/342.30	c number of learning phase by cutting planes	: 0
370.88/342.30	c number of rounding to 1 operations	: 0
370.88/342.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
370.88/342.30	c number of reductions of the coefficients by power 2 	: 0
370.88/342.30	c number of right shift for reduction by power 2 	: 0
370.88/342.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
370.88/342.30	c number of ending skipping 	: 0
370.88/342.30	c number of internal skipping 	: 0
370.88/342.30	c number of derivation steps 	: 901074
370.88/342.30	c number of skipped derivation steps 	: 0
370.88/342.30	c number of remaining unassigned 	: 8008
370.88/342.30	c number of remaining assigned 	: 8709268
370.88/342.30	c number of falsified literals weakened from reason	: 0
370.88/342.30	c number of falsified literals weakened from conflict	: 0
370.88/342.30	c time for arithmetic operations	: 569031619
370.88/342.30	c minimum degree of deleted constraints	: 1
370.88/342.30	c maximum degree of deleted constraints	: 8424523557782542911638
370.88/342.30	c number of deleted constraints	: 150149
370.88/342.31	c speed (assignments/second)	: 196820.2615625119
370.88/342.31	c non guided choices	: 10489152
370.88/342.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1004
370.88/342.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 219412
370.88/342.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 50
370.88/342.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7297
370.88/342.38	s UNSATISFIABLE
370.88/342.38	c Total wall clock time (in seconds): 342.222

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul 22 22:04:25 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100061 s]*
/proc/loadavg: 4.32 4.17 4.10 9/340 164855
/proc/meminfo: memFree=126686196/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=18930384 memory=57644 CPUtime=0.13 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 6567 0 0 0 11 2 0 0 20 0 18 0 237055953 19384713216 14411 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4732596 14411 5335 1 0 547604 0
[pid=164836/tid=164838] ppid=164833 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) S 164833 164836 163976 0 -1 4194368 5060 0 0 0 7 1 0 0 20 0 18 0 237055955 19384713216 14411 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055957 19384713216 14411 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=18930384 memory=58485492697507 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237055957 19384713216 14411 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57644 KiB

[startup+0.205713 s]*
/proc/loadavg: 4.32 4.17 4.10 9/340 164855
/proc/meminfo: memFree=126617132/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=18930384 memory=134080 CPUtime=0.31 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 7152 0 0 0 28 3 0 0 20 0 18 0 237055953 19384713216 33520 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4732596 33520 5431 1 0 547972 0
[pid=164836/tid=164838] ppid=164833 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 5420 0 0 0 15 2 0 0 20 0 18 0 237055955 19384713216 33520 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=18930384 memory=2630 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055957 19384713216 33520 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237055957 19384713216 33520 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 134080 KiB

[startup+0.305842 s]*
/proc/loadavg: 4.32 4.17 4.10 6/319 164858
/proc/meminfo: memFree=126721164/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=18998012 memory=189452 CPUtime=0.5 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 8375 0 0 0 46 4 0 0 20 0 19 0 237055953 19453964288 47363 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4749503 47363 5463 1 0 549184 0
[pid=164836/tid=164838] ppid=164833 vsize=18998012 memory=-8960582609174045372 CPUtime=0.26 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 5449 0 0 0 23 3 0 0 20 0 19 0 237055955 19453964288 47363 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=18998012 memory=0 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055957 19453964288 47363 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=18998012 memory=0 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237055957 19453964288 47363 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18998012 KiB
Current children cumulated memory: 189452 KiB

[startup+0.700233 s]
/proc/loadavg: 4.32 4.17 4.10 6/318 164866
/proc/meminfo: memFree=126347216/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=18996948 memory=927728 CPUtime=1.22 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 10096 0 0 0 103 19 0 0 20 0 19 0 237055953 19452874752 231932 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4749237 231932 5463 1 0 549807 0
[pid=164836/tid=164838] ppid=164833 vsize=18996948 memory=24704 CPUtime=0.64 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 5803 0 0 0 47 17 0 0 20 0 19 0 237055955 19452874752 231932 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055957 19452874752 231932 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=18996948 memory=21824 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237055957 19452874752 231932 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 927728 KiB

[startup+1.50027 s]
/proc/loadavg: 4.32 4.17 4.10 5/314 164869
/proc/meminfo: memFree=125230788/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19063512 memory=2525940 CPUtime=2.72 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 25021 0 0 0 222 50 0 0 20 0 20 0 237055953 19521036288 631485 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4765878 631485 5495 1 0 863085 0
[pid=164836/tid=164838] ppid=164833 vsize=19063512 memory=21824 CPUtime=1.42 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 6647 0 0 0 96 46 0 0 20 0 20 0 237055955 19521036288 631485 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 631485 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 631485 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2525940 KiB

[startup+3.10593 s]
/proc/loadavg: 4.32 4.17 4.10 7/339 164990
/proc/meminfo: memFree=124634444/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19063512 memory=2532700 CPUtime=5.91 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 27759 0 0 0 539 52 0 0 20 0 20 0 237055953 19521036288 633175 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4765878 633175 5495 1 0 864407 0
[pid=164836/tid=164838] ppid=164833 vsize=19063512 memory=10752 CPUtime=2.86 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 6659 0 0 0 239 47 0 0 20 0 20 0 237055955 19521036288 633175 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19063512 memory=198340509722 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 633175 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 633175 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164884] ppid=164833 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/164836/task/164884/stat : 164884 (Timer-0) S 164833 164836 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237056089 19521036288 633175 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2532700 KiB

[startup+6.30024 s]
/proc/loadavg: 4.37 4.18 4.11 6/340 164991
/proc/meminfo: memFree=123762112/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19063512 memory=2534108 CPUtime=12.15 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 28509 0 0 0 1162 53 0 0 20 0 20 0 237055953 19521036288 633527 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4765878 633527 5495 1 0 864505 0
[pid=164836/tid=164838] ppid=164833 vsize=19063512 memory=0 CPUtime=5.9 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 7082 0 0 0 543 47 0 0 20 0 20 0 237055955 19521036288 633527 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 633527 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 633527 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164884] ppid=164833 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/164836/task/164884/stat : 164884 (Timer-0) S 164833 164836 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237056089 19521036288 633527 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 12.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2534108 KiB

[startup+12.7003 s]
/proc/loadavg: 4.42 4.19 4.11 7/340 164991
/proc/meminfo: memFree=122929908/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19063512 memory=3043852 CPUtime=18.94 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 30481 0 0 0 1829 65 0 0 20 0 20 0 237055953 19521036288 760963 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4765878 760963 5527 1 0 994052 0
[pid=164836/tid=164838] ppid=164833 vsize=19063512 memory=10752 CPUtime=12.06 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 8108 0 0 0 1148 58 0 0 20 0 20 0 237055955 19521036288 760963 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 760963 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 760963 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164884] ppid=164833 vsize=19063512 memory=2532700 CPUtime=0 cores=5,7
/proc/164836/task/164884/stat : 164884 (Timer-0) S 164833 164836 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237056089 19521036288 760963 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 18.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3043852 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.18 4.11 5/340 164991
/proc/meminfo: memFree=122128732/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19063512 memory=3070696 CPUtime=32.22 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 38200 0 0 0 3154 68 0 0 20 0 20 0 237055953 19521036288 767674 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4765878 767674 5527 1 0 994072 0
[pid=164836/tid=164838] ppid=164833 vsize=19063512 memory=14848 CPUtime=24.41 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 10502 0 0 0 2382 59 0 0 20 0 20 0 237055955 19521036288 767674 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19063512 memory=3066580 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 767674 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19063512 memory=3064532 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 767674 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164884] ppid=164833 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/164836/task/164884/stat : 164884 (Timer-0) S 164833 164836 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237056089 19521036288 767674 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 32.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3070696 KiB

[startup+51.1059 s]
/proc/loadavg: 4.28 4.18 4.11 5/340 164992
/proc/meminfo: memFree=120751588/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19063512 memory=4097288 CPUtime=58.88 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 47791 0 0 0 5796 92 0 0 20 0 20 0 237055953 19521036288 1024322 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4765878 1024322 5527 1 0 1238520 0
[pid=164836/tid=164838] ppid=164833 vsize=19063512 memory=3045928 CPUtime=48.86 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 13111 0 0 0 4807 79 0 0 20 0 20 0 237055955 19521036288 1024322 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19063512 memory=3614916 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 1024322 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19063512 memory=3594384 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 1024322 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164884] ppid=164833 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/164836/task/164884/stat : 164884 (Timer-0) S 164833 164836 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237056089 19521036288 1024322 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 58.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4097288 KiB

[startup+102.301 s]
/proc/loadavg: 4.33 4.20 4.12 5/340 164993
/proc/meminfo: memFree=119978496/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19063512 memory=4708008 CPUtime=112.32 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 57040 0 0 0 11122 110 0 0 20 0 20 0 237055953 19521036288 1177002 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4765878 1177002 5527 1 0 1353696 0
[pid=164836/tid=164838] ppid=164833 vsize=19063512 memory=14848 CPUtime=97.6 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 18853 0 0 0 9668 92 0 0 20 0 20 0 237055955 19521036288 1177002 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19063512 memory=4695708 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 1177002 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19063512 memory=4677268 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 1177002 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164884] ppid=164833 vsize=19063512 memory=4668968 CPUtime=0 cores=5,7
/proc/164836/task/164884/stat : 164884 (Timer-0) S 164833 164836 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237056089 19521036288 1177002 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 112.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4708008 KiB

[startup+162.3 s]
/proc/loadavg: 4.31 4.21 4.12 5/340 164996
/proc/meminfo: memFree=118271692/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19063512 memory=4901856 CPUtime=175.66 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 59756 0 0 0 17446 120 0 0 20 0 20 0 237055953 19521036288 1225464 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4765878 1225464 5527 1 0 1354051 0
[pid=164836/tid=164838] ppid=164833 vsize=19063512 memory=4786500 CPUtime=154.95 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 19985 0 0 0 15401 94 0 0 20 0 20 0 237055955 19521036288 1225464 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19063512 memory=4747536 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 1225464 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19063512 memory=4877088 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 153 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 1225464 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164884] ppid=164833 vsize=19063512 memory=4891612 CPUtime=0 cores=5,7
/proc/164836/task/164884/stat : 164884 (Timer-0) S 164833 164836 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237056089 19521036288 1225464 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 175.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4901856 KiB

[startup+222.3 s]
/proc/loadavg: 4.35 4.23 4.14 5/338 164998
/proc/meminfo: memFree=115766412/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19063512 memory=5088432 CPUtime=243.17 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 73899 0 0 0 24184 133 0 0 20 0 20 0 237055953 19521036288 1272108 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4765878 1272108 5527 1 0 1355698 0
[pid=164836/tid=164838] ppid=164833 vsize=19063512 memory=14848 CPUtime=212.28 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 22964 0 0 0 21128 100 0 0 20 0 20 0 237055955 19521036288 1272108 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19063512 memory=5051404 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 1272108 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 206 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 1272108 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164884] ppid=164833 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/164836/task/164884/stat : 164884 (Timer-0) S 164833 164836 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237056089 19521036288 1272108 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 243.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5088432 KiB

[startup+282.3 s]
/proc/loadavg: 4.26 4.22 4.14 6/337 165000
/proc/meminfo: memFree=114538416/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19063512 memory=5279208 CPUtime=306.92 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 80696 0 0 0 30544 148 0 0 20 0 20 0 237055953 19521036288 1319802 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4765878 1319802 5527 1 0 1355773 0
[pid=164836/tid=164838] ppid=164833 vsize=19063512 memory=4831700 CPUtime=269.8 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) R 164833 164836 163976 0 -1 4194368 24399 0 0 0 26874 106 0 0 20 0 20 0 237055955 19521036288 1319802 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19063512 memory=5188916 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 1319802 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 295 0 0 0 0 0 0 0 20 0 20 0 237055957 19521036288 1319802 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164884] ppid=164833 vsize=19063512 memory=5272940 CPUtime=0 cores=5,7
/proc/164836/task/164884/stat : 164884 (Timer-0) S 164833 164836 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237056089 19521036288 1319802 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 306.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5279208 KiB

[startup+342.3 s]
/proc/loadavg: 4.26 4.23 4.14 5/338 165003
/proc/meminfo: memFree=113828984/131249996 swapFree=33006296/33010684
[pid=164836] ppid=164833 vsize=19197668 memory=5279976 CPUtime=370.88 cores=5,7
/proc/164836/stat : 164836 (java) S 164833 164836 163976 0 -1 4194304 84316 0 0 0 36932 156 0 0 20 0 23 0 237055953 19658412032 1319994 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
/proc/164836/statm: 4799417 1319994 5527 1 0 1356764 0
[pid=164836/tid=164838] ppid=164833 vsize=19197668 memory=4831700 CPUtime=327.15 cores=5,7
/proc/164836/task/164838/stat : 164838 (java) S 164833 164836 163976 0 -1 4194368 27282 0 0 0 32604 111 0 0 20 0 23 0 237055955 19658412032 1319994 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164847] ppid=164833 vsize=19197668 memory=5188916 CPUtime=0 cores=5,7
/proc/164836/task/164847/stat : 164847 (Finalizer) S 164833 164836 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 237055957 19658412032 1319994 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164854] ppid=164833 vsize=19197668 memory=5279208 CPUtime=0 cores=5,7
/proc/164836/task/164854/stat : 164854 (Common-Cleaner) S 164833 164836 163976 0 -1 4194368 295 0 0 0 0 0 0 0 20 0 23 0 237055957 19658412032 1319994 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
[pid=164836/tid=164884] ppid=164833 vsize=19197668 memory=5279720 CPUtime=0 cores=5,7
/proc/164836/task/164884/stat : 164884 (Timer-0) S 164833 164836 163976 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 23 0 237056089 19658412032 1319994 18446744073709551615 93982828630016 93982828633712 140735966023680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93982828641528 93982828642320 93982855499776 140735966026065 140735966026212 140735966026212 140735966031816 0
Current children cumulated CPU time: 370.88 s
Current children cumulated vsize: 19197668 KiB
Current children cumulated memory: 5279976 KiB

[startup+342.416 s]
# the end of solver process 164836 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=369.452 s, system=1.58455 s

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

[startup+342.4 s]*
/proc/loadavg: 4.26 4.23 4.14 5/319 165005
/proc/meminfo: memFree=115917944/131249996 swapFree=33006296/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 342.417
CPU time (s): 371.036
CPU user time (s): 369.452
CPU system time (s): 1.58455
CPU usage (%): 108.358
Max. virtual memory (cumulated for all children) (KiB): 19197668
Max. memory (cumulated for all children) (KiB): 5279976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.452
system time used= 1.58455
maximum resident set size= 5280872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 154728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17717
involuntary context switches= 4768


# summary of solver processes directly reported to runsolver:
#   pid: 164836
#   total CPU time (s): 371.036
#   total CPU user time (s): 369.452
#   total CPU system time (s): 1.58455

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.725764 second user time and 1.78107 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-22 21:49:45
IDJOB=4542119
IDBENCH=163901
IDSOLVER=3362
FILE ID=nodeC015/4542119-1753213785
RUNJOBID= nodeC015-1753210180-163989
SLURM_JOB_ID= 9687783
Free space on /tmp= 432304 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height18_pigeons17_holes16.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542119-1753213785/watcher-4542119-1753213785 -o /tmp/evaluation-result-4542119-1753213785/solver-4542119-1753213785 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753210180-163989 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542119-1753213785 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542119-1753213785.opb

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

MD5SUM BENCH= e61ecd0a39d46c66c4c3e779f400bc97
RANDOM SEED=1673498865

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126746256 kB
MemAvailable:   127704388 kB
Buffers:            1508 kB
Cached:          1727260 kB
SwapCached:         3888 kB
Active:          2947968 kB
Inactive:         882860 kB
Active(anon):    2076128 kB
Inactive(anon):    48304 kB
Active(file):     871840 kB
Inactive(file):   834556 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4088 kB
Writeback:             0 kB
AnonPages:       2101348 kB
Mapped:           126048 kB
Shmem:             22352 kB
KReclaimable:     181952 kB
Slab:             277948 kB
SReclaimable:     181952 kB
SUnreclaim:        95996 kB
KernelStack:        5104 kB
PageTables:         7488 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7045704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1923072 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432340 MiB
End job on nodeC015 at 2025-07-22 21:55:27