Trace number 4543756

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.41 3514.83

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_14_088.opb
MD5SUM24c7738c3c83b878554c33cfdaf58c44
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.47269
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109662
Total number of constraints2479
Number of constraints which are clauses1247
Number of constraints which are cardinality constraints (but not clauses)1232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint14
Maximum length of a constraint89
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 90
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/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.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4543756-1753227184.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  no objective function found
1.27/0.76	c ... done. Wall clock time 0.595s.
1.27/0.76	c declared #vars     109662
1.27/0.76	c #constraints  2479
1.27/0.76	c constraints type 
1.27/0.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1232
1.27/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1247
1.27/0.76	c 2479 constraints processed.
300.92/292.66	c cleaning 2410 clauses out of 4994
3600.16/3514.76	c starts		: 33
3600.16/3514.76	c conflicts		: 9852
3600.16/3514.76	c decisions		: 958805
3600.16/3514.76	c propagations		: 2558966
3600.16/3514.76	c inspects		: 391293540
3600.16/3514.76	c shortcuts		: 0
3600.16/3514.76	c learnt literals	: 7
3600.16/3514.76	c learnt binary clauses	: 0
3600.16/3514.76	c learnt ternary clauses	: 0
3600.16/3514.76	c learnt constraints	: 9844
3600.16/3514.76	c ignored constraints	: 0
3600.16/3514.76	c root simplifications	: 0
3600.16/3514.76	c removed literals (reason simplification)	: 0
3600.16/3514.76	c reason swapping (by a shorter reason)	: 0
3600.16/3514.76	c Calls to reduceDB	: 1
3600.16/3514.76	c Number of update (reduction) of LBD	: 0
3600.16/3514.76	c Imported unit clauses	: 0
3600.16/3514.76	c No decision after first conflict	: false
3600.16/3514.76	c number of reductions to clauses (during analyze)	: 0
3600.16/3514.76	c number of learned constraints concerned by reduction	: 0
3600.16/3514.76	c number of learning phase by resolution	: 0
3600.16/3514.77	c number of learning phase by cutting planes	: 0
3600.16/3514.77	c number of rounding to 1 operations	: 0
3600.16/3514.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.16/3514.77	c number of reductions of the coefficients by power 2 	: 0
3600.16/3514.77	c number of right shift for reduction by power 2 	: 0
3600.16/3514.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.16/3514.77	c number of ending skipping 	: 0
3600.16/3514.77	c number of internal skipping 	: 0
3600.16/3514.77	c number of derivation steps 	: 157464
3600.16/3514.77	c number of skipped derivation steps 	: 0
3600.16/3514.77	c number of remaining unassigned 	: 204224
3600.16/3514.77	c number of remaining assigned 	: 175364504
3600.16/3514.77	c number of falsified literals weakened from reason	: 0
3600.16/3514.77	c number of falsified literals weakened from conflict	: 0
3600.16/3514.77	c time for arithmetic operations	: 1485396346
3600.16/3514.77	c minimum degree of deleted constraints	: null
3600.16/3514.78	c maximum degree of deleted constraints	: null
3600.16/3514.78	c number of deleted constraints	: 0
3600.16/3514.80	c speed (assignments/second)	: 728.2210907468307
3600.16/3514.80	c non guided choices	: 83555
3600.16/3514.80	c timeout
3600.36/3514.81	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 4313
3600.36/3514.81	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3122
3600.36/3514.81	s UNKNOWN
3600.36/3514.81	c Total wall clock time (in seconds): 3514.657

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543756-1753227184/watcher-4543756-1753227184 -o /tmp/evaluation-result-4543756-1753227184/solver-4543756-1753227184 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753223825-168200 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4543756-1753227184.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
solver pid=168901, runsolver pid=168898
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.44 4.41 4.32 6/340 168919
/proc/meminfo: memFree=108005244/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=18930384 memory=57732 CPUtime=0.12 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 6558 0 0 0 10 2 0 0 20 0 18 0 238395938 19384713216 14433 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4732596 14433 5341 1 0 547604 0
[pid=168901/tid=168903] ppid=168898 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 5062 0 0 0 6 1 0 0 20 0 18 0 238395939 19384713216 14433 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238395941 19384713216 14433 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=18930384 memory=60684515934839 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238395942 19384713216 14433 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57732 KiB

[startup+0.206088 s]*
/proc/loadavg: 4.44 4.41 4.32 7/340 168919
/proc/meminfo: memFree=107992012/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=18930384 memory=70564 CPUtime=0.33 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 7118 0 0 0 30 3 0 0 20 0 18 0 238395938 19384713216 17641 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4732596 17641 5437 1 0 547978 0
[pid=168901/tid=168903] ppid=168898 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 5356 0 0 0 16 2 0 0 20 0 18 0 238395939 19384713216 17641 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=18930384 memory=15987 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238395941 19384713216 17641 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238395942 19384713216 17641 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70564 KiB

[startup+0.306117 s]*
/proc/loadavg: 4.44 4.41 4.32 6/341 168920
/proc/meminfo: memFree=107898184/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=18996948 memory=159280 CPUtime=0.51 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 8778 0 0 0 47 4 0 0 20 0 19 0 238395938 19452874752 39820 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4749237 39820 5469 1 0 549295 0
[pid=168901/tid=168903] ppid=168898 vsize=18996948 memory=-8598605771944272572 CPUtime=0.26 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 5409 0 0 0 23 3 0 0 20 0 19 0 238395939 19452874752 39820 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238395941 19452874752 39820 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238395942 19452874752 39820 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159280 KiB

[startup+0.700251 s]
/proc/loadavg: 4.44 4.41 4.32 6/341 168920
/proc/meminfo: memFree=107783624/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=18996948 memory=786028 CPUtime=1.27 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 10973 0 0 0 110 17 0 0 20 0 19 0 238395938 19452874752 196507 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4749237 196507 5501 1 0 1076292 0
[pid=168901/tid=168903] ppid=168898 vsize=18996948 memory=27904 CPUtime=0.56 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 5700 0 0 0 42 14 0 0 20 0 19 0 238395939 19452874752 196507 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238395941 19452874752 196507 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238395942 19452874752 196507 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 786028 KiB

[startup+1.50026 s]
/proc/loadavg: 4.44 4.41 4.32 6/342 168921
/proc/meminfo: memFree=107071488/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19063512 memory=1049540 CPUtime=2.62 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 12396 0 0 0 240 22 0 0 20 0 20 0 238395938 19521036288 262385 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4765878 262385 5501 1 0 1077201 0
[pid=168901/tid=168903] ppid=168898 vsize=19063512 memory=3200 CPUtime=1.33 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 5863 0 0 0 114 19 0 0 20 0 20 0 238395939 19521036288 262385 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238395941 19521036288 262385 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238395942 19521036288 262385 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238396016 19521036288 262385 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1049540 KiB

[startup+3.10609 s]
/proc/loadavg: 4.49 4.42 4.32 6/342 168921
/proc/meminfo: memFree=106751032/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19063512 memory=1316316 CPUtime=4.62 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 12665 0 0 0 435 27 0 0 20 0 20 0 238395938 19521036288 329079 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4765878 329079 5501 1 0 1077268 0
[pid=168901/tid=168903] ppid=168898 vsize=19063512 memory=14432 CPUtime=2.93 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 5999 0 0 0 269 24 0 0 20 0 20 0 238395939 19521036288 329079 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238395941 19521036288 329079 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238395942 19521036288 329079 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238396016 19521036288 329079 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316316 KiB

[startup+6.30024 s]
/proc/loadavg: 4.49 4.42 4.32 5/342 168921
/proc/meminfo: memFree=106201992/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19063512 memory=1824576 CPUtime=7.93 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 13218 0 0 0 756 37 0 0 20 0 20 0 238395938 19521036288 456144 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4765878 456144 5501 1 0 1077286 0
[pid=168901/tid=168903] ppid=168898 vsize=19063512 memory=0 CPUtime=6.07 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 6384 0 0 0 574 33 0 0 20 0 20 0 238395939 19521036288 456144 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238395941 19521036288 456144 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238395942 19521036288 456144 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19063512 memory=1059788 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238396016 19521036288 456144 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 7.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1824576 KiB

[startup+12.7002 s]
/proc/loadavg: 4.45 4.41 4.32 6/341 168986
/proc/meminfo: memFree=110026488/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19063512 memory=1857436 CPUtime=14.78 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 19870 0 0 0 1439 39 0 0 20 0 20 0 238395938 19521036288 464359 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4765878 464359 5501 1 0 1077357 0
[pid=168901/tid=168903] ppid=168898 vsize=19063512 memory=1059788 CPUtime=12.42 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 8379 0 0 0 1209 33 0 0 20 0 20 0 238395939 19521036288 464359 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19063512 memory=1857308 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238395941 19521036288 464359 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238395942 19521036288 464359 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238396016 19521036288 464359 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 14.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1857436 KiB

[startup+25.5003 s]
/proc/loadavg: 4.49 4.42 4.32 5/342 168988
/proc/meminfo: memFree=107307140/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19063512 memory=1924776 CPUtime=28.64 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 27690 0 0 0 2821 43 0 0 20 0 20 0 238395938 19521036288 481194 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4765878 481194 5501 1 0 1079204 0
[pid=168901/tid=168903] ppid=168898 vsize=19063512 memory=0 CPUtime=25.09 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 9826 0 0 0 2475 34 0 0 20 0 20 0 238395939 19521036288 481194 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19063512 memory=1924776 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238395941 19521036288 481194 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19063512 memory=1924776 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238395942 19521036288 481194 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19063512 memory=1924776 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238396016 19521036288 481194 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 28.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1924776 KiB

[startup+51.106 s]
/proc/loadavg: 4.46 4.42 4.32 5/342 168988
/proc/meminfo: memFree=106663636/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19063512 memory=2555908 CPUtime=54.71 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 35996 0 0 0 5413 58 0 0 20 0 20 0 238395938 19521036288 638977 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4765878 638977 5501 1 0 1079253 0
[pid=168901/tid=168903] ppid=168898 vsize=19063512 memory=1980136 CPUtime=50.28 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 12660 0 0 0 4985 43 0 0 20 0 20 0 238395939 19521036288 638977 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19063512 memory=2090856 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238395941 19521036288 638977 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238395942 19521036288 638977 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0

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

[startup+3162.3 s]
/proc/loadavg: 4.29 4.25 4.20 5/342 169372
/proc/meminfo: memFree=97362936/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19130076 memory=4293864 CPUtime=3222.89 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 194258 0 0 0 322093 196 0 0 20 0 21 0 238395938 19589197824 1073466 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4782519 1073466 5533 1 0 1086033 0
[pid=168901/tid=168903] ppid=168898 vsize=19130076 memory=4293864 CPUtime=3141.69 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 82251 0 0 0 314109 60 0 0 20 0 21 0 238395939 19589197824 1073466 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238395941 19589197824 1073466 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19130076 memory=4293736 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 2736 0 0 0 0 0 0 0 20 0 21 0 238395942 19589197824 1073466 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19130076 memory=4293864 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 238396016 19589197824 1073466 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 3222.89 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4293864 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.22 4.19 5/344 169376
/proc/meminfo: memFree=97342372/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19130076 memory=4310540 CPUtime=3286.83 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 199001 0 0 0 328483 200 0 0 20 0 21 0 238395938 19589197824 1077635 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4782519 1077635 5533 1 0 1090211 0
[pid=168901/tid=168903] ppid=168898 vsize=19130076 memory=14432 CPUtime=3201.29 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 84970 0 0 0 320068 61 0 0 20 0 21 0 238395939 19589197824 1077635 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19130076 memory=4310540 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238395941 19589197824 1077635 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19130076 memory=4310540 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 2736 0 0 0 0 0 0 0 20 0 21 0 238395942 19589197824 1077635 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19130076 memory=4310540 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 238396016 19589197824 1077635 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 3286.83 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4310540 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.19 4.18 5/343 169378
/proc/meminfo: memFree=97318844/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19130076 memory=4335556 CPUtime=3350.7 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 200935 0 0 0 334866 204 0 0 20 0 21 0 238395938 19589197824 1083889 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4782519 1083889 5533 1 0 1096475 0
[pid=168901/tid=168903] ppid=168898 vsize=19130076 memory=4335556 CPUtime=3260.95 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 85332 0 0 0 326033 62 0 0 20 0 21 0 238395939 19589197824 1083889 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19130076 memory=4335556 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238395941 19589197824 1083889 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19130076 memory=14432 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 2778 0 0 0 0 0 0 0 20 0 21 0 238395942 19589197824 1083889 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19130076 memory=4335556 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 238396016 19589197824 1083889 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 3350.7 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4335556 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.18 4.18 5/343 169381
/proc/meminfo: memFree=97293156/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19130076 memory=4352232 CPUtime=3414.57 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 205307 0 0 0 341249 208 0 0 20 0 21 0 238395938 19589197824 1088058 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4782519 1088058 5533 1 0 1100651 0
[pid=168901/tid=168903] ppid=168898 vsize=19130076 memory=14432 CPUtime=3320.61 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 87786 0 0 0 331999 62 0 0 20 0 21 0 238395939 19589197824 1088058 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19130076 memory=19968 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238395941 19589197824 1088058 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19130076 memory=14432 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 2778 0 0 0 0 0 0 0 20 0 21 0 238395942 19589197824 1088058 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19130076 memory=27904 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 238396016 19589197824 1088058 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 3414.57 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4352232 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.16 4.17 5/342 169383
/proc/meminfo: memFree=97273080/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19130076 memory=4368904 CPUtime=3478.48 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 206990 0 0 0 347635 213 0 0 20 0 21 0 238395938 19589197824 1092226 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4782519 1092226 5533 1 0 1104828 0
[pid=168901/tid=168903] ppid=168898 vsize=19130076 memory=4352232 CPUtime=3380.31 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 88051 0 0 0 337968 63 0 0 20 0 21 0 238395939 19589197824 1092226 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19130076 memory=4368904 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238395941 19589197824 1092226 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19130076 memory=4368904 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 2820 0 0 0 0 0 0 0 20 0 21 0 238395942 19589197824 1092226 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19130076 memory=4368904 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 238396016 19589197824 1092226 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 3478.48 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4368904 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.18 4.18 5/343 169386
/proc/meminfo: memFree=97255828/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19130076 memory=4377228 CPUtime=3542.39 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 211486 0 0 0 354022 217 0 0 20 0 21 0 238395938 19589197824 1094307 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4782519 1094307 5533 1 0 1106921 0
[pid=168901/tid=168903] ppid=168898 vsize=19130076 memory=4352232 CPUtime=3439.99 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 90543 0 0 0 343936 63 0 0 20 0 21 0 238395939 19589197824 1094307 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19130076 memory=14432 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238395941 19589197824 1094307 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19130076 memory=4377228 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 2821 0 0 0 0 0 0 0 20 0 21 0 238395942 19589197824 1094307 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19130076 memory=14432 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 238396016 19589197824 1094307 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 3542.39 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4377228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3514.7 s]
/proc/loadavg: 4.29 4.22 4.19 6/343 169388
/proc/meminfo: memFree=97235516/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19130076 memory=4393996 CPUtime=3600.16 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 213910 0 0 0 359792 224 0 0 20 0 21 0 238395938 19589197824 1098499 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4782519 1098499 5533 1 0 1111097 0
[pid=168901/tid=168903] ppid=168898 vsize=19130076 memory=4377228 CPUtime=3492.04 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 91313 0 0 0 349140 64 0 0 20 0 21 0 238395939 19589197824 1098499 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19130076 memory=4377228 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238395941 19589197824 1098499 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19130076 memory=4393996 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 2863 0 0 0 0 0 0 0 20 0 21 0 238395942 19589197824 1098499 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168921] ppid=168898 vsize=19130076 memory=-8598605771944272572 CPUtime=0 cores=0,2
/proc/168901/task/168921/stat : 168921 (Timer-0) S 168898 168901 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 238396016 19589197824 1098499 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4393996 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.15 s, system=2.26303 s

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

[startup+3514.8 s]
/proc/loadavg: 4.29 4.22 4.19 6/343 169388
/proc/meminfo: memFree=97235516/131250000 swapFree=33008356/33010684
[pid=168901] ppid=168898 vsize=19329768 memory=4394508 CPUtime=3600.36 cores=0,2
/proc/168901/stat : 168901 (java) S 168898 168901 168190 0 -1 4194304 215319 0 0 0 359812 224 0 0 20 0 22 0 238395938 19793682432 1098627 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
/proc/168901/statm: 4832442 1098627 5533 1 0 1112000 0
[pid=168901/tid=168903] ppid=168898 vsize=19329768 memory=7028 CPUtime=3492.14 cores=0,2
/proc/168901/task/168903/stat : 168903 (java) R 168898 168901 168190 0 -1 4194368 91382 0 0 0 349150 64 0 0 20 0 22 0 238395939 19793682432 1098627 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168912] ppid=168898 vsize=19329768 memory=1835104 CPUtime=0 cores=0,2
/proc/168901/task/168912/stat : 168912 (Finalizer) S 168898 168901 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 238395941 19793682432 1098627 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
[pid=168901/tid=168919] ppid=168898 vsize=19329768 memory=5716 CPUtime=0 cores=0,2
/proc/168901/task/168919/stat : 168919 (Common-Cleaner) S 168898 168901 168190 0 -1 4194368 2863 0 0 0 0 0 0 0 20 0 22 0 238395942 19793682432 1098627 18446744073709551615 93952224886784 93952224890480 140723905469536 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93952224898296 93952224899088 93952242135040 140723905476988 140723905477092 140723905477092 140723905482696 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 4394508 KiB

Child status: 143

Real time (s): 3514.83
CPU time (s): 3600.41
CPU user time (s): 3598.15
CPU system time (s): 2.26303
CPU usage (%): 102.435
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 4394508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.15
system time used= 2.26303
maximum resident set size= 4394764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114006
involuntary context switches= 10638


# summary of solver processes directly reported to runsolver:
#   pid: 168901
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3598.15
#   total CPU system time (s): 2.26303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.10223 second user time and 16.3356 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-23 01:33:04
IDJOB=4543756
IDBENCH=174609
IDSOLVER=3361
FILE ID=nodeC019/4543756-1753227184
RUNJOBID= nodeC019-1753223825-168200
SLURM_JOB_ID= 9687829
Free space on /tmp= 433036 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_14_088.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543756-1753227184/watcher-4543756-1753227184 -o /tmp/evaluation-result-4543756-1753227184/solver-4543756-1753227184 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753223825-168200 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4543756-1753227184.opb

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

MD5SUM BENCH= 24c7738c3c83b878554c33cfdaf58c44
RANDOM SEED=539158219

nodeC019 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		: 3608.480
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.37
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.702
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.37
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.709
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.37
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		: 3601.186
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.37
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.682
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.37
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.673
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.37
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.871
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.37
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		: 3600.946
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        108034604 kB
MemAvailable:   117462020 kB
Buffers:             904 kB
Cached:         10167936 kB
SwapCached:          416 kB
Active:         13407088 kB
Inactive:        9073508 kB
Active(anon):   12324404 kB
Inactive(anon):    12804 kB
Active(file):    1082684 kB
Inactive(file):  9060704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3016 kB
Writeback:             0 kB
AnonPages:      12314444 kB
Mapped:           129220 kB
Shmem:             25452 kB
KReclaimable:     246532 kB
Slab:             342912 kB
SReclaimable:     246532 kB
SUnreclaim:        96380 kB
KernelStack:        5216 kB
PageTables:        27792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   16038528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12044288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC019 at 2025-07-23 02:31:39