Trace number 4519474

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.53 3152.79

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.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-4519474-1751558403.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  objective function found
10.95/9.55	c ... done. Wall clock time 9.397s.
10.95/9.55	c declared #vars     403744
10.95/9.55	c #constraints  31062
10.95/9.55	c constraints type 
10.95/9.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15283
10.95/9.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15779
10.95/9.55	c 31062 constraints processed.
10.95/9.56	c objective function length is 992 literals
26.35/21.21	c cleaning 1896 clauses out of 5005
78.02/69.32	c cleaning 4166 clauses out of 9114
109.63/98.91	c cleaning 3769 clauses out of 11939
168.62/156.58	c cleaning 5206 clauses out of 16173
217.20/202.43	c cleaning 4847 clauses out of 19967
286.91/269.23	c cleaning 6333 clauses out of 25120
397.79/376.96	c cleaning 7716 clauses out of 29783
695.93/670.49	c cleaning 8455 clauses out of 34068
1005.38/975.92	c cleaning 11174 clauses out of 38619
1181.39/1146.61	c cleaning 9665 clauses out of 41439
1416.60/1371.34	c cleaning 11884 clauses out of 46778
1742.92/1657.79	c cleaning 11490 clauses out of 50889
2132.45/1992.21	c cleaning 13316 clauses out of 56401
2989.94/2681.20	c cleaning 16834 clauses out of 61083
3600.18/3152.66	c starts		: 105
3600.18/3152.67	c conflicts		: 164651
3600.18/3152.67	c decisions		: 9359996
3600.18/3152.67	c propagations		: 20628938
3600.18/3152.67	c inspects		: 3415684270
3600.18/3152.67	c shortcuts		: 0
3600.18/3152.68	c learnt literals	: 0
3600.18/3152.68	c learnt binary clauses	: 2
3600.18/3152.68	c learnt ternary clauses	: 0
3600.18/3152.68	c learnt constraints	: 164651
3600.18/3152.68	c ignored constraints	: 0
3600.18/3152.68	c root simplifications	: 0
3600.18/3152.68	c removed literals (reason simplification)	: 0
3600.18/3152.68	c reason swapping (by a shorter reason)	: 0
3600.18/3152.68	c Calls to reduceDB	: 14
3600.18/3152.68	c Number of update (reduction) of LBD	: 0
3600.18/3152.68	c Imported unit clauses	: 0
3600.18/3152.68	c No decision after first conflict	: false
3600.18/3152.69	c number of reductions to clauses (during analyze)	: 0
3600.18/3152.70	c number of learned constraints concerned by reduction	: 0
3600.18/3152.70	c number of learning phase by resolution	: 0
3600.18/3152.70	c number of learning phase by cutting planes	: 0
3600.18/3152.70	c number of rounding to 1 operations	: 0
3600.18/3152.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.18/3152.70	c number of reductions of the coefficients by power 2 	: 0
3600.18/3152.70	c number of right shift for reduction by power 2 	: 0
3600.18/3152.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.18/3152.70	c number of ending skipping 	: 0
3600.18/3152.70	c number of internal skipping 	: 0
3600.18/3152.70	c number of derivation steps 	: 759727
3600.18/3152.70	c number of skipped derivation steps 	: 0
3600.18/3152.70	c number of remaining unassigned 	: 69448
3600.18/3152.70	c number of remaining assigned 	: 142596415
3600.18/3152.70	c number of falsified literals weakened from reason	: 0
3600.18/3152.70	c number of falsified literals weakened from conflict	: 0
3600.18/3152.70	c time for arithmetic operations	: 4910126602
3600.18/3152.70	c minimum degree of deleted constraints	: null
3600.18/3152.70	c maximum degree of deleted constraints	: null
3600.18/3152.70	c number of deleted constraints	: 0
3600.18/3152.70	c speed (assignments/second)	: 6563.254510838994
3600.18/3152.70	c non guided choices	: 7006250
3600.39/3152.75	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 3198
3600.39/3152.75	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 44700
3600.39/3152.75	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.39/3152.75	s UNKNOWN
3600.39/3152.75	c Total wall clock time (in seconds): 3152.602

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519474-1751558403/watcher-4519474-1751558403 -o /tmp/evaluation-result-4519474-1751558403/solver-4519474-1751558403 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751552108-77823 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4519474-1751558403.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=78666, runsolver pid=78663

[startup+0.10003 s]*
/proc/loadavg: 4.75 4.77 4.78 5/339 78684
/proc/meminfo: memFree=90472228/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=18930384 memory=59432 CPUtime=0.13 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 6490 0 0 0 11 2 0 0 20 0 18 0 71519204 19384713216 14858 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4732596 14858 5353 1 0 547619 0
[pid=78666/tid=78668] ppid=78663 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 5079 0 0 0 6 1 0 0 20 0 18 0 71519206 19384713216 14858 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71519208 19384713216 14858 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=18930384 memory=55186957820777 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71519208 19384713216 14858 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59432 KiB

[startup+0.205715 s]*
/proc/loadavg: 4.75 4.77 4.78 6/339 78684
/proc/meminfo: memFree=90382116/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=18930384 memory=147608 CPUtime=0.32 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 6963 0 0 0 28 4 0 0 20 0 18 0 71519204 19384713216 36902 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4732596 36902 5449 1 0 547982 0
[pid=78666/tid=78668] ppid=78663 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 5402 0 0 0 14 3 0 0 20 0 18 0 71519206 19384713216 36902 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=18930384 memory=2697 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71519208 19384713216 36902 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71519208 19384713216 36902 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 147608 KiB

[startup+0.305681 s]*
/proc/loadavg: 4.75 4.77 4.78 7/340 78685
/proc/meminfo: memFree=90288288/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=18996948 memory=236420 CPUtime=0.51 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 8625 0 0 0 45 6 0 0 20 0 19 0 71519204 19452874752 59105 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4749237 59105 5481 1 0 549330 0
[pid=78666/tid=78668] ppid=78663 vsize=18996948 memory=-6000919494164505704 CPUtime=0.24 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 5430 0 0 0 20 4 0 0 20 0 19 0 71519206 19452874752 59105 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71519208 19452874752 59105 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71519208 19452874752 59105 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 236420 KiB

[startup+0.700225 s]
/proc/loadavg: 4.75 4.77 4.78 6/340 78685
/proc/meminfo: memFree=89737408/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=18996948 memory=1253176 CPUtime=1.15 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 10724 0 0 0 90 25 0 0 20 0 19 0 71519204 19452874752 313294 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4749237 313294 5481 1 0 1061556 0
[pid=78666/tid=78668] ppid=78663 vsize=18996948 memory=18688 CPUtime=0.6 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 5923 0 0 0 37 23 0 0 20 0 19 0 71519206 19452874752 313294 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71519208 19452874752 313294 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71519208 19452874752 313294 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1253176 KiB

[startup+1.50023 s]
/proc/loadavg: 4.75 4.77 4.78 7/340 78685
/proc/meminfo: memFree=88628780/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=18996948 memory=2348852 CPUtime=2.56 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 19203 0 0 0 208 48 0 0 20 0 19 0 71519204 19452874752 587213 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4749237 587213 5545 1 0 1066274 0
[pid=78666/tid=78668] ppid=78663 vsize=18996948 memory=3200 CPUtime=1.37 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 6449 0 0 0 94 43 0 0 20 0 19 0 71519206 19452874752 587213 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71519208 19452874752 587213 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71519208 19452874752 587213 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2348852 KiB

[startup+3.10559 s]
/proc/loadavg: 4.85 4.79 4.79 5/340 78685
/proc/meminfo: memFree=87950276/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=18996948 memory=2564132 CPUtime=4.22 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 19458 0 0 0 369 53 0 0 20 0 19 0 71519204 19452874752 641033 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4749237 641033 5545 1 0 1066279 0
[pid=78666/tid=78668] ppid=78663 vsize=18996948 memory=10624 CPUtime=2.85 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 6641 0 0 0 238 47 0 0 20 0 19 0 71519206 19452874752 641033 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71519208 19452874752 641033 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71519208 19452874752 641033 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2564132 KiB

[startup+6.3002 s]
/proc/loadavg: 4.85 4.79 4.79 5/340 78685
/proc/meminfo: memFree=86516560/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=18996948 memory=3976952 CPUtime=7.56 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 21464 0 0 0 675 81 0 0 20 0 19 0 71519204 19452874752 994238 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4749237 994238 5545 1 0 1427665 0
[pid=78666/tid=78668] ppid=78663 vsize=18996948 memory=5632 CPUtime=5.82 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 7718 0 0 0 507 75 0 0 20 0 19 0 71519206 19452874752 994238 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71519208 19452874752 994238 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=18996948 memory=-6000919494164505704 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71519208 19452874752 994238 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 7.56 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3976952 KiB

[startup+12.7002 s]
/proc/loadavg: 4.80 4.78 4.79 7/341 78686
/proc/meminfo: memFree=84886736/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19063512 memory=5412272 CPUtime=17.04 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 27423 0 0 0 1592 112 0 0 20 0 20 0 71519204 19521036288 1353068 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4765878 1353068 5577 1 0 1783700 0
[pid=78666/tid=78668] ppid=78663 vsize=19063512 memory=3979028 CPUtime=11.73 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 9312 0 0 0 1070 103 0 0 20 0 20 0 71519206 19521036288 1353068 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19063512 memory=-6000919494164505704 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71519208 19521036288 1353068 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19063512 memory=-6000919494164505704 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71519208 19521036288 1353068 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78686] ppid=78663 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/78666/task/78686/stat : 78686 (Timer-0) S 78663 78666 77813 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71520164 19521036288 1353068 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 17.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5412272 KiB

[startup+25.5002 s]
/proc/loadavg: 4.75 4.78 4.79 5/341 78686
/proc/meminfo: memFree=84414200/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19063512 memory=5449932 CPUtime=31.08 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 33874 0 0 0 2994 114 0 0 20 0 20 0 71519204 19521036288 1362483 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4765878 1362483 5577 1 0 1783748 0
[pid=78666/tid=78668] ppid=78663 vsize=19063512 memory=0 CPUtime=23.76 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 11529 0 0 0 2273 103 0 0 20 0 20 0 71519206 19521036288 1362483 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19063512 memory=5443616 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71519208 19521036288 1362483 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19063512 memory=-6000919494164505704 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71519208 19521036288 1362483 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78686] ppid=78663 vsize=19063512 memory=3979028 CPUtime=0 cores=0,2
/proc/78666/task/78686/stat : 78686 (Timer-0) S 78663 78666 77813 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71520164 19521036288 1362483 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 31.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5449932 KiB

[startup+51.1056 s]
/proc/loadavg: 4.49 4.71 4.76 5/341 78686
/proc/meminfo: memFree=84344396/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19063512 memory=5505560 CPUtime=59.29 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 43301 0 0 0 5811 118 0 0 20 0 20 0 71519204 19521036288 1376390 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4765878 1376390 5577 1 0 1784815 0
[pid=78666/tid=78668] ppid=78663 vsize=19063512 memory=5412272 CPUtime=48.36 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 13077 0 0 0 4732 104 0 0 20 0 20 0 71519206 19521036288 1376390 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19063512 memory=3979028 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71519208 19521036288 1376390 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19063512 memory=2369 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71519208 19521036288 1376390 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78686] ppid=78663 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/78666/task/78686/stat : 78686 (Timer-0) S 78663 78666 77813 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71520164 19521036288 1376390 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 59.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5505560 KiB

[startup+102.3 s]

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

[startup+2802.3 s]
/proc/loadavg: 4.92 4.86 4.65 5/342 78962
/proc/meminfo: memFree=73141900/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19130076 memory=10087452 CPUtime=3151.4 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 432720 0 0 0 314585 555 0 0 20 0 21 0 71519204 19589197824 2521863 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4782519 2521863 5577 1 0 2539314 0
[pid=78666/tid=78668] ppid=78663 vsize=19130076 memory=10045088 CPUtime=2734.85 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 191004 0 0 0 273290 195 0 0 20 0 21 0 71519206 19589197824 2521863 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19130076 memory=-6000919494164505704 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2521863 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19130076 memory=10045728 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 2044 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2521863 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78686] ppid=78663 vsize=19130076 memory=10087452 CPUtime=0 cores=0,2
/proc/78666/task/78686/stat : 78686 (Timer-0) S 78663 78666 77813 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 71520164 19589197824 2521863 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 3151.4 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10087452 KiB

[startup+2862.3 s]
/proc/loadavg: 4.82 4.83 4.65 5/343 78965
/proc/meminfo: memFree=73096920/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19130076 memory=10129244 CPUtime=3231.76 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 441102 0 0 0 322601 575 0 0 20 0 21 0 71519204 19589197824 2532311 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4782519 2532311 5577 1 0 2549761 0
[pid=78666/tid=78668] ppid=78663 vsize=19130076 memory=10045088 CPUtime=2794.05 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 195337 0 0 0 279208 197 0 0 20 0 21 0 71519206 19589197824 2532311 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19130076 memory=18688 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2532311 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19130076 memory=10087452 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 2070 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2532311 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78686] ppid=78663 vsize=19130076 memory=10104236 CPUtime=0 cores=0,2
/proc/78666/task/78686/stat : 78686 (Timer-0) S 78663 78666 77813 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 71520164 19589197824 2532311 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 3231.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10129244 KiB

[startup+2922.3 s]
/proc/loadavg: 4.71 4.80 4.65 5/343 78967
/proc/meminfo: memFree=73076288/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19130076 memory=10145884 CPUtime=3302.14 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 447156 0 0 0 329628 586 0 0 20 0 21 0 71519204 19589197824 2536471 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4782519 2536471 5577 1 0 2553937 0
[pid=78666/tid=78668] ppid=78663 vsize=19130076 memory=10087452 CPUtime=2853.37 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 198834 0 0 0 285138 199 0 0 20 0 21 0 71519206 19589197824 2536471 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19130076 memory=10145884 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2536471 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19130076 memory=10145884 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 2070 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2536471 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78686] ppid=78663 vsize=19130076 memory=10145884 CPUtime=0 cores=0,2
/proc/78666/task/78686/stat : 78686 (Timer-0) S 78663 78666 77813 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 71520164 19589197824 2536471 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 3302.14 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10145884 KiB

[startup+2982.3 s]
/proc/loadavg: 4.75 4.80 4.66 5/343 78973
/proc/meminfo: memFree=73042432/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19130076 memory=10170876 CPUtime=3382.32 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 453951 0 0 0 337628 604 0 0 20 0 21 0 71519204 19589197824 2542719 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4782519 2542719 5577 1 0 2560203 0
[pid=78666/tid=78668] ppid=78663 vsize=19130076 memory=18688 CPUtime=2912.7 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 200543 0 0 0 291070 200 0 0 20 0 21 0 71519206 19589197824 2542719 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19130076 memory=18688 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2542719 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19130076 memory=10170876 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 2098 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2542719 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78686] ppid=78663 vsize=19130076 memory=14444 CPUtime=0 cores=0,2
/proc/78666/task/78686/stat : 78686 (Timer-0) S 78663 78666 77813 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 71520164 19589197824 2542719 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 3382.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10170876 KiB

[startup+3042.3 s]
/proc/loadavg: 5.00 4.87 4.70 8/341 79042
/proc/meminfo: memFree=86114292/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19130076 memory=10195760 CPUtime=3459.6 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 462532 0 0 0 345336 624 0 0 20 0 21 0 71519204 19589197824 2548940 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4782519 2548940 5577 1 0 2566468 0
[pid=78666/tid=78668] ppid=78663 vsize=19130076 memory=10170876 CPUtime=2972.18 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 203594 0 0 0 297017 201 0 0 20 0 21 0 71519206 19589197824 2548940 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19130076 memory=10187560 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2548940 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19130076 memory=14444 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 2125 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2548940 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78686] ppid=78663 vsize=19130076 memory=10187560 CPUtime=0 cores=0,2
/proc/78666/task/78686/stat : 78686 (Timer-0) S 78663 78666 77813 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 71520164 19589197824 2548940 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 3459.6 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10195760 KiB

[startup+3102.3 s]
/proc/loadavg: 4.69 4.80 4.68 5/342 79047
/proc/meminfo: memFree=86086600/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19130076 memory=10212560 CPUtime=3532.32 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 467805 0 0 0 352597 635 0 0 20 0 21 0 71519204 19589197824 2553140 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4782519 2553140 5577 1 0 2570644 0
[pid=78666/tid=78668] ppid=78663 vsize=19130076 memory=10195888 CPUtime=3031.72 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 206488 0 0 0 302969 203 0 0 20 0 21 0 71519206 19589197824 2553140 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19130076 memory=5632 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2553140 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19130076 memory=18688 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 2173 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2553140 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78686] ppid=78663 vsize=19130076 memory=10212560 CPUtime=0 cores=0,2
/proc/78666/task/78686/stat : 78686 (Timer-0) S 78663 78666 77813 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 71520164 19589197824 2553140 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 3532.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10212560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3152.6 s]
/proc/loadavg: 4.74 4.80 4.69 6/341 79049
/proc/meminfo: memFree=85113980/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19130076 memory=10254120 CPUtime=3600.18 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 474695 0 0 0 359364 654 0 0 20 0 21 0 71519204 19589197824 2563530 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4782519 2563530 5577 1 0 2581093 0
[pid=78666/tid=78668] ppid=78663 vsize=19130076 memory=9088 CPUtime=3081.66 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 209400 0 0 0 307961 205 0 0 20 0 21 0 71519206 19589197824 2563530 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19130076 memory=7092 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2563530 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19130076 memory=5736 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 2190 0 0 0 0 0 0 0 20 0 21 0 71519208 19589197824 2563530 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78686] ppid=78663 vsize=19130076 memory=23376 CPUtime=0 cores=0,2
/proc/78666/task/78686/stat : 78686 (Timer-0) S 78663 78666 77813 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 71520164 19589197824 2563530 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10254120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.95 s, system=6.58504 s

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

[startup+3152.7 s]
/proc/loadavg: 4.74 4.80 4.69 6/341 79049
/proc/meminfo: memFree=85113980/131249988 swapFree=33010160/33010684
[pid=78666] ppid=78663 vsize=19329768 memory=10254888 CPUtime=3600.39 cores=0,2
/proc/78666/stat : 78666 (java) S 78663 78666 77813 0 -1 4194304 476176 0 0 0 359384 655 0 0 20 0 22 0 71519204 19793682432 2563722 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
/proc/78666/statm: 4832442 2563722 5609 1 0 2582030 0
[pid=78666/tid=78668] ppid=78663 vsize=19329768 memory=18688 CPUtime=3081.75 cores=0,2
/proc/78666/task/78668/stat : 78668 (java) R 78663 78666 77813 0 -1 4194368 209428 0 0 0 307970 205 0 0 20 0 22 0 71519206 19793682432 2563722 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78677] ppid=78663 vsize=19329768 memory=10237572 CPUtime=0 cores=0,2
/proc/78666/task/78677/stat : 78677 (Finalizer) S 78663 78666 77813 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 71519208 19793682432 2563722 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
[pid=78666/tid=78684] ppid=78663 vsize=19329768 memory=10212560 CPUtime=0 cores=0,2
/proc/78666/task/78684/stat : 78684 (Common-Cleaner) S 78663 78666 77813 0 -1 4194368 2190 0 0 0 0 0 0 0 20 0 22 0 71519208 19793682432 2563722 18446744073709551615 93836024164352 93836024168048 140722278986560 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93836024175864 93836024176656 93836042452992 140722278988158 140722278988262 140722278988262 140722278993864 0
Current children cumulated CPU time: 3600.39 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 10254888 KiB

Child status: 143

Real time (s): 3152.79
CPU time (s): 3600.53
CPU user time (s): 3593.95
CPU system time (s): 6.58504
CPU usage (%): 114.201
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 10254888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.95
system time used= 6.58504
maximum resident set size= 10255016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476242
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117914
involuntary context switches= 32720


# summary of solver processes directly reported to runsolver:
#   pid: 78666
#   total CPU time (s): 3600.53
#   total CPU user time (s): 3593.95
#   total CPU system time (s): 6.58504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.30651 second user time and 14.9692 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-03 18:00:04
IDJOB=4519474
IDBENCH=177259
IDSOLVER=3361
FILE ID=nodeC034/4519474-1751558403
RUNJOBID= nodeC034-1751552108-77823
SLURM_JOB_ID= 9598734
Free space on /tmp= 431112 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_height30_pigeons29_holes28.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519474-1751558403/watcher-4519474-1751558403 -o /tmp/evaluation-result-4519474-1751558403/solver-4519474-1751558403 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751552108-77823 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4519474-1751558403.opb

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

MD5SUM BENCH= c8ceefdda568d430d72bfadd598002dc
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.743
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.745
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		: 3599.759
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		: 3600.051
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		: 3599.734
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.802
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		: 3600.251
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		: 3599.862
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:        90503036 kB
MemAvailable:   113725124 kB
Buffers:            2128 kB
Cached:         23960548 kB
SwapCached:           36 kB
Active:         16540476 kB
Inactive:       23485936 kB
Active(anon):   16077596 kB
Inactive(anon):     4208 kB
Active(file):     462880 kB
Inactive(file): 23481728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10432 kB
Writeback:             0 kB
AnonPages:      16065768 kB
Mapped:           124292 kB
Shmem:             18068 kB
KReclaimable:     233040 kB
Slab:             325872 kB
SReclaimable:     233040 kB
SUnreclaim:        92832 kB
KernelStack:        5200 kB
PageTables:        35096 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   17858884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15738880 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= 431132 MiB
End job on nodeC034 at 2025-07-03 18:52:36