Trace number 4456299

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

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-16reduc_wcsp.wbo
MD5SUMb650e80a3f64e6bae4fbc25304197493
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1921
Total number of constraints124511
Number of soft constraints124429
Number of constraints which are clauses124429
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 44162576
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.12	c java.vm.version	22.0.1+8-16
0.13/0.12	c java.vm.vendor	Oracle Corporation
0.13/0.12	c sun.arch.data.model	64
0.13/0.12	c java.version		22.0.1
0.13/0.12	c os.name		Linux
0.13/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.12	c os.arch		amd64
0.13/0.13	c Free memory 		2115194816
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.13	c Number of processors 	2
0.13/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.22	 - never skip resolution steps
0.13/0.22	 - Auto-division on coefficients is disabled
0.13/0.22	 - No postprocessing
0.13/0.22	 - Conflict is considered as is when resolving
0.13/0.22	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.22	 - Weaken first using unassigned literals
0.13/0.22	 - Bump strategy: ALWAYS_ONE
0.13/0.22	 - Bumper: ASSIGNED
0.13/0.22	--- Begin Solver configuration ---
0.13/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.22	Learn all clauses as in MiniSAT
0.13/0.22	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.22	No reason simplification
0.13/0.22	Armin Biere (Picosat) restarts strategy
0.13/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.22	timeout=2147483s
0.13/0.22	DB Simplification allowed=false
0.13/0.22	Listener: none
0.13/0.22	--- End Solver configuration ---
0.13/0.22	c Pseudo Boolean Optimization by upper bound
0.13/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.22	c  - never skip resolution steps
0.13/0.22	c  - Auto-division on coefficients is disabled
0.13/0.22	c  - No postprocessing
0.13/0.22	c  - Conflict is considered as is when resolving
0.13/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.22	c  - Weaken first using unassigned literals
0.13/0.22	c  - Bump strategy: ALWAYS_ONE
0.13/0.22	c  - Bumper: ASSIGNED
0.13/0.22	c --- Begin Solver configuration ---
0.13/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.22	c Learn all clauses as in MiniSAT
0.13/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.22	c No reason simplification
0.13/0.22	c Armin Biere (Picosat) restarts strategy
0.13/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.22	c timeout=2147483s
0.13/0.22	c DB Simplification allowed=false
0.13/0.22	c Listener: none
0.13/0.22	c --- End Solver configuration ---
0.13/0.22	c solving HOME/instance-4456299-1721721686.wbo
0.13/0.22	c reading problem ... 
16.83/14.89	c ... done. Wall clock time 14.665s.
16.83/14.89	c declared #vars     1921
16.83/14.89	c internal #vars     126350
16.83/14.89	c #constraints  124594
16.83/14.89	c constraints type 
16.83/14.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 574
16.83/14.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
16.83/14.89	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
16.83/14.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 123937
16.83/14.89	c 124594 constraints processed.
16.83/14.89	c objective function length is 124429 literals
3600.00/3592.17	c starts		: 3
3600.00/3592.19	c conflicts		: 325
3600.00/3592.19	c decisions		: 467392
3600.00/3592.19	c propagations		: 1446006
3600.00/3592.20	c inspects		: 266969
3600.00/3592.20	c shortcuts		: 0
3600.00/3592.20	c learnt literals	: 0
3600.00/3592.20	c learnt binary clauses	: 0
3600.00/3592.20	c learnt ternary clauses	: 0
3600.00/3592.20	c learnt constraints	: 324
3600.00/3592.20	c ignored constraints	: 0
3600.00/3592.20	c root simplifications	: 0
3600.00/3592.20	c removed literals (reason simplification)	: 0
3600.00/3592.20	c reason swapping (by a shorter reason)	: 0
3600.00/3592.20	c Calls to reduceDB	: 0
3600.00/3592.20	c Number of update (reduction) of LBD	: 0
3600.00/3592.20	c Imported unit clauses	: 0
3600.19/3592.21	c No decision after first conflict	: false
3600.19/3592.21	c number of reductions to clauses (during analyze)	: 0
3600.19/3592.21	c number of learned constraints concerned by reduction	: 0
3600.19/3592.21	c number of learning phase by resolution	: 0
3600.19/3592.21	c number of learning phase by cutting planes	: 0
3600.19/3592.21	c number of rounding to 1 operations	: 146
3600.19/3592.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.19/3592.21	c number of reductions of the coefficients by power 2 	: 0
3600.19/3592.21	c number of right shift for reduction by power 2 	: 0
3600.19/3592.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.19/3592.21	c number of ending skipping 	: 0
3600.19/3592.21	c number of internal skipping 	: 0
3600.19/3592.21	c number of derivation steps 	: 3254
3600.19/3592.21	c number of skipped derivation steps 	: 0
3600.19/3592.21	c number of remaining unassigned 	: 24685
3600.19/3592.21	c number of remaining assigned 	: 1408923
3600.19/3592.21	c number of falsified literals weakened from reason	: 0
3600.19/3592.21	c number of falsified literals weakened from conflict	: 0
3600.19/3592.21	c time for arithmetic operations	: 67651172
3600.19/3592.22	c minimum degree of deleted constraints	: null
3600.19/3592.22	c maximum degree of deleted constraints	: null
3600.19/3592.22	c number of deleted constraints	: 0
3600.19/3592.22	c speed (assignments/second)	: 404.2314978895346
3600.19/3592.22	c non guided choices	: 1244
3600.19/3592.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 182
3600.19/3592.22	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.19/3592.22	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 141
3600.19/3592.22	s UNKNOWN
3600.19/3592.22	c Total wall clock time (in seconds): 3592.004

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456299-1721721686/watcher-4456299-1721721686 -o /tmp/evaluation-result-4456299-1721721686/solver-4456299-1721721686 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721717807-78851 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456299-1721721686.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100071 s]*
/proc/loadavg: 4.55 4.50 4.34 7/315 82583
/proc/meminfo: memFree=115945108/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=18993908 memory=59620 CPUtime=0.13 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 6608 0 0 0 10 3 0 0 20 0 18 0 8158005 19449761792 14905 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4748477 14905 5953 1 0 550952 0
[pid=82565/tid=82567] ppid=82562 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 5597 0 0 0 6 2 0 0 20 0 18 0 8158005 19449761792 14905 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=18993908 memory=232851243367 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8158011 19449761792 14905 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=18993908 memory=3618136736603112172 CPUtime=0 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8158012 19449761792 14905 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 59620 KiB

[startup+0.222497 s]*
/proc/loadavg: 4.55 4.50 4.34 8/315 82583
/proc/meminfo: memFree=115935016/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=18993908 memory=71704 CPUtime=0.36 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 7561 0 0 0 32 4 0 0 20 0 18 0 8158005 19449761792 17926 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4748477 17926 5974 1 0 551763 0
[pid=82565/tid=82567] ppid=82562 vsize=18993908 memory=664970838410264707 CPUtime=0.21 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 6097 0 0 0 18 3 0 0 20 0 18 0 8158005 19449761792 17926 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=18993908 memory=1646 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8158011 19449761792 17926 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8158012 19449761792 17926 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 71704 KiB

[startup+0.323483 s]*
/proc/loadavg: 4.55 4.50 4.34 8/315 82583
/proc/meminfo: memFree=115917932/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=18993908 memory=86136 CPUtime=0.53 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 7636 0 0 0 48 5 0 0 20 0 18 0 8158005 19449761792 21534 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4748477 21534 5974 1 0 551784 0
[pid=82565/tid=82567] ppid=82562 vsize=18993908 memory=-6000919498459540071 CPUtime=0.29 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 6114 0 0 0 26 3 0 0 20 0 18 0 8158005 19449761792 21534 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8158011 19449761792 21534 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8158012 19449761792 21534 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 86136 KiB

[startup+0.705474 s]
/proc/loadavg: 4.55 4.50 4.34 7/316 82584
/proc/meminfo: memFree=115835916/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19060472 memory=382236 CPUtime=1.2 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 9312 0 0 0 109 11 0 0 20 0 19 0 8158005 19517923328 95559 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4765118 95559 6122 1 0 553040 0
[pid=82565/tid=82567] ppid=82562 vsize=19060472 memory=5604 CPUtime=0.58 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 6254 0 0 0 49 9 0 0 20 0 19 0 8158005 19517923328 95559 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19060472 memory=12240 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8158011 19517923328 95559 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19060472 memory=4997 CPUtime=0 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8158012 19517923328 95559 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 382236 KiB

[startup+1.50047 s]
/proc/loadavg: 4.55 4.50 4.34 6/316 82584
/proc/meminfo: memFree=114871780/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19060472 memory=2171408 CPUtime=2.71 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 21925 0 0 0 222 49 0 0 20 0 19 0 8158005 19517923328 542852 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4765118 542852 6138 1 0 1231005 0
[pid=82565/tid=82567] ppid=82562 vsize=19060472 memory=4997 CPUtime=1.32 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 7110 0 0 0 88 44 0 0 20 0 19 0 8158005 19517923328 542852 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8158011 19517923328 542852 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19060472 memory=12240 CPUtime=0 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8158012 19517923328 542852 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 2171408 KiB

[startup+3.10575 s]
/proc/loadavg: 4.59 4.51 4.34 5/316 82584
/proc/meminfo: memFree=112636992/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19060472 memory=3361432 CPUtime=4.45 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 22540 0 0 0 373 72 0 0 20 0 19 0 8158005 19517923328 840358 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4765118 840358 6138 1 0 1231029 0
[pid=82565/tid=82567] ppid=82562 vsize=19060472 memory=12240 CPUtime=2.86 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 7681 0 0 0 220 66 0 0 20 0 19 0 8158005 19517923328 840358 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8158011 19517923328 840358 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19060472 memory=6657 CPUtime=0 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8158012 19517923328 840358 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 4.45 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3361432 KiB

[startup+6.30045 s]
/proc/loadavg: 4.59 4.51 4.34 5/316 82584
/proc/meminfo: memFree=112588216/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19060472 memory=3926112 CPUtime=7.82 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 23566 0 0 0 699 83 0 0 20 0 19 0 8158005 19517923328 981528 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4765118 981528 6138 1 0 1377247 0
[pid=82565/tid=82567] ppid=82562 vsize=19060472 memory=12240 CPUtime=5.87 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 8309 0 0 0 510 77 0 0 20 0 19 0 8158005 19517923328 981528 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19060472 memory=-6000919498459540071 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8158011 19517923328 981528 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19060472 memory=1500 CPUtime=0 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8158012 19517923328 981528 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 7.82 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3926112 KiB

[startup+12.7004 s]
/proc/loadavg: 4.49 4.49 4.34 5/316 82586
/proc/meminfo: memFree=110040484/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19060472 memory=5956548 CPUtime=14.47 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 26133 0 0 0 1324 123 0 0 20 0 19 0 8158005 19517923328 1489137 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4765118 1489137 6138 1 0 1889045 0
[pid=82565/tid=82567] ppid=82562 vsize=19060472 memory=12240 CPUtime=11.74 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 10057 0 0 0 1058 116 0 0 20 0 19 0 8158005 19517923328 1489137 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19060472 memory=4359320 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8158011 19517923328 1489137 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19060472 memory=5604 CPUtime=0 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8158012 19517923328 1489137 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 14.47 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 5956548 KiB

[startup+25.5005 s]
/proc/loadavg: 4.57 4.51 4.34 5/317 82589
/proc/meminfo: memFree=109991064/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19127036 memory=5980588 CPUtime=30.15 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 32555 0 0 0 2888 127 0 0 20 0 20 0 8158005 19586084864 1495147 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4781759 1495147 6175 1 0 1890474 0
[pid=82565/tid=82567] ppid=82562 vsize=19127036 memory=5604 CPUtime=24.29 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 10484 0 0 0 2313 116 0 0 20 0 20 0 8158005 19586084864 1495147 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19127036 memory=5984988 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8158011 19586084864 1495147 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19127036 memory=12252 CPUtime=0 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8158012 19586084864 1495147 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82587] ppid=82562 vsize=19127036 memory=6944656592387989600 CPUtime=0 cores=4,6
/proc/82565/task/82587/stat : 82587 (Timer-0) S 82562 82565 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8159508 19586084864 1495147 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 30.15 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5980588 KiB

[startup+51.1133 s]
/proc/loadavg: 4.37 4.47 4.33 6/317 82661
/proc/meminfo: memFree=111640996/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19127036 memory=6005908 CPUtime=57.57 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 41649 0 0 0 5626 131 0 0 20 0 20 0 8158005 19586084864 1501477 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4781759 1501477 6175 1 0 1890474 0
[pid=82565/tid=82567] ppid=82562 vsize=19127036 memory=6005908 CPUtime=49.77 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 11110 0 0 0 4861 116 0 0 20 0 20 0 8158005 19586084864 1501477 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19127036 memory=6005684 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8158011 19586084864 1501477 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19127036 memory=5980588 CPUtime=0 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8158012 19586084864 1501477 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82587] ppid=82562 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/82565/task/82587/stat : 82587 (Timer-0) S 82562 82565 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8159508 19586084864 1501477 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 57.57 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6005908 KiB

[startup+102.3 s]
/proc/loadavg: 4.38 4.46 4.34 5/317 82670
/proc/meminfo: memFree=111513964/131655788 swapFree=131071996/131071996

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

[startup+3282.3 s]
/proc/loadavg: 4.14 4.15 4.16 5/316 84246
/proc/meminfo: memFree=105554152/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19127036 memory=6559176 CPUtime=3290.37 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 203354 0 0 0 328684 353 0 0 20 0 20 0 8158005 19586084864 1639794 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4781759 1639794 6191 1 0 1890560 0
[pid=82565/tid=82567] ppid=82562 vsize=19127036 memory=2323966535886853200 CPUtime=3269.65 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 67726 0 0 0 326842 123 0 0 20 0 20 0 8158005 19586084864 1639794 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19127036 memory=6559172 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8158011 19586084864 1639794 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19127036 memory=17912 CPUtime=0.01 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 6188 0 0 0 0 1 0 0 20 0 20 0 8158012 19586084864 1639794 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82587] ppid=82562 vsize=19127036 memory=37816 CPUtime=0 cores=4,6
/proc/82565/task/82587/stat : 82587 (Timer-0) S 82562 82565 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8159508 19586084864 1639794 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 3290.37 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6559176 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.15 4.16 5/317 84257
/proc/meminfo: memFree=105553632/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19127036 memory=6559180 CPUtime=3350.23 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 204177 0 0 0 334668 355 0 0 20 0 20 0 8158005 19586084864 1639795 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4781759 1639795 6191 1 0 1890560 0
[pid=82565/tid=82567] ppid=82562 vsize=19127036 memory=31864 CPUtime=3329.46 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 68265 0 0 0 332823 123 0 0 20 0 20 0 8158005 19586084864 1639795 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19127036 memory=6559180 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8158011 19586084864 1639795 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19127036 memory=6559180 CPUtime=0.01 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 6327 0 0 0 0 1 0 0 20 0 20 0 8158012 19586084864 1639795 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82587] ppid=82562 vsize=19127036 memory=-6000919498459540071 CPUtime=0 cores=4,6
/proc/82565/task/82587/stat : 82587 (Timer-0) S 82562 82565 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8159508 19586084864 1639795 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 3350.23 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6559180 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.20 4.18 5/317 84503
/proc/meminfo: memFree=106299080/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19127036 memory=6559180 CPUtime=3410.22 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 207261 0 0 0 340665 357 0 0 20 0 20 0 8158005 19586084864 1639795 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4781759 1639795 6191 1 0 1890560 0
[pid=82565/tid=82567] ppid=82562 vsize=19127036 memory=6559180 CPUtime=3389.24 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 69136 0 0 0 338801 123 0 0 20 0 20 0 8158005 19586084864 1639795 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19127036 memory=6559180 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8158011 19586084864 1639795 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19127036 memory=6559180 CPUtime=0.01 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 6389 0 0 0 0 1 0 0 20 0 20 0 8158012 19586084864 1639795 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82587] ppid=82562 vsize=19127036 memory=6559180 CPUtime=0 cores=4,6
/proc/82565/task/82587/stat : 82587 (Timer-0) S 82562 82565 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8159508 19586084864 1639795 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 3410.22 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6559180 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.19 4.18 5/318 84514
/proc/meminfo: memFree=106200648/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19127036 memory=6571468 CPUtime=3470.4 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 210756 0 0 0 346679 361 0 0 20 0 20 0 8158005 19586084864 1642867 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4781759 1642867 6191 1 0 1890560 0
[pid=82565/tid=82567] ppid=82562 vsize=19127036 memory=6559180 CPUtime=3449.01 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 70713 0 0 0 344778 123 0 0 20 0 20 0 8158005 19586084864 1642867 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19127036 memory=6571468 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8158011 19586084864 1642867 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19127036 memory=6571468 CPUtime=0.01 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 6531 0 0 0 0 1 0 0 20 0 20 0 8158012 19586084864 1642867 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82587] ppid=82562 vsize=19127036 memory=6571468 CPUtime=0 cores=4,6
/proc/82565/task/82587/stat : 82587 (Timer-0) S 82562 82565 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8159508 19586084864 1642867 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 3470.4 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6571468 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.22 4.19 5/320 84597
/proc/meminfo: memFree=109813784/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19127036 memory=6571476 CPUtime=3530.32 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 211944 0 0 0 352668 364 0 0 20 0 20 0 8158005 19586084864 1642869 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4781759 1642869 6191 1 0 1890560 0
[pid=82565/tid=82567] ppid=82562 vsize=19127036 memory=6571468 CPUtime=3508.88 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 71625 0 0 0 350765 123 0 0 20 0 20 0 8158005 19586084864 1642869 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8158011 19586084864 1642869 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19127036 memory=28140 CPUtime=0.01 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 6647 0 0 0 0 1 0 0 20 0 20 0 8158012 19586084864 1642869 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82587] ppid=82562 vsize=19127036 memory=2232 CPUtime=0 cores=4,6
/proc/82565/task/82587/stat : 82587 (Timer-0) S 82562 82565 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8159508 19586084864 1642869 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 3530.32 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6571476 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.22 4.19 5/318 84619
/proc/meminfo: memFree=109806592/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19127036 memory=6571480 CPUtime=3590.21 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 213767 0 0 0 358654 367 0 0 20 0 20 0 8158005 19586084864 1642870 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4781759 1642870 6191 1 0 1890560 0
[pid=82565/tid=82567] ppid=82562 vsize=19127036 memory=6571480 CPUtime=3568.72 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 73131 0 0 0 356749 123 0 0 20 0 20 0 8158005 19586084864 1642870 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19127036 memory=6571480 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8158011 19586084864 1642870 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19127036 memory=279518082400256 CPUtime=0.01 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 6760 0 0 0 0 1 0 0 20 0 20 0 8158012 19586084864 1642870 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82587] ppid=82562 vsize=19127036 memory=6571480 CPUtime=0 cores=4,6
/proc/82565/task/82587/stat : 82587 (Timer-0) S 82562 82565 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8159508 19586084864 1642870 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 3590.21 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6571480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.11 s]
/proc/loadavg: 4.28 4.23 4.19 5/318 84620
/proc/meminfo: memFree=109806600/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19127036 memory=6571480 CPUtime=3600 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 213943 0 0 0 359633 367 0 0 20 0 20 0 8158005 19586084864 1642870 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4781759 1642870 6191 1 0 1890560 0
[pid=82565/tid=82567] ppid=82562 vsize=19127036 memory=31864 CPUtime=3578.51 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 73307 0 0 0 357728 123 0 0 20 0 20 0 8158005 19586084864 1642870 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19127036 memory=6571480 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8158011 19586084864 1642870 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19127036 memory=2232 CPUtime=0.01 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 6760 0 0 0 0 1 0 0 20 0 20 0 8158012 19586084864 1642870 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82587] ppid=82562 vsize=19127036 memory=-6000919498459540071 CPUtime=0 cores=4,6
/proc/82565/task/82587/stat : 82587 (Timer-0) S 82562 82565 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8159508 19586084864 1642870 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6571480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.55 s, system=3.71689 s

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

[startup+3592.21 s]
/proc/loadavg: 4.28 4.23 4.19 5/318 84620
/proc/meminfo: memFree=109806600/131655788 swapFree=131071996/131071996
[pid=82565] ppid=82562 vsize=19326728 memory=6572268 CPUtime=3600.19 cores=4,6
/proc/82565/stat : 82565 (java) S 82562 82565 78839 0 -1 1077936128 216646 0 0 0 359651 368 0 0 20 0 21 0 8158005 19790569472 1643067 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
/proc/82565/statm: 4831682 1643067 6190 1 0 1891479 0
[pid=82565/tid=82567] ppid=82562 vsize=19326728 memory=3432 CPUtime=3578.6 cores=4,6
/proc/82565/task/82567/stat : 82567 (java) R 82562 82565 78839 0 -1 4194368 73307 0 0 0 357737 123 0 0 20 0 21 0 8158005 19790569472 1643067 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82576] ppid=82562 vsize=19326728 memory=1692 CPUtime=0 cores=4,6
/proc/82565/task/82576/stat : 82576 (Finalizer) S 82562 82565 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8158011 19790569472 1643067 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
[pid=82565/tid=82583] ppid=82562 vsize=19326728 memory=-6000919498459540071 CPUtime=0.01 cores=4,6
/proc/82565/task/82583/stat : 82583 (Common-Cleaner) S 82562 82565 78839 0 -1 1077936192 6760 0 0 0 0 1 0 0 20 0 21 0 8158012 19790569472 1643067 134679101440 93928474476544 93928474480240 140730870163248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93928474488056 93928474488848 93928482856960 140730870166515 140730870166628 140730870166628 140730870173640 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 6572268 KiB

Child status: 143

Real time (s): 3592.26
CPU time (s): 3600.27
CPU user time (s): 3596.55
CPU system time (s): 3.71689
CPU usage (%): 100.223
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 6572268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.55
system time used= 3.71689
maximum resident set size= 6573252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216919
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128163
involuntary context switches= 2214


# summary of solver processes directly reported to runsolver:
#   pid: 82565
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3596.55
#   total CPU system time (s): 3.71689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.804 second user time and 40.4715 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-23 10:01:26
IDJOB=4456299
IDBENCH=143864
IDSOLVER=3035
FILE ID=nodeC005/4456299-1721721686
RUNJOBID= nodeC005-1721717807-78851
SLURM_JOB_ID= 7770386
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-16reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456299-1721721686/watcher-4456299-1721721686 -o /tmp/evaluation-result-4456299-1721721686/solver-4456299-1721721686 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721717807-78851 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456299-1721721686.wbo

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

MD5SUM BENCH= b650e80a3f64e6bae4fbc25304197493
RANDOM SEED=563323728

nodeC005.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		: 3656.625
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.14
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		: 3618.945
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.273
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.14
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		: 1197.170
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		: 3491.578
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.14
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		: 3653.634
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.124
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.14
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.180
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:        115986688 kB
MemAvailable:   119074108 kB
Buffers:          139372 kB
Cached:          3744624 kB
SwapCached:            0 kB
Active:           878036 kB
Inactive:       14212512 kB
Active(anon):       1416 kB
Inactive(anon): 11234632 kB
Active(file):     876620 kB
Inactive(file):  2977880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4300 kB
Writeback:             0 kB
AnonPages:      11206560 kB
Mapped:           119800 kB
Shmem:             29504 kB
KReclaimable:     145904 kB
Slab:             241228 kB
SReclaimable:     145904 kB
SUnreclaim:        95324 kB
KernelStack:        4800 kB
PageTables:        32212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15999804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16512 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10848256 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:      260936 kB
DirectMap2M:    21663744 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC005 at 2024-07-23 11:01:18