Trace number 4497945

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.39 3521.76

General information on the benchmark

NamePB24/normalized-PB07/DEC-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_1_40.opb
MD5SUM031cc8ea2cc9b93552340efe35f2983e
Bench CategoryDEC-NLC (decision problem, non-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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.16	c Pseudo Boolean Optimization by upper bound
0.10/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.16	c  - never skip resolution steps
0.10/0.16	c  - Auto-division on coefficients is disabled
0.10/0.16	c  - No postprocessing
0.10/0.16	c  - Conflict is considered as is when resolving
0.10/0.16	c  - Use constraints as they come during conflict analysis
0.10/0.16	c  - Weaken first using unassigned literals
0.10/0.16	c  - Bump strategy: ALWAYS_ONE
0.10/0.16	c  - Bumper: ANY
0.10/0.16	c --- Begin Solver configuration ---
0.10/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.10/0.16	c Learn all clauses as in MiniSAT
0.10/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.16	c No reason simplification
0.10/0.16	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.16	c timeout=2147483s
0.10/0.16	c DB Simplification allowed=false
0.10/0.16	c Listener: none
0.10/0.16	c --- End Solver configuration ---
0.10/0.16	c solving HOME/instance-4497945-1751270065.opb
0.10/0.16	c reading problem ... 
0.10/0.17	c  no objective function found
0.47/0.33	c ... done. Wall clock time 0.16s.
0.47/0.33	c declared #vars     400
0.47/0.33	c internal #vars     6604
0.47/0.33	c #constraints  13011
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.47/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6204
0.47/0.33	c 13011 constraints processed.
69.82/66.61	c cleaning 2423 clauses out of 5001
462.62/456.56	c cleaning 4197 clauses out of 8580
1540.49/1531.42	c cleaning 5647 clauses out of 11382
3600.08/3521.65	c starts		: 54
3600.08/3521.66	c conflicts		: 25916
3600.08/3521.66	c decisions		: 249350
3600.08/3521.66	c propagations		: 7576562
3600.08/3521.67	c inspects		: 3603713434
3600.08/3521.67	c shortcuts		: 0
3600.08/3521.67	c learnt literals	: 0
3600.08/3521.67	c learnt binary clauses	: 0
3600.08/3521.67	c learnt ternary clauses	: 0
3600.08/3521.67	c learnt constraints	: 25916
3600.08/3521.67	c ignored constraints	: 0
3600.08/3521.67	c root simplifications	: 0
3600.08/3521.67	c removed literals (reason simplification)	: 0
3600.08/3521.67	c reason swapping (by a shorter reason)	: 0
3600.08/3521.67	c Calls to reduceDB	: 3
3600.08/3521.67	c Number of update (reduction) of LBD	: 0
3600.08/3521.67	c Imported unit clauses	: 0
3600.08/3521.67	c No decision after first conflict	: false
3600.08/3521.67	c number of reductions to clauses (during analyze)	: 0
3600.08/3521.67	c number of learned constraints concerned by reduction	: 0
3600.08/3521.67	c number of learning phase by resolution	: 0
3600.08/3521.67	c number of learning phase by cutting planes	: 0
3600.08/3521.67	c number of rounding to 1 operations	: 0
3600.08/3521.67	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3521.67	c number of reductions of the coefficients by power 2 	: 0
3600.08/3521.67	c number of right shift for reduction by power 2 	: 0
3600.08/3521.67	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3521.67	c number of ending skipping 	: 0
3600.08/3521.67	c number of internal skipping 	: 0
3600.08/3521.67	c number of derivation steps 	: 343244
3600.08/3521.67	c number of skipped derivation steps 	: 0
3600.08/3521.67	c number of remaining unassigned 	: 367685
3600.08/3521.67	c number of remaining assigned 	: 19211757
3600.08/3521.67	c number of falsified literals weakened from reason	: 0
3600.08/3521.67	c number of falsified literals weakened from conflict	: 0
3600.08/3521.67	c time for arithmetic operations	: 35886879803
3600.08/3521.69	c minimum degree of deleted constraints	: null
3600.08/3521.69	c maximum degree of deleted constraints	: null
3600.08/3521.69	c number of deleted constraints	: 0
3600.29/3521.71	c speed (assignments/second)	: 2151.603116864824
3600.29/3521.71	c non guided choices	: 6364
3600.29/3521.73	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 13648
3600.29/3521.73	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.29/3521.74	s UNKNOWN
3600.29/3521.74	c Total wall clock time (in seconds): 3521.575

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497945-1751270065/watcher-4497945-1751270065 -o /tmp/evaluation-result-4497945-1751270065/solver-4497945-1751270065 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751270061-35888 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4497945-1751270065.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=36254, runsolver pid=36247

[startup+0.10006 s]*
/proc/loadavg: 7.64 8.00 7.04 9/317 36285
/proc/meminfo: memFree=128861280/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=18930384 memory=52116 CPUtime=0.1 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 6176 0 0 0 8 2 0 0 20 0 18 0 42685112 19384713216 13029 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4732596 13029 5347 1 0 547270 0
[pid=36254/tid=36260] ppid=36247 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 4979 0 0 0 5 1 0 0 20 0 18 0 42685114 19384713216 13029 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=18930384 memory=13937 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42685116 19384713216 13029 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 42685116 19384713216 13029 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52116 KiB

[startup+0.205538 s]*
/proc/loadavg: 7.64 8.00 7.04 9/315 36293
/proc/meminfo: memFree=128774776/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=18930384 memory=64272 CPUtime=0.28 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 7085 0 0 0 25 3 0 0 20 0 18 0 42685112 19384713216 16068 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4732596 16068 5443 1 0 547965 0
[pid=36254/tid=36260] ppid=36247 vsize=18930384 memory=4026597495 CPUtime=0.16 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 5376 0 0 0 14 2 0 0 20 0 18 0 42685114 19384713216 16068 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=18930384 memory=224227767625 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42685116 19384713216 16068 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=18930384 memory=33073 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 42685116 19384713216 16068 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64272 KiB

[startup+0.305415 s]*
/proc/loadavg: 7.64 8.00 7.04 7/316 36294
/proc/meminfo: memFree=128684040/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=18930384 memory=93592 CPUtime=0.47 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 7924 0 0 0 43 4 0 0 20 0 18 0 42685112 19384713216 23398 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4732596 23398 5443 1 0 548136 0
[pid=36254/tid=36260] ppid=36247 vsize=18930384 memory=-6000919502703978348 CPUtime=0.24 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 5404 0 0 0 22 2 0 0 20 0 18 0 42685114 19384713216 23398 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42685116 19384713216 23398 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 42685116 19384713216 23398 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93592 KiB

[startup+0.708685 s]
/proc/loadavg: 7.64 8.00 7.04 8/317 36297
/proc/meminfo: memFree=128543264/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=167788 CPUtime=1.24 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 10820 0 0 0 118 6 0 0 20 0 20 0 42685112 19521036288 41947 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 41947 5475 1 0 550380 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=17664 CPUtime=0.57 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) S 36247 36254 35399 0 -1 4194368 5512 0 0 0 54 3 0 0 20 0 20 0 42685114 19521036288 41947 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 41947 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 41947 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 41947 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167788 KiB

[startup+1.50021 s]
/proc/loadavg: 7.64 8.00 7.04 5/296 36306
/proc/meminfo: memFree=128542624/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=194360 CPUtime=2.8 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 13488 0 0 0 272 8 0 0 20 0 20 0 42685112 19521036288 48590 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 48590 5475 1 0 552246 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=0 CPUtime=1.27 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 5520 0 0 0 124 3 0 0 20 0 20 0 42685114 19521036288 48590 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 48590 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 48590 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 48590 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194360 KiB

[startup+3.10568 s]
/proc/loadavg: 7.64 8.00 7.04 6/319 36427
/proc/meminfo: memFree=127714544/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=920920 CPUtime=5.24 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 14764 0 0 0 502 22 0 0 20 0 20 0 42685112 19521036288 230230 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 230230 5475 1 0 759326 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=11136 CPUtime=2.85 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 5876 0 0 0 269 16 0 0 20 0 20 0 42685114 19521036288 230230 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=-6000919477018453612 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 230230 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 230230 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 230230 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 920920 KiB

[startup+6.30019 s]
/proc/loadavg: 7.50 7.97 7.04 6/342 36483
/proc/meminfo: memFree=124680396/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=1822104 CPUtime=8.72 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 15904 0 0 0 832 40 0 0 20 0 20 0 42685112 19521036288 455526 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 455526 5475 1 0 759345 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=0 CPUtime=6 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 6696 0 0 0 566 34 0 0 20 0 20 0 42685114 19521036288 455526 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 455526 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 455526 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=6645459911560372124 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 455526 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1822104 KiB

[startup+12.7002 s]
/proc/loadavg: 7.30 7.92 7.03 7/342 36549
/proc/meminfo: memFree=124057648/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=1824180 CPUtime=15.24 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 21073 0 0 0 1483 41 0 0 20 0 20 0 42685112 19521036288 456045 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 456045 5475 1 0 759346 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=1824180 CPUtime=12.31 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 7825 0 0 0 1197 34 0 0 20 0 20 0 42685114 19521036288 456045 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=1824180 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 456045 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 456045 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=1824180 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 456045 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1824180 KiB

[startup+25.5002 s]
/proc/loadavg: 6.79 7.77 6.99 5/342 36549
/proc/meminfo: memFree=123392352/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=1852948 CPUtime=28.15 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 24779 0 0 0 2773 42 0 0 20 0 20 0 42685112 19521036288 463237 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 463237 5475 1 0 759346 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=1824180 CPUtime=24.97 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 9792 0 0 0 2463 34 0 0 20 0 20 0 42685114 19521036288 463237 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=-6000919477018453612 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 463237 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=1848848 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 463237 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=1852948 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 463237 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 28.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1852948 KiB

[startup+51.1057 s]
/proc/loadavg: 5.84 7.47 6.91 5/342 36549
/proc/meminfo: memFree=123232436/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=1875564 CPUtime=54.02 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 29026 0 0 0 5357 45 0 0 20 0 20 0 42685112 19521036288 468891 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 468891 5475 1 0 759362 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=-6000919477018453612 CPUtime=50.17 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 12058 0 0 0 4982 35 0 0 20 0 20 0 42685114 19521036288 468891 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=1873516 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 468891 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0

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

[startup+3162.3 s]
/proc/loadavg: 4.57 4.57 4.54 5/341 36781
/proc/meminfo: memFree=121934000/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=3025368 CPUtime=3202.31 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 131068 0 0 0 320020 211 0 0 20 0 20 0 42685112 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 756342 5507 1 0 768105 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=3025240 CPUtime=3131.92 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 55378 0 0 0 313141 51 0 0 20 0 20 0 42685114 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=9088 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=3025368 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 2027 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=3025368 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 3202.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3025368 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.49 4.52 5/341 36783
/proc/meminfo: memFree=118515344/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=3025368 CPUtime=3267.87 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 131154 0 0 0 326570 217 0 0 20 0 20 0 42685112 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 756342 5507 1 0 768113 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=3025368 CPUtime=3191.41 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 55403 0 0 0 319090 51 0 0 20 0 20 0 42685114 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=3025368 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=3025368 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 2031 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=3025368 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 3267.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3025368 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.46 4.51 8/341 36785
/proc/meminfo: memFree=118135816/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=3025368 CPUtime=3334.39 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 131906 0 0 0 333214 225 0 0 20 0 20 0 42685112 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 756342 5507 1 0 768113 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=3025368 CPUtime=3250.92 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 56089 0 0 0 325041 51 0 0 20 0 20 0 42685114 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=3025368 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 2031 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=3025368 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 756342 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 3334.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3025368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.45 4.47 4.51 5/340 36787
/proc/meminfo: memFree=117695492/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=3025496 CPUtime=3400.98 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 135973 0 0 0 339865 233 0 0 20 0 20 0 42685112 19521036288 756374 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 756374 5507 1 0 768145 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=14572 CPUtime=3310.35 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 57911 0 0 0 330983 52 0 0 20 0 20 0 42685114 19521036288 756374 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=3025496 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756374 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=-6000919472706381420 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 2124 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756374 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 756374 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 3400.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3025496 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.41 4.48 6/340 36790
/proc/meminfo: memFree=117686944/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=3025496 CPUtime=3467.49 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 139574 0 0 0 346509 240 0 0 20 0 20 0 42685112 19521036288 756374 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 756374 5507 1 0 768145 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=3025496 CPUtime=3369.72 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 59474 0 0 0 336920 52 0 0 20 0 20 0 42685114 19521036288 756374 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=3025496 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756374 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=3025496 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 2125 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756374 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=3025496 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 756374 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 3467.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3025496 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.38 4.46 5/340 36792
/proc/meminfo: memFree=117613400/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=3025624 CPUtime=3534.71 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 139744 0 0 0 353223 248 0 0 20 0 20 0 42685112 19521036288 756406 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 756406 5507 1 0 768154 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=3025496 CPUtime=3429.07 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 59552 0 0 0 342855 52 0 0 20 0 20 0 42685114 19521036288 756406 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756406 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=3025624 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 2156 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756406 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=7366837439808183828 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 756406 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 3534.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3025624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3521.6 s]
/proc/loadavg: 4.45 4.40 4.46 5/339 36794
/proc/meminfo: memFree=117452796/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19063512 memory=3025624 CPUtime=3600.08 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 140641 0 0 0 359753 255 0 0 20 0 20 0 42685112 19521036288 756406 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4765878 756406 5507 1 0 768154 0
[pid=36254/tid=36260] ppid=36247 vsize=19063512 memory=7366837439808183828 CPUtime=3487.77 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 60389 0 0 0 348724 53 0 0 20 0 20 0 42685114 19521036288 756406 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19063512 memory=3025624 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756406 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 2156 0 0 0 0 0 0 0 20 0 20 0 42685116 19521036288 756406 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36295] ppid=36247 vsize=19063512 memory=2208 CPUtime=0 cores=0,2
/proc/36254/task/36295/stat : 36295 (Timer-0) S 36247 36254 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685146 19521036288 756406 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3025624 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.81 s, system=2.57652 s

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

[startup+3521.7 s]
/proc/loadavg: 4.45 4.40 4.46 5/339 36794
/proc/meminfo: memFree=117452796/131249996 swapFree=33010684/33010684
[pid=36254] ppid=36247 vsize=19263204 memory=3026392 CPUtime=3600.29 cores=0,2
/proc/36254/stat : 36254 (java) S 36247 36254 35399 0 -1 4194304 142032 0 0 0 359773 256 0 0 20 0 21 0 42685112 19725520896 756598 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
/proc/36254/statm: 4815801 756598 5507 1 0 769057 0
[pid=36254/tid=36260] ppid=36247 vsize=19263204 memory=3025624 CPUtime=3487.87 cores=0,2
/proc/36254/task/36260/stat : 36260 (java) R 36247 36254 35399 0 -1 4194368 60389 0 0 0 348734 53 0 0 20 0 21 0 42685114 19725520896 756598 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36278] ppid=36247 vsize=19263204 memory=3025624 CPUtime=0 cores=0,2
/proc/36254/task/36278/stat : 36278 (Finalizer) S 36247 36254 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 42685116 19725520896 756598 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
[pid=36254/tid=36285] ppid=36247 vsize=19263204 memory=3025624 CPUtime=0 cores=0,2
/proc/36254/task/36285/stat : 36285 (Common-Cleaner) S 36247 36254 35399 0 -1 4194368 2156 0 0 0 0 0 0 0 20 0 21 0 42685116 19725520896 756598 18446744073709551615 94431127121920 94431127125616 140721383678864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94431127133432 94431127134224 94431131394048 140721383684478 140721383684582 140721383684582 140721383690184 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3026392 KiB

Child status: 143

Real time (s): 3521.76
CPU time (s): 3600.39
CPU user time (s): 3597.81
CPU system time (s): 2.57652
CPU usage (%): 102.233
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3026392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.81
system time used= 2.57652
maximum resident set size= 3026520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142202
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134703
involuntary context switches= 18711


# summary of solver processes directly reported to runsolver:
#   pid: 36254
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3597.81
#   total CPU system time (s): 2.57652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.76001 second user time and 16.6901 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-30 09:54:25
IDJOB=4497945
IDBENCH=148266
IDSOLVER=3361
FILE ID=nodeC032/4497945-1751270065
RUNJOBID= nodeC032-1751270061-35888
SLURM_JOB_ID= 9594199
Free space on /tmp= 432068 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB07/DEC-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_1_40.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497945-1751270065/watcher-4497945-1751270065 -o /tmp/evaluation-result-4497945-1751270065/solver-4497945-1751270065 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751270061-35888 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4497945-1751270065.opb

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

MD5SUM BENCH= 031cc8ea2cc9b93552340efe35f2983e
RANDOM SEED=1664991714

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128785896 kB
MemAvailable:   128504628 kB
Buffers:            3280 kB
Cached:           527676 kB
SwapCached:            0 kB
Active:          1618856 kB
Inactive:         274484 kB
Active(anon):    1380452 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   274484 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4180 kB
Writeback:             4 kB
AnonPages:       1365632 kB
Mapped:           122496 kB
Shmem:             18068 kB
KReclaimable:      90168 kB
Slab:             174656 kB
SReclaimable:      90168 kB
SUnreclaim:        84488 kB
KernelStack:        4876 kB
PageTables:         6112 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5543364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151112 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1206272 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432064 MiB
End job on nodeC032 at 2025-06-30 10:53:07