Trace number 4497981

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06SAT (TO)221 3600.34 3576.06

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
MD5SUM71712cdcc38fa7c4381aa6b1a1b0da23
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.071183
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4497981-1751270069.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.13/0.19	c ... done. Wall clock time 0.037s.
0.13/0.19	c declared #vars     135
0.13/0.19	c internal #vars     540
0.13/0.19	c #constraints  826
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.13/0.19	c 826 constraints processed.
0.32/0.31	c objective function length is 9 literals
20.75/16.31	c cleaning 2494 clauses out of 5001
54.42/49.45	c cleaning 4237 clauses out of 8506
118.14/112.62	c cleaning 5622 clauses out of 11269
297.36/291.36	c cleaning 6814 clauses out of 13647
539.70/533.01	c cleaning 7899 clauses out of 15833
897.29/889.55	c cleaning 8960 clauses out of 17935
1464.52/1455.30	c cleaning 9974 clauses out of 19975
1930.47/1919.43	c SATISFIABLE
1930.47/1919.43	c OPTIMIZING...
1930.47/1919.43	c Got one! Elapsed wall clock time (in seconds):1919.282
1930.47/1919.43	o 221
2157.13/2144.87	c cleaning 10989 clauses out of 22001
2858.12/2839.32	c cleaning 11998 clauses out of 24011
3600.06/3575.92	c starts		: 91
3600.06/3575.95	c conflicts		: 93060
3600.06/3575.95	c decisions		: 98179
3600.06/3575.95	c propagations		: 1396054
3600.06/3575.95	c inspects		: 4784356163
3600.06/3575.95	c shortcuts		: 0
3600.06/3575.95	c learnt literals	: 0
3600.06/3575.95	c learnt binary clauses	: 0
3600.06/3575.95	c learnt ternary clauses	: 0
3600.06/3575.95	c learnt constraints	: 93060
3600.06/3575.95	c ignored constraints	: 0
3600.06/3575.95	c root simplifications	: 0
3600.06/3575.95	c removed literals (reason simplification)	: 0
3600.06/3575.95	c reason swapping (by a shorter reason)	: 0
3600.06/3575.95	c Calls to reduceDB	: 9
3600.06/3575.95	c Number of update (reduction) of LBD	: 0
3600.06/3575.95	c Imported unit clauses	: 0
3600.06/3575.95	c No decision after first conflict	: false
3600.06/3575.95	c number of reductions to clauses (during analyze)	: 0
3600.06/3575.95	c number of learned constraints concerned by reduction	: 0
3600.06/3575.95	c number of learning phase by resolution	: 0
3600.06/3575.95	c number of learning phase by cutting planes	: 0
3600.06/3575.96	c number of rounding to 1 operations	: 0
3600.06/3575.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3575.96	c number of reductions of the coefficients by power 2 	: 0
3600.06/3575.96	c number of right shift for reduction by power 2 	: 0
3600.06/3575.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3575.96	c number of ending skipping 	: 0
3600.06/3575.96	c number of internal skipping 	: 0
3600.06/3575.97	c number of derivation steps 	: 1078199
3600.06/3575.97	c number of skipped derivation steps 	: 0
3600.06/3575.97	c number of remaining unassigned 	: 27611
3600.06/3575.97	c number of remaining assigned 	: 32952341
3600.06/3575.97	c number of falsified literals weakened from reason	: 0
3600.06/3575.97	c number of falsified literals weakened from conflict	: 0
3600.06/3575.97	c time for arithmetic operations	: 16407208353
3600.06/3575.97	c minimum degree of deleted constraints	: null
3600.06/3575.97	c maximum degree of deleted constraints	: null
3600.06/3575.97	c number of deleted constraints	: 0
3600.06/3575.99	c speed (assignments/second)	: 390.4329722993487
3600.06/3575.99	c non guided choices	: 859
3600.26/3576.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 122
3600.26/3576.02	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 23951
3600.26/3576.02	s SATISFIABLE
3600.26/3576.02	c Found 1 solution(s)
3600.26/3576.03	v x1 -x2 x3 x4 x5 -x6 x7 x8 -x9 x10 x11 x12 x13 x14 x15 -x16 x17 x18 x19 x20 -x21 -x22 -x23 x24 x25 x26 x27 x28 x29 -x30 x31 -x32 -x33 -x34 x35 -x36 x37 x38 x39 x40 x41 -x42 x43 x44 x45 x46 -x47 x48 -x49 x50 x51 -x52 -x53 -x54 x55 x56 -x57 -x58 -x59 x60 x61 x62 x63 x64 -x65 -x66 x67 -x68 -x69 x70 -x71 x72 x73 x74 -x75 -x76 -x77 x78 -x79 x80 -x81 x82 -x83 x84 x85 x86 x87 x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 x98 -x99 x100 x101 x102 -x103 -x104 -x105 x106 x107 x108 x109 -x110 -x111 x112 x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 x121 x122 -x123 -x124 x125 -x126 -x127 x128 -x129 x130 x131 -x132 -x133 -x134 -x135 
3600.26/3576.03	c objective function=221
3600.26/3576.04	c Total wall clock time (in seconds): 3575.883

Verifier Data

OK	221

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100059 s]*
/proc/loadavg: 7.64 8.00 7.04 6/340 36481
/proc/meminfo: memFree=127286508/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=18930384 memory=57752 CPUtime=0.13 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 6575 0 0 0 11 2 0 0 20 0 18 0 42685499 19384713216 14438 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4732596 14438 5335 1 0 547620 0
[pid=36463/tid=36465] ppid=36460 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 5076 0 0 0 7 1 0 0 20 0 18 0 42685500 19384713216 14438 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42685502 19384713216 14438 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=18930384 memory=61784027576291 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42685503 19384713216 14438 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57752 KiB

[startup+0.205882 s]*
/proc/loadavg: 7.64 8.00 7.04 6/340 36481
/proc/meminfo: memFree=127162116/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=18930384 memory=64304 CPUtime=0.31 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 7125 0 0 0 29 2 0 0 20 0 18 0 42685499 19384713216 16076 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4732596 16076 5431 1 0 547992 0
[pid=36463/tid=36465] ppid=36460 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) D 36460 36463 35399 0 -1 4194368 5410 0 0 0 16 1 0 0 20 0 18 0 42685500 19384713216 16076 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=18930384 memory=13937 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42685502 19384713216 16076 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42685503 19384713216 16076 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64304 KiB

[startup+0.305797 s]*
/proc/loadavg: 7.64 8.00 7.04 5/340 36481
/proc/meminfo: memFree=127055164/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=18930384 memory=64560 CPUtime=0.32 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 7156 0 1 0 30 2 0 0 20 0 18 0 42685499 19384713216 16140 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4732596 16140 5463 1 0 548008 0
[pid=36463/tid=36465] ppid=36460 vsize=18930384 memory=-6000919507049539180 CPUtime=0.17 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) D 36460 36463 35399 0 -1 4194368 5428 0 1 0 16 1 0 0 20 0 18 0 42685500 19384713216 16140 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42685502 19384713216 16140 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42685503 19384713216 16140 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64560 KiB

[startup+0.700224 s]
/proc/loadavg: 7.50 7.97 7.04 6/341 36482
/proc/meminfo: memFree=126779536/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=161608 CPUtime=1.06 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 10777 0 1 0 101 5 0 0 20 0 20 0 42685499 19521036288 40402 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 40402 5495 1 0 550389 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=17664 CPUtime=0.47 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 5547 0 1 0 44 3 0 0 20 0 20 0 42685500 19521036288 40402 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 40402 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 40402 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=4496 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 40402 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161608 KiB

[startup+1.50023 s]
/proc/loadavg: 7.50 7.97 7.04 7/342 36483
/proc/meminfo: memFree=126035476/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=265416 CPUtime=2.65 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 21746 0 1 0 256 9 0 0 20 0 20 0 42685499 19521036288 66354 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 66354 5495 1 0 554725 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=0 CPUtime=1.24 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 5838 0 1 0 119 5 0 0 20 0 20 0 42685500 19521036288 66354 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 66354 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 66354 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=4496 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 66354 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 265416 KiB

[startup+3.1057 s]
/proc/loadavg: 7.50 7.97 7.04 4/321 36499
/proc/meminfo: memFree=125827296/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=825036 CPUtime=5.1 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 24963 0 1 0 491 19 0 0 20 0 20 0 42685499 19521036288 206259 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 206259 5495 1 0 554732 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=11136 CPUtime=2.81 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 6944 0 1 0 266 15 0 0 20 0 20 0 42685500 19521036288 206259 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=-6000919507049539180 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 206259 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 206259 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 206259 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 825036 KiB

[startup+6.30022 s]
/proc/loadavg: 7.30 7.92 7.03 5/342 36549
/proc/meminfo: memFree=124865828/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=1191948 CPUtime=8.68 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 26294 0 1 0 842 26 0 0 20 0 20 0 42685499 19521036288 297987 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 297987 5495 1 0 554734 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=0 CPUtime=5.94 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 7298 0 1 0 573 21 0 0 20 0 20 0 42685500 19521036288 297987 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 297987 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 297987 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=324812 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 297987 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 8.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1191948 KiB

[startup+12.7002 s]
/proc/loadavg: 7.12 7.87 7.01 5/342 36549
/proc/meminfo: memFree=123723116/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=1789992 CPUtime=17.07 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 39832 0 1 0 1668 39 0 0 20 0 20 0 42685499 19521036288 447498 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 447498 5495 1 0 667472 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=324812 CPUtime=12.14 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 8559 0 1 0 1184 30 0 0 20 0 20 0 42685500 19521036288 447498 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 447498 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=1369180 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 447498 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=-6000919507049539180 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 447498 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 17.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1789992 KiB

[startup+25.5002 s]
/proc/loadavg: 6.79 7.77 6.99 5/342 36549
/proc/meminfo: memFree=123362216/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=1779540 CPUtime=30.34 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 51955 0 1 0 2993 41 0 0 20 0 20 0 42685499 19521036288 444885 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 444885 5495 1 0 667514 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=0 CPUtime=24.69 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 10748 0 1 0 2439 30 0 0 20 0 20 0 42685500 19521036288 444885 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=1773200 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 444885 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=1775412 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 444885 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=14572 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 444885 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 30.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1779540 KiB

[startup+51.1058 s]
/proc/loadavg: 5.85 7.45 6.91 5/342 36549
/proc/meminfo: memFree=123212192/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=1810404 CPUtime=56.26 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 55008 0 1 0 5584 42 0 0 20 0 20 0 42685499 19521036288 452601 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 452601 5495 1 0 667514 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=1808344 CPUtime=49.96 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 12125 0 1 0 4965 31 0 0 20 0 20 0 42685500 19521036288 452601 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 452601 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=0 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=118433424/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=2530760 CPUtime=3244.11 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 118942 0 1 0 324249 162 0 0 20 0 20 0 42685499 19521036288 632690 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 632690 5495 1 0 667925 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=2516424 CPUtime=3188.42 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 49015 0 1 0 318803 39 0 0 20 0 20 0 42685500 19521036288 632690 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=2518472 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 632690 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 1715 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 632690 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=2530760 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 632690 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 3244.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2530760 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.45 4.50 5/341 36785
/proc/meminfo: memFree=118135928/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=2532808 CPUtime=3304.25 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 119432 0 1 0 330261 164 0 0 20 0 20 0 42685499 19521036288 633202 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 633202 5495 1 0 667925 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=2532808 CPUtime=3247.99 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 49075 0 1 0 324759 40 0 0 20 0 20 0 42685500 19521036288 633202 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 633202 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=2530760 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 633202 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=2532808 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 633202 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 3304.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2532808 KiB

[startup+3342.3 s]
/proc/loadavg: 4.42 4.46 4.50 6/340 36787
/proc/meminfo: memFree=117691460/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=2536904 CPUtime=3364.37 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 119533 0 1 0 336271 166 0 0 20 0 20 0 42685499 19521036288 634226 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 634226 5495 1 0 667925 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=14572 CPUtime=3307.55 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 49128 0 1 0 330715 40 0 0 20 0 20 0 42685500 19521036288 634226 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=2534856 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 634226 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=2534856 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 1739 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 634226 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=2534856 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 634226 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 3364.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2536904 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.42 4.48 5/340 36790
/proc/meminfo: memFree=117687008/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=2538952 CPUtime=3424.53 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 119690 0 1 0 342285 168 0 0 20 0 20 0 42685499 19521036288 634738 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 634738 5495 1 0 667925 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=2534856 CPUtime=3366.98 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 49219 0 1 0 336658 40 0 0 20 0 20 0 42685500 19521036288 634738 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=2534856 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 634738 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 1739 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 634738 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=14572 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 634738 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 3424.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2538952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.37 4.46 5/339 36792
/proc/meminfo: memFree=117609320/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=2553288 CPUtime=3485.18 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 120950 0 1 0 348347 171 0 0 20 0 20 0 42685499 19521036288 638322 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 638322 5495 1 0 667925 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=2534856 CPUtime=3426.21 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 50157 0 1 0 342581 40 0 0 20 0 20 0 42685500 19521036288 638322 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=2534856 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 638322 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 1739 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 638322 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=2549192 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 638322 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 3485.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2553288 KiB

[startup+3522.3 s]
/proc/loadavg: 4.50 4.41 4.47 6/339 36861
/proc/meminfo: memFree=119971184/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=2563556 CPUtime=3545.96 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 123363 0 1 0 354423 173 0 0 20 0 20 0 42685499 19521036288 640889 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 640889 5495 1 0 667932 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=2536904 CPUtime=3485.53 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 51306 0 1 0 348512 41 0 0 20 0 20 0 42685500 19521036288 640889 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=14572 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 640889 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=2563556 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 1829 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 640889 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=-6000919507049539180 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 640889 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 3545.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2563556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.9 s]
/proc/loadavg: 4.31 4.38 4.45 5/341 36931
/proc/meminfo: memFree=117975576/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19063512 memory=2563556 CPUtime=3600.06 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 124735 0 1 0 359831 175 0 0 20 0 20 0 42685499 19521036288 640889 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4765878 640889 5495 1 0 667939 0
[pid=36463/tid=36465] ppid=36460 vsize=19063512 memory=14572 CPUtime=3538.59 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 52069 0 1 0 353818 41 0 0 20 0 20 0 42685500 19521036288 640889 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19063512 memory=2563556 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42685502 19521036288 640889 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19063512 memory=2208 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 1890 0 0 0 0 0 0 0 20 0 20 0 42685503 19521036288 640889 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36482] ppid=36460 vsize=19063512 memory=2563556 CPUtime=0 cores=5,7
/proc/36463/task/36482/stat : 36482 (Timer-0) S 36460 36463 35399 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42685531 19521036288 640889 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2563556 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.58 s, system=1.76818 s

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

[startup+3576 s]*
/proc/loadavg: 4.31 4.38 4.45 9/342 36934
/proc/meminfo: memFree=117683752/131249996 swapFree=33010684/33010684
[pid=36463] ppid=36460 vsize=19263204 memory=2564580 CPUtime=3600.26 cores=5,7
/proc/36463/stat : 36463 (java) S 36460 36463 35399 0 -1 4194304 127141 0 1 0 359851 175 0 0 20 0 21 0 42685499 19725520896 641145 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
/proc/36463/statm: 4815801 641145 5527 1 0 668858 0
[pid=36463/tid=36465] ppid=36460 vsize=19263204 memory=-6000919472790136428 CPUtime=3538.7 cores=5,7
/proc/36463/task/36465/stat : 36465 (java) R 36460 36463 35399 0 -1 4194368 52083 0 1 0 353829 41 0 0 20 0 21 0 42685500 19725520896 641145 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36474] ppid=36460 vsize=19263204 memory=2208 CPUtime=0 cores=5,7
/proc/36463/task/36474/stat : 36474 (Finalizer) S 36460 36463 35399 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 42685502 19725520896 641145 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36481] ppid=36460 vsize=19263204 memory=3200 CPUtime=0 cores=5,7
/proc/36463/task/36481/stat : 36481 (Common-Cleaner) S 36460 36463 35399 0 -1 4194368 1890 0 0 0 0 0 0 0 20 0 21 0 42685503 19725520896 641145 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
[pid=36463/tid=36933] ppid=36460 vsize=19263204 memory=4496 CPUtime=0.01 cores=5,7
/proc/36463/task/36933/stat : 36933 (Thread-0) R 36460 36463 35399 0 -1 4194368 523 0 0 0 1 0 0 0 20 0 21 0 43043090 19725520896 641145 18446744073709551615 93856033992704 93856033996400 140728490940528 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93856034004216 93856034005008 93856064221184 140728490948990 140728490949094 140728490949094 140728490954696 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2564580 KiB

Child status: 143

Real time (s): 3576.06
CPU time (s): 3600.34
CPU user time (s): 3598.58
CPU system time (s): 1.76818
CPU usage (%): 100.679
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2564580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.58
system time used= 1.76817
maximum resident set size= 2564836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127466
page faults= 1
swaps= 0
block input operations= 368
block output operations= 24520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146065
involuntary context switches= 27900


# summary of solver processes directly reported to runsolver:
#   pid: 36463
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3598.58
#   total CPU system time (s): 1.76818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0087 second user time and 14.6378 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-30 09:54:29
IDJOB=4497981
IDBENCH=148326
IDSOLVER=3361
FILE ID=nodeC032/4497981-1751270069
RUNJOBID= nodeC032-1751270061-35891
SLURM_JOB_ID= 9594199
Free space on /tmp= 432068 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497981-1751270069/watcher-4497981-1751270069 -o /tmp/evaluation-result-4497981-1751270069/solver-4497981-1751270069 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751270061-35891 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4497981-1751270069.opb

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

MD5SUM BENCH= 71712cdcc38fa7c4381aa6b1a1b0da23
RANDOM SEED=825807836

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		: 3599.587
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		: 3599.845
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		: 3629.965
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		: 3501.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		: 3657.147
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		: 3600.233
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		: 3599.854
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.841
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:        127474584 kB
MemAvailable:   127193948 kB
Buffers:            3280 kB
Cached:           528040 kB
SwapCached:            0 kB
Active:          2922964 kB
Inactive:         274844 kB
Active(anon):    2684560 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   274844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2184 kB
Writeback:             0 kB
AnonPages:       2669628 kB
Mapped:           122516 kB
Shmem:             18068 kB
KReclaimable:      90708 kB
Slab:             175492 kB
SReclaimable:      90708 kB
SUnreclaim:        84784 kB
KernelStack:        5280 kB
PageTables:         8796 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9040704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2482176 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:54:05