Trace number 4424393

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.12 3600.06

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph12_wcsp.wbo
MD5SUMf7c32201343af4658b05b95f6b622952
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark28325
Best CPU time to get the best result obtained on this benchmark3600.23
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9502
Total number of constraints1168253
Number of soft constraints1168001
Number of constraints which are clauses1168001
Number of constraints which are cardinality constraints (but not clauses)252
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 939023
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 296009396
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4424393-1720875601.wbo
0.14/0.15	c reading problem ... 
1095.07/1093.36	c ... done. Wall clock time 1093.213s.
1095.07/1093.36	c declared #vars     9502
1095.07/1093.36	c internal #vars     1177503
1095.07/1093.36	c #constraints  1168506
1095.07/1093.36	c constraints type 
1095.07/1093.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 33330
1095.07/1093.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 252
1095.07/1093.36	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
1095.07/1093.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1134923
1095.07/1093.36	c 1168506 constraints processed.
1095.07/1093.37	c objective function length is 1168001 literals
3600.03/3600.01	c starts		: 2
3600.03/3600.03	c conflicts		: 106
3600.03/3600.03	c decisions		: 4172860
3600.03/3600.03	c propagations		: 5831337
3600.03/3600.03	c inspects		: 808597
3600.03/3600.03	c shortcuts		: 0
3600.03/3600.03	c learnt literals	: 0
3600.03/3600.03	c learnt binary clauses	: 0
3600.03/3600.03	c learnt ternary clauses	: 0
3600.03/3600.03	c learnt constraints	: 105
3600.03/3600.03	c ignored constraints	: 0
3600.03/3600.03	c root simplifications	: 0
3600.03/3600.03	c removed literals (reason simplification)	: 0
3600.03/3600.03	c reason swapping (by a shorter reason)	: 0
3600.03/3600.03	c Calls to reduceDB	: 0
3600.03/3600.03	c Number of update (reduction) of LBD	: 0
3600.03/3600.03	c Imported unit clauses	: 0
3600.03/3600.03	c No decision after first conflict	: false
3600.03/3600.03	c number of reductions to clauses (during analyze)	: 0
3600.03/3600.03	c number of learned constraints concerned by reduction	: 0
3600.03/3600.03	c number of learning phase by resolution	: 0
3600.03/3600.03	c number of learning phase by cutting planes	: 0
3600.03/3600.03	c number of rounding to 1 operations	: 0
3600.03/3600.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3600.03	c number of reductions of the coefficients by power 2 	: 0
3600.03/3600.03	c number of right shift for reduction by power 2 	: 0
3600.03/3600.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3600.03	c number of ending skipping 	: 0
3600.03/3600.03	c number of internal skipping 	: 0
3600.03/3600.03	c number of derivation steps 	: 1967
3600.03/3600.03	c number of skipped derivation steps 	: 0
3600.03/3600.03	c number of remaining unassigned 	: 0
3600.03/3600.03	c number of remaining assigned 	: 0
3600.03/3600.03	c number of falsified literals weakened from reason	: 0
3600.03/3600.03	c number of falsified literals weakened from conflict	: 0
3600.03/3600.03	c time for arithmetic operations	: 176818
3600.03/3600.03	c timeout
3600.03/3600.03	c minimum degree of deleted constraints	: null
3600.03/3600.03	c maximum degree of deleted constraints	: null
3600.03/3600.03	c number of deleted constraints	: 0
3600.03/3600.03	c speed (assignments/second)	: 2326.4478817621575
3600.03/3600.03	c non guided choices	: 0
3600.03/3600.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 100
3600.03/3600.03	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5
3600.03/3600.03	s UNKNOWN
3600.03/3600.03	c Total wall clock time (in seconds): 3599.886

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61718 MiB free)
  memory of node 1: 64473 MiB (58934 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424393-1720875601/watcher-4424393-1720875601 -o /tmp/evaluation-result-4424393-1720875601/solver-4424393-1720875601 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1720874164-708056 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424393-1720875601.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
Current StackSize limit: 8192 KiB

solver pid=709470, runsolver pid=709467

[startup+0.101776 s]*
/proc/loadavg: 4.17 4.19 3.39 7/331 709488
/proc/meminfo: memFree=123505452/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=18975048 memory=65004 CPUtime=0.14 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 7082 0 0 0 12 2 0 0 20 0 18 0 139723971 19430449152 16251 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4743762 16251 5727 1 0 549374 0
[pid=709470/tid=709472] ppid=709467 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 1078198336 5643 0 0 0 7 1 0 0 20 0 18 0 139723971 19430449152 16251 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139723974 19430449152 16251 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=18975048 memory=13847473600877114 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139723974 19430449152 16251 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65004 KiB

[startup+0.206013 s]*
/proc/loadavg: 4.17 4.19 3.39 7/331 709488
/proc/meminfo: memFree=123466656/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=18975048 memory=104112 CPUtime=0.33 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 7614 0 0 0 30 3 0 0 20 0 18 0 139723971 19430449152 26028 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4743762 26028 5860 1 0 549699 0
[pid=709470/tid=709472] ppid=709467 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 5920 0 0 0 16 2 0 0 20 0 18 0 139723971 19430449152 26028 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=18975048 memory=3640 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139723974 19430449152 26028 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=18975048 memory=15819993166120615 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139723974 19430449152 26028 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 104112 KiB

[startup+0.305986 s]*
/proc/loadavg: 4.17 4.19 3.39 6/332 709489
/proc/meminfo: memFree=123396136/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19041612 memory=173928 CPUtime=0.5 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 9203 0 0 0 46 4 0 0 20 0 19 0 139723971 19498610688 43482 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4760403 43482 5860 1 0 551004 0
[pid=709470/tid=709472] ppid=709467 vsize=19041612 memory=-8671512184764146364 CPUtime=0.24 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 1077936192 5966 0 0 0 21 3 0 0 20 0 19 0 139723971 19498610688 43482 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 43482 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 43482 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 173928 KiB

[startup+0.700252 s]
/proc/loadavg: 4.17 4.19 3.39 6/332 709489
/proc/meminfo: memFree=123021916/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19041612 memory=1186548 CPUtime=1.24 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 13737 0 0 0 100 24 0 0 20 0 19 0 139723971 19498610688 296637 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4760403 296637 5860 1 0 553163 0
[pid=709470/tid=709472] ppid=709467 vsize=19041612 memory=5496 CPUtime=0.62 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) S 709467 709470 708045 0 -1 1077936192 6453 0 0 0 40 22 0 0 20 0 19 0 139723971 19498610688 296637 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19041612 memory=12180 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 296637 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 296637 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1186548 KiB

[startup+1.50902 s]
/proc/loadavg: 4.17 4.19 3.39 6/332 709489
/proc/meminfo: memFree=121360540/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19041612 memory=2842268 CPUtime=2.8 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 23960 0 0 0 222 58 0 0 20 0 19 0 139723971 19498610688 710567 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4760403 710567 5860 1 0 1148105 0
[pid=709470/tid=709472] ppid=709467 vsize=19041612 memory=12180 CPUtime=1.39 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 7244 0 0 0 86 53 0 0 20 0 19 0 139723971 19498610688 710567 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 710567 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 710567 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2842268 KiB

[startup+3.10599 s]
/proc/loadavg: 4.17 4.19 3.39 5/332 709491
/proc/meminfo: memFree=120028640/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19041612 memory=3534492 CPUtime=4.43 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 24355 0 0 0 371 72 0 0 20 0 19 0 139723971 19498610688 883623 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4760403 883623 5860 1 0 1148113 0
[pid=709470/tid=709472] ppid=709467 vsize=19041612 memory=0 CPUtime=2.94 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 7583 0 0 0 227 67 0 0 20 0 19 0 139723971 19498610688 883623 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19041612 memory=12180 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 883623 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19041612 memory=3530396 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 883623 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 4.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3534492 KiB

[startup+6.30024 s]
/proc/loadavg: 4.40 4.23 3.41 5/332 709491
/proc/meminfo: memFree=120038376/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19041612 memory=3524508 CPUtime=7.74 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 24439 0 0 0 701 73 0 0 20 0 19 0 139723971 19498610688 881127 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4760403 881127 5860 1 0 1148116 0
[pid=709470/tid=709472] ppid=709467 vsize=19041612 memory=0 CPUtime=5.98 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 7617 0 0 0 531 67 0 0 20 0 19 0 139723971 19498610688 881127 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19041612 memory=3163804 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 881127 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19041612 memory=224194199869 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 881127 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3524508 KiB

[startup+12.7003 s]
/proc/loadavg: 4.45 4.25 3.42 5/332 709492
/proc/meminfo: memFree=118723932/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19041612 memory=4838640 CPUtime=14.28 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 26659 0 0 0 1328 100 0 0 20 0 19 0 139723971 19498610688 1209660 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4760403 1209660 5860 1 0 1476077 0
[pid=709470/tid=709472] ppid=709467 vsize=19041612 memory=4707568 CPUtime=11.99 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 9006 0 0 0 1106 93 0 0 20 0 19 0 139723971 19498610688 1209660 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19041612 memory=4009320 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 1209660 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19041612 memory=14412605397665070 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 1209660 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 14.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4838640 KiB

[startup+25.5003 s]
/proc/loadavg: 4.42 4.25 3.43 5/332 709494
/proc/meminfo: memFree=118684532/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19041612 memory=4875960 CPUtime=27.27 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 30392 0 0 0 2623 104 0 0 20 0 19 0 139723971 19498610688 1218990 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4760403 1218990 5860 1 0 1476077 0
[pid=709470/tid=709472] ppid=709467 vsize=19041612 memory=4865264 CPUtime=24.27 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 10782 0 0 0 2333 94 0 0 20 0 19 0 139723971 19498610688 1218990 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 1218990 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 1218990 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 27.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4875960 KiB

[startup+51.1061 s]
/proc/loadavg: 4.36 4.25 3.46 5/332 709509
/proc/meminfo: memFree=118633788/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19041612 memory=4926128 CPUtime=53.12 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 34946 0 0 0 5204 108 0 0 20 0 19 0 139723971 19498610688 1231532 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4760403 1231532 5860 1 0 1476078 0
[pid=709470/tid=709472] ppid=709467 vsize=19041612 memory=0 CPUtime=49.17 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 12787 0 0 0 4822 95 0 0 20 0 19 0 139723971 19498610688 1231532 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19041612 memory=4840688 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 1231532 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19041612 memory=3534492 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139723974 19498610688 1231532 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 53.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4926128 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.22 3.49 5/332 709519
/proc/meminfo: memFree=118556312/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19041612 memory=4996356 CPUtime=104.66 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 41225 0 0 0 10351 115 0 0 20 0 19 0 139723971 19498610688 1249089 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4760403 1249089 5860 1 0 1476078 0
[pid=709470/tid=709472] ppid=709467 vsize=19041612 memory=4988084 CPUtime=99.22 cores=4,6

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

/proc/meminfo: memFree=123713720/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3223.28 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 165244 0 0 0 321975 353 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4777044 1449522 5914 1 0 1477450 0
[pid=709470/tid=709472] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3197.97 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 67988 0 0 0 319668 129 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 76 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 3056 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709704] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709704/stat : 709704 (Timer-0) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139833320 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 3223.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5798088 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.18 1.99 2/255 710831
/proc/meminfo: memFree=123712800/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3283.13 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 165308 0 0 0 327957 356 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4777044 1449522 5914 1 0 1477450 0
[pid=709470/tid=709472] ppid=709467 vsize=19108176 memory=5496 CPUtime=3257.76 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 68020 0 0 0 325647 129 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 76 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 3081 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709704] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709704/stat : 709704 (Timer-0) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139833320 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 3283.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5798088 KiB

[startup+3342.3 s]
/proc/loadavg: 1.15 1.18 1.93 2/253 711227
/proc/meminfo: memFree=123812240/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3342.98 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 165321 0 0 0 333939 359 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4777044 1449522 5914 1 0 1477450 0
[pid=709470/tid=709472] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3317.55 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 68027 0 0 0 331626 129 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 76 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 3082 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709704] ppid=709467 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/709470/task/709704/stat : 709704 (Timer-0) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139833320 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 3342.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5798088 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.16 1.88 2/253 711239
/proc/meminfo: memFree=123811512/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3402.83 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 165617 0 0 0 339921 362 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4777044 1449522 5914 1 0 1477450 0
[pid=709470/tid=709472] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3377.34 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 68081 0 0 0 337605 129 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 76 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 3176 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709704] ppid=709467 vsize=19108176 memory=11560 CPUtime=0 cores=4,6
/proc/709470/task/709704/stat : 709704 (Timer-0) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139833320 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 3402.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5798088 KiB

[startup+3462.3 s]
/proc/loadavg: 1.14 1.16 1.83 2/253 711251
/proc/meminfo: memFree=123811052/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3462.68 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 165675 0 0 0 345903 365 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4777044 1449522 5914 1 0 1477450 0
[pid=709470/tid=709472] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3437.12 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 68103 0 0 0 343583 129 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 76 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19108176 memory=12180 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 3202 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709704] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709704/stat : 709704 (Timer-0) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139833320 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 3462.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5798088 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.16 1.79 2/255 711432
/proc/meminfo: memFree=123809824/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3522.53 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 165694 0 0 0 351884 369 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4777044 1449522 5914 1 0 1477450 0
[pid=709470/tid=709472] ppid=709467 vsize=19108176 memory=12180 CPUtime=3496.91 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 68116 0 0 0 349562 129 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 76 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19108176 memory=6592 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 3203 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709704] ppid=709467 vsize=19108176 memory=35340 CPUtime=0 cores=4,6
/proc/709470/task/709704/stat : 709704 (Timer-0) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139833320 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 3522.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5798088 KiB

[startup+3582.3 s]
/proc/loadavg: 1.17 1.16 1.75 2/256 711444
/proc/meminfo: memFree=123809116/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3582.38 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 165820 0 0 0 357866 372 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4777044 1449522 5914 1 0 1477450 0
[pid=709470/tid=709472] ppid=709467 vsize=19108176 memory=35340 CPUtime=3556.7 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 68153 0 0 0 355541 129 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 76 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19108176 memory=5798088 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19108176 memory=11560 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 3203 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709704] ppid=709467 vsize=19108176 memory=11560 CPUtime=0 cores=4,6
/proc/709470/task/709704/stat : 709704 (Timer-0) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139833320 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 3582.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5798088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600 s]*
/proc/loadavg: 1.13 1.15 1.73 2/256 711449
/proc/meminfo: memFree=123808864/131524600 swapFree=131071996/131071996
[pid=709470] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3600.03 cores=4,6
/proc/709470/stat : 709470 (java) S 709467 709470 708045 0 -1 1077936128 165901 0 0 0 359631 372 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
/proc/709470/statm: 4777044 1449522 5914 1 0 1477450 0
[pid=709470/tid=709472] ppid=709467 vsize=19108176 memory=5798088 CPUtime=3574.34 cores=4,6
/proc/709470/task/709472/stat : 709472 (java) R 709467 709470 708045 0 -1 4194368 68175 0 0 0 357305 129 0 0 20 0 20 0 139723971 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 76 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709481] ppid=709467 vsize=19108176 memory=32136 CPUtime=0 cores=4,6
/proc/709470/task/709481/stat : 709481 (Finalizer) S 709467 709470 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709488] ppid=709467 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/709470/task/709488/stat : 709488 (Common-Cleaner) S 709467 709470 708045 0 -1 1077936192 3203 0 0 0 0 0 0 0 20 0 20 0 139723974 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
[pid=709470/tid=709704] ppid=709467 vsize=19108176 memory=6948 CPUtime=0 cores=4,6
/proc/709470/task/709704/stat : 709704 (Timer-0) S 709467 709470 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139833320 19566772224 1449522 134679101440 94649876176896 94649876180592 140730326094352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94649876188408 94649876189200 94649908895744 140730326102998 140730326103111 140730326103111 140730326110152 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5798088 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.37 s, system=3.7477 s

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

Child status: 143

Real time (s): 3600.06
CPU time (s): 3600.12
CPU user time (s): 3596.37
CPU system time (s): 3.7477
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5798088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.37
system time used= 3.7477
maximum resident set size= 5799696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169650
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 270675
involuntary context switches= 5373


# summary of solver processes directly reported to runsolver:
#   pid: 709470
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3596.37
#   total CPU system time (s): 3.7477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.78476 second user time and 18.0333 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-13 15:00:14
IDJOB=4424393
IDBENCH=144137
IDSOLVER=3035
FILE ID=nodeC021/4424393-1720875601
RUNJOBID= nodeC021-1720874164-708056
SLURM_JOB_ID= 7483762
Free space on /tmp= 890044 MiB

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

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

MD5SUM BENCH= f7c32201343af4658b05b95f6b622952
RANDOM SEED=1528393746

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123548904 kB
MemAvailable:   123775880 kB
Buffers:          322320 kB
Cached:           748504 kB
SwapCached:            0 kB
Active:           480224 kB
Inactive:        6920008 kB
Active(anon):       1560 kB
Inactive(anon):  6365236 kB
Active(file):     478664 kB
Inactive(file):   554772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             36072 kB
Writeback:             0 kB
AnonPages:       6328060 kB
Mapped:           122124 kB
Shmem:             37720 kB
KReclaimable:      66728 kB
Slab:             165404 kB
SReclaimable:      66728 kB
SUnreclaim:        98676 kB
KernelStack:        5020 kB
PageTables:        22260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9517644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54528 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6129664 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:      205524 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC021 at 2024-07-13 16:00:14