Trace number 4429962

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.27 3561.74

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx92.opb
MD5SUM8416d641e22e8376ddac92bbd41682d6
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 benchmark9
Best CPU time to get the best result obtained on this benchmark0.38946
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7164
Total number of constraints7824
Number of constraints which are clauses7155
Number of constraints which are cardinality constraints (but not clauses)93
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1132
Number of bits of the biggest sum of numbers11
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.15/0.12	c version CUSTOM.v20240707
0.15/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.14	c java.vm.version	22.0.1+8-16
0.15/0.14	c java.vm.vendor	Oracle Corporation
0.15/0.14	c sun.arch.data.model	64
0.15/0.14	c java.version		22.0.1
0.15/0.14	c os.name		Linux
0.15/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.14	c os.arch		amd64
0.15/0.15	c Free memory 		2115194816
0.15/0.15	c Max memory 		16282288128
0.15/0.15	c Total memory 		2122317824
0.15/0.15	c Number of processors 	2
0.15/0.24	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.24	 - never skip resolution steps
0.15/0.24	 - Auto-division on coefficients is disabled
0.15/0.24	 - No postprocessing
0.15/0.24	 - Conflict is considered as is when resolving
0.15/0.24	 - Use constraints as they come during conflict analysis
0.15/0.24	 - Weaken first using unassigned literals
0.15/0.24	 - Bump strategy: ALWAYS_ONE
0.15/0.24	 - Bumper: EFFECTIVE
0.15/0.24	--- Begin Solver configuration ---
0.15/0.24	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.24	Learn all clauses as in MiniSAT
0.15/0.24	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.24	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.24	No reason simplification
0.15/0.24	Dynamic restart strategy considering the size of the coefficients
0.15/0.24	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.24	timeout=2147483s
0.15/0.24	DB Simplification allowed=false
0.15/0.24	Listener: none
0.15/0.24	--- End Solver configuration ---
0.34/0.24	c Pseudo Boolean Optimization by upper bound
0.34/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.24	c  - never skip resolution steps
0.34/0.24	c  - Auto-division on coefficients is disabled
0.34/0.24	c  - No postprocessing
0.34/0.24	c  - Conflict is considered as is when resolving
0.34/0.24	c  - Use constraints as they come during conflict analysis
0.34/0.24	c  - Weaken first using unassigned literals
0.34/0.24	c  - Bump strategy: ALWAYS_ONE
0.34/0.24	c  - Bumper: EFFECTIVE
0.34/0.24	c --- Begin Solver configuration ---
0.34/0.24	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.34/0.24	c Learn all clauses as in MiniSAT
0.34/0.24	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.24	c No reason simplification
0.34/0.24	c Dynamic restart strategy considering the size of the coefficients
0.34/0.24	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.34/0.24	c timeout=2147483s
0.34/0.24	c DB Simplification allowed=false
0.34/0.24	c Listener: none
0.34/0.24	c --- End Solver configuration ---
0.34/0.24	c solving HOME/instance-4429962-1721120304.opb
0.34/0.24	c reading problem ... 
0.34/0.24	c  objective function found
1.20/0.72	c ... done. Wall clock time 0.463s.
1.20/0.72	c declared #vars     7164
1.20/0.72	c #constraints  7916
1.20/0.72	c constraints type 
1.20/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7155
1.20/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
1.20/0.72	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 576
1.20/0.72	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.20/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 92
1.20/0.72	c 7916 constraints processed.
1.20/0.73	c objective function length is 9 literals
181.83/177.35	c cleaning 2501 clauses out of 5002 with flag 0/5002
580.56/574.78	c cleaning 4251 clauses out of 8501 with flag 0/11002
737.33/730.33	c cleaning 5603 clauses out of 11249 with flag 0/18001
836.72/828.66	c cleaning 6825 clauses out of 13652 with flag 0/26007
918.31/909.06	c cleaning 7908 clauses out of 15820 with flag 0/35000
1014.63/1004.18	c cleaning 8954 clauses out of 17913 with flag 0/45001
1131.80/1120.07	c cleaning 9972 clauses out of 19959 with flag 0/56001
1295.82/1281.88	c cleaning 10977 clauses out of 21986 with flag 0/68000
1712.84/1696.05	c cleaning 12003 clauses out of 24009 with flag 0/81000
2709.48/2688.39	c cleaning 13001 clauses out of 26007 with flag 0/95001
3378.28/3342.71	c cleaning 13992 clauses out of 28006 with flag 0/110001
3600.08/3561.62	c starts		: 15
3600.08/3561.62	c timeout
3600.08/3561.64	c conflicts		: 116667
3600.08/3561.64	c decisions		: 201978
3600.08/3561.64	c propagations		: 12979087
3600.08/3561.64	c inspects		: 232895768
3600.08/3561.64	c shortcuts		: 0
3600.08/3561.64	c learnt literals	: 0
3600.08/3561.64	c learnt binary clauses	: 0
3600.08/3561.64	c learnt ternary clauses	: 0
3600.08/3561.64	c learnt constraints	: 116666
3600.08/3561.64	c ignored constraints	: 0
3600.08/3561.64	c root simplifications	: 0
3600.08/3561.64	c removed literals (reason simplification)	: 0
3600.08/3561.64	c reason swapping (by a shorter reason)	: 0
3600.08/3561.64	c Calls to reduceDB	: 11
3600.08/3561.64	c Number of update (reduction) of LBD	: 115785
3600.08/3561.64	c Imported unit clauses	: 0
3600.08/3561.64	c No decision after first conflict	: false
3600.08/3561.64	c number of reductions to clauses (during analyze)	: 0
3600.08/3561.64	c number of learned constraints concerned by reduction	: 0
3600.08/3561.64	c number of learning phase by resolution	: 0
3600.08/3561.64	c number of learning phase by cutting planes	: 0
3600.08/3561.64	c number of rounding to 1 operations	: 0
3600.08/3561.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3561.64	c number of reductions of the coefficients by power 2 	: 0
3600.08/3561.64	c number of right shift for reduction by power 2 	: 0
3600.08/3561.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3561.64	c number of ending skipping 	: 0
3600.08/3561.65	c number of internal skipping 	: 0
3600.08/3561.65	c number of derivation steps 	: 926323
3600.08/3561.65	c number of skipped derivation steps 	: 0
3600.08/3561.65	c number of remaining unassigned 	: 211053
3600.08/3561.65	c number of remaining assigned 	: 296780241
3600.08/3561.65	c number of falsified literals weakened from reason	: 0
3600.08/3561.65	c number of falsified literals weakened from conflict	: 0
3600.08/3561.65	c time for arithmetic operations	: 5866808841
3600.08/3561.67	c minimum degree of deleted constraints	: 438
3600.08/3561.67	c maximum degree of deleted constraints	: 6589068186988140
3600.08/3561.67	c number of deleted constraints	: 95987
3600.08/3561.67	c speed (assignments/second)	: 3644.856739752402
3600.08/3561.67	c non guided choices	: 9100
3600.08/3561.69	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 20679
3600.08/3561.69	s UNKNOWN
3600.08/3561.69	c Total wall clock time (in seconds): 3561.452

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: 64059 MiB (55509 MiB free)
  memory of node 1: 64510 MiB (62764 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429962-1721120304/watcher-4429962-1721120304 -o /tmp/evaluation-result-4429962-1721120304/solver-4429962-1721120304 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721116745-836662 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429962-1721120304.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=838635, runsolver pid=838632

[startup+0.107609 s]*
/proc/loadavg: 4.29 4.21 4.19 5/318 838653
/proc/meminfo: memFree=121076912/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=18975048 memory=56184 CPUtime=0.15 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 6636 0 0 0 12 3 0 0 20 0 18 0 164186874 19430449152 14046 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4743762 14046 5549 1 0 550932 0
[pid=838635/tid=838637] ppid=838632 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) S 838632 838635 836649 0 -1 1077936192 5562 0 0 0 7 2 0 0 20 0 18 0 164186875 19430449152 14046 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164186880 19430449152 14046 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164186881 19430449152 14046 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56184 KiB

[startup+0.213564 s]*
/proc/loadavg: 4.29 4.21 4.19 8/318 838653
/proc/meminfo: memFree=121069624/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=18975048 memory=63444 CPUtime=0.34 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 7431 0 0 0 30 4 0 0 20 0 18 0 164186874 19430449152 15861 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4743762 15861 5580 1 0 551623 0
[pid=838635/tid=838637] ppid=838632 vsize=18975048 memory=4782652875487838339 CPUtime=0.21 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 6005 0 0 0 18 3 0 0 20 0 18 0 164186875 19430449152 16667 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=18975048 memory=5697 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164186880 19430449152 16667 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164186881 19430449152 16667 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63444 KiB

[startup+0.330566 s]*
/proc/loadavg: 4.29 4.21 4.19 7/318 838653
/proc/meminfo: memFree=121041824/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=18975048 memory=91960 CPUtime=0.55 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 7689 0 0 0 51 4 0 0 20 0 18 0 164186874 19430449152 22990 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4743762 22990 5824 1 0 551736 0
[pid=838635/tid=838637] ppid=838632 vsize=18975048 memory=-9032642385105232572 CPUtime=0.29 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 6101 0 0 0 26 3 0 0 20 0 18 0 164186875 19430449152 22990 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164186880 19430449152 22990 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164186881 19430449152 22990 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 91960 KiB

[startup+0.700552 s]
/proc/loadavg: 4.29 4.21 4.19 7/319 838654
/proc/meminfo: memFree=120961064/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19041612 memory=287604 CPUtime=1.2 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 9505 0 0 0 111 9 0 0 20 0 19 0 164186874 19498610688 71901 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4760403 71901 5871 1 0 553075 0
[pid=838635/tid=838637] ppid=838632 vsize=19041612 memory=5512 CPUtime=0.59 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 6218 0 0 0 52 7 0 0 20 0 19 0 164186875 19498610688 71901 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164186880 19498610688 71901 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 164186881 19498610688 71901 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 287604 KiB

[startup+1.50295 s]
/proc/loadavg: 4.29 4.21 4.19 7/320 838655
/proc/meminfo: memFree=120776600/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=400472 CPUtime=2.77 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 17477 0 0 0 265 12 0 0 20 0 20 0 164186874 19566772224 100118 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 100118 5909 1 0 558363 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=11992 CPUtime=1.3 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 6427 0 0 0 121 9 0 0 20 0 20 0 164186875 19566772224 100118 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 100118 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164186881 19566772224 100118 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 100118 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 400472 KiB

[startup+3.10655 s]
/proc/loadavg: 4.29 4.21 4.19 6/320 838655
/proc/meminfo: memFree=120417464/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=694420 CPUtime=5.96 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 19422 0 0 0 577 19 0 0 20 0 20 0 164186874 19566772224 173605 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 173605 5909 1 0 559512 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=0 CPUtime=2.87 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 6655 0 0 0 272 15 0 0 20 0 20 0 164186875 19566772224 173605 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 173605 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164186881 19566772224 173605 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 173605 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 694420 KiB

[startup+6.30055 s]
/proc/loadavg: 4.43 4.24 4.20 6/320 838655
/proc/meminfo: memFree=119698776/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=941412 CPUtime=9.74 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 26229 0 0 0 949 25 0 0 20 0 20 0 164186874 19566772224 235353 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 235353 5941 1 0 559515 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=0 CPUtime=5.83 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 7299 0 0 0 564 19 0 0 20 0 20 0 164186875 19566772224 235353 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 235353 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 20 0 164186881 19566772224 235353 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=41176 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 235353 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 941412 KiB

[startup+12.7005 s]
/proc/loadavg: 4.39 4.23 4.20 5/321 838826
/proc/meminfo: memFree=118207760/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=1187040 CPUtime=16.27 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 26964 0 0 0 1596 31 0 0 20 0 20 0 164186874 19566772224 296760 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 296760 5941 1 0 979374 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=299168 CPUtime=12.14 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 7426 0 0 0 1191 23 0 0 20 0 20 0 164186875 19566772224 296760 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=1141984 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 296760 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=714900 CPUtime=0 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 20 0 164186881 19566772224 296760 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 296760 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 16.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1187040 KiB

[startup+25.5005 s]
/proc/loadavg: 4.89 4.35 4.24 6/321 838897
/proc/meminfo: memFree=121150484/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=1563988 CPUtime=29.23 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 29105 0 0 0 2882 41 0 0 20 0 20 0 164186874 19566772224 390997 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 390997 5941 1 0 979374 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=1141984 CPUtime=24.63 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 8232 0 0 0 2432 31 0 0 20 0 20 0 164186875 19566772224 390997 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=41176 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 390997 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=2721 CPUtime=0 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 20 0 164186881 19566772224 390997 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=1529056 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 390997 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 29.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1563988 KiB

[startup+51.1131 s]
/proc/loadavg: 4.72 4.35 4.24 5/321 838902
/proc/meminfo: memFree=117547740/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=2163312 CPUtime=54.94 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 34295 0 0 0 5438 56 0 0 20 0 20 0 164186874 19566772224 540828 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 540828 5941 1 0 1104708 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=2130544 CPUtime=49.37 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 9926 0 0 0 4897 40 0 0 20 0 20 0 164186875 19566772224 540828 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=22188 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 540828 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=41176 CPUtime=0 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.25 4.19 4.20 5/319 840106
/proc/meminfo: memFree=112317572/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=4376836 CPUtime=3253.25 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 290844 0 0 0 324997 328 0 0 20 0 20 0 164186874 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 1094209 5985 1 0 1105976 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=5512 CPUtime=3185.72 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 114425 0 0 0 318477 95 0 0 20 0 20 0 164186875 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 58 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=4376836 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=2312 CPUtime=0.01 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 3309 0 0 0 0 1 0 0 20 0 20 0 164186881 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=4376836 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 3253.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4376836 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.22 4.21 5/319 840117
/proc/meminfo: memFree=114092956/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=4376836 CPUtime=3315.92 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 295267 0 0 0 331260 332 0 0 20 0 20 0 164186874 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 1094209 5985 1 0 1105976 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=11600 CPUtime=3244.78 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 116752 0 0 0 324382 96 0 0 20 0 20 0 164186875 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 66 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=4376836 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=4376836 CPUtime=0.01 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 3311 0 0 0 0 1 0 0 20 0 20 0 164186881 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 3315.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4376836 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.21 4.20 5/319 840127
/proc/meminfo: memFree=114285696/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=4376836 CPUtime=3377.88 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 305900 0 0 0 337450 338 0 0 20 0 20 0 164186874 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 1094209 5985 1 0 1105976 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=41456 CPUtime=3304.17 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 118244 0 0 0 330321 96 0 0 20 0 20 0 164186875 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 66 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=4376836 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=4376836 CPUtime=0.01 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 3369 0 0 0 0 1 0 0 20 0 20 0 164186881 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=-9032642385105232572 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 1094209 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 3377.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4376836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.23 4.21 5/319 840138
/proc/meminfo: memFree=114285148/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=4377232 CPUtime=3439.85 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 320929 0 0 0 343642 343 0 0 20 0 20 0 164186874 19566772224 1094308 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 1094308 5985 1 0 1106057 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=4376836 CPUtime=3363.25 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 121432 0 0 0 336228 97 0 0 20 0 20 0 164186875 19566772224 1094308 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 66 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=4376836 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 1094308 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=4377020 CPUtime=0.01 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 3509 0 0 0 0 1 0 0 20 0 20 0 164186881 19566772224 1094308 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=4377020 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 1094308 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 3439.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4377232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.25 4.21 6/320 840535
/proc/meminfo: memFree=114891888/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=4377232 CPUtime=3500.38 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 322209 0 0 0 349691 347 0 0 20 0 20 0 164186874 19566772224 1094308 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 1094308 5985 1 0 1106057 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=4376836 CPUtime=3422.3 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 122478 0 0 0 342133 97 0 0 20 0 20 0 164186875 19566772224 1094308 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 66 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=4376836 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 1094308 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=4377232 CPUtime=0.01 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 3509 0 0 0 0 1 0 0 20 0 20 0 164186881 19566772224 1094308 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=4377232 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 1094308 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 3500.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4377232 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.26 4.22 6/319 840612
/proc/meminfo: memFree=115626424/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=4377236 CPUtime=3560.48 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 326147 0 0 0 355697 351 0 0 20 0 20 0 164186874 19566772224 1094309 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 1094309 5985 1 0 1106057 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=4377232 CPUtime=3481.9 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 124645 0 0 0 348091 99 0 0 20 0 20 0 164186875 19566772224 1094309 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 66 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=4377232 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 1094309 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=4377236 CPUtime=0.01 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 3598 0 0 0 0 1 0 0 20 0 20 0 164186881 19566772224 1094309 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=-9032642385105232572 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 1094309 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 3560.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4377236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561.6 s]
/proc/loadavg: 4.46 4.31 4.24 5/319 840820
/proc/meminfo: memFree=112896032/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19108176 memory=4377236 CPUtime=3600.08 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 327215 0 0 0 359653 355 0 0 20 0 20 0 164186874 19566772224 1094309 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4777044 1094309 5985 1 0 1106057 0
[pid=838635/tid=838637] ppid=838632 vsize=19108176 memory=129 CPUtime=3520.69 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) R 838632 838635 836649 0 -1 4194368 125500 0 0 0 351969 100 0 0 20 0 20 0 164186875 19566772224 1094309 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 66 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186880 19566772224 1094309 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19108176 memory=4377236 CPUtime=0.01 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 3600 0 0 0 0 1 0 0 20 0 20 0 164186881 19566772224 1094309 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838655] ppid=838632 vsize=19108176 memory=2648 CPUtime=0 cores=5,7
/proc/838635/task/838655/stat : 838655 (Timer-0) S 838632 838635 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186947 19566772224 1094309 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4377236 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.69 s, system=3.58326 s

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

[startup+3561.71 s]
/proc/loadavg: 4.46 4.31 4.24 5/319 840820
/proc/meminfo: memFree=112896032/131655788 swapFree=131071996/131071996
[pid=838635] ppid=838632 vsize=19307868 memory=4377912 CPUtime=3600.24 cores=5,7
/proc/838635/stat : 838635 (java) S 838632 838635 836649 0 -1 1077936128 330895 0 0 0 359668 356 0 0 20 0 16 0 164186874 19771256832 1094478 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
/proc/838635/statm: 4826967 1094478 6000 1 0 1107008 0
[pid=838635/tid=838637] ppid=838632 vsize=19307868 memory=0 CPUtime=3520.71 cores=5,7
/proc/838635/task/838637/stat : 838637 (java) S 838632 838635 836649 0 -1 1077936192 125643 0 0 0 351971 100 0 0 20 0 16 0 164186875 19771256832 1094478 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 66 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838646] ppid=838632 vsize=19307868 memory=11600 CPUtime=0 cores=5,7
/proc/838635/task/838646/stat : 838646 (Finalizer) S 838632 838635 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 16 0 164186880 19771256832 1094478 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
[pid=838635/tid=838653] ppid=838632 vsize=19307868 memory=4377236 CPUtime=0.01 cores=5,7
/proc/838635/task/838653/stat : 838653 (Common-Cleaner) S 838632 838635 836649 0 -1 1077936192 3600 0 0 0 0 1 0 0 20 0 16 0 164186881 19771256832 1094478 134679101440 94508833026048 94508833029744 140723248645856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94508833037560 94508833038352 94508850135040 140723248649205 140723248649313 140723248649313 140723248656328 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4377912 KiB

Child status: 143

Real time (s): 3561.74
CPU time (s): 3600.27
CPU user time (s): 3596.69
CPU system time (s): 3.58326
CPU usage (%): 101.082
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4377912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.69
system time used= 3.58325
maximum resident set size= 4378712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330945
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114938
involuntary context switches= 4951


# summary of solver processes directly reported to runsolver:
#   pid: 838635
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3596.69
#   total CPU system time (s): 3.58326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.4191 second user time and 33.8412 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-16 10:58:37
IDJOB=4429962
IDBENCH=148773
IDSOLVER=3052
FILE ID=nodeC008/4429962-1721120304
RUNJOBID= nodeC008-1721116745-836662
SLURM_JOB_ID= 7505659
Free space on /tmp= 723752 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx92.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429962-1721120304/watcher-4429962-1721120304 -o /tmp/evaluation-result-4429962-1721120304/solver-4429962-1721120304 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721116745-836662 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429962-1721120304.opb

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

MD5SUM BENCH= 8416d641e22e8376ddac92bbd41682d6
RANDOM SEED=1154051259

nodeC008.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	: 0xb00001f
cpu MHz		: 3655.428
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.387
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.251
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 3661.424
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 3655.522
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 3491.978
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.458
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.254
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121112588 kB
MemAvailable:   121356800 kB
Buffers:          419988 kB
Cached:           668108 kB
SwapCached:            0 kB
Active:           665272 kB
Inactive:        9338724 kB
Active(anon):       1476 kB
Inactive(anon):  8952124 kB
Active(file):     663796 kB
Inactive(file):   386600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4560 kB
Writeback:            32 kB
AnonPages:       8915924 kB
Mapped:           124544 kB
Shmem:             37704 kB
KReclaimable:      67692 kB
Slab:             161784 kB
SReclaimable:      67692 kB
SUnreclaim:        94092 kB
KernelStack:        4844 kB
PageTables:        27628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12573804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52256 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8658944 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC008 at 2024-07-16 11:57:59