Trace number 4515640

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.24 3463.01

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-1.opb
MD5SUM2ed11ed0a65f838ec27d78822f3aa2f3
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 benchmark11.3422
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53655
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints10724
Minimum length of a constraint5
Maximum length of a constraint15
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 30
Number of bits of the biggest sum of numbers5
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.07	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-4515640-1751241172.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
0.89/0.52	c ... done. Wall clock time 0.356s.
0.89/0.52	c declared #vars     53655
0.89/0.52	c #constraints  10732
0.89/0.52	c constraints type 
0.89/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10732
0.89/0.52	c 10732 constraints processed.
6.54/3.44	c cleaning 2497 clauses out of 5000
11.62/7.98	c cleaning 4212 clauses out of 8503
19.43/15.21	c cleaning 5627 clauses out of 11291
39.30/34.89	c cleaning 6741 clauses out of 13664
87.39/82.06	c cleaning 7917 clauses out of 15924
132.07/125.32	c cleaning 8929 clauses out of 18006
175.56/167.90	c cleaning 9990 clauses out of 20078
205.08/196.66	c cleaning 11001 clauses out of 22087
351.31/340.77	c cleaning 11937 clauses out of 24086
389.41/378.27	c cleaning 12989 clauses out of 26150
429.92/418.19	c cleaning 14056 clauses out of 28160
499.92/487.01	c cleaning 14824 clauses out of 30105
810.83/795.74	c cleaning 16046 clauses out of 32281
953.59/937.76	c cleaning 16941 clauses out of 34234
1513.71/1494.81	c cleaning 18109 clauses out of 36293
1985.95/1961.64	c cleaning 18967 clauses out of 38185
2053.41/2027.42	c cleaning 20014 clauses out of 40217
2358.82/2327.34	c cleaning 20981 clauses out of 42203
3277.19/3179.17	c cleaning 22100 clauses out of 44222
3324.85/3213.12	c cleaning 22882 clauses out of 46122
3420.94/3291.33	c cleaning 23996 clauses out of 48240
3550.53/3414.22	c cleaning 25061 clauses out of 50246
3600.08/3462.91	c starts		: 136
3600.08/3462.93	c conflicts		: 346612
3600.08/3462.93	c decisions		: 1018738
3600.08/3462.93	c propagations		: 3838828
3600.08/3462.93	c inspects		: 4569950182
3600.08/3462.93	c shortcuts		: 0
3600.08/3462.94	c learnt literals	: 0
3600.08/3462.94	c learnt binary clauses	: 0
3600.08/3462.94	c learnt ternary clauses	: 0
3600.08/3462.94	c learnt constraints	: 346611
3600.08/3462.94	c ignored constraints	: 0
3600.08/3462.94	c root simplifications	: 0
3600.08/3462.94	c timeout
3600.08/3462.94	c removed literals (reason simplification)	: 0
3600.08/3462.94	c reason swapping (by a shorter reason)	: 0
3600.08/3462.94	c Calls to reduceDB	: 22
3600.08/3462.94	c Number of update (reduction) of LBD	: 0
3600.08/3462.94	c Imported unit clauses	: 0
3600.08/3462.94	c No decision after first conflict	: false
3600.08/3462.94	c number of reductions to clauses (during analyze)	: 0
3600.08/3462.94	c number of learned constraints concerned by reduction	: 0
3600.08/3462.94	c number of learning phase by resolution	: 0
3600.08/3462.94	c number of learning phase by cutting planes	: 0
3600.08/3462.94	c number of rounding to 1 operations	: 0
3600.08/3462.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3462.94	c number of reductions of the coefficients by power 2 	: 0
3600.08/3462.94	c number of right shift for reduction by power 2 	: 0
3600.08/3462.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3462.94	c number of ending skipping 	: 0
3600.08/3462.94	c number of internal skipping 	: 0
3600.08/3462.94	c number of derivation steps 	: 1767844
3600.08/3462.94	c number of skipped derivation steps 	: 0
3600.08/3462.94	c number of remaining unassigned 	: 542847
3600.08/3462.94	c number of remaining assigned 	: 77442308
3600.08/3462.94	c number of falsified literals weakened from reason	: 0
3600.08/3462.94	c number of falsified literals weakened from conflict	: 0
3600.08/3462.94	c time for arithmetic operations	: 30998961933
3600.08/3462.95	c minimum degree of deleted constraints	: null
3600.08/3462.95	c maximum degree of deleted constraints	: null
3600.08/3462.95	c number of deleted constraints	: 0
3600.08/3462.95	c speed (assignments/second)	: 1108.714004531519
3600.08/3462.95	c non guided choices	: 344389
3600.08/3462.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.08/3462.97	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 30793
3600.08/3462.97	s UNKNOWN
3600.08/3462.97	c Total wall clock time (in seconds): 3462.817

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515640-1751241172/watcher-4515640-1751241172 -o /tmp/evaluation-result-4515640-1751241172/solver-4515640-1751241172 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751241172-35804 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515640-1751241172.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=35866, runsolver pid=35851
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.02 1.09 1.42 12/331 35931
/proc/meminfo: memFree=128691328/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=18930384 memory=57832 CPUtime=0.13 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 6577 0 0 0 11 2 0 0 20 0 18 0 39795862 19384713216 14458 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4732596 14458 5352 1 0 547619 0
[pid=35866/tid=35880] ppid=35851 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 5088 0 0 0 7 1 0 0 20 0 18 0 39795864 19384713216 14458 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39795866 19384713216 14458 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=18930384 memory=59585004333716 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39795866 19384713216 14458 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57832 KiB

[startup+0.2058 s]*
/proc/loadavg: 1.02 1.09 1.42 14/331 35931
/proc/meminfo: memFree=128650256/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=18930384 memory=66404 CPUtime=0.31 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 7106 0 0 0 29 2 0 0 20 0 18 0 39795862 19384713216 16601 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4732596 16601 5416 1 0 547981 0
[pid=35866/tid=35880] ppid=35851 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 5365 0 0 0 15 1 0 0 20 0 18 0 39795864 19384713216 16601 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=18930384 memory=2569 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39795866 19384713216 16601 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39795866 19384713216 16601 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66404 KiB

[startup+0.30572 s]*
/proc/loadavg: 1.02 1.09 1.42 11/333 35933
/proc/meminfo: memFree=128552584/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=18930384 memory=99652 CPUtime=0.51 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 8862 0 0 0 48 3 0 0 20 0 18 0 39795862 19384713216 24913 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4732596 24913 5416 1 0 549073 0
[pid=35866/tid=35880] ppid=35851 vsize=18930384 memory=-6000919502771087212 CPUtime=0.24 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 5386 0 0 0 22 2 0 0 20 0 18 0 39795864 19384713216 24913 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39795866 19384713216 24913 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39795866 19384713216 24913 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 99652 KiB

[startup+0.700227 s]
/proc/loadavg: 1.02 1.09 1.42 12/337 35937
/proc/meminfo: memFree=128267568/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19063512 memory=204192 CPUtime=1.26 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 15012 0 0 0 120 6 0 0 20 0 20 0 39795862 19521036288 51048 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4765878 51048 5448 1 0 553555 0
[pid=35866/tid=35880] ppid=35851 vsize=19063512 memory=17536 CPUtime=0.5 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) S 35851 35866 35794 0 -1 4194368 5465 0 0 0 47 3 0 0 20 0 20 0 39795864 19521036288 51048 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 51048 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 51048 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204192 KiB

[startup+1.50027 s]
/proc/loadavg: 1.02 1.09 1.42 13/339 35939
/proc/meminfo: memFree=128105820/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19063512 memory=433356 CPUtime=2.83 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 18607 0 0 0 270 13 0 0 20 0 20 0 39795862 19521036288 108339 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4765878 108339 5480 1 0 1081851 0
[pid=35866/tid=35880] ppid=35851 vsize=19063512 memory=3328 CPUtime=1.08 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 5587 0 0 0 101 7 0 0 20 0 20 0 39795864 19521036288 108339 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 108339 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 108339 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39795916 19521036288 108339 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 433356 KiB

[startup+3.1058 s]
/proc/loadavg: 1.58 1.20 1.46 10/339 35939
/proc/meminfo: memFree=123319396/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19063512 memory=2207004 CPUtime=6.01 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 22601 0 0 0 555 46 0 0 20 0 20 0 39795862 19521036288 551751 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4765878 551751 5480 1 0 1340042 0
[pid=35866/tid=35880] ppid=35851 vsize=19063512 memory=14720 CPUtime=2.58 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 6450 0 0 0 220 38 0 0 20 0 20 0 39795864 19521036288 551751 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 551751 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 551751 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39795916 19521036288 551751 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2207004 KiB

[startup+6.30025 s]
/proc/loadavg: 1.58 1.20 1.46 7/339 35939
/proc/meminfo: memFree=121745928/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19063512 memory=2907276 CPUtime=9.96 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 23348 0 0 0 937 59 0 0 20 0 20 0 39795862 19521036288 726819 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4765878 726819 5512 1 0 1340097 0
[pid=35866/tid=35880] ppid=35851 vsize=19063512 memory=0 CPUtime=5.74 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 7038 0 0 0 522 52 0 0 20 0 20 0 39795864 19521036288 726819 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 726819 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 726819 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19063512 memory=434380 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39795916 19521036288 726819 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 9.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2907276 KiB

[startup+12.7002 s]
/proc/loadavg: 2.02 1.31 1.49 6/339 35939
/proc/meminfo: memFree=120242960/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19063512 memory=3303292 CPUtime=16.86 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 25596 0 0 0 1617 69 0 0 20 0 20 0 39795862 19521036288 825823 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4765878 825823 5512 1 0 1340102 0
[pid=35866/tid=35880] ppid=35851 vsize=19063512 memory=434380 CPUtime=12.01 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 8051 0 0 0 1140 61 0 0 20 0 20 0 39795864 19521036288 825823 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19063512 memory=3303292 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 825823 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 825823 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39795916 19521036288 825823 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 16.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3303292 KiB

[startup+25.5002 s]
/proc/loadavg: 2.33 1.40 1.52 6/339 35939
/proc/meminfo: memFree=120139612/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19063512 memory=3309468 CPUtime=29.89 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 30927 0 0 0 2918 71 0 0 20 0 20 0 39795862 19521036288 827367 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4765878 827367 5512 1 0 1340102 0
[pid=35866/tid=35880] ppid=35851 vsize=19063512 memory=0 CPUtime=24.49 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 10573 0 0 0 2388 61 0 0 20 0 20 0 39795864 19521036288 827367 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19063512 memory=434380 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 827367 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19063512 memory=2907276 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 827367 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19063512 memory=-6000919502771087212 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39795916 19521036288 827367 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 29.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3309468 KiB

[startup+51.1057 s]
/proc/loadavg: 2.90 1.61 1.59 6/340 35940
/proc/meminfo: memFree=119299632/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19063512 memory=3389360 CPUtime=56.02 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 36086 0 0 0 5528 74 0 0 20 0 20 0 39795862 19521036288 847340 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4765878 847340 5512 1 0 1340102 0
[pid=35866/tid=35880] ppid=35851 vsize=19063512 memory=-6000919502771087212 CPUtime=49.41 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 13117 0 0 0 4879 62 0 0 20 0 20 0 39795864 19521036288 847340 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19063512 memory=3379116 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 847340 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19063512 memory=3379116 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39795866 19521036288 847340 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0

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

/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1331017 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19130076 memory=5324068 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 2328 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1331017 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19130076 memory=5324068 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39795916 19589197824 1331017 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 3200 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5324068 KiB

[startup+3162.3 s]
/proc/loadavg: 4.78 4.70 4.45 6/341 36108
/proc/meminfo: memFree=109687984/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19130076 memory=5324068 CPUtime=3260.42 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 239574 0 0 0 325743 299 0 0 20 0 21 0 39795862 19589197824 1331017 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4782519 1331017 5512 1 0 1342960 0
[pid=35866/tid=35880] ppid=35851 vsize=19130076 memory=4352 CPUtime=3114.21 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 114676 0 0 0 311328 93 0 0 20 0 21 0 39795864 19589197824 1331017 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19130076 memory=5324068 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1331017 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19130076 memory=5324068 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 2363 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1331017 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19130076 memory=5324068 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39795916 19589197824 1331017 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 3260.42 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5324068 KiB

[startup+3222.3 s]
/proc/loadavg: 4.65 4.68 4.46 6/341 36111
/proc/meminfo: memFree=109249944/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19130076 memory=5759588 CPUtime=3334.46 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 249323 0 0 0 333127 319 0 0 20 0 21 0 39795862 19589197824 1439897 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4782519 1439897 5512 1 0 1453674 0
[pid=35866/tid=35880] ppid=35851 vsize=19130076 memory=5324196 CPUtime=3172.27 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 118492 0 0 0 317124 103 0 0 20 0 21 0 39795864 19589197824 1439897 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19130076 memory=5324324 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1439897 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 2403 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1439897 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19130076 memory=5759588 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39795916 19589197824 1439897 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 3334.46 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5759588 KiB

[startup+3282.3 s]
/proc/loadavg: 4.00 4.49 4.41 5/315 36146
/proc/meminfo: memFree=113784540/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19130076 memory=5766488 CPUtime=3408.39 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 256253 0 0 0 340507 332 0 0 20 0 21 0 39795862 19589197824 1441622 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4782519 1441622 5512 1 0 1453707 0
[pid=35866/tid=35880] ppid=35851 vsize=19130076 memory=5766360 CPUtime=3230.26 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 121589 0 0 0 322922 104 0 0 20 0 21 0 39795864 19589197824 1441622 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19130076 memory=5766360 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1441622 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19130076 memory=5766360 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 2403 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1441622 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19130076 memory=4252 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39795916 19589197824 1441622 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 3408.39 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5766488 KiB

[startup+3342.3 s]
/proc/loadavg: 3.54 4.28 4.34 4/290 36182
/proc/meminfo: memFree=116277976/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19130076 memory=7827568 CPUtime=3476.89 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 262446 0 0 0 347308 381 0 0 20 0 21 0 39795862 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4782519 1956892 5512 1 0 1969925 0
[pid=35866/tid=35880] ppid=35851 vsize=19130076 memory=5766488 CPUtime=3288.27 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 123923 0 0 0 328685 142 0 0 20 0 21 0 39795864 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19130076 memory=7827568 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 2423 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19130076 memory=-6000919502771087212 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39795916 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 3476.89 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7827568 KiB

[startup+3402.3 s]
/proc/loadavg: 2.61 3.87 4.19 4/290 36184
/proc/meminfo: memFree=116285436/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19130076 memory=7827568 CPUtime=3538.38 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 269989 0 0 0 353453 385 0 0 20 0 21 0 39795862 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4782519 1956892 5512 1 0 1969925 0
[pid=35866/tid=35880] ppid=35851 vsize=19130076 memory=5766488 CPUtime=3347.15 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 127953 0 0 0 334572 143 0 0 20 0 21 0 39795864 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19130076 memory=7827568 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19130076 memory=7827568 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 2545 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19130076 memory=7827568 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39795916 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 3538.38 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7827568 KiB

[startup+3462.3 s]
/proc/loadavg: 2.42 3.59 4.07 4/291 36187
/proc/meminfo: memFree=116284212/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19130076 memory=7827568 CPUtime=3599.48 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 276467 0 0 0 359559 389 0 0 20 0 21 0 39795862 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4782519 1956892 5512 1 0 1969930 0
[pid=35866/tid=35880] ppid=35851 vsize=19130076 memory=5766488 CPUtime=3406.26 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 132746 0 0 0 340482 144 0 0 20 0 21 0 39795864 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19130076 memory=7827568 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19130076 memory=17536 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 2545 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39795916 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 3599.48 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7827568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3462.9 s]
/proc/loadavg: 2.42 3.59 4.07 4/291 36187
/proc/meminfo: memFree=116284212/131250000 swapFree=33010684/33010684
[pid=35866] ppid=35851 vsize=19130076 memory=7827568 CPUtime=3600.08 cores=0,2
/proc/35866/stat : 35866 (java) S 35851 35866 35794 0 -1 4194304 276544 0 0 0 359619 389 0 0 20 0 21 0 39795862 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
/proc/35866/statm: 4782519 1956892 5512 1 0 1969930 0
[pid=35866/tid=35880] ppid=35851 vsize=19130076 memory=5766488 CPUtime=3406.86 cores=0,2
/proc/35866/task/35880/stat : 35880 (java) R 35851 35866 35794 0 -1 4194368 132821 0 0 0 340542 144 0 0 20 0 21 0 39795864 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35922] ppid=35851 vsize=19130076 memory=7827568 CPUtime=0 cores=0,2
/proc/35866/task/35922/stat : 35922 (Finalizer) S 35851 35866 35794 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35930] ppid=35851 vsize=19130076 memory=17536 CPUtime=0 cores=0,2
/proc/35866/task/35930/stat : 35930 (Common-Cleaner) S 35851 35866 35794 0 -1 4194368 2545 0 0 0 0 0 0 0 20 0 21 0 39795866 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
[pid=35866/tid=35939] ppid=35851 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/35866/task/35939/stat : 35939 (Timer-0) S 35851 35866 35794 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39795916 19589197824 1956892 18446744073709551615 94384998469632 94384998473328 140725593383424 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94384998481144 94384998481936 94385002438656 140725593385342 140725593385446 140725593385446 140725593391048 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7827568 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.31 s, system=3.92515 s

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

[startup+3463 s]*
/proc/loadavg: 2.42 3.59 4.07 4/269 36190
/proc/meminfo: memFree=124088020/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3463.01
CPU time (s): 3600.24
CPU user time (s): 3596.31
CPU system time (s): 3.92515
CPU usage (%): 103.963
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 7827568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.31
system time used= 3.92515
maximum resident set size= 7828336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279256
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127423
involuntary context switches= 19461


# summary of solver processes directly reported to runsolver:
#   pid: 35866
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3596.31
#   total CPU system time (s): 3.92515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.57026 second user time and 16.9447 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-30 01:52:52
IDJOB=4515640
IDBENCH=165325
IDSOLVER=3361
FILE ID=nodeC026/4515640-1751241172
RUNJOBID= nodeC026-1751241172-35804
SLURM_JOB_ID= 9587731
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515640-1751241172/watcher-4515640-1751241172 -o /tmp/evaluation-result-4515640-1751241172/solver-4515640-1751241172 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751241172-35804 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515640-1751241172.opb

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

MD5SUM BENCH= 2ed11ed0a65f838ec27d78822f3aa2f3
RANDOM SEED=1241630295

nodeC026 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.795
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.59
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		: 3014.210
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.59
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.707
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.100
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.59
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		: 2107.803
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128774072 kB
MemAvailable:   129750236 kB
Buffers:            3280 kB
Cached:          1773996 kB
SwapCached:            0 kB
Active:           327704 kB
Inactive:        1516700 kB
Active(anon):      85208 kB
Inactive(anon):        0 kB
Active(file):     242496 kB
Inactive(file):  1516700 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5048 kB
Writeback:             4 kB
AnonPages:         70220 kB
Mapped:           102448 kB
Shmem:             18080 kB
KReclaimable:     112412 kB
Slab:             199360 kB
SReclaimable:     112412 kB
SUnreclaim:        86948 kB
KernelStack:        4148 kB
PageTables:         2460 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     332440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC026 at 2025-06-30 02:50:35