Trace number 4519475

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.21 3614.94

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height30_pigeons29_holes28.opb
MD5SUMc8ceefdda568d430d72bfadd598002dc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark496
Best CPU time to get the best result obtained on this benchmark54.3384
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables403744
Total number of constraints31062
Number of constraints which are clauses15779
Number of constraints which are cardinality constraints (but not clauses)13392
Number of constraints which are nor clauses,nor cardinality constraints1891
Minimum length of a constraint28
Maximum length of a constraint33
Number of terms in the objective function 992
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 992
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 992
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4519475-1751562972.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.17	c  objective function found
30.43/28.29	c ... done. Wall clock time 28.132s.
30.43/28.29	c declared #vars     403744
30.43/28.29	c #constraints  31062
30.43/28.29	c constraints type 
30.43/28.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15283
30.43/28.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15779
30.43/28.29	c 31062 constraints processed.
30.55/28.31	c objective function length is 992 literals
42.45/37.16	c cleaning 1361 clauses out of 5011 with flag 0/5011
52.74/46.75	c cleaning 1587 clauses out of 9640 with flag 0/11001
65.96/58.95	c cleaning 1989 clauses out of 15053 with flag 0/18001
89.44/79.64	c cleaning 3247 clauses out of 21064 with flag 0/26001
106.20/95.70	c cleaning 1852 clauses out of 26817 with flag 0/35001
131.50/119.93	c cleaning 4258 clauses out of 34967 with flag 0/45003
165.09/152.61	c cleaning 8106 clauses out of 41707 with flag 0/56001
191.25/177.56	c cleaning 5485 clauses out of 45603 with flag 0/68003
219.83/204.92	c cleaning 7746 clauses out of 53115 with flag 0/81000
380.98/367.35	c cleaning 13738 clauses out of 59369 with flag 0/95000
423.83/408.54	c cleaning 7681 clauses out of 60634 with flag 0/110003
467.58/450.35	c cleaning 6619 clauses out of 68951 with flag 0/126001
503.13/484.01	c cleaning 5878 clauses out of 79332 with flag 0/143001
700.05/685.91	c cleaning 11806 clauses out of 91453 with flag 0/161000
846.80/841.29	c cleaning 12461 clauses out of 98647 with flag 0/180000
1017.22/1008.27	c cleaning 12337 clauses out of 106186 with flag 0/200000
1295.14/1287.21	c cleaning 15722 clauses out of 114849 with flag 0/221000
1391.36/1384.88	c cleaning 17778 clauses out of 121127 with flag 0/243000
1647.62/1646.60	c cleaning 17814 clauses out of 126349 with flag 0/266000
1741.88/1745.11	c cleaning 11617 clauses out of 132548 with flag 0/290013
1834.00/1833.81	c cleaning 11792 clauses out of 145918 with flag 0/315000
2109.47/2111.96	c cleaning 18118 clauses out of 160126 with flag 0/341000
2651.99/2658.06	c cleaning 24106 clauses out of 169011 with flag 0/368003
3405.51/3417.66	c cleaning 27115 clauses out of 172902 with flag 0/396000
3600.03/3614.81	c starts		: 94
3600.03/3614.82	c conflicts		: 411513
3600.03/3614.82	c decisions		: 31426470
3600.03/3614.82	c propagations		: 70453968
3600.03/3614.82	c inspects		: 589612406
3600.03/3614.82	c shortcuts		: 0
3600.03/3614.82	c learnt literals	: 0
3600.03/3614.82	c learnt binary clauses	: 3
3600.03/3614.82	c learnt ternary clauses	: 0
3600.03/3614.82	c learnt constraints	: 411513
3600.03/3614.82	c ignored constraints	: 0
3600.03/3614.82	c root simplifications	: 0
3600.03/3614.82	c removed literals (reason simplification)	: 0
3600.03/3614.82	c reason swapping (by a shorter reason)	: 0
3600.03/3614.82	c Calls to reduceDB	: 24
3600.03/3614.82	c Number of update (reduction) of LBD	: 336165
3600.03/3614.82	c Imported unit clauses	: 0
3600.03/3614.82	c No decision after first conflict	: false
3600.03/3614.82	c number of reductions to clauses (during analyze)	: 0
3600.03/3614.82	c number of learned constraints concerned by reduction	: 0
3600.03/3614.82	c number of learning phase by resolution	: 0
3600.03/3614.82	c number of learning phase by cutting planes	: 0
3600.03/3614.82	c number of rounding to 1 operations	: 0
3600.03/3614.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3614.82	c number of reductions of the coefficients by power 2 	: 0
3600.03/3614.82	c number of right shift for reduction by power 2 	: 0
3600.03/3614.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3614.82	c number of ending skipping 	: 0
3600.03/3614.82	c number of internal skipping 	: 0
3600.03/3614.82	c number of derivation steps 	: 3634836
3600.03/3614.82	c number of skipped derivation steps 	: 0
3600.03/3614.82	c number of remaining unassigned 	: 251711
3600.03/3614.82	c number of remaining assigned 	: 954534981
3600.03/3614.82	c number of falsified literals weakened from reason	: 0
3600.03/3614.82	c number of falsified literals weakened from conflict	: 0
3600.03/3614.82	c time for arithmetic operations	: 5983487535
3600.03/3614.82	c minimum degree of deleted constraints	: 1
3600.03/3614.82	c maximum degree of deleted constraints	: 39887425301808124480928400648666711904336941050182855
3600.03/3614.82	c number of deleted constraints	: 250213
3600.03/3614.82	c speed (assignments/second)	: 19644.360350684365
3600.03/3614.82	c non guided choices	: 26819965
3600.03/3614.83	c timeout
3600.03/3614.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 5
3600.03/3614.89	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 149320
3600.03/3614.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3600.03/3614.89	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11972
3600.03/3614.89	s UNKNOWN
3600.03/3614.89	c Total wall clock time (in seconds): 3614.726

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: 63665 MiB (58462 MiB free)
  memory of node 1: 64507 MiB (62053 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=81132, runsolver pid=81100

[startup+0.10006 s]*
/proc/loadavg: 0.29 1.56 2.46 8/333 81154
/proc/meminfo: memFree=123353640/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=18930384 memory=57688 CPUtime=0.12 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 6557 0 0 0 10 2 0 0 20 0 18 0 71974864 19384713216 14422 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4732596 14422 5337 1 0 547604 0
[pid=81132/tid=81138] ppid=81100 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 5060 0 0 0 6 1 0 0 20 0 18 0 71974866 19384713216 14422 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71974868 19384713216 14422 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=18930384 memory=59585004307076 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 71974868 19384713216 14422 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57688 KiB

[startup+0.20575 s]*
/proc/loadavg: 0.29 1.56 2.46 12/333 81154
/proc/meminfo: memFree=123230004/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=18930384 memory=90924 CPUtime=0.3 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 7099 0 0 0 27 3 0 0 20 0 18 0 71974864 19384713216 22731 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4732596 22731 5433 1 0 547957 0
[pid=81132/tid=81138] ppid=81100 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 5396 0 0 0 14 2 0 0 20 0 18 0 71974866 19384713216 22731 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=18930384 memory=15140 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71974868 19384713216 22731 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 71974868 19384713216 22731 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90924 KiB

[startup+0.305805 s]*
/proc/loadavg: 0.29 1.56 2.46 10/335 81156
/proc/meminfo: memFree=122955324/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=18997168 memory=197148 CPUtime=0.48 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 7584 0 0 0 42 6 0 0 20 0 19 0 71974864 19453100032 49287 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4749292 49287 5497 1 0 548548 0
[pid=81132/tid=81138] ppid=81100 vsize=18997168 memory=-6000919507150400359 CPUtime=0.25 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 5435 0 0 0 21 4 0 0 20 0 19 0 71974866 19453100032 49287 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=18997168 memory=0 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71974868 19453100032 49287 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=18997168 memory=0 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 71974868 19453100032 49287 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18997168 KiB
Current children cumulated memory: 197148 KiB

[startup+0.700242 s]
/proc/loadavg: 1.07 1.70 2.50 9/339 81160
/proc/meminfo: memFree=122153228/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=18996948 memory=1221572 CPUtime=1.13 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 11126 0 0 0 87 26 0 0 20 0 19 0 71974864 19452874752 305393 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4749237 305393 5497 1 0 1065805 0
[pid=81132/tid=81138] ppid=81100 vsize=18996948 memory=14592 CPUtime=0.63 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 5930 0 0 0 40 23 0 0 20 0 19 0 71974866 19452874752 305393 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 305393 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 305393 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1221572 KiB

[startup+1.50027 s]
/proc/loadavg: 1.07 1.70 2.50 8/340 81161
/proc/meminfo: memFree=120605828/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=18996948 memory=2428336 CPUtime=2.1 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 12816 0 0 0 159 51 0 0 20 0 19 0 71974864 19452874752 607084 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4749237 607084 5497 1 0 1066358 0
[pid=81132/tid=81138] ppid=81100 vsize=18996948 memory=3200 CPUtime=1.41 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 6519 0 0 0 94 47 0 0 20 0 19 0 71974866 19452874752 607084 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 607084 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 607084 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 2.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2428336 KiB

[startup+3.10584 s]
/proc/loadavg: 1.07 1.70 2.50 8/341 81162
/proc/meminfo: memFree=119222304/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=18996948 memory=2549312 CPUtime=4.06 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 19748 0 0 0 352 54 0 0 20 0 19 0 71974864 19452874752 637328 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4749237 637328 5529 1 0 1068893 0
[pid=81132/tid=81138] ppid=81100 vsize=18996948 memory=10752 CPUtime=2.97 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 6667 0 0 0 248 49 0 0 20 0 19 0 71974866 19452874752 637328 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 637328 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=18996948 memory=5504 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 637328 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2549312 KiB

[startup+6.30022 s]
/proc/loadavg: 1.30 1.74 2.51 5/341 81162
/proc/meminfo: memFree=117872532/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=18996948 memory=2567560 CPUtime=8.07 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 27371 0 0 0 750 57 0 0 20 0 19 0 71974864 19452874752 641890 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4749237 641890 5529 1 0 1072214 0
[pid=81132/tid=81138] ppid=81100 vsize=18996948 memory=10752 CPUtime=6.02 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 7054 0 0 0 553 49 0 0 20 0 19 0 71974866 19452874752 641890 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=18996948 memory=5504 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 641890 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=18996948 memory=-6000919507150400359 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 641890 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 8.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2567560 KiB

[startup+12.7002 s]
/proc/loadavg: 1.68 1.81 2.53 5/341 81162
/proc/meminfo: memFree=116235700/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=18996948 memory=3214772 CPUtime=14.6 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 28978 0 0 0 1391 69 0 0 20 0 19 0 71974864 19452874752 803693 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4749237 803693 5529 1 0 1230972 0
[pid=81132/tid=81138] ppid=81100 vsize=18996948 memory=14592 CPUtime=12.12 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 8127 0 0 0 1151 61 0 0 20 0 19 0 71974866 19452874752 803693 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 803693 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=18996948 memory=5504 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 803693 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 14.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3214772 KiB

[startup+25.5002 s]
/proc/loadavg: 2.04 1.88 2.55 5/341 81162
/proc/meminfo: memFree=115843644/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=18996948 memory=3258512 CPUtime=27.69 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 32503 0 0 0 2698 71 0 0 20 0 19 0 71974864 19452874752 814628 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4749237 814628 5529 1 0 1230972 0
[pid=81132/tid=81138] ppid=81100 vsize=18996948 memory=5504 CPUtime=24.31 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 9429 0 0 0 2370 61 0 0 20 0 19 0 71974866 19452874752 814628 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=18996948 memory=3204200 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 814628 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=18996948 memory=3252348 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 71974868 19452874752 814628 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 27.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3258512 KiB

[startup+51.1059 s]
/proc/loadavg: 3.20 2.18 2.63 5/343 81165
/proc/meminfo: memFree=115044628/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=19063512 memory=3361356 CPUtime=57.35 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 51587 0 0 0 5655 80 0 0 20 0 20 0 71974864 19521036288 840339 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4765878 840339 5561 1 0 1231616 0
[pid=81132/tid=81138] ppid=81100 vsize=19063512 memory=3355208 CPUtime=48.67 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 15879 0 0 0 4803 64 0 0 20 0 20 0 71974866 19521036288 840339 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=19063512 memory=-6000919507150400359 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71974868 19521036288 840339 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=19063512 memory=3472328296227943379 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 71974868 19521036288 840339 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81164] ppid=81100 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/81132/task/81164/stat : 81164 (Timer-0) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71977699 19521036288 840339 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 57.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3361356 KiB

[startup+102.3 s]
/proc/loadavg: 3.82 2.51 2.72 5/344 81167
/proc/meminfo: memFree=111750224/131249996 swapFree=33003468/33010684

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

/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=19130076 memory=5276 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 2118 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81164] ppid=81100 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/81132/task/81164/stat : 81164 (Timer-0) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71977699 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 3214.63 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10860248 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.33 4.22 5/344 81347
/proc/meminfo: memFree=91721644/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=19130076 memory=10860248 CPUtime=3272.13 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 402760 0 0 0 326483 730 0 0 20 0 21 0 71974864 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4782519 2715062 5593 1 0 2735715 0
[pid=81132/tid=81138] ppid=81100 vsize=19130076 memory=14592 CPUtime=3141.51 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 218431 0 0 0 313564 587 0 0 20 0 21 0 71974866 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=19130076 memory=10860248 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=19130076 memory=10860248 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 2149 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81164] ppid=81100 vsize=19130076 memory=10860248 CPUtime=0 cores=0,2
/proc/81132/task/81164/stat : 81164 (Timer-0) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71977699 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 3272.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10860248 KiB

[startup+3342.3 s]
/proc/loadavg: 4.52 4.41 4.26 5/342 81353
/proc/meminfo: memFree=91483448/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=19130076 memory=10860248 CPUtime=3330.22 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 407988 0 0 0 332283 739 0 0 20 0 21 0 71974864 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4782519 2715062 5593 1 0 2735715 0
[pid=81132/tid=81138] ppid=81100 vsize=19130076 memory=10860248 CPUtime=3198.86 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 223397 0 0 0 319292 594 0 0 20 0 21 0 71974866 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=19130076 memory=5504 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=19130076 memory=14592 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 2153 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81164] ppid=81100 vsize=19130076 memory=4352 CPUtime=0 cores=0,2
/proc/81132/task/81164/stat : 81164 (Timer-0) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71977699 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 3330.22 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10860248 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.35 4.25 5/342 81356
/proc/meminfo: memFree=91332880/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=19130076 memory=10860248 CPUtime=3390.24 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 413406 0 0 0 338279 745 0 0 20 0 21 0 71974864 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4782519 2715062 5593 1 0 2735715 0
[pid=81132/tid=81138] ppid=81100 vsize=19130076 memory=10860248 CPUtime=3258.49 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 227555 0 0 0 325251 598 0 0 20 0 21 0 71974866 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=19130076 memory=2760 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=19130076 memory=10860248 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 2173 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81164] ppid=81100 vsize=19130076 memory=10860248 CPUtime=0 cores=0,2
/proc/81132/task/81164/stat : 81164 (Timer-0) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71977699 19589197824 2715062 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 3390.24 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10860248 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.34 4.25 5/342 81358
/proc/meminfo: memFree=90924196/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=19130076 memory=11073704 CPUtime=3446.45 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 423162 0 0 0 343889 756 0 0 20 0 21 0 71974864 19589197824 2768426 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4782519 2768426 5593 1 0 2790014 0
[pid=81132/tid=81138] ppid=81100 vsize=19130076 memory=10860248 CPUtime=3311.22 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 231870 0 0 0 330517 605 0 0 20 0 21 0 71974866 19589197824 2768426 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=19130076 memory=2760 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2768426 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=19130076 memory=10860248 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 2223 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2768426 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81164] ppid=81100 vsize=19130076 memory=11073704 CPUtime=0 cores=0,2
/proc/81132/task/81164/stat : 81164 (Timer-0) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71977699 19589197824 2768426 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 3446.45 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11073704 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.31 4.25 5/344 81362
/proc/meminfo: memFree=90697796/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=19130076 memory=11075828 CPUtime=3506.84 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 432578 0 0 0 349915 769 0 0 20 0 21 0 71974864 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4782519 2768957 5593 1 0 2790023 0
[pid=81132/tid=81138] ppid=81100 vsize=19130076 memory=11075828 CPUtime=3370.2 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 237677 0 0 0 336403 617 0 0 20 0 21 0 71974866 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=19130076 memory=10860248 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=19130076 memory=10860248 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 2223 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81164] ppid=81100 vsize=19130076 memory=14592 CPUtime=0 cores=0,2
/proc/81132/task/81164/stat : 81164 (Timer-0) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71977699 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 3506.84 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11075828 KiB

[startup+3582.3 s]
/proc/loadavg: 4.43 4.35 4.26 4/324 81515
/proc/meminfo: memFree=95254092/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=19130076 memory=11075828 CPUtime=3567.15 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 440657 0 0 0 355927 788 0 0 20 0 21 0 71974864 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4782519 2768957 5593 1 0 2790023 0
[pid=81132/tid=81138] ppid=81100 vsize=19130076 memory=11075828 CPUtime=3429.16 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 242261 0 0 0 342282 634 0 0 20 0 21 0 71974866 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=19130076 memory=11075828 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=19130076 memory=14592 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 2314 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81164] ppid=81100 vsize=19130076 memory=14592 CPUtime=0 cores=0,2
/proc/81132/task/81164/stat : 81164 (Timer-0) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71977699 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 3567.15 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11075828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.8 s]
/proc/loadavg: 4.31 4.33 4.26 5/345 81566
/proc/meminfo: memFree=95122292/131249996 swapFree=33003468/33010684
[pid=81132] ppid=81100 vsize=19130076 memory=11075828 CPUtime=3600.03 cores=0,2
/proc/81132/stat : 81132 (java) S 81100 81132 80990 0 -1 4194304 441953 0 0 0 359208 795 0 0 20 0 21 0 71974864 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
/proc/81132/statm: 4782519 2768957 5593 1 0 2790023 0
[pid=81132/tid=81138] ppid=81100 vsize=19130076 memory=1792 CPUtime=3460.94 cores=0,2
/proc/81132/task/81138/stat : 81138 (java) R 81100 81132 80990 0 -1 4194368 242684 0 0 0 345454 640 0 0 20 0 21 0 71974866 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81147] ppid=81100 vsize=19130076 memory=1920 CPUtime=0 cores=0,2
/proc/81132/task/81147/stat : 81147 (Finalizer) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81154] ppid=81100 vsize=19130076 memory=-6000919507150400359 CPUtime=0 cores=0,2
/proc/81132/task/81154/stat : 81154 (Common-Cleaner) S 81100 81132 80990 0 -1 4194368 2345 0 0 0 0 0 0 0 20 0 21 0 71974868 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
[pid=81132/tid=81164] ppid=81100 vsize=19130076 memory=5860 CPUtime=0 cores=0,2
/proc/81132/task/81164/stat : 81164 (Timer-0) S 81100 81132 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71977699 19589197824 2768957 18446744073709551615 94141281910784 94141281914480 140732025637824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94141281922296 94141281923088 94141303431168 140732025645357 140732025645542 140732025645542 140732025651144 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11075828 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.22 s, system=7.99005 s

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

[startup+3614.91 s]*
/proc/loadavg: 4.31 4.33 4.26 5/326 81569
/proc/meminfo: memFree=95127776/131249996 swapFree=33003468/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): 3614.94
CPU time (s): 3600.21
CPU user time (s): 3592.22
CPU system time (s): 7.99005
CPU usage (%): 99.5927
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 11075828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.22
system time used= 7.99005
maximum resident set size= 11076724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9867968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143425
involuntary context switches= 15056


# summary of solver processes directly reported to runsolver:
#   pid: 81132
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3592.22
#   total CPU system time (s): 7.99005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55043 second user time and 18.5383 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-03 19:16:12
IDJOB=4519475
IDBENCH=177259
IDSOLVER=3362
FILE ID=nodeC021/4519475-1751562972
RUNJOBID= nodeC021-1751562972-81027
SLURM_JOB_ID= 9598766
Free space on /tmp= 430936 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height30_pigeons29_holes28.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519475-1751562972/watcher-4519475-1751562972 -o /tmp/evaluation-result-4519475-1751562972/solver-4519475-1751562972 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751562972-81027 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4519475-1751562972 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4519475-1751562972.opb

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

MD5SUM BENCH= c8ceefdda568d430d72bfadd598002dc
RANDOM SEED=1435661190

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123466860 kB
MemAvailable:   129679564 kB
Buffers:            1056 kB
Cached:          6946424 kB
SwapCached:           32 kB
Active:           537100 kB
Inactive:        6484092 kB
Active(anon):      46232 kB
Inactive(anon):    40932 kB
Active(file):     490868 kB
Inactive(file):  6443160 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12972 kB
Writeback:            28 kB
AnonPages:         76796 kB
Mapped:            99148 kB
Shmem:             13452 kB
KReclaimable:     235432 kB
Slab:             327676 kB
SReclaimable:     235432 kB
SUnreclaim:        92244 kB
KernelStack:        4116 kB
PageTables:         2768 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     349360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430932 MiB
End job on nodeC021 at 2025-07-03 20:16:27