Trace number 4430117

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.16 3551.26

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
MD5SUM3f10ffbf957f8216a1934b9362956d36
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark1.65179
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11744
Total number of constraints798
Number of constraints which are clauses366
Number of constraints which are cardinality constraints (but not clauses)366
Number of constraints which are nor clauses,nor cardinality constraints66
Minimum length of a constraint32
Maximum length of a constraint367
Number of terms in the objective function 32
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 32
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 133314
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 283127
Number of bits of the biggest sum of numbers19
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4430117-1721176121.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.91/0.54	c ... done. Wall clock time 0.39s.
0.91/0.54	c declared #vars     11744
0.91/0.54	c #constraints  798
0.91/0.54	c constraints type 
0.91/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 366
0.91/0.54	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 66
0.91/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 366
0.91/0.54	c 798 constraints processed.
0.91/0.55	c objective function length is 32 literals
682.60/676.06	c cleaning 2495 clauses out of 5002 with flag 0/5002
2628.28/2598.29	c cleaning 4249 clauses out of 8505 with flag 0/11000
3600.06/3551.22	c starts		: 8
3600.06/3551.22	c conflicts		: 14226
3600.06/3551.22	c decisions		: 884664
3600.06/3551.22	c propagations		: 1859973
3600.06/3551.22	c inspects		: 30075256
3600.06/3551.22	c shortcuts		: 0
3600.06/3551.22	c learnt literals	: 0
3600.06/3551.22	c learnt binary clauses	: 0
3600.06/3551.22	c learnt ternary clauses	: 0
3600.06/3551.22	c learnt constraints	: 14225
3600.06/3551.22	c ignored constraints	: 0
3600.06/3551.22	c root simplifications	: 0
3600.06/3551.22	c removed literals (reason simplification)	: 0
3600.06/3551.22	c reason swapping (by a shorter reason)	: 0
3600.06/3551.22	c Calls to reduceDB	: 2
3600.06/3551.22	c Number of update (reduction) of LBD	: 16945
3600.06/3551.22	c Imported unit clauses	: 0
3600.06/3551.22	c No decision after first conflict	: false
3600.06/3551.22	c number of reductions to clauses (during analyze)	: 0
3600.06/3551.22	c number of learned constraints concerned by reduction	: 0
3600.06/3551.22	c number of learning phase by resolution	: 0
3600.06/3551.22	c number of learning phase by cutting planes	: 0
3600.06/3551.22	c number of rounding to 1 operations	: 0
3600.06/3551.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3551.22	c number of reductions of the coefficients by power 2 	: 0
3600.06/3551.22	c number of right shift for reduction by power 2 	: 0
3600.06/3551.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3551.22	c number of ending skipping 	: 0
3600.06/3551.22	c number of internal skipping 	: 0
3600.06/3551.22	c number of derivation steps 	: 67143
3600.06/3551.22	c number of skipped derivation steps 	: 0
3600.06/3551.22	c number of remaining unassigned 	: 434980
3600.06/3551.22	c number of remaining assigned 	: 28088027
3600.06/3551.22	c number of falsified literals weakened from reason	: 0
3600.06/3551.22	c number of falsified literals weakened from conflict	: 0
3600.06/3551.22	c time for arithmetic operations	: 4804710765
3600.06/3551.22	c minimum degree of deleted constraints	: 121851
3600.06/3551.22	c maximum degree of deleted constraints	: 768590646156371908097011074083399693527643162657856045504466037474090680654453877090223905048105722594226230364213002468159703832183614185994342539485328221936707410847861302153518685296407926478445392882936835616701000021176142144519750302901802428164632193683242825430194494422763462851340022874143600
3600.06/3551.22	c number of deleted constraints	: 6744
3600.06/3551.23	c speed (assignments/second)	: 523.8383715487422
3600.06/3551.23	c non guided choices	: 17396
3600.06/3551.23	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7481
3600.06/3551.23	s UNKNOWN
3600.06/3551.23	c Total wall clock time (in seconds): 3551.083

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: 63968 MiB (62767 MiB free)
  memory of node 1: 64473 MiB (62840 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430117-1721176121/watcher-4430117-1721176121 -o /tmp/evaluation-result-4430117-1721176121/solver-4430117-1721176121 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721176134-885683 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430117-1721176121.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=885738, runsolver pid=885728
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.93 3.40 3.84 11/327 885812
/proc/meminfo: memFree=128453664/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=18975048 memory=64804 CPUtime=0.14 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 7274 0 0 0 12 2 0 0 20 0 18 0 169778324 19430449152 16201 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4743762 16201 5579 1 0 549366 0
[pid=885738/tid=885743] ppid=885728 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 5794 0 0 0 8 1 0 0 20 0 18 0 169778325 19430449152 16205 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=18975048 memory=16952 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169778327 19430449152 16205 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169778328 19430449152 16205 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64804 KiB

[startup+0.206397 s]*
/proc/loadavg: 1.93 3.40 3.84 17/331 885816
/proc/meminfo: memFree=128379172/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=18975048 memory=82404 CPUtime=0.34 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 7815 0 0 0 32 2 0 0 20 0 18 0 169778324 19430449152 20601 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4743762 20601 5843 1 0 549693 0
[pid=885738/tid=885743] ppid=885728 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 6061 0 0 0 18 1 0 0 20 0 18 0 169778325 19430449152 20601 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=18975048 memory=16952 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169778327 19430449152 20601 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169778328 19430449152 20601 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82404 KiB

[startup+0.316482 s]*
/proc/loadavg: 1.93 3.40 3.84 6/290 885819
/proc/meminfo: memFree=128350776/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=18977236 memory=130140 CPUtime=0.54 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 11603 0 0 0 51 3 0 0 20 0 18 0 169778324 19432689664 32535 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4744309 32535 5843 1 0 552470 0
[pid=885738/tid=885743] ppid=885728 vsize=18977236 memory=7680491646476186387 CPUtime=0.3 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 6104 0 0 0 28 2 0 0 20 0 18 0 169778325 19432689664 32535 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=18977236 memory=-9176475011493765820 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169778327 19432689664 32535 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=18977236 memory=0 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169778328 19432689664 32535 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18977236 KiB
Current children cumulated memory: 130140 KiB

[startup+0.700463 s]
/proc/loadavg: 1.93 3.40 3.84 9/290 885849
/proc/meminfo: memFree=128040208/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19108176 memory=177524 CPUtime=1.28 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 13289 0 0 0 123 5 0 0 20 0 20 0 169778324 19566772224 44381 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4777044 44381 5897 1 0 553832 0
[pid=885738/tid=885743] ppid=885728 vsize=19108176 memory=5468 CPUtime=0.65 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 6242 0 0 0 63 2 0 0 20 0 20 0 169778325 19566772224 44381 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169778327 19566772224 44381 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19108176 memory=1984 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169778328 19566772224 44381 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177524 KiB

[startup+1.50046 s]
/proc/loadavg: 1.93 3.40 3.84 8/312 885966
/proc/meminfo: memFree=127771908/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19108176 memory=178876 CPUtime=2.8 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 16823 0 0 0 275 5 0 0 20 0 20 0 169778324 19566772224 44719 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4777044 44719 5913 1 0 553863 0
[pid=885738/tid=885743] ppid=885728 vsize=19108176 memory=1984 CPUtime=1.43 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 6541 0 0 0 141 2 0 0 20 0 20 0 169778325 19566772224 44719 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169778327 19566772224 44719 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 169778328 19566772224 44719 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169778380 19566772224 44719 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178876 KiB

[startup+3.10648 s]
/proc/loadavg: 2.65 3.53 3.88 9/334 886151
/proc/meminfo: memFree=126595104/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19108176 memory=191904 CPUtime=4.98 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 19350 0 0 0 492 6 0 0 20 0 20 0 169778324 19566772224 47976 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4777044 47976 5913 1 0 553868 0
[pid=885738/tid=885743] ppid=885728 vsize=19108176 memory=12420 CPUtime=2.99 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 6958 0 0 0 297 2 0 0 20 0 20 0 169778325 19566772224 47976 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169778327 19566772224 47976 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 169778328 19566772224 47976 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19108176 memory=178608 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169778380 19566772224 47976 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 4.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191904 KiB

[startup+6.30028 s]
/proc/loadavg: 2.65 3.53 3.88 7/334 886284
/proc/meminfo: memFree=122860476/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19108176 memory=199552 CPUtime=8.83 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 20848 0 0 0 877 6 0 0 20 0 20 0 169778324 19566772224 49888 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4777044 49888 5913 1 0 554088 0
[pid=885738/tid=885743] ppid=885728 vsize=19108176 memory=0 CPUtime=6.15 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 6974 0 0 0 612 3 0 0 20 0 20 0 169778325 19566772224 49888 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169778327 19566772224 49888 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19108176 memory=42332 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 169778328 19566772224 49888 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169778380 19566772224 49888 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 8.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 199552 KiB

[startup+12.7003 s]
/proc/loadavg: 3.01 3.58 3.89 5/334 886284
/proc/meminfo: memFree=122574808/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19108176 memory=466508 CPUtime=15.69 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 25491 0 0 0 1556 13 0 0 20 0 20 0 169778324 19566772224 116627 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4777044 116627 5913 1 0 554088 0
[pid=885738/tid=885743] ppid=885728 vsize=19108176 memory=11664 CPUtime=12.44 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 7819 0 0 0 1237 7 0 0 20 0 20 0 169778325 19566772224 116627 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19108176 memory=464460 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169778327 19566772224 116627 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 169778328 19566772224 116627 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19108176 memory=429568 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169778380 19566772224 116627 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 15.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 466508 KiB

[startup+25.5003 s]
/proc/loadavg: 3.16 3.59 3.89 5/334 886287
/proc/meminfo: memFree=121582648/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19108176 memory=1066364 CPUtime=28.66 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 31104 0 0 0 2840 26 0 0 20 0 20 0 169778324 19566772224 266591 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4777044 266591 5913 1 0 554088 0
[pid=885738/tid=885743] ppid=885728 vsize=19108176 memory=0 CPUtime=25.1 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 9111 0 0 0 2492 18 0 0 20 0 20 0 169778325 19566772224 266591 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169778327 19566772224 266591 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19108176 memory=6944656592455359580 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 169778328 19566772224 266591 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169778380 19566772224 266591 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 28.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1066364 KiB

[startup+51.1056 s]
/proc/loadavg: 3.19 3.56 3.88 4/309 886324
/proc/meminfo: memFree=122777248/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19108176 memory=1066412 CPUtime=54.3 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 37715 0 0 0 5403 27 0 0 20 0 20 0 169778324 19566772224 266603 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4777044 266603 5913 1 0 554088 0
[pid=885738/tid=885743] ppid=885728 vsize=19108176 memory=-8600577209143763644 CPUtime=50.55 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 11225 0 0 0 5037 18 0 0 20 0 20 0 169778325 19566772224 266603 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19108176 memory=1066412 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169778327 19566772224 266603 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19108176 memory=-8600577209143763644 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 169778328 19566772224 266603 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0

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

/proc/meminfo: memFree=114560328/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19174740 memory=5810532 CPUtime=3204.41 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 425721 0 0 0 320185 256 0 0 20 0 21 0 169778324 19634933760 1452633 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4793685 1452633 5956 1 0 1465304 0
[pid=885738/tid=885743] ppid=885728 vsize=19174740 memory=5660496 CPUtime=3138.59 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 99196 0 0 0 313757 102 0 0 20 0 21 0 169778325 19634933760 1452633 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19174740 memory=5810440 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169778327 19634933760 1452633 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19174740 memory=5810532 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 3500 0 0 0 0 0 0 0 20 0 21 0 169778328 19634933760 1452633 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19174740 memory=5810532 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 169778380 19634933760 1452633 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 3204.41 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5810532 KiB

[startup+3222.3 s]
/proc/loadavg: 3.07 3.14 3.18 4/308 887544
/proc/meminfo: memFree=114557696/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19174740 memory=5810532 CPUtime=3264.4 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 426489 0 0 0 326183 257 0 0 20 0 21 0 169778324 19634933760 1452633 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4793685 1452633 5956 1 0 1465304 0
[pid=885738/tid=885743] ppid=885728 vsize=19174740 memory=5660496 CPUtime=3198.29 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 99669 0 0 0 319727 102 0 0 20 0 21 0 169778325 19634933760 1452633 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19174740 memory=5810532 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169778327 19634933760 1452633 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19174740 memory=5810532 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 3501 0 0 0 0 0 0 0 20 0 21 0 169778328 19634933760 1452633 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19174740 memory=5810532 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 169778380 19634933760 1452633 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 3264.4 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5810532 KiB

[startup+3282.3 s]
/proc/loadavg: 3.20 3.16 3.18 4/308 887556
/proc/meminfo: memFree=114373112/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19174740 memory=5993916 CPUtime=3327.79 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 446329 0 0 0 332512 267 0 0 20 0 21 0 169778324 19634933760 1498479 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4793685 1498479 5956 1 0 1511262 0
[pid=885738/tid=885743] ppid=885728 vsize=19174740 memory=5810532 CPUtime=3257.8 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 101993 0 0 0 325673 107 0 0 20 0 21 0 169778325 19634933760 1498479 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19174740 memory=5810532 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169778327 19634933760 1498479 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19174740 memory=5468 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 3650 0 0 0 0 0 0 0 20 0 21 0 169778328 19634933760 1498479 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19174740 memory=5993916 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 169778380 19634933760 1498479 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 3327.79 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5993916 KiB

[startup+3342.3 s]
/proc/loadavg: 3.27 3.19 3.19 4/308 887585
/proc/meminfo: memFree=114372728/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19174740 memory=5994092 CPUtime=3387.36 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 450174 0 0 0 338467 269 0 0 20 0 21 0 169778324 19634933760 1498523 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4793685 1498523 5956 1 0 1511262 0
[pid=885738/tid=885743] ppid=885728 vsize=19174740 memory=5468 CPUtime=3317.1 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 103739 0 0 0 331603 107 0 0 20 0 21 0 169778325 19634933760 1498523 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19174740 memory=5994092 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169778327 19634933760 1498523 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19174740 memory=5994092 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 3651 0 0 0 0 0 0 0 20 0 21 0 169778328 19634933760 1498523 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19174740 memory=11664 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 169778380 19634933760 1498523 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 3387.36 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5994092 KiB

[startup+3402.3 s]
/proc/loadavg: 3.22 3.19 3.18 4/308 887983
/proc/meminfo: memFree=114470772/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19174740 memory=5994092 CPUtime=3447.32 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 453578 0 0 0 344462 270 0 0 20 0 21 0 169778324 19634933760 1498523 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4793685 1498523 5956 1 0 1511262 0
[pid=885738/tid=885743] ppid=885728 vsize=19174740 memory=5468 CPUtime=3376.78 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 106412 0 0 0 337571 107 0 0 20 0 21 0 169778325 19634933760 1498523 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19174740 memory=5994092 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169778327 19634933760 1498523 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19174740 memory=11664 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 3792 0 0 0 0 0 0 0 20 0 21 0 169778328 19634933760 1498523 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19174740 memory=5994092 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 169778380 19634933760 1498523 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 3447.32 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5994092 KiB

[startup+3462.3 s]
/proc/loadavg: 3.22 3.18 3.18 4/308 887993
/proc/meminfo: memFree=114303344/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19174740 memory=6160824 CPUtime=3511.2 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 479259 0 0 0 350842 278 0 0 20 0 21 0 169778324 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4793685 1540206 5956 1 0 1553041 0
[pid=885738/tid=885743] ppid=885728 vsize=19174740 memory=5468 CPUtime=3436.35 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 109634 0 0 0 343525 110 0 0 20 0 21 0 169778325 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19174740 memory=5994092 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169778327 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19174740 memory=11664 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 3944 0 0 0 0 0 0 0 20 0 21 0 169778328 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19174740 memory=42332 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 169778380 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 3511.2 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6160824 KiB

[startup+3522.3 s]
/proc/loadavg: 3.17 3.18 3.18 4/308 888004
/proc/meminfo: memFree=114300860/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19174740 memory=6160824 CPUtime=3571.22 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 480625 0 0 0 356842 280 0 0 20 0 21 0 169778324 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4793685 1540206 5956 1 0 1553041 0
[pid=885738/tid=885743] ppid=885728 vsize=19174740 memory=5468 CPUtime=3496.05 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 110488 0 0 0 349495 110 0 0 20 0 21 0 169778325 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19174740 memory=5468 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169778327 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19174740 memory=6160824 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 3946 0 0 0 0 0 0 0 20 0 21 0 169778328 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19174740 memory=6160824 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 169778380 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 3571.22 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6160824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3551.2 s]
/proc/loadavg: 3.17 3.18 3.18 4/308 888009
/proc/meminfo: memFree=114300540/131524600 swapFree=131071996/131071996
[pid=885738] ppid=885728 vsize=19174740 memory=6160824 CPUtime=3600.06 cores=1,3
/proc/885738/stat : 885738 (java) S 885728 885738 885671 0 -1 1077936128 482671 0 0 0 359726 280 0 0 20 0 21 0 169778324 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
/proc/885738/statm: 4793685 1540206 5956 1 0 1553041 0
[pid=885738/tid=885743] ppid=885728 vsize=19174740 memory=6160824 CPUtime=3524.9 cores=1,3
/proc/885738/task/885743/stat : 885743 (java) R 885728 885738 885671 0 -1 4194368 112350 0 0 0 352379 111 0 0 20 0 21 0 169778325 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885785] ppid=885728 vsize=19174740 memory=33880 CPUtime=0 cores=1,3
/proc/885738/task/885785/stat : 885785 (Finalizer) S 885728 885738 885671 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169778327 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885811] ppid=885728 vsize=19174740 memory=-8600577209143763644 CPUtime=0 cores=1,3
/proc/885738/task/885811/stat : 885811 (Common-Cleaner) S 885728 885738 885671 0 -1 1077936192 3946 0 0 0 0 0 0 0 20 0 21 0 169778328 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
[pid=885738/tid=885884] ppid=885728 vsize=19174740 memory=39476 CPUtime=0 cores=1,3
/proc/885738/task/885884/stat : 885884 (Timer-0) S 885728 885738 885671 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 169778380 19634933760 1540206 134679101440 94628518539264 94628518542960 140731243769088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94628518550776 94628518551568 94628535488512 140731243774965 140731243775073 140731243775073 140731243782088 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6160824 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.32 s, system=2.83474 s

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

Child status: 143

Real time (s): 3551.26
CPU time (s): 3600.16
CPU user time (s): 3597.32
CPU system time (s): 2.83474
CPU usage (%): 101.377
Max. virtual memory (cumulated for all children) (KiB): 19175920
Max. memory (cumulated for all children) (KiB): 6160824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.32
system time used= 2.83474
maximum resident set size= 6162244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486127
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108813
involuntary context switches= 18607


# summary of solver processes directly reported to runsolver:
#   pid: 885738
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.32
#   total CPU system time (s): 2.83474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38705 second user time and 18.0053 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-17 02:28:54
IDJOB=4430117
IDBENCH=158625
IDSOLVER=3052
FILE ID=nodeC026/4430117-1721176121
RUNJOBID= nodeC026-1721176134-885683
SLURM_JOB_ID= 7505819
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430117-1721176121/watcher-4430117-1721176121 -o /tmp/evaluation-result-4430117-1721176121/solver-4430117-1721176121 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721176134-885683 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430117-1721176121.opb

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

MD5SUM BENCH= 3f10ffbf957f8216a1934b9362956d36
RANDOM SEED=1655943938

nodeC026.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3395.623
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
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		: 3626.475
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 3563.090
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
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		: 3539.588
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 3602.884
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
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		: 3536.893
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 3245.894
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
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		: 3568.600
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128624372 kB
MemAvailable:   129747744 kB
Buffers:          449500 kB
Cached:          1504512 kB
SwapCached:            0 kB
Active:           834172 kB
Inactive:        1454112 kB
Active(anon):       1452 kB
Inactive(anon):   370532 kB
Active(file):     832720 kB
Inactive(file):  1083580 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2728 kB
Writeback:             0 kB
AnonPages:        331652 kB
Mapped:           104748 kB
Shmem:             37720 kB
KReclaimable:      93788 kB
Slab:             201160 kB
SReclaimable:      93788 kB
SUnreclaim:       107372 kB
KernelStack:        3968 kB
PageTables:         9684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     756332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64320 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      232148 kB
DirectMap2M:    20512768 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC026 at 2024-07-17 03:28:06