Trace number 4519428

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 2025-06-06? (TO) 3600.5 3343.41

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
MD5SUMa8850f77d674f2f3b7ac0e06d3d8c373
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 benchmark741
Best CPU time to get the best result obtained on this benchmark203.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables935142
Total number of constraints56829
Number of constraints which are clauses28785
Number of constraints which are cardinality constraints (but not clauses)25194
Number of constraints which are nor clauses,nor cardinality constraints2850
Minimum length of a constraint35
Maximum length of a constraint40
Number of terms in the objective function 1482
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 1482
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1482
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.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: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 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 Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
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-4519428-1751558080.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  objective function found
38.02/36.01	c ... done. Wall clock time 35.85s.
38.02/36.01	c declared #vars     935142
38.02/36.01	c #constraints  56829
38.02/36.01	c constraints type 
38.02/36.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28044
38.02/36.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28785
38.02/36.01	c 56829 constraints processed.
38.02/36.02	c objective function length is 1482 literals
78.25/71.83	c cleaning 2441 clauses out of 5005
201.07/189.86	c cleaning 4244 clauses out of 8560
437.12/422.10	c cleaning 5563 clauses out of 11319
534.08/515.67	c cleaning 5687 clauses out of 13752
998.32/975.38	c cleaning 7385 clauses out of 17065
1179.35/1150.96	c cleaning 6544 clauses out of 19681
1467.49/1434.26	c cleaning 9422 clauses out of 24136
1875.93/1834.76	c cleaning 10002 clauses out of 26715
2457.90/2404.12	c cleaning 10987 clauses out of 29712
3107.95/2940.99	c cleaning 13128 clauses out of 32741
3600.13/3343.25	c starts		: 91
3600.13/3343.26	c conflicts		: 102044
3600.13/3343.26	c decisions		: 11215431
3600.13/3343.26	c propagations		: 23471359
3600.13/3343.26	c inspects		: 2606698924
3600.13/3343.26	c shortcuts		: 0
3600.13/3343.26	c learnt literals	: 0
3600.13/3343.26	c learnt binary clauses	: 1
3600.13/3343.26	c learnt ternary clauses	: 0
3600.13/3343.26	c learnt constraints	: 102044
3600.13/3343.26	c ignored constraints	: 0
3600.13/3343.26	c root simplifications	: 0
3600.13/3343.26	c removed literals (reason simplification)	: 0
3600.13/3343.26	c reason swapping (by a shorter reason)	: 0
3600.13/3343.26	c Calls to reduceDB	: 10
3600.13/3343.26	c Number of update (reduction) of LBD	: 0
3600.13/3343.26	c Imported unit clauses	: 0
3600.13/3343.26	c No decision after first conflict	: false
3600.13/3343.26	c number of reductions to clauses (during analyze)	: 0
3600.13/3343.26	c number of learned constraints concerned by reduction	: 0
3600.13/3343.26	c number of learning phase by resolution	: 0
3600.13/3343.26	c number of learning phase by cutting planes	: 0
3600.13/3343.26	c number of rounding to 1 operations	: 0
3600.13/3343.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.13/3343.26	c number of reductions of the coefficients by power 2 	: 0
3600.13/3343.27	c number of right shift for reduction by power 2 	: 0
3600.13/3343.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.13/3343.27	c number of ending skipping 	: 0
3600.13/3343.27	c number of internal skipping 	: 0
3600.13/3343.27	c number of derivation steps 	: 584960
3600.13/3343.27	c number of skipped derivation steps 	: 0
3600.13/3343.27	c number of remaining unassigned 	: 63470
3600.13/3343.27	c number of remaining assigned 	: 191256483
3600.13/3343.27	c number of falsified literals weakened from reason	: 0
3600.13/3343.27	c number of falsified literals weakened from conflict	: 0
3600.13/3343.27	c time for arithmetic operations	: 5153450234
3600.13/3343.29	c minimum degree of deleted constraints	: null
3600.13/3343.29	c maximum degree of deleted constraints	: null
3600.13/3343.29	c number of deleted constraints	: 0
3600.13/3343.29	c speed (assignments/second)	: 7096.998726123895
3600.13/3343.29	c non guided choices	: 9460850
3600.33/3343.35	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 6221
3600.33/3343.35	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 20419
3600.33/3343.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.33/3343.35	s UNKNOWN
3600.33/3343.35	c Total wall clock time (in seconds): 3343.191

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519428-1751558080/watcher-4519428-1751558080 -o /tmp/evaluation-result-4519428-1751558080/solver-4519428-1751558080 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751552108-77826 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4519428-1751558080.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 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=78579, runsolver pid=78576

[startup+0.100061 s]*
/proc/loadavg: 5.12 5.10 4.87 7/337 78597
/proc/meminfo: memFree=93053944/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=18930384 memory=57736 CPUtime=0.13 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 6578 0 0 0 11 2 0 0 20 0 18 0 71486832 19384713216 14434 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4732596 14434 5334 1 0 547620 0
[pid=78579/tid=78581] ppid=78576 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 5075 0 0 0 6 1 0 0 20 0 18 0 71486833 19384713216 14434 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71486835 19384713216 14434 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=18930384 memory=55186957820777 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71486836 19384713216 14434 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57736 KiB

[startup+0.205806 s]*
/proc/loadavg: 5.12 5.10 4.87 9/337 78597
/proc/meminfo: memFree=93011220/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=18930384 memory=117588 CPUtime=0.3 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 7139 0 0 0 27 3 0 0 20 0 18 0 71486832 19384713216 29397 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4732596 29397 5430 1 0 547980 0
[pid=78579/tid=78581] ppid=78576 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 5402 0 0 0 14 2 0 0 20 0 18 0 71486833 19384713216 29397 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=18930384 memory=2697 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71486835 19384713216 29397 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71486836 19384713216 29397 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117588 KiB

[startup+0.305835 s]*
/proc/loadavg: 5.12 5.10 4.87 8/337 78597
/proc/meminfo: memFree=92611892/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=18930384 memory=519836 CPUtime=0.48 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 8361 0 0 0 37 11 0 0 20 0 18 0 71486832 19384713216 129959 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4732596 129959 5430 1 0 548769 0
[pid=78579/tid=78581] ppid=78576 vsize=18930384 memory=-6000919481262892136 CPUtime=0.27 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 5598 0 0 0 17 10 0 0 20 0 18 0 71486833 19384713216 129959 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71486835 19384713216 130471 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71486836 19384713216 130471 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 519836 KiB

[startup+0.700259 s]
/proc/loadavg: 5.12 5.10 4.87 8/338 78598
/proc/meminfo: memFree=92059752/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=18996948 memory=1056988 CPUtime=1.07 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 10378 0 0 0 86 21 0 0 20 0 19 0 71486832 19452874752 264247 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4749237 264247 5462 1 0 549831 0
[pid=78579/tid=78581] ppid=78576 vsize=18996948 memory=18688 CPUtime=0.63 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 5841 0 0 0 44 19 0 0 20 0 19 0 71486833 19452874752 264247 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71486835 19452874752 264247 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 71486836 19452874752 264247 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1056988 KiB

[startup+1.50027 s]
/proc/loadavg: 5.12 5.10 4.87 7/338 78598
/proc/meminfo: memFree=92052648/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=18996948 memory=1257244 CPUtime=2.25 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 11929 0 0 0 199 26 0 0 20 0 19 0 71486832 19452874752 314311 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4749237 314311 5494 1 0 656875 0
[pid=78579/tid=78581] ppid=78576 vsize=18996948 memory=3200 CPUtime=1.4 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 6025 0 0 0 117 23 0 0 20 0 19 0 71486833 19452874752 314311 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71486835 19452874752 314311 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 71486836 19452874752 314311 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1257244 KiB

[startup+3.10561 s]
/proc/loadavg: 5.12 5.10 4.87 5/338 78598
/proc/meminfo: memFree=91004512/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=18996948 memory=2104540 CPUtime=4.15 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 19892 0 0 0 371 44 0 0 20 0 19 0 71486832 19452874752 526135 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4749237 526135 5494 1 0 1086696 0
[pid=78579/tid=78581] ppid=78576 vsize=18996948 memory=10624 CPUtime=2.9 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 6499 0 0 0 252 38 0 0 20 0 19 0 71486833 19452874752 526135 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71486835 19452874752 526135 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 71486836 19452874752 526135 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 4.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2104540 KiB

[startup+6.30025 s]
/proc/loadavg: 5.11 5.09 4.87 5/337 78598
/proc/meminfo: memFree=90355832/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=18996948 memory=2769352 CPUtime=7.42 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 21502 0 0 0 684 58 0 0 20 0 19 0 71486832 19452874752 692338 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4749237 692338 5494 1 0 1408389 0
[pid=78579/tid=78581] ppid=78576 vsize=18996948 memory=5632 CPUtime=5.86 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 7048 0 0 0 537 49 0 0 20 0 19 0 71486833 19452874752 692338 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71486835 19452874752 692338 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=18996948 memory=-6000919481262892136 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 71486836 19452874752 692338 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 7.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2769352 KiB

[startup+12.7003 s]
/proc/loadavg: 5.10 5.09 4.87 6/337 78599
/proc/meminfo: memFree=89404396/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=18996948 memory=3712280 CPUtime=13.97 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 23973 0 0 0 1319 78 0 0 20 0 19 0 71486832 19452874752 928070 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4749237 928070 5494 1 0 1857503 0
[pid=78579/tid=78581] ppid=78576 vsize=18996948 memory=2773524 CPUtime=11.77 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 8114 0 0 0 1113 64 0 0 20 0 19 0 71486833 19452874752 928070 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=18996948 memory=18688 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71486835 19452874752 928070 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=18996948 memory=14444 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 71486836 19452874752 928070 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 13.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3712280 KiB

[startup+25.5002 s]
/proc/loadavg: 4.86 5.04 4.85 6/337 78599
/proc/meminfo: memFree=88636432/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=18996948 memory=4495808 CPUtime=27.11 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 27285 0 0 0 2617 94 0 0 20 0 19 0 71486832 19452874752 1123952 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4749237 1123952 5494 1 0 2168750 0
[pid=78579/tid=78581] ppid=78576 vsize=18996948 memory=2773524 CPUtime=23.5 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 9029 0 0 0 2274 76 0 0 20 0 19 0 71486833 19452874752 1123952 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=18996948 memory=-6000919481262892136 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71486835 19452874752 1123952 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=18996948 memory=4166916 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 71486836 19452874752 1123952 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 27.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4495808 KiB

[startup+51.1056 s]
/proc/loadavg: 4.71 4.99 4.84 6/338 78600
/proc/meminfo: memFree=87612072/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=19063512 memory=5454072 CPUtime=56.38 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 41719 0 0 0 5523 115 0 0 20 0 20 0 71486832 19521036288 1363518 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4765878 1363518 5526 1 0 2266944 0
[pid=78579/tid=78581] ppid=78576 vsize=19063512 memory=5229252 CPUtime=47.73 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 13262 0 0 0 4686 87 0 0 20 0 20 0 71486833 19521036288 1363518 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=19063512 memory=-6000919481262892136 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71486835 19521036288 1363518 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=19063512 memory=3702036 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 71486836 19521036288 1363518 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78600] ppid=78576 vsize=19063512 memory=5091912 CPUtime=0 cores=5,7
/proc/78579/task/78600/stat : 78600 (Timer-0) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71490438 19521036288 1363518 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 56.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5454072 KiB

[startup+102.3 s]
/proc/loadavg: 4.55 4.91 4.82 5/338 78602
/proc/meminfo: memFree=86016412/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=19063512 memory=6618464 CPUtime=110.35 cores=5,7

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

/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71486835 19589197824 4091206 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=19130076 memory=14444 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 2790 0 0 0 0 0 0 0 20 0 21 0 71486836 19589197824 4091206 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78600] ppid=78576 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/78579/task/78600/stat : 78600 (Timer-0) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71490438 19589197824 4091206 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 3156.88 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16364824 KiB

[startup+3042.3 s]
/proc/loadavg: 4.74 4.80 4.62 5/342 78959
/proc/meminfo: memFree=73768180/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=19130076 memory=16366232 CPUtime=3224.75 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 506724 0 0 0 321890 585 0 0 20 0 21 0 71486832 19589197824 4091558 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4782519 4091558 5558 1 0 4103424 0
[pid=78579/tid=78581] ppid=78576 vsize=19130076 memory=18688 CPUtime=2958.09 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 259835 0 0 0 295517 292 0 0 20 0 21 0 71486833 19589197824 4091558 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=19130076 memory=5276 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71486835 19589197824 4091558 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=19130076 memory=16366232 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 2835 0 0 0 0 0 0 0 20 0 21 0 71486836 19589197824 4091558 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78600] ppid=78576 vsize=19130076 memory=16366232 CPUtime=0 cores=5,7
/proc/78579/task/78600/stat : 78600 (Timer-0) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71490438 19589197824 4091558 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 3224.75 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16366232 KiB

[startup+3102.3 s]
/proc/loadavg: 5.08 4.88 4.66 6/342 78961
/proc/meminfo: memFree=73187300/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=19130076 memory=16370640 CPUtime=3301 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 526982 0 0 0 329500 600 0 0 20 0 21 0 71486832 19589197824 4092660 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4782519 4092660 5558 1 0 4104743 0
[pid=78579/tid=78581] ppid=78576 vsize=19130076 memory=14444 CPUtime=3016.87 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 266874 0 0 0 301394 293 0 0 20 0 21 0 71486833 19589197824 4092660 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=19130076 memory=10624 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71486835 19589197824 4092660 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=19130076 memory=16370640 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 2891 0 0 0 0 0 0 0 20 0 21 0 71486836 19589197824 4092660 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78600] ppid=78576 vsize=19130076 memory=3200 CPUtime=0 cores=5,7
/proc/78579/task/78600/stat : 78600 (Timer-0) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71490438 19589197824 4092660 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 3301 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16370640 KiB

[startup+3162.3 s]
/proc/loadavg: 4.80 4.83 4.65 6/343 78964
/proc/meminfo: memFree=73125496/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=19130076 memory=16370768 CPUtime=3376.75 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 540825 0 0 0 337062 613 0 0 20 0 21 0 71486832 19589197824 4092692 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4782519 4092692 5558 1 0 4104743 0
[pid=78579/tid=78581] ppid=78576 vsize=19130076 memory=14444 CPUtime=3075.67 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 271402 0 0 0 307272 295 0 0 20 0 21 0 71486833 19589197824 4092692 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=19130076 memory=10624 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71486835 19589197824 4092692 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=19130076 memory=16370640 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 2937 0 0 0 0 0 0 0 20 0 21 0 71486836 19589197824 4092692 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78600] ppid=78576 vsize=19130076 memory=-6000919481262892136 CPUtime=0 cores=5,7
/proc/78579/task/78600/stat : 78600 (Timer-0) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71490438 19589197824 4092692 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 3376.75 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16370768 KiB

[startup+3222.3 s]
/proc/loadavg: 4.88 4.83 4.66 8/343 78966
/proc/meminfo: memFree=73076488/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=19130076 memory=16371920 CPUtime=3451.29 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 556063 0 0 0 344502 627 0 0 20 0 21 0 71486832 19589197824 4092980 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4782519 4092980 5558 1 0 4105180 0
[pid=78579/tid=78581] ppid=78576 vsize=19130076 memory=10624 CPUtime=3134.39 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 277102 0 0 0 313143 296 0 0 20 0 21 0 71486833 19589197824 4092980 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=19130076 memory=10624 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71486835 19589197824 4092980 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=19130076 memory=14444 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 2993 0 0 0 0 0 0 0 20 0 21 0 71486836 19589197824 4092980 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78600] ppid=78576 vsize=19130076 memory=16371792 CPUtime=0 cores=5,7
/proc/78579/task/78600/stat : 78600 (Timer-0) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71490438 19589197824 4092980 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 3451.29 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16371920 KiB

[startup+3282.3 s]
/proc/loadavg: 4.83 4.82 4.67 6/343 78968
/proc/meminfo: memFree=73067656/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=19130076 memory=16373456 CPUtime=3526.33 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 572676 0 0 0 351993 640 0 0 20 0 21 0 71486832 19589197824 4093364 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4782519 4093364 5558 1 0 4105553 0
[pid=78579/tid=78581] ppid=78576 vsize=19130076 memory=16373072 CPUtime=3193.14 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 285390 0 0 0 319016 298 0 0 20 0 21 0 71486833 19589197824 4093364 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=19130076 memory=10624 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71486835 19589197824 4093364 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=19130076 memory=10624 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 2994 0 0 0 0 0 0 0 20 0 21 0 71486836 19589197824 4093364 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78600] ppid=78576 vsize=19130076 memory=16373456 CPUtime=0 cores=5,7
/proc/78579/task/78600/stat : 78600 (Timer-0) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71490438 19589197824 4093364 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 3526.33 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16373456 KiB

[startup+3342.3 s]
/proc/loadavg: 4.89 4.84 4.68 6/343 78974
/proc/meminfo: memFree=73031044/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=19130076 memory=16373712 CPUtime=3598.35 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 587035 0 0 0 359185 650 0 0 20 0 21 0 71486832 19589197824 4093428 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4782519 4093428 5558 1 0 4105553 0
[pid=78579/tid=78581] ppid=78576 vsize=19130076 memory=10624 CPUtime=3251.72 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 291365 0 0 0 324873 299 0 0 20 0 21 0 71486833 19589197824 4093428 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=19130076 memory=16372560 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71486835 19589197824 4093428 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=19130076 memory=16373712 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 3004 0 0 0 0 0 0 0 20 0 21 0 71486836 19589197824 4093428 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78600] ppid=78576 vsize=19130076 memory=18688 CPUtime=0 cores=5,7
/proc/78579/task/78600/stat : 78600 (Timer-0) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71490438 19589197824 4093428 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 3598.35 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16373712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3343.2 s]
/proc/loadavg: 4.89 4.84 4.68 6/343 78974
/proc/meminfo: memFree=73031044/131249988 swapFree=33010160/33010684
[pid=78579] ppid=78576 vsize=19130076 memory=16373712 CPUtime=3600.13 cores=5,7
/proc/78579/stat : 78579 (java) S 78576 78579 77813 0 -1 4194304 587098 0 0 0 359363 650 0 0 20 0 21 0 71486832 19589197824 4093428 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
/proc/78579/statm: 4782519 4093428 5558 1 0 4105553 0
[pid=78579/tid=78581] ppid=78576 vsize=19130076 memory=16373712 CPUtime=3252.62 cores=5,7
/proc/78579/task/78581/stat : 78581 (java) R 78576 78579 77813 0 -1 4194368 291378 0 0 0 324963 299 0 0 20 0 21 0 71486833 19589197824 4093428 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78590] ppid=78576 vsize=19130076 memory=19840 CPUtime=0 cores=5,7
/proc/78579/task/78590/stat : 78590 (Finalizer) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71486835 19589197824 4093428 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78597] ppid=78576 vsize=19130076 memory=4764 CPUtime=0 cores=5,7
/proc/78579/task/78597/stat : 78597 (Common-Cleaner) S 78576 78579 77813 0 -1 4194368 3004 0 0 0 0 0 0 0 20 0 21 0 71486836 19589197824 4093428 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
[pid=78579/tid=78600] ppid=78576 vsize=19130076 memory=2764 CPUtime=0 cores=5,7
/proc/78579/task/78600/stat : 78600 (Timer-0) S 78576 78579 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71490438 19589197824 4093428 18446744073709551615 94696517623808 94696517627504 140729324738752 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94696517635320 94696517636112 94696535932928 140729324743038 140729324743142 140729324743142 140729324748744 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16373712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.94 s, system=6.55677 s

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

[startup+3343.4 s]*
/proc/loadavg: 4.89 4.84 4.68 5/324 78977
/proc/meminfo: memFree=89159040/131249988 swapFree=33010160/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): 3343.41
CPU time (s): 3600.5
CPU user time (s): 3593.94
CPU system time (s): 6.55677
CPU usage (%): 107.69
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 16374224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.94
system time used= 6.55677
maximum resident set size= 16374352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 589157
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139337
involuntary context switches= 20572


# summary of solver processes directly reported to runsolver:
#   pid: 78579
#   total CPU time (s): 3600.5
#   total CPU user time (s): 3593.94
#   total CPU system time (s): 6.55677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.78402 second user time and 16.8629 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-03 17:54:40
IDJOB=4519428
IDBENCH=177254
IDSOLVER=3361
FILE ID=nodeC034/4519428-1751558080
RUNJOBID= nodeC034-1751552108-77826
SLURM_JOB_ID= 9598734
Free space on /tmp= 431120 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519428-1751558080/watcher-4519428-1751558080 -o /tmp/evaluation-result-4519428-1751558080/solver-4519428-1751558080 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751552108-77826 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4519428-1751558080.opb

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

MD5SUM BENCH= a8850f77d674f2f3b7ac0e06d3d8c373
RANDOM SEED=1487489854

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.789
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.53
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.756
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.53
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.921
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.53
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		: 3599.427
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.53
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		: 3598.900
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.939
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.53
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		: 3597.114
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.53
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		: 3600.874
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        93073596 kB
MemAvailable:   116285672 kB
Buffers:            2128 kB
Cached:         23950536 kB
SwapCached:           36 kB
Active:         13956812 kB
Inactive:       23475924 kB
Active(anon):   13493932 kB
Inactive(anon):     4208 kB
Active(file):     462880 kB
Inactive(file): 23471716 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22836 kB
Writeback:             0 kB
AnonPages:      13481364 kB
Mapped:           123976 kB
Shmem:             18068 kB
KReclaimable:     233036 kB
Slab:             325952 kB
SReclaimable:     233036 kB
SUnreclaim:        92916 kB
KernelStack:        5168 kB
PageTables:        30060 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   14283880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13119488 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431108 MiB
End job on nodeC034 at 2025-07-03 18:50:23