Trace number 4545316

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.2 3553.11

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-08-04-08_c24.opb
MD5SUMe5dad10f2c51a051686c6ce21bebf57a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101921
Total number of constraints213661
Number of constraints which are clauses56497
Number of constraints which are cardinality constraints (but not clauses)776
Number of constraints which are nor clauses,nor cardinality constraints156388
Minimum length of a constraint1
Maximum length of a constraint32
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4545316-1753238617.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  no objective function found
3.03/1.61	c ... done. Wall clock time 1.442s.
3.03/1.61	c declared #vars     101921
3.03/1.61	c #constraints  214233
3.03/1.61	c constraints type 
3.03/1.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 156674
3.03/1.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 38
3.03/1.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 776
3.03/1.61	c org.sat4j.specs.Constr$1 => 15
3.03/1.61	c org.sat4j.pb.constraints.pb.UnitClausePB => 13931
3.03/1.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 42799
3.03/1.61	c 214233 constraints processed.
30.66/27.00	c cleaning 2260 clauses out of 5000
61.46/56.60	c cleaning 4049 clauses out of 8740
101.50/96.16	c cleaning 5443 clauses out of 11691
155.19/149.56	c cleaning 6579 clauses out of 14248
220.68/214.58	c cleaning 7817 clauses out of 16669
312.75/305.92	c cleaning 8956 clauses out of 18855
420.64/412.76	c cleaning 9864 clauses out of 20896
554.81/545.55	c cleaning 11038 clauses out of 23032
707.86/696.74	c cleaning 11740 clauses out of 24994
916.43/903.08	c cleaning 13141 clauses out of 27254
1188.16/1171.60	c cleaning 13941 clauses out of 29113
1535.54/1515.07	c cleaning 15009 clauses out of 31172
1973.74/1947.94	c cleaning 15803 clauses out of 33164
2554.72/2521.74	c cleaning 17032 clauses out of 35360
3186.07/3144.68	c cleaning 18004 clauses out of 37328
3600.02/3553.02	c starts		: 105
3600.02/3553.03	c conflicts		: 191991
3600.02/3553.03	c decisions		: 1695809
3600.02/3553.03	c propagations		: 402970372
3600.02/3553.03	c inspects		: 6457840911
3600.02/3553.03	c shortcuts		: 0
3600.02/3553.03	c learnt literals	: 0
3600.02/3553.03	c learnt binary clauses	: 388
3600.02/3553.03	c learnt ternary clauses	: 233
3600.02/3553.03	c learnt constraints	: 191990
3600.02/3553.03	c ignored constraints	: 0
3600.02/3553.03	c root simplifications	: 0
3600.02/3553.03	c removed literals (reason simplification)	: 0
3600.02/3553.04	c reason swapping (by a shorter reason)	: 0
3600.02/3553.04	c Calls to reduceDB	: 15
3600.02/3553.04	c Number of update (reduction) of LBD	: 0
3600.02/3553.04	c Imported unit clauses	: 0
3600.02/3553.04	c No decision after first conflict	: false
3600.02/3553.04	c number of reductions to clauses (during analyze)	: 0
3600.02/3553.04	c number of learned constraints concerned by reduction	: 0
3600.02/3553.04	c number of learning phase by resolution	: 0
3600.02/3553.04	c number of learning phase by cutting planes	: 0
3600.02/3553.04	c number of rounding to 1 operations	: 0
3600.02/3553.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3553.04	c number of reductions of the coefficients by power 2 	: 0
3600.02/3553.04	c number of right shift for reduction by power 2 	: 0
3600.02/3553.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3553.04	c number of ending skipping 	: 0
3600.02/3553.04	c number of internal skipping 	: 0
3600.02/3553.04	c number of derivation steps 	: 908082
3600.02/3553.04	c number of skipped derivation steps 	: 0
3600.02/3553.04	c number of remaining unassigned 	: 43771
3600.02/3553.04	c number of remaining assigned 	: 5433722
3600.02/3553.04	c number of falsified literals weakened from reason	: 0
3600.02/3553.04	c number of falsified literals weakened from conflict	: 0
3600.02/3553.04	c time for arithmetic operations	: 978952138
3600.02/3553.05	c minimum degree of deleted constraints	: null
3600.02/3553.05	c maximum degree of deleted constraints	: null
3600.02/3553.05	c number of deleted constraints	: 0
3600.02/3553.05	c speed (assignments/second)	: 113469.24701002038
3600.02/3553.05	c non guided choices	: 9401
3600.02/3553.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1224
3600.02/3553.08	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 28985
3600.02/3553.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 717
3600.02/3553.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 388
3600.02/3553.08	s UNKNOWN
3600.02/3553.08	c Total wall clock time (in seconds): 3552.92

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545316-1753238617/watcher-4545316-1753238617 -o /tmp/evaluation-result-4545316-1753238617/solver-4545316-1753238617 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753235137-181654 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4545316-1753238617.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=182021, runsolver pid=182018
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.15 4.15 4.17 5/338 182039
/proc/meminfo: memFree=117829664/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=18930384 memory=55672 CPUtime=0.12 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 6548 0 0 0 10 2 0 0 20 0 18 0 239541149 19384713216 13918 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4732596 13918 5366 1 0 547604 0
[pid=182021/tid=182023] ppid=182018 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 5042 0 0 0 6 1 0 0 20 0 18 0 239541150 19384713216 13918 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239541152 19384713216 13918 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=18930384 memory=60684515952020 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239541153 19384713216 13918 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55672 KiB

[startup+0.205754 s]*
/proc/loadavg: 4.15 4.15 4.17 7/338 182039
/proc/meminfo: memFree=117817376/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=18930384 memory=66492 CPUtime=0.3 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 7108 0 0 0 28 2 0 0 20 0 18 0 239541149 19384713216 16623 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4732596 16623 5462 1 0 547959 0
[pid=182021/tid=182023] ppid=182018 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 5371 0 0 0 15 1 0 0 20 0 18 0 239541150 19384713216 16623 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=18930384 memory=16898 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239541152 19384713216 16623 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239541153 19384713216 16623 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66492 KiB

[startup+0.305605 s]*
/proc/loadavg: 4.15 4.15 4.17 6/338 182039
/proc/meminfo: memFree=117791036/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=18930384 memory=103744 CPUtime=0.49 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 8667 0 0 0 46 3 0 0 20 0 18 0 239541149 19384713216 25936 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4732596 25936 5462 1 0 549016 0
[pid=182021/tid=182023] ppid=182018 vsize=18930384 memory=-8600866393587229372 CPUtime=0.25 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 5398 0 0 0 23 2 0 0 20 0 18 0 239541150 19384713216 25936 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239541152 19384713216 25936 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239541153 19384713216 25936 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 103744 KiB

[startup+0.700223 s]
/proc/loadavg: 4.15 4.15 4.17 6/339 182040
/proc/meminfo: memFree=117713212/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=18996948 memory=194456 CPUtime=1.26 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 10872 0 0 0 120 6 0 0 20 0 19 0 239541149 19452874752 48614 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4749237 48614 5494 1 0 550795 0
[pid=182021/tid=182023] ppid=182018 vsize=18996948 memory=27264 CPUtime=0.57 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 5425 0 0 0 54 3 0 0 20 0 19 0 239541150 19452874752 48614 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239541152 19452874752 48614 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239541153 19452874752 48614 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 194456 KiB

[startup+1.5002 s]
/proc/loadavg: 4.15 4.15 4.17 6/339 182040
/proc/meminfo: memFree=117594876/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=18996948 memory=596500 CPUtime=2.84 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 17129 0 0 0 269 15 0 0 20 0 19 0 239541149 19452874752 149125 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4749237 149125 5494 1 0 1168241 0
[pid=182021/tid=182023] ppid=182018 vsize=18996948 memory=3328 CPUtime=1.1 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 5574 0 0 0 102 8 0 0 20 0 19 0 239541150 19452874752 149125 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239541152 19452874752 149125 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239541153 19452874752 149125 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 596500 KiB

[startup+3.1055 s]
/proc/loadavg: 4.14 4.15 4.16 5/341 182042
/proc/meminfo: memFree=116844640/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=1047504 CPUtime=5.49 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 20054 0 0 0 523 26 0 0 20 0 21 0 239541149 19589197824 261876 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 261876 5494 1 0 2172280 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=10752 CPUtime=2.51 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 6094 0 0 0 235 16 0 0 20 0 21 0 239541150 19589197824 261876 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 261876 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=5504 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 261876 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=5276 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 261876 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1047504 KiB

[startup+6.30023 s]
/proc/loadavg: 4.14 4.15 4.16 5/341 182042
/proc/meminfo: memFree=116839584/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=1046212 CPUtime=9.41 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 20264 0 0 0 914 27 0 0 20 0 21 0 239541149 19589197824 261553 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 261553 5494 1 0 2172362 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=0 CPUtime=5.55 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 6095 0 0 0 539 16 0 0 20 0 21 0 239541150 19589197824 261553 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=7100839887185286273 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 261553 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=-8600866393587229372 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 261553 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 261553 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1046212 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.15 4.16 6/341 182042
/proc/meminfo: memFree=113648800/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=4538416 CPUtime=16.15 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 22517 0 0 0 1521 94 0 0 20 0 21 0 239541149 19589197824 1134604 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1134604 5494 1 0 2172362 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=0 CPUtime=11.94 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 8294 0 0 0 1111 83 0 0 20 0 21 0 239541150 19589197824 1134604 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=4016176 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1134604 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1134604 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1134604 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 16.15 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4538416 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.14 4.16 5/341 182042
/proc/meminfo: memFree=112452768/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=5427844 CPUtime=29.22 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 31707 0 0 0 2810 112 0 0 20 0 21 0 239541149 19589197824 1356961 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1356961 5526 1 0 2172456 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=-8600866393587229372 CPUtime=24.59 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 10751 0 0 0 2361 98 0 0 20 0 21 0 239541150 19589197824 1356961 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=3103 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1356961 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=5292508 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1356961 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=5292508 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1356961 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 29.22 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5427844 KiB

[startup+51.1057 s]
/proc/loadavg: 4.13 4.14 4.16 6/342 182044
/proc/meminfo: memFree=112448704/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=5432592 CPUtime=55.48 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 42927 0 0 0 5433 115 0 0 20 0 21 0 239541149 19589197824 1358148 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1358148 5526 1 0 2172552 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=5432592 CPUtime=49.97 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 14889 0 0 0 4898 99 0 0 20 0 21 0 239541150 19589197824 1358148 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=-8600866393587229372 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1358148 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=5428228 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1358148 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=5427716 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1358148 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 55.48 s

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

/proc/meminfo: memFree=101594964/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=5943404 CPUtime=3203.98 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 220525 0 0 0 320122 276 0 0 20 0 21 0 239541149 19589197824 1485851 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1485851 5526 1 0 2173568 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=5918816 CPUtime=3133.36 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 132850 0 0 0 313192 144 0 0 20 0 21 0 239541150 19589197824 1485851 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=5941352 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1485851 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=5941352 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 2492 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1485851 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=5941352 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1485851 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 3203.98 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5943404 KiB

[startup+3222.3 s]
/proc/loadavg: 5.04 4.72 4.49 5/343 182415
/proc/meminfo: memFree=101586768/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=5949556 CPUtime=3264.76 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 222694 0 0 0 326198 278 0 0 20 0 21 0 239541149 19589197824 1487389 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1487389 5526 1 0 2173568 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=14464 CPUtime=3192.87 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 133755 0 0 0 319142 145 0 0 20 0 21 0 239541150 19589197824 1487389 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=5949556 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1487389 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=5949556 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 2573 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1487389 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=5949556 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1487389 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 3264.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5949556 KiB

[startup+3282.3 s]
/proc/loadavg: 4.90 4.73 4.50 5/343 182417
/proc/meminfo: memFree=101578288/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=5955704 CPUtime=3325.53 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 225587 0 0 0 332271 282 0 0 20 0 21 0 239541149 19589197824 1488926 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1488926 5526 1 0 2173568 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=5953656 CPUtime=3252.33 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 136460 0 0 0 325088 145 0 0 20 0 21 0 239541150 19589197824 1488926 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=5953656 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1488926 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 2573 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1488926 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=5951608 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1488926 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 3325.53 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5955704 KiB

[startup+3342.3 s]
/proc/loadavg: 4.67 4.69 4.50 5/342 182419
/proc/meminfo: memFree=101570400/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=5963896 CPUtime=3386.36 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 229282 0 0 0 338352 284 0 0 20 0 21 0 239541149 19589197824 1490974 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1490974 5526 1 0 2173568 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=27264 CPUtime=3311.84 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 139038 0 0 0 331038 146 0 0 20 0 21 0 239541150 19589197824 1490974 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=5961848 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1490974 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=5963896 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 2619 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1490974 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=5959800 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1490974 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 3386.36 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5963896 KiB

[startup+3402.3 s]
/proc/loadavg: 5.02 4.79 4.55 6/342 182421
/proc/meminfo: memFree=101418308/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=5970084 CPUtime=3447.2 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 231355 0 0 0 344434 286 0 0 20 0 21 0 239541149 19589197824 1492521 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1492521 5526 1 0 2173576 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=5961848 CPUtime=3371.34 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 139965 0 0 0 336988 146 0 0 20 0 21 0 239541150 19589197824 1492521 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=5959800 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1492521 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 2665 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1492521 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=10752 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1492521 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 3447.2 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5970084 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.58 4.49 4/317 182457
/proc/meminfo: memFree=109843692/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=5978276 CPUtime=3508.18 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 233942 0 0 0 350529 289 0 0 20 0 21 0 239541149 19589197824 1494569 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1494569 5526 1 0 2173609 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=5961848 CPUtime=3430.69 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 142420 0 0 0 342922 147 0 0 20 0 21 0 239541150 19589197824 1494569 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=5959800 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1494569 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 2666 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1494569 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=-4421386491919427935 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1494569 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 3508.18 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5978276 KiB

[startup+3522.3 s]
/proc/loadavg: 3.43 4.32 4.41 2/267 182529
/proc/meminfo: memFree=122242560/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=5984520 CPUtime=3568.92 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 237807 0 0 0 356598 294 0 0 20 0 21 0 239541149 19589197824 1496130 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1496130 5526 1 0 2173609 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=5276 CPUtime=3490.07 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 144929 0 0 0 348858 149 0 0 20 0 21 0 239541150 19589197824 1496130 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=4480 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1496130 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=-8600866393587229372 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 2749 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1496130 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=5982372 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1496130 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 3568.92 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5984520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3553 s]*
/proc/loadavg: 2.52 4.01 4.30 2/267 182530
/proc/meminfo: memFree=122238464/131250000 swapFree=33009904/33010684
[pid=182021] ppid=182018 vsize=19130076 memory=5986568 CPUtime=3600.02 cores=4,6
/proc/182021/stat : 182021 (java) S 182018 182021 181643 0 -1 4194304 239892 0 0 0 359706 296 0 0 20 0 21 0 239541149 19589197824 1496642 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
/proc/182021/statm: 4782519 1496642 5526 1 0 2173609 0
[pid=182021/tid=182023] ppid=182018 vsize=19130076 memory=-8600866393587229372 CPUtime=3520.49 cores=4,6
/proc/182021/task/182023/stat : 182023 (java) R 182018 182021 181643 0 -1 4194368 145885 0 0 0 351900 149 0 0 20 0 21 0 239541150 19589197824 1496642 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182032] ppid=182018 vsize=19130076 memory=7223895395536034116 CPUtime=0 cores=4,6
/proc/182021/task/182032/stat : 182032 (Finalizer) S 182018 182021 181643 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239541152 19589197824 1496642 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182039] ppid=182018 vsize=19130076 memory=4480 CPUtime=0 cores=4,6
/proc/182021/task/182039/stat : 182039 (Common-Cleaner) S 182018 182021 181643 0 -1 4194368 2749 0 0 0 0 0 0 0 20 0 21 0 239541153 19589197824 1496642 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
[pid=182021/tid=182041] ppid=182018 vsize=19130076 memory=1792 CPUtime=0 cores=4,6
/proc/182021/task/182041/stat : 182041 (Timer-0) S 182018 182021 181643 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 239541318 19589197824 1496642 18446744073709551615 94235611566080 94235611569776 140731809050480 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94235611577592 94235611578384 94235623387136 140731809057148 140731809057252 140731809057252 140731809062856 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5986568 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.21 s, system=2.98813 s

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

Child status: 143

Real time (s): 3553.11
CPU time (s): 3600.2
CPU user time (s): 3597.21
CPU system time (s): 2.98813
CPU usage (%): 101.325
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 5986568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.21
system time used= 2.98813
maximum resident set size= 5987592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242561
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120008
involuntary context switches= 10923


# summary of solver processes directly reported to runsolver:
#   pid: 182021
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.21
#   total CPU system time (s): 2.98813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61075 second user time and 17.0364 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-23 04:43:37
IDJOB=4545316
IDBENCH=180812
IDSOLVER=3361
FILE ID=nodeC033/4545316-1753238617
RUNJOBID= nodeC033-1753235137-181654
SLURM_JOB_ID= 9687867
Free space on /tmp= 432556 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SocialGolfers-08-04-08_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545316-1753238617/watcher-4545316-1753238617 -o /tmp/evaluation-result-4545316-1753238617/solver-4545316-1753238617 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753235137-181654 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4545316-1753238617.opb

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

MD5SUM BENCH= e5dad10f2c51a051686c6ce21bebf57a
RANDOM SEED=2072541777

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        117850868 kB
MemAvailable:   119346500 kB
Buffers:            2128 kB
Cached:          2218204 kB
SwapCached:           64 kB
Active:         11629528 kB
Inactive:         991064 kB
Active(anon):   10421212 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):   985780 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11416 kB
Writeback:             0 kB
AnonPages:      10401160 kB
Mapped:           128828 kB
Shmem:             26228 kB
KReclaimable:     281552 kB
Slab:             379936 kB
SReclaimable:     281552 kB
SUnreclaim:        98384 kB
KernelStack:        5184 kB
PageTables:        24132 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   13970772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10194944 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432580 MiB
End job on nodeC033 at 2025-07-23 05:42:51