Trace number 4424350

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.24 3592.83

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar7-sub3_wcsp.wbo
MD5SUMab58973f8a134afc7bedbaa01ab0bdb8
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark313861
Best CPU time to get the best result obtained on this benchmark3600.37
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables776
Total number of constraints326836
Number of soft constraints326818
Number of constraints which are clauses326818
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 45857915
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 23120752168
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2113181440
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.15	c Number of processors 	2
0.31/0.31	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.31	 - never skip resolution steps
0.31/0.31	 - Auto-division on coefficients is disabled
0.31/0.31	 - No postprocessing
0.31/0.31	 - Conflict is considered as is when resolving
0.31/0.31	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.31/0.31	 - Weaken first using unassigned literals
0.31/0.31	 - Bump strategy: ALWAYS_ONE
0.31/0.31	 - Bumper: ASSIGNED
0.31/0.31	--- Begin Solver configuration ---
0.31/0.31	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.31/0.31	Learn all clauses as in MiniSAT
0.31/0.31	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.31	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.31	No reason simplification
0.31/0.31	Armin Biere (Picosat) restarts strategy
0.31/0.31	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.31/0.31	timeout=2147483s
0.31/0.31	DB Simplification allowed=false
0.31/0.31	Listener: none
0.31/0.31	--- End Solver configuration ---
0.46/0.33	c Pseudo Boolean Optimization by upper bound
0.46/0.33	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.33	c  - never skip resolution steps
0.46/0.33	c  - Auto-division on coefficients is disabled
0.46/0.33	c  - No postprocessing
0.46/0.33	c  - Conflict is considered as is when resolving
0.46/0.33	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.46/0.33	c  - Weaken first using unassigned literals
0.46/0.33	c  - Bump strategy: ALWAYS_ONE
0.46/0.33	c  - Bumper: ASSIGNED
0.46/0.33	c --- Begin Solver configuration ---
0.46/0.33	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.46/0.33	c Learn all clauses as in MiniSAT
0.46/0.33	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.33	c No reason simplification
0.46/0.33	c Armin Biere (Picosat) restarts strategy
0.46/0.33	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.46/0.33	c timeout=2147483s
0.46/0.33	c DB Simplification allowed=false
0.46/0.33	c Listener: none
0.46/0.33	c --- End Solver configuration ---
0.46/0.33	c solving HOME/instance-4424350-1720874154.wbo
0.46/0.33	c reading problem ... 
91.56/88.04	c ... done. Wall clock time 87.704s.
91.56/88.04	c declared #vars     776
91.56/88.04	c internal #vars     327594
91.56/88.04	c #constraints  326855
91.56/88.04	c constraints type 
91.56/88.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18
91.56/88.04	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
91.56/88.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 326836
91.56/88.04	c 326855 constraints processed.
91.56/88.05	c objective function length is 326818 literals
3600.03/3592.73	c starts		: 3
3600.03/3592.74	c conflicts		: 263
3600.03/3592.76	c decisions		: 501416
3600.03/3592.76	c propagations		: 2325077
3600.03/3592.76	c inspects		: 601887
3600.03/3592.76	c shortcuts		: 0
3600.03/3592.76	c learnt literals	: 0
3600.03/3592.76	c learnt binary clauses	: 0
3600.03/3592.76	c learnt ternary clauses	: 0
3600.03/3592.76	c learnt constraints	: 262
3600.03/3592.76	c ignored constraints	: 0
3600.03/3592.76	c root simplifications	: 0
3600.03/3592.76	c removed literals (reason simplification)	: 0
3600.03/3592.76	c reason swapping (by a shorter reason)	: 0
3600.03/3592.76	c Calls to reduceDB	: 0
3600.03/3592.76	c Number of update (reduction) of LBD	: 5
3600.03/3592.76	c Imported unit clauses	: 0
3600.03/3592.76	c No decision after first conflict	: false
3600.03/3592.76	c number of reductions to clauses (during analyze)	: 0
3600.03/3592.76	c number of learned constraints concerned by reduction	: 0
3600.03/3592.76	c number of learning phase by resolution	: 0
3600.03/3592.77	c number of learning phase by cutting planes	: 0
3600.03/3592.77	c number of rounding to 1 operations	: 6
3600.03/3592.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3592.77	c number of reductions of the coefficients by power 2 	: 0
3600.03/3592.77	c number of right shift for reduction by power 2 	: 0
3600.03/3592.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3592.77	c number of ending skipping 	: 0
3600.03/3592.77	c number of internal skipping 	: 0
3600.03/3592.77	c number of derivation steps 	: 3429
3600.03/3592.77	c number of skipped derivation steps 	: 0
3600.03/3592.77	c number of remaining unassigned 	: 0
3600.03/3592.77	c number of remaining assigned 	: 65623
3600.03/3592.77	c number of falsified literals weakened from reason	: 0
3600.03/3592.77	c number of falsified literals weakened from conflict	: 0
3600.03/3592.77	c time for arithmetic operations	: 7791729
3600.03/3592.79	c minimum degree of deleted constraints	: null
3600.03/3592.79	c maximum degree of deleted constraints	: null
3600.03/3592.79	c number of deleted constraints	: 0
3600.03/3592.79	c speed (assignments/second)	: 663.4308482559908
3600.03/3592.79	c non guided choices	: 685
3600.03/3592.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 231
3600.03/3592.79	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.03/3592.79	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30
3600.03/3592.79	s UNKNOWN
3600.03/3592.79	c Total wall clock time (in seconds): 3592.449

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424350-1720874154/watcher-4424350-1720874154 -o /tmp/evaluation-result-4424350-1720874154/solver-4424350-1720874154 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720874164-697947 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424350-1720874154.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=698200, runsolver pid=698197

[startup+0.102129 s]*
/proc/loadavg: 0.14 0.13 0.09 11/321 698218
/proc/meminfo: memFree=129729404/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=18975048 memory=56184 CPUtime=0.12 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 6648 0 0 0 9 3 0 0 20 0 18 0 139574178 19430449152 14046 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4743762 14046 5548 1 0 550949 0
[pid=698200/tid=698202] ppid=698197 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 5535 0 0 0 6 2 0 0 20 0 18 0 139574179 19430449152 14046 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139574184 19430449152 14046 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=18975048 memory=14412639824550604 CPUtime=0 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139574184 19430449152 14046 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56184 KiB

[startup+0.209839 s]*
/proc/loadavg: 0.14 0.13 0.09 12/321 698218
/proc/meminfo: memFree=129716616/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=18975048 memory=65628 CPUtime=0.31 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 7331 0 0 0 27 4 0 0 20 0 18 0 139574178 19430449152 16407 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4743762 16407 5725 1 0 551509 0
[pid=698200/tid=698202] ppid=698197 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 5821 0 0 0 15 2 0 0 20 0 18 0 139574179 19430449152 16407 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=18975048 memory=19017 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139574184 19430449152 16407 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139574184 19430449152 16407 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65628 KiB

[startup+0.316353 s]*
/proc/loadavg: 0.14 0.13 0.09 10/321 698218
/proc/meminfo: memFree=129710380/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=18975048 memory=68908 CPUtime=0.46 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 7604 0 0 0 42 4 0 0 20 0 18 0 139574178 19430449152 17227 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4743762 17227 5744 1 0 551684 0
[pid=698200/tid=698202] ppid=698197 vsize=18975048 memory=-8670671062512935612 CPUtime=0.26 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 1077936192 5997 0 0 0 24 2 0 0 20 0 18 0 139574179 19430449152 17227 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139574184 19430449152 17227 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139574184 19430449152 17227 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68908 KiB

[startup+0.700511 s]
/proc/loadavg: 0.14 0.13 0.09 12/321 698218
/proc/meminfo: memFree=129650740/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19041612 memory=158728 CPUtime=1.14 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 8616 0 0 0 107 7 0 0 20 0 19 0 139574178 19498610688 39682 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4760403 39682 5844 1 0 552567 0
[pid=698200/tid=698202] ppid=698197 vsize=19041612 memory=5468 CPUtime=0.62 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) S 698197 698200 697934 0 -1 1077936192 6110 0 0 0 57 5 0 0 20 0 19 0 139574179 19498610688 39682 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19041612 memory=12020 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 39682 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 39682 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158728 KiB

[startup+1.50083 s]
/proc/loadavg: 0.14 0.13 0.09 10/323 698220
/proc/meminfo: memFree=129022324/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19041612 memory=768228 CPUtime=2.69 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 20945 0 0 0 249 20 0 0 20 0 19 0 139574178 19498610688 192057 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4760403 192057 5860 1 0 559408 0
[pid=698200/tid=698202] ppid=698197 vsize=19041612 memory=12020 CPUtime=1.35 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 6389 0 0 0 120 15 0 0 20 0 19 0 139574179 19498610688 192057 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 192057 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 192057 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 768228 KiB

[startup+3.10583 s]
/proc/loadavg: 0.45 0.19 0.11 5/323 698220
/proc/meminfo: memFree=123176428/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19041612 memory=2941464 CPUtime=4.59 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 23254 0 0 0 394 65 0 0 20 0 19 0 139574178 19498610688 735366 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4760403 735366 5860 1 0 1087898 0
[pid=698200/tid=698202] ppid=698197 vsize=19041612 memory=0 CPUtime=2.87 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 7542 0 0 0 227 60 0 0 20 0 19 0 139574179 19498610688 735366 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19041612 memory=12020 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 735366 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19041612 memory=1667284 CPUtime=0 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 735366 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 4.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2941464 KiB

[startup+6.30043 s]
/proc/loadavg: 0.45 0.19 0.11 7/324 698223
/proc/meminfo: memFree=119885488/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19041612 memory=4955052 CPUtime=7.85 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 25348 0 0 0 674 111 0 0 20 0 19 0 139574178 19498610688 1238763 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4760403 1238763 5860 1 0 1603867 0
[pid=698200/tid=698202] ppid=698197 vsize=19041612 memory=0 CPUtime=5.71 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 8882 0 0 0 466 105 0 0 20 0 19 0 139574179 19498610688 1238763 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19041612 memory=1031084 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 1238763 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 1238763 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 7.85 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4955052 KiB

[startup+12.7004 s]
/proc/loadavg: 0.81 0.27 0.14 5/324 698223
/proc/meminfo: memFree=119167308/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19041612 memory=4969824 CPUtime=14.56 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 26230 0 0 0 1343 113 0 0 20 0 19 0 139574178 19498610688 1242456 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4760403 1242456 5860 1 0 1603884 0
[pid=698200/tid=698202] ppid=698197 vsize=19041612 memory=4963664 CPUtime=11.61 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 9600 0 0 0 1056 105 0 0 20 0 19 0 139574179 19498610688 1242456 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19041612 memory=4961616 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 1242456 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19041612 memory=14691920022604937 CPUtime=0 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 1242456 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 14.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4969824 KiB

[startup+25.5005 s]
/proc/loadavg: 1.84 0.52 0.22 5/324 698226
/proc/meminfo: memFree=117851096/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19041612 memory=5407604 CPUtime=27.77 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 30247 0 0 0 2653 124 0 0 20 0 19 0 139574178 19498610688 1351901 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4760403 1351901 5860 1 0 1704152 0
[pid=698200/tid=698202] ppid=698197 vsize=19041612 memory=5388844 CPUtime=23.75 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 10910 0 0 0 2261 114 0 0 20 0 19 0 139574179 19498610688 1351901 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 1351901 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 1351901 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 27.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5407604 KiB

[startup+51.1137 s]
/proc/loadavg: 2.79 0.85 0.34 5/324 698229
/proc/meminfo: memFree=117008300/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19041612 memory=5467236 CPUtime=53.85 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 31902 0 0 0 5255 130 0 0 20 0 19 0 139574178 19498610688 1366809 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4760403 1366809 5860 1 0 1704152 0
[pid=698200/tid=698202] ppid=698197 vsize=19041612 memory=0 CPUtime=48.17 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 12364 0 0 0 4703 114 0 0 20 0 19 0 139574179 19498610688 1366809 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19041612 memory=4969824 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 1366809 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19041612 memory=2941464 CPUtime=0 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139574184 19498610688 1366809 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 53.85 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5467236 KiB

[startup+102.3 s]
/proc/loadavg: 3.64 1.39 0.55 5/325 698239
/proc/meminfo: memFree=116524672/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19108176 memory=5510096 CPUtime=109.47 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 51803 0 0 0 10804 143 0 0 20 0 20 0 139574178 19566772224 1377524 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4777044 1377524 5898 1 0 1704933 0
[pid=698200/tid=698202] ppid=698197 vsize=19108176 memory=5509932 CPUtime=98.21 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.23 4.23 4.12 5/324 699998
/proc/meminfo: memFree=110960784/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19108176 memory=5933412 CPUtime=3289.58 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 149355 0 0 0 328523 435 0 0 20 0 20 0 139574178 19566772224 1483353 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4777044 1483353 5914 1 0 1704994 0
[pid=698200/tid=698202] ppid=698197 vsize=19108176 memory=5933412 CPUtime=3267.11 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 40857 0 0 0 326587 124 0 0 20 0 20 0 139574179 19566772224 1483353 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19108176 memory=5933412 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574184 19566772224 1483353 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19108176 memory=12020 CPUtime=0.01 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 7558 0 0 0 0 1 0 0 20 0 20 0 139574184 19566772224 1483353 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698237] ppid=698197 vsize=19108176 memory=24980 CPUtime=0 cores=5,7
/proc/698200/task/698237/stat : 698237 (Timer-0) S 698197 698200 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139582994 19566772224 1483353 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 3289.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5933412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.22 4.12 5/322 700008
/proc/meminfo: memFree=110960672/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19108176 memory=5933412 CPUtime=3349.49 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 150221 0 0 0 334509 440 0 0 20 0 20 0 139574178 19566772224 1483353 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4777044 1483353 5914 1 0 1704994 0
[pid=698200/tid=698202] ppid=698197 vsize=19108176 memory=35540 CPUtime=3326.92 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 41026 0 0 0 332568 124 0 0 20 0 20 0 139574179 19566772224 1483353 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19108176 memory=5933412 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574184 19566772224 1483353 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19108176 memory=11508 CPUtime=0.01 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 7704 0 0 0 0 1 0 0 20 0 20 0 139574184 19566772224 1483353 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698237] ppid=698197 vsize=19108176 memory=11508 CPUtime=0 cores=5,7
/proc/698200/task/698237/stat : 698237 (Timer-0) S 698197 698200 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139582994 19566772224 1483353 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 3349.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5933412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.22 4.12 5/322 700019
/proc/meminfo: memFree=110884140/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19108176 memory=6009588 CPUtime=3409.57 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 153629 0 0 0 340510 447 0 0 20 0 20 0 139574178 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4777044 1502397 5914 1 0 1705069 0
[pid=698200/tid=698202] ppid=698197 vsize=19108176 memory=35540 CPUtime=3386.43 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 42531 0 0 0 338519 124 0 0 20 0 20 0 139574179 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19108176 memory=11508 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574184 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19108176 memory=5933412 CPUtime=0.01 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 7850 0 0 0 0 1 0 0 20 0 20 0 139574184 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698237] ppid=698197 vsize=19108176 memory=6009588 CPUtime=0 cores=5,7
/proc/698200/task/698237/stat : 698237 (Timer-0) S 698197 698200 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139582994 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 3409.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6009588 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.21 4.12 5/320 700029
/proc/meminfo: memFree=110883808/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19108176 memory=6009588 CPUtime=3469.49 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 154342 0 0 0 346498 451 0 0 20 0 20 0 139574178 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4777044 1502397 5914 1 0 1705069 0
[pid=698200/tid=698202] ppid=698197 vsize=19108176 memory=35540 CPUtime=3446.27 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 42642 0 0 0 344503 124 0 0 20 0 20 0 139574179 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19108176 memory=11508 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574184 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19108176 memory=5933412 CPUtime=0.01 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 8010 0 0 0 0 1 0 0 20 0 20 0 139574184 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698237] ppid=698197 vsize=19108176 memory=2580 CPUtime=0 cores=5,7
/proc/698200/task/698237/stat : 698237 (Timer-0) S 698197 698200 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139582994 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 3469.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6009588 KiB

[startup+3522.3 s]
/proc/loadavg: 4.75 4.35 4.17 5/320 700040
/proc/meminfo: memFree=110883412/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19108176 memory=6009588 CPUtime=3529.41 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 155043 0 0 0 352486 455 0 0 20 0 20 0 139574178 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4777044 1502397 5914 1 0 1705069 0
[pid=698200/tid=698202] ppid=698197 vsize=19108176 memory=6009588 CPUtime=3506.1 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 42754 0 0 0 350486 124 0 0 20 0 20 0 139574179 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19108176 memory=6009588 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574184 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19108176 memory=6009588 CPUtime=0.01 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 8156 0 0 0 0 1 0 0 20 0 20 0 139574184 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698237] ppid=698197 vsize=19108176 memory=11508 CPUtime=0 cores=5,7
/proc/698200/task/698237/stat : 698237 (Timer-0) S 698197 698200 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139582994 19566772224 1502397 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 3529.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6009588 KiB

[startup+3582.3 s]
/proc/loadavg: 4.72 4.43 4.21 5/319 700051
/proc/meminfo: memFree=110807280/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19108176 memory=6085364 CPUtime=3589.64 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 158246 0 0 0 358501 463 0 0 20 0 20 0 139574178 19566772224 1521341 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4777044 1521341 5914 1 0 1705069 0
[pid=698200/tid=698202] ppid=698197 vsize=19108176 memory=6009588 CPUtime=3565.78 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 43784 0 0 0 356454 124 0 0 20 0 20 0 139574179 19566772224 1521341 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19108176 memory=6085364 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574184 19566772224 1521341 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19108176 memory=6085364 CPUtime=0.01 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 8303 0 0 0 0 1 0 0 20 0 20 0 139574184 19566772224 1521341 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698237] ppid=698197 vsize=19108176 memory=11508 CPUtime=0 cores=5,7
/proc/698200/task/698237/stat : 698237 (Timer-0) S 698197 698200 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139582994 19566772224 1521341 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 3589.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6085364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.7 s]
/proc/loadavg: 4.45 4.38 4.20 2/239 700154
/proc/meminfo: memFree=124037316/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19108176 memory=6085364 CPUtime=3600.03 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 158256 0 0 0 359539 464 0 0 20 0 20 0 139574178 19566772224 1521341 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4777044 1521341 5914 1 0 1705069 0
[pid=698200/tid=698202] ppid=698197 vsize=19108176 memory=6085364 CPUtime=3576.15 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) R 698197 698200 697934 0 -1 4194368 43794 0 0 0 357491 124 0 0 20 0 20 0 139574179 19566772224 1521341 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19108176 memory=2580 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574184 19566772224 1521341 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19108176 memory=-8670671062512935612 CPUtime=0.01 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 8303 0 0 0 0 1 0 0 20 0 20 0 139574184 19566772224 1521341 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698237] ppid=698197 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/698200/task/698237/stat : 698237 (Timer-0) S 698197 698200 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139582994 19566772224 1521341 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6085364 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.57 s, system=4.66813 s

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

[startup+3592.8 s]
/proc/loadavg: 4.45 4.38 4.20 2/239 700154
/proc/meminfo: memFree=124037316/131655788 swapFree=131071996/131071996
[pid=698200] ppid=698197 vsize=19307868 memory=6086000 CPUtime=3600.21 cores=5,7
/proc/698200/stat : 698200 (java) S 698197 698200 697934 0 -1 1077936128 161527 0 0 0 359556 465 0 0 20 0 16 0 139574178 19771256832 1521500 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
/proc/698200/statm: 4826967 1521500 5913 1 0 1706004 0
[pid=698200/tid=698202] ppid=698197 vsize=19307868 memory=-8670671062512935612 CPUtime=3576.25 cores=5,7
/proc/698200/task/698202/stat : 698202 (java) S 698197 698200 697934 0 -1 1077936192 43797 0 0 0 357501 124 0 0 20 0 16 0 139574179 19771256832 1521500 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698211] ppid=698197 vsize=19307868 memory=32916 CPUtime=0 cores=5,7
/proc/698200/task/698211/stat : 698211 (Finalizer) S 698197 698200 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 16 0 139574184 19771256832 1521500 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
[pid=698200/tid=698218] ppid=698197 vsize=19307868 memory=18496 CPUtime=0.01 cores=5,7
/proc/698200/task/698218/stat : 698218 (Common-Cleaner) S 698197 698200 697934 0 -1 1077936192 8303 0 0 0 0 1 0 0 20 0 16 0 139574184 19771256832 1521500 134679101440 94208953671680 94208953675376 140729142941792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94208953683192 94208953683984 94208983363584 140729142944726 140729142944839 140729142944839 140729142951880 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6086000 KiB

Child status: 143

Real time (s): 3592.83
CPU time (s): 3600.24
CPU user time (s): 3595.57
CPU system time (s): 4.66813
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6086000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.57
system time used= 4.66813
maximum resident set size= 6086788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161581
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168777
involuntary context switches= 2148


# summary of solver processes directly reported to runsolver:
#   pid: 698200
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3595.57
#   total CPU system time (s): 4.66813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2766 second user time and 40.1349 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 14:36:07
IDJOB=4424350
IDBENCH=143880
IDSOLVER=3035
FILE ID=nodeC006/4424350-1720874154
RUNJOBID= nodeC006-1720874164-697947
SLURM_JOB_ID= 7483754
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar7-sub3_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424350-1720874154/watcher-4424350-1720874154 -o /tmp/evaluation-result-4424350-1720874154/solver-4424350-1720874154 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720874164-697947 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424350-1720874154.wbo

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

MD5SUM BENCH= ab58973f8a134afc7bedbaa01ab0bdb8
RANDOM SEED=1528393746

nodeC006.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		: 1197.254
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.94
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		: 2394.494
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.26
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.248
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.94
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		: 2294.723
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.26
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		: 2594.035
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.94
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		: 2095.183
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.26
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		: 2793.576
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.94
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		: 2394.548
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129774948 kB
MemAvailable:   129642192 kB
Buffers:          316656 kB
Cached:           400372 kB
SwapCached:            0 kB
Active:           466776 kB
Inactive:         917416 kB
Active(anon):       1460 kB
Inactive(anon):   703404 kB
Active(file):     465316 kB
Inactive(file):   214012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             15684 kB
Writeback:             0 kB
AnonPages:        667604 kB
Mapped:           121152 kB
Shmem:             37704 kB
KReclaimable:      55892 kB
Slab:             144500 kB
SReclaimable:      55892 kB
SUnreclaim:        88608 kB
KernelStack:        4896 kB
PageTables:        11408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7274276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45792 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC006 at 2024-07-13 15:36:00