Trace number 4514164

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.49 3521.93

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v061-n3.opb
MD5SUMee80f54d8195eff99f8f8fb25e2ddb99
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011278
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.21	c java.vm.vendor	Oracle Corporation
0.11/0.21	c sun.arch.data.model	64
0.11/0.21	c java.version		22.0.1
0.11/0.21	c os.name		Linux
0.11/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.21	c os.arch		amd64
0.11/0.21	c Free memory 		2104792832
0.11/0.22	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.29/0.22	c Number of processors 	2
0.45/0.38	c Pseudo Boolean Optimization by upper bound
0.45/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.38	c  - never skip resolution steps
0.45/0.38	c  - Auto-division on coefficients is disabled
0.45/0.38	c  - No postprocessing
0.45/0.38	c  - Conflict is considered as is when resolving
0.45/0.38	c  - Use constraints as they come during conflict analysis
0.45/0.38	c  - Weaken first using unassigned literals
0.45/0.38	c  - Bump strategy: ALWAYS_ONE
0.45/0.38	c  - Bumper: ANY
0.45/0.38	c --- Begin Solver configuration ---
0.45/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.45/0.38	c Learn all clauses as in MiniSAT
0.45/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.38	c No reason simplification
0.45/0.38	c Armin Biere (Picosat) restarts strategy
0.45/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.45/0.38	c timeout=2147483s
0.45/0.38	c DB Simplification allowed=false
0.45/0.38	c Listener: none
0.45/0.38	c --- End Solver configuration ---
0.45/0.38	c solving HOME/instance-4514164-1751231355.opb
0.45/0.38	c reading problem ... 
0.45/0.38	c  no objective function found
0.45/0.42	c ... done. Wall clock time 0.041s.
0.45/0.42	c declared #vars     183
0.45/0.42	c #constraints  122
0.45/0.42	c constraints type 
0.45/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 61
0.45/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.45/0.43	c 122 constraints processed.
18.43/15.03	c cleaning 2497 clauses out of 5003
62.89/58.91	c cleaning 4245 clauses out of 8503
159.97/155.78	c cleaning 5626 clauses out of 11258
346.04/341.32	c cleaning 6814 clauses out of 13635
643.19/635.07	c cleaning 7906 clauses out of 15822
1097.60/1082.20	c cleaning 8953 clauses out of 17913
1802.86/1772.52	c cleaning 9974 clauses out of 19959
2686.07/2633.83	c cleaning 10982 clauses out of 21986
3600.06/3521.73	c starts		: 86
3600.06/3521.77	c conflicts		: 78717
3600.06/3521.78	c decisions		: 89525
3600.06/3521.78	c propagations		: 1128288
3600.06/3521.78	c inspects		: 6303571226
3600.06/3521.78	c shortcuts		: 0
3600.06/3521.78	c learnt literals	: 0
3600.06/3521.78	c learnt binary clauses	: 0
3600.06/3521.78	c learnt ternary clauses	: 0
3600.06/3521.78	c learnt constraints	: 78717
3600.06/3521.78	c ignored constraints	: 0
3600.06/3521.79	c root simplifications	: 0
3600.06/3521.79	c removed literals (reason simplification)	: 0
3600.06/3521.79	c reason swapping (by a shorter reason)	: 0
3600.06/3521.79	c Calls to reduceDB	: 8
3600.06/3521.79	c Number of update (reduction) of LBD	: 0
3600.06/3521.79	c Imported unit clauses	: 0
3600.06/3521.79	c No decision after first conflict	: false
3600.06/3521.79	c number of reductions to clauses (during analyze)	: 0
3600.06/3521.79	c number of learned constraints concerned by reduction	: 0
3600.06/3521.79	c number of learning phase by resolution	: 0
3600.06/3521.79	c number of learning phase by cutting planes	: 0
3600.06/3521.79	c number of rounding to 1 operations	: 0
3600.06/3521.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3521.79	c number of reductions of the coefficients by power 2 	: 0
3600.06/3521.79	c number of right shift for reduction by power 2 	: 0
3600.06/3521.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3521.80	c number of ending skipping 	: 0
3600.06/3521.80	c number of internal skipping 	: 0
3600.06/3521.80	c number of derivation steps 	: 489872
3600.06/3521.80	c number of skipped derivation steps 	: 0
3600.06/3521.80	c number of remaining unassigned 	: 278
3600.06/3521.80	c number of remaining assigned 	: 12612385
3600.06/3521.80	c number of falsified literals weakened from reason	: 0
3600.26/3521.80	c number of falsified literals weakened from conflict	: 0
3600.26/3521.80	c time for arithmetic operations	: 351354440
3600.26/3521.81	c minimum degree of deleted constraints	: null
3600.26/3521.81	c maximum degree of deleted constraints	: null
3600.26/3521.81	c number of deleted constraints	: 0
3600.26/3521.82	c speed (assignments/second)	: 320.4109520574865
3600.26/3521.82	c non guided choices	: 62
3600.26/3521.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 97
3600.26/3521.88	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 21609
3600.26/3521.88	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 14
3600.26/3521.90	s UNKNOWN
3600.45/3521.90	c Total wall clock time (in seconds): 3521.517

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (55942 MiB free)
  memory of node 1: 64507 MiB (56622 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514164-1751231355/watcher-4514164-1751231355 -o /tmp/evaluation-result-4514164-1751231355/solver-4514164-1751231355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751227848-32849 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4514164-1751231355.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
Starting watchdog thread
solver pid=33339, runsolver pid=33336
Current StackSize limit: 8192 KiB


[startup+0.10003 s]*
/proc/loadavg: 4.47 4.33 4.26 7/325 33357
/proc/meminfo: memFree=115250052/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=18930384 memory=48112 CPUtime=0.11 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 5738 0 0 0 9 2 0 0 20 0 18 0 38815245 19384713216 12028 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4732596 12028 5296 1 0 546955 0
[pid=33339/tid=33341] ppid=33336 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 4643 0 0 0 5 1 0 0 20 0 18 0 38815247 19384713216 12028 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38815251 19384713216 12028 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=18930384 memory=59593594258114 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38815252 19384713216 12028 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48112 KiB

[startup+0.21343 s]*
/proc/loadavg: 4.47 4.33 4.26 6/325 33357
/proc/meminfo: memFree=115242680/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=18930384 memory=53232 CPUtime=0.29 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 6461 0 0 0 25 4 0 0 20 0 18 0 38815245 19384713216 13308 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4732596 13308 5360 1 0 547553 0
[pid=33339/tid=33341] ppid=33336 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 5006 0 0 0 16 2 0 0 20 0 18 0 38815247 19384713216 13308 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38815251 19384713216 13308 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38815252 19384713216 13308 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53232 KiB

[startup+0.313454 s]*
/proc/loadavg: 4.51 4.35 4.27 7/325 33357
/proc/meminfo: memFree=115240664/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=18930384 memory=58616 CPUtime=0.45 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 6773 0 0 0 41 4 0 0 20 0 18 0 38815245 19384713216 14654 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4732596 14654 5360 1 0 547779 0
[pid=33339/tid=33341] ppid=33336 vsize=18930384 memory=-6000919481330133356 CPUtime=0.28 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 5234 0 0 0 26 2 0 0 20 0 18 0 38815247 19384713216 14654 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38815251 19384713216 14654 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38815252 19384713216 14654 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58616 KiB

[startup+0.700372 s]
/proc/loadavg: 4.51 4.35 4.27 7/326 33358
/proc/meminfo: memFree=115234560/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=18996948 memory=76816 CPUtime=1.16 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 8312 0 0 0 110 6 0 0 20 0 19 0 38815245 19452874752 19204 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4749237 19204 5424 1 0 548724 0
[pid=33339/tid=33341] ppid=33336 vsize=18996948 memory=17536 CPUtime=0.62 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 5460 0 0 0 59 3 0 0 20 0 19 0 38815247 19452874752 19204 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38815251 19452874752 19204 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38815252 19452874752 19204 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38815288 19452874752 19204 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76816 KiB

[startup+1.50026 s]
/proc/loadavg: 4.51 4.35 4.27 6/326 33358
/proc/meminfo: memFree=115175264/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19063512 memory=176344 CPUtime=2.72 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 19484 0 0 0 261 11 0 0 20 0 20 0 38815245 19521036288 44086 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4765878 44086 5488 1 0 554337 0
[pid=33339/tid=33341] ppid=33336 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 5876 0 0 0 129 5 0 0 20 0 20 0 38815247 19521036288 44086 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815251 19521036288 44086 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38815252 19521036288 44086 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815288 19521036288 44086 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176344 KiB

[startup+3.1055 s]
/proc/loadavg: 4.51 4.35 4.27 7/324 33424
/proc/meminfo: memFree=117855896/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19063512 memory=606340 CPUtime=5.66 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 22991 0 0 0 543 23 0 0 20 0 20 0 38815245 19521036288 151585 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4765878 151585 5488 1 0 555475 0
[pid=33339/tid=33341] ppid=33336 vsize=19063512 memory=10624 CPUtime=2.87 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 6644 0 0 0 273 14 0 0 20 0 20 0 38815247 19521036288 151585 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19063512 memory=-6000919481330133356 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815251 19521036288 151585 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38815252 19521036288 151585 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815288 19521036288 151585 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 5.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 606340 KiB

[startup+6.30043 s]
/proc/loadavg: 4.55 4.36 4.27 6/326 33491
/proc/meminfo: memFree=115797048/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19063512 memory=2076404 CPUtime=9.09 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 24435 0 0 0 855 54 0 0 20 0 20 0 38815245 19521036288 519101 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4765878 519101 5488 1 0 751823 0
[pid=33339/tid=33341] ppid=33336 vsize=19063512 memory=0 CPUtime=5.99 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 7509 0 0 0 555 44 0 0 20 0 20 0 38815247 19521036288 519101 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815251 19521036288 519101 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38815252 19521036288 519101 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19063512 memory=181464 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815288 19521036288 519101 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 9.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2076404 KiB

[startup+12.7004 s]
/proc/loadavg: 4.50 4.35 4.27 5/326 33491
/proc/meminfo: memFree=114903112/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19063512 memory=2082676 CPUtime=16.07 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 25121 0 0 0 1552 55 0 0 20 0 20 0 38815245 19521036288 520669 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4765878 520669 5488 1 0 751826 0
[pid=33339/tid=33341] ppid=33336 vsize=19063512 memory=181464 CPUtime=12.15 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 8089 0 0 0 1170 45 0 0 20 0 20 0 38815247 19521036288 520669 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815251 19521036288 520669 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38815252 19521036288 520669 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815288 19521036288 520669 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 16.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2082676 KiB

[startup+25.5005 s]
/proc/loadavg: 4.67 4.39 4.28 5/326 33558
/proc/meminfo: memFree=115316004/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19063512 memory=2608528 CPUtime=29.15 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 32478 0 0 0 2848 67 0 0 20 0 20 0 38815245 19521036288 652132 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4765878 652132 5488 1 0 885549 0
[pid=33339/tid=33341] ppid=33336 vsize=19063512 memory=0 CPUtime=24.47 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 10860 0 0 0 2392 55 0 0 20 0 20 0 38815247 19521036288 652132 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19063512 memory=-6000919481330133356 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815251 19521036288 652132 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 38815252 19521036288 652132 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19063512 memory=6689 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815288 19521036288 652132 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 29.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2608528 KiB

[startup+51.1074 s]
/proc/loadavg: 4.47 4.37 4.28 5/326 33558
/proc/meminfo: memFree=111930776/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19063512 memory=2968216 CPUtime=55 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 37497 0 0 0 5422 78 0 0 20 0 20 0 38815245 19521036288 742054 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4765878 742054 5488 1 0 1015052 0
[pid=33339/tid=33341] ppid=33336 vsize=19063512 memory=2792088 CPUtime=49.3 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 13143 0 0 0 4867 63 0 0 20 0 20 0 38815247 19521036288 742054 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19063512 memory=2616832 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815251 19521036288 742054 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19063512 memory=2616832 CPUtime=0 cores=5,7

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

Current children cumulated memory: 3395048 KiB

[startup+3222.3 s]
/proc/loadavg: 4.93 4.64 4.41 5/328 33752
/proc/meminfo: memFree=109097120/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19063512 memory=3399156 CPUtime=3292.03 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 125705 0 0 0 328850 353 0 0 20 0 20 0 38815245 19521036288 849789 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4765878 849789 5488 1 0 1015514 0
[pid=33339/tid=33341] ppid=33336 vsize=19063512 memory=3390932 CPUtime=3172.95 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 68244 0 0 0 317203 92 0 0 20 0 20 0 38815247 19521036288 849789 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815251 19521036288 849789 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19063512 memory=3392988 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 2003 0 0 0 0 0 0 0 20 0 20 0 38815252 19521036288 849789 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19063512 memory=3399156 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815288 19521036288 849789 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 3292.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3399156 KiB

[startup+3282.3 s]
/proc/loadavg: 4.70 4.64 4.43 5/329 33756
/proc/meminfo: memFree=109031584/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19130076 memory=3399156 CPUtime=3353.59 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 125897 0 0 0 335001 358 0 0 20 0 21 0 38815245 19589197824 849789 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4782519 849789 5488 1 0 1015811 0
[pid=33339/tid=33341] ppid=33336 vsize=19130076 memory=17536 CPUtime=3231.95 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 68301 0 0 0 323102 93 0 0 20 0 21 0 38815247 19589197824 849789 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19130076 memory=3399156 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38815251 19589197824 849789 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19130076 memory=3399156 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 2076 0 0 0 0 0 0 0 20 0 21 0 38815252 19589197824 849789 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19130076 memory=14560 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 38815288 19589197824 849789 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 3353.59 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3399156 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.55 4.41 5/329 33758
/proc/meminfo: memFree=108994348/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19130076 memory=3403328 CPUtime=3415.35 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 126936 0 0 0 341172 363 0 0 20 0 21 0 38815245 19589197824 850832 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4782519 850832 5488 1 0 1015815 0
[pid=33339/tid=33341] ppid=33336 vsize=19130076 memory=22004 CPUtime=3290.99 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 69288 0 0 0 329006 93 0 0 20 0 21 0 38815247 19589197824 850832 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19130076 memory=129 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38815251 19589197824 850832 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19130076 memory=17536 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 2076 0 0 0 0 0 0 0 20 0 21 0 38815252 19589197824 850832 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19130076 memory=14560 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 38815288 19589197824 850832 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 3415.35 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3403328 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.51 4.41 5/328 33760
/proc/meminfo: memFree=108969544/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19130076 memory=3405384 CPUtime=3477.24 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 129323 0 0 0 347356 368 0 0 20 0 21 0 38815245 19589197824 851346 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4782519 851346 5488 1 0 1015818 0
[pid=33339/tid=33341] ppid=33336 vsize=19130076 memory=3405384 CPUtime=3349.84 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 70742 0 0 0 334890 94 0 0 20 0 21 0 38815247 19589197824 851346 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19130076 memory=129 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38815251 19589197824 851346 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19130076 memory=3403328 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 2169 0 0 0 0 0 0 0 20 0 21 0 38815252 19589197824 851346 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19130076 memory=3403328 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 38815288 19589197824 851346 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 3477.24 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3405384 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.48 4.40 5/329 33763
/proc/meminfo: memFree=108956856/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19130076 memory=3407660 CPUtime=3539.09 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 130977 0 0 0 353536 373 0 0 20 0 21 0 38815245 19589197824 851915 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4782519 851915 5488 1 0 1015840 0
[pid=33339/tid=33341] ppid=33336 vsize=19130076 memory=129 CPUtime=3408.82 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 71562 0 0 0 340787 95 0 0 20 0 21 0 38815247 19589197824 851915 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19130076 memory=17536 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38815251 19589197824 851915 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19130076 memory=3407660 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 2244 0 0 0 0 0 0 0 20 0 21 0 38815252 19589197824 851915 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19130076 memory=14560 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 38815288 19589197824 851915 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 3539.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3407660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3521.7 s]
/proc/loadavg: 4.49 4.48 4.40 7/328 33901
/proc/meminfo: memFree=111435024/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19130076 memory=3409712 CPUtime=3600.06 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 131172 0 0 0 359626 380 0 0 20 0 21 0 38815245 19589197824 852428 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4782519 852428 5488 1 0 1015860 0
[pid=33339/tid=33341] ppid=33336 vsize=19130076 memory=3407660 CPUtime=3467.28 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 71639 0 0 0 346632 96 0 0 20 0 21 0 38815247 19589197824 852428 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19130076 memory=10624 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38815251 19589197824 852428 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19130076 memory=3409712 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 2244 0 0 0 0 0 0 0 20 0 21 0 38815252 19589197824 852428 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33358] ppid=33336 vsize=19130076 memory=3409712 CPUtime=0 cores=5,7
/proc/33339/task/33358/stat : 33358 (Timer-0) S 33336 33339 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 38815288 19589197824 852428 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3409712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.65 s, system=3.83973 s

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

[startup+3521.8 s]
/proc/loadavg: 4.49 4.48 4.40 7/328 33901
/proc/meminfo: memFree=111435024/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19329768 memory=3410608 CPUtime=3600.26 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 133364 0 0 0 359645 381 0 0 20 0 22 0 38815245 19793682432 852652 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4832442 852652 5520 1 0 1016747 0
[pid=33339/tid=33341] ppid=33336 vsize=19329768 memory=14560 CPUtime=3467.38 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 71657 0 0 0 346642 96 0 0 20 0 22 0 38815247 19793682432 852652 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19329768 memory=17536 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 38815251 19793682432 852652 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19329768 memory=10624 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 2244 0 0 0 0 0 0 0 20 0 22 0 38815252 19793682432 852652 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 3410608 KiB

[startup+3521.9 s]
/proc/loadavg: 4.49 4.48 4.40 7/328 33901
/proc/meminfo: memFree=111435024/131382112 swapFree=33010684/33010684
[pid=33339] ppid=33336 vsize=19329768 memory=3410864 CPUtime=3600.45 cores=5,7
/proc/33339/stat : 33339 (java) S 33336 33339 32836 0 -1 4194304 133650 0 0 0 359664 381 0 0 20 0 22 0 38815245 19793682432 852716 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
/proc/33339/statm: 4832442 852716 5520 1 0 1016769 0
[pid=33339/tid=33341] ppid=33336 vsize=19329768 memory=3407660 CPUtime=3467.48 cores=5,7
/proc/33339/task/33341/stat : 33341 (java) R 33336 33339 32836 0 -1 4194368 71657 0 0 0 346652 96 0 0 20 0 22 0 38815247 19793682432 852716 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33350] ppid=33336 vsize=19329768 memory=10624 CPUtime=0 cores=5,7
/proc/33339/task/33350/stat : 33350 (Finalizer) S 33336 33339 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 38815251 19793682432 852716 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
[pid=33339/tid=33357] ppid=33336 vsize=19329768 memory=3409712 CPUtime=0 cores=5,7
/proc/33339/task/33357/stat : 33357 (Common-Cleaner) S 33336 33339 32836 0 -1 4194368 2244 0 0 0 0 0 0 0 20 0 22 0 38815252 19793682432 852716 18446744073709551615 94086135267328 94086135271024 140724089863472 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94086135278840 94086135279632 94086138695680 140724089866622 140724089866726 140724089866726 140724089872328 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 3410864 KiB

Child status: 143

Real time (s): 3521.93
CPU time (s): 3600.49
CPU user time (s): 3596.65
CPU system time (s): 3.83973
CPU usage (%): 102.231
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 3410864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.65
system time used= 3.83973
maximum resident set size= 3410864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133695
page faults= 0
swaps= 0
block input operations= 0
block output operations= 26928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128299
involuntary context switches= 12668


# summary of solver processes directly reported to runsolver:
#   pid: 33339
#   total CPU time (s): 3600.49
#   total CPU user time (s): 3596.65
#   total CPU system time (s): 3.83973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8258 second user time and 36.423 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 23:09:15
IDJOB=4514164
IDBENCH=162607
IDSOLVER=3361
FILE ID=nodeC009/4514164-1751231355
RUNJOBID= nodeC009-1751227848-32849
SLURM_JOB_ID= 9587687
Free space on /tmp= 432656 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v061-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514164-1751231355/watcher-4514164-1751231355 -o /tmp/evaluation-result-4514164-1751231355/solver-4514164-1751231355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751227848-32849 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4514164-1751231355.opb

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

MD5SUM BENCH= ee80f54d8195eff99f8f8fb25e2ddb99
RANDOM SEED=1301711203

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        115266544 kB
MemAvailable:   121719032 kB
Buffers:            3280 kB
Cached:          7226140 kB
SwapCached:            0 kB
Active:          8563828 kB
Inactive:        6928836 kB
Active(anon):    8280236 kB
Inactive(anon):      968 kB
Active(file):     283592 kB
Inactive(file):  6927868 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1772 kB
Writeback:             0 kB
AnonPages:       8266204 kB
Mapped:           122732 kB
Shmem:             17960 kB
KReclaimable:     160928 kB
Slab:             244652 kB
SReclaimable:     160928 kB
SUnreclaim:        83724 kB
KernelStack:        4992 kB
PageTables:        19920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11702280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8058880 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432652 MiB
End job on nodeC009 at 2025-06-30 00:07:57