Trace number 4456331

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 Resolution Default 2024-07-07? (TO) 3600.27 3596.14

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
scens/normalized-scen08reduc_wcsp.wbo
MD5SUM6173017921cf4cdc7f10e0dda09f7db9
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 variables14194
Total number of constraints1450105
Number of soft constraints1449740
Number of constraints which are clauses1449740
Number of constraints which are cardinality constraints (but not clauses)365
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 262
Min constraint cost 1
Max constraint cost 30
Sum of constraints costs 6361774
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.13/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.16	c java.vm.version	22.0.1+8-16
0.13/0.16	c java.vm.vendor	Oracle Corporation
0.13/0.16	c sun.arch.data.model	64
0.13/0.16	c java.version		22.0.1
0.13/0.16	c os.name		Linux
0.13/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.16	c os.arch		amd64
0.13/0.16	c Free memory 		2113181440
0.13/0.16	c Max memory 		16282288128
0.13/0.16	c Total memory 		2122317824
0.13/0.17	c Number of processors 	2
0.31/0.24	--- Begin Solver configuration ---
0.31/0.24	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.31/0.24	Learn all clauses as in MiniSAT
0.31/0.24	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.24	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.24	No reason simplification
0.31/0.24	Glucose 2.1 dynamic restart strategy
0.31/0.24	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.31/0.24	timeout=2147483s
0.31/0.24	DB Simplification allowed=false
0.31/0.24	Listener: none
0.31/0.24	--- End Solver configuration ---
0.31/0.25	c Pseudo Boolean Optimization by upper bound
0.31/0.25	c --- Begin Solver configuration ---
0.31/0.25	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.31/0.25	c Learn all clauses as in MiniSAT
0.31/0.25	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.25	c No reason simplification
0.31/0.25	c Glucose 2.1 dynamic restart strategy
0.31/0.25	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.31/0.25	c timeout=2147483s
0.31/0.25	c DB Simplification allowed=false
0.31/0.25	c Listener: none
0.31/0.25	c --- End Solver configuration ---
0.31/0.25	c solving HOME/instance-4456331-1721721400.wbo
0.31/0.25	c reading problem ... 
10.59/6.32	c ... done. Wall clock time 6.08s.
10.59/6.33	c declared #vars     14194
10.59/6.33	c internal #vars     1463934
10.59/6.33	c #constraints  1450471
10.59/6.33	c constraints type 
10.59/6.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5310
10.59/6.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 365
10.59/6.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
10.59/6.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1444795
10.59/6.33	c 1450471 constraints processed.
10.59/6.34	c objective function length is 1449740 literals
380.26/373.58	c cleaning 2499 clauses out of 5004 with flag 34822/5004
900.22/893.94	c cleaning 4251 clauses out of 8502 with flag 85912/11001
1798.03/1792.21	c cleaning 5618 clauses out of 11250 with flag 153889/18000
3206.52/3202.06	c cleaning 6809 clauses out of 13632 with flag 245935/26000
3600.06/3596.03	c starts		: 32
3600.06/3596.06	c conflicts		: 28603
3600.06/3596.07	c decisions		: 6757824
3600.06/3596.07	c propagations		: 8020537615
3600.06/3596.07	c inspects		: 44799958
3600.06/3596.07	c shortcuts		: 0
3600.06/3596.10	c learnt literals	: 0
3600.06/3596.10	c learnt binary clauses	: 0
3600.06/3596.10	c learnt ternary clauses	: 0
3600.06/3596.10	c learnt constraints	: 28602
3600.06/3596.10	c ignored constraints	: 0
3600.06/3596.10	c root simplifications	: 0
3600.06/3596.10	c removed literals (reason simplification)	: 0
3600.06/3596.10	c reason swapping (by a shorter reason)	: 0
3600.06/3596.10	c Calls to reduceDB	: 4
3600.06/3596.10	c Number of update (reduction) of LBD	: 20501
3600.06/3596.10	c Imported unit clauses	: 0
3600.06/3596.10	c No decision after first conflict	: false
3600.06/3596.10	c number of reductions to clauses (during analyze)	: 0
3600.06/3596.10	c number of learned constraints concerned by reduction	: 0
3600.06/3596.10	c number of learning phase by resolution	: 0
3600.06/3596.10	c number of learning phase by cutting planes	: 0
3600.06/3596.10	c number of rounding to 1 operations	: 0
3600.06/3596.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3596.10	c number of reductions of the coefficients by power 2 	: 0
3600.06/3596.10	c number of right shift for reduction by power 2 	: 0
3600.06/3596.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3596.10	c number of ending skipping 	: 0
3600.06/3596.10	c number of internal skipping 	: 0
3600.06/3596.10	c number of derivation steps 	: 0
3600.06/3596.10	c number of skipped derivation steps 	: 0
3600.06/3596.10	c timeout
3600.06/3596.10	c number of remaining unassigned 	: 0
3600.06/3596.10	c number of remaining assigned 	: 0
3600.06/3596.10	c number of falsified literals weakened from reason	: 0
3600.06/3596.10	c number of falsified literals weakened from conflict	: 0
3600.06/3596.10	c time for arithmetic operations	: 0
3600.23/3596.12	c minimum degree of deleted constraints	: null
3600.23/3596.12	c maximum degree of deleted constraints	: null
3600.23/3596.12	c number of deleted constraints	: 0
3600.23/3596.12	c speed (assignments/second)	: 2234413.7425063704
3600.23/3596.12	c non guided choices	: 14083
3600.23/3596.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9426
3600.23/3596.12	s UNKNOWN
3600.23/3596.12	c Total wall clock time (in seconds): 3595.883

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456331-1721721400/watcher-4456331-1721721400 -o /tmp/evaluation-result-4456331-1721721400/solver-4456331-1721721400 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721717814-78917 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4456331-1721721400.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=81848, runsolver pid=81845

[startup+0.102822 s]*
/proc/loadavg: 4.52 4.27 4.19 5/296 81871
/proc/meminfo: memFree=125068816/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=18975048 memory=56052 CPUtime=0.13 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 6586 0 0 0 10 3 0 0 20 0 18 0 8129724 19430449152 14013 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4743762 14013 5541 1 0 550916 0
[pid=81848/tid=81850] ppid=81845 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 5509 0 0 0 7 2 0 0 20 0 18 0 8129724 19430449152 14013 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=18975048 memory=673 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8129728 19430449152 14013 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=18975048 memory=13852958324442654 CPUtime=0 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8129729 19430449152 14013 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56052 KiB

[startup+0.216825 s]*
/proc/loadavg: 4.52 4.27 4.19 8/316 81894
/proc/meminfo: memFree=125025280/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=18975048 memory=65776 CPUtime=0.31 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 7306 0 0 0 28 3 0 0 20 0 18 0 8129724 19430449152 16444 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4743762 16444 5700 1 0 551479 0
[pid=81848/tid=81850] ppid=81845 vsize=18975048 memory=664967514339606659 CPUtime=0.18 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 5810 0 0 0 16 2 0 0 20 0 18 0 8129724 19430449152 16444 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=18975048 memory=673 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8129728 19430449152 16444 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=18975048 memory=13852958324442654 CPUtime=0 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8129729 19430449152 16444 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65776 KiB

[startup+0.314368 s]*
/proc/loadavg: 4.52 4.27 4.19 7/316 81894
/proc/meminfo: memFree=124993524/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=18975048 memory=101312 CPUtime=0.48 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 7500 0 0 0 43 5 0 0 20 0 18 0 8129724 19430449152 25328 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4743762 25328 5712 1 0 551582 0
[pid=81848/tid=81850] ppid=81845 vsize=18975048 memory=-6000919494147599207 CPUtime=0.28 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 5938 0 0 0 25 3 0 0 20 0 18 0 8129724 19430449152 25328 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8129728 19430449152 25328 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8129729 19430449152 25328 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 101312 KiB

[startup+0.700813 s]
/proc/loadavg: 4.52 4.27 4.19 8/316 81894
/proc/meminfo: memFree=124898236/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19041612 memory=177860 CPUtime=1.19 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 9080 0 0 0 112 7 0 0 20 0 19 0 8129724 19498610688 44465 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4760403 44465 5843 1 0 552825 0
[pid=81848/tid=81850] ppid=81845 vsize=19041612 memory=5572 CPUtime=0.62 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 5975 0 0 0 57 5 0 0 20 0 19 0 8129724 19498610688 44465 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19041612 memory=12412 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8129728 19498610688 44465 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8129729 19498610688 44465 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 177860 KiB

[startup+1.50082 s]
/proc/loadavg: 4.52 4.27 4.19 10/318 81896
/proc/meminfo: memFree=124749392/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19041612 memory=317108 CPUtime=2.76 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 14779 0 0 0 263 13 0 0 20 0 19 0 8129724 19498610688 79277 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4760403 79277 5859 1 0 1169950 0
[pid=81848/tid=81850] ppid=81845 vsize=19041612 memory=12412 CPUtime=1.2 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 6016 0 0 0 113 7 0 0 20 0 19 0 8129724 19498610688 79277 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8129728 19498610688 79277 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8129729 19498610688 79277 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 317108 KiB

[startup+3.1058 s]
/proc/loadavg: 4.52 4.27 4.19 6/318 81896
/proc/meminfo: memFree=123249952/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19041612 memory=1017756 CPUtime=5.9 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 21344 0 0 0 563 27 0 0 20 0 19 0 8129724 19498610688 254439 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4760403 254439 5864 1 0 1915250 0
[pid=81848/tid=81850] ppid=81845 vsize=19041612 memory=190448 CPUtime=2.46 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 6246 0 0 0 230 16 0 0 20 0 19 0 8129724 19498610688 254439 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8129728 19498610688 254439 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19041612 memory=12412 CPUtime=0 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8129729 19498610688 254439 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1017756 KiB

[startup+6.30581 s]
/proc/loadavg: 4.64 4.30 4.20 6/320 81899
/proc/meminfo: memFree=120536324/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19108176 memory=2242388 CPUtime=10.59 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 23405 0 0 0 1005 54 0 0 20 0 20 0 8129724 19566772224 560597 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4777044 560597 5864 1 0 2570141 0
[pid=81848/tid=81850] ppid=81845 vsize=19108176 memory=0 CPUtime=4.78 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 7275 0 0 0 450 28 0 0 20 0 20 0 8129724 19566772224 560597 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19108176 memory=602312 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8129728 19566772224 560597 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19108176 memory=11908 CPUtime=0 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8129729 19566772224 560597 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 10.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2242388 KiB

[startup+12.7008 s]
/proc/loadavg: 4.75 4.33 4.21 5/322 81901
/proc/meminfo: memFree=119945624/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19174740 memory=2282816 CPUtime=19.05 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 23814 0 0 0 1849 56 0 0 20 0 21 0 8129724 19634933760 570704 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4793685 570704 5934 1 0 2570516 0
[pid=81848/tid=81850] ppid=81845 vsize=19174740 memory=11908 CPUtime=11.04 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 7397 0 0 0 1075 29 0 0 20 0 21 0 8129724 19634933760 570704 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19174740 memory=11908 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129728 19634933760 570704 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19174740 memory=5572 CPUtime=0 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8129729 19634933760 570704 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81900] ppid=81845 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/81848/task/81900/stat : 81900 (Timer-0) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130381 19634933760 570704 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 19.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2282816 KiB

[startup+25.5005 s]
/proc/loadavg: 4.73 4.34 4.21 8/322 81903
/proc/meminfo: memFree=119698044/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19174740 memory=2283548 CPUtime=32.08 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 26462 0 0 0 3151 57 0 0 20 0 21 0 8129724 19634933760 570887 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4793685 570887 5934 1 0 2570516 0
[pid=81848/tid=81850] ppid=81845 vsize=19174740 memory=-6000919485607996263 CPUtime=23.81 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 8055 0 0 0 2352 29 0 0 20 0 21 0 8129724 19634933760 570887 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19174740 memory=-6000919485607996263 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129728 19634933760 570887 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19174740 memory=11908 CPUtime=0 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8129729 19634933760 570887 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81900] ppid=81845 vsize=19174740 memory=2283336 CPUtime=0 cores=4,6
/proc/81848/task/81900/stat : 81900 (Timer-0) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130381 19634933760 570887 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 32.08 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2283548 KiB

[startup+51.1139 s]
/proc/loadavg: 4.55 4.33 4.21 5/322 81908
/proc/meminfo: memFree=119111736/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19174740 memory=2283600 CPUtime=57.78 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 28415 0 0 0 5718 60 0 0 20 0 21 0 8129724 19634933760 570900 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4793685 570900 5934 1 0 2570516 0
[pid=81848/tid=81850] ppid=81845 vsize=19174740 memory=11908 CPUtime=49.36 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 8988 0 0 0 4907 29 0 0 20 0 21 0 8129724 19634933760 570900 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19174740 memory=2283596 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129728 19634933760 570900 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19174740 memory=2283596 CPUtime=0 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8129729 19634933760 570900 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81900] ppid=81845 vsize=19174740 memory=2283596 CPUtime=0 cores=4,6
/proc/81848/task/81900/stat : 81900 (Timer-0) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130381 19634933760 570900 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 57.78 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2283600 KiB

[startup+102.301 s]

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

[startup+3282.3 s]
/proc/loadavg: 4.27 4.19 4.18 5/323 83361
/proc/meminfo: memFree=118844792/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3286.71 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 91814 0 0 0 328364 307 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4793685 571278 5964 1 0 2570773 0
[pid=81848/tid=81850] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3272.13 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 35788 0 0 0 327179 34 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19174740 memory=2285112 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129728 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19174740 memory=2285112 CPUtime=0.01 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 6068 0 0 0 0 1 0 0 20 0 21 0 8129729 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81900] ppid=81845 vsize=19174740 memory=11908 CPUtime=0 cores=4,6
/proc/81848/task/81900/stat : 81900 (Timer-0) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130381 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 3286.71 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2285112 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/323 83371
/proc/meminfo: memFree=118844328/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3346.63 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 92452 0 0 0 334352 311 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4793685 571278 5964 1 0 2570773 0
[pid=81848/tid=81850] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3331.97 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 36162 0 0 0 333163 34 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19174740 memory=2285112 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129728 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19174740 memory=-6000919485607996263 CPUtime=0.01 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 6211 0 0 0 0 1 0 0 20 0 21 0 8129729 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81900] ppid=81845 vsize=19174740 memory=4426360728022838944 CPUtime=0 cores=4,6
/proc/81848/task/81900/stat : 81900 (Timer-0) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130381 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 3346.63 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2285112 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/323 83381
/proc/meminfo: memFree=118621956/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3406.57 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 92833 0 0 0 340342 315 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4793685 571278 5964 1 0 2570773 0
[pid=81848/tid=81850] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3391.81 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 36399 0 0 0 339147 34 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19174740 memory=2285112 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129728 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19174740 memory=-6000919485607996263 CPUtime=0.01 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 6341 0 0 0 0 1 0 0 20 0 21 0 8129729 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81900] ppid=81845 vsize=19174740 memory=11908 CPUtime=0 cores=4,6
/proc/81848/task/81900/stat : 81900 (Timer-0) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130381 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 3406.57 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2285112 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/323 83391
/proc/meminfo: memFree=118621624/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3466.5 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 93500 0 0 0 346330 320 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4793685 571278 5964 1 0 2570773 0
[pid=81848/tid=81850] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3451.64 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 36804 0 0 0 345130 34 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19174740 memory=2285112 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129728 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19174740 memory=11908 CPUtime=0.01 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 6485 0 0 0 0 1 0 0 20 0 21 0 8129729 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81900] ppid=81845 vsize=19174740 memory=2285112 CPUtime=0 cores=4,6
/proc/81848/task/81900/stat : 81900 (Timer-0) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130381 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 3466.5 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2285112 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.16 4.17 5/324 83786
/proc/meminfo: memFree=118509292/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3526.43 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 94269 0 0 0 352318 325 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4793685 571278 5964 1 0 2570773 0
[pid=81848/tid=81850] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3511.48 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 37281 0 0 0 351114 34 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19174740 memory=11908 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129728 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19174740 memory=2285112 CPUtime=0.01 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 6656 0 0 0 0 1 0 0 20 0 21 0 8129729 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81900] ppid=81845 vsize=19174740 memory=16092 CPUtime=0 cores=4,6
/proc/81848/task/81900/stat : 81900 (Timer-0) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130381 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 3526.43 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2285112 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.18 4.18 5/323 83865
/proc/meminfo: memFree=119138244/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3586.36 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 94865 0 0 0 358305 331 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4793685 571278 5964 1 0 2570773 0
[pid=81848/tid=81850] ppid=81845 vsize=19174740 memory=12412 CPUtime=3571.32 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 37760 0 0 0 357098 34 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19174740 memory=2285112 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129728 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19174740 memory=2285112 CPUtime=0.01 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 6656 0 0 0 0 1 0 0 20 0 21 0 8129729 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81900] ppid=81845 vsize=19174740 memory=2940 CPUtime=0 cores=4,6
/proc/81848/task/81900/stat : 81900 (Timer-0) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130381 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 3586.36 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2285112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596 s]*
/proc/loadavg: 4.18 4.17 4.18 5/323 83868
/proc/meminfo: memFree=118833428/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19174740 memory=2285112 CPUtime=3600.06 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 94869 0 0 0 359674 332 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4793685 571278 5964 1 0 2570773 0
[pid=81848/tid=81850] ppid=81845 vsize=19174740 memory=-6000919507082832231 CPUtime=3584.99 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) R 81845 81848 78906 0 -1 4194368 37764 0 0 0 358465 34 0 0 20 0 21 0 8129724 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19174740 memory=5885 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129728 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19174740 memory=480965 CPUtime=0.01 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 6656 0 0 0 0 1 0 0 20 0 21 0 8129729 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81900] ppid=81845 vsize=19174740 memory=6728 CPUtime=0 cores=4,6
/proc/81848/task/81900/stat : 81900 (Timer-0) S 81845 81848 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130381 19634933760 571278 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2285112 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.92 s, system=3.34548 s

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

[startup+3596.12 s]
/proc/loadavg: 4.18 4.17 4.18 5/323 83868
/proc/meminfo: memFree=118833428/131655788 swapFree=131071996/131071996
[pid=81848] ppid=81845 vsize=19374432 memory=2285852 CPUtime=3600.23 cores=4,6
/proc/81848/stat : 81848 (java) S 81845 81848 78906 0 -1 1077936128 98245 0 0 0 359690 333 0 0 20 0 22 0 8129724 19839418368 571463 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
/proc/81848/statm: 4843608 571463 5963 1 0 2571660 0
[pid=81848/tid=81850] ppid=81845 vsize=19374432 memory=12412 CPUtime=3585.06 cores=4,6
/proc/81848/task/81850/stat : 81850 (java) S 81845 81848 78906 0 -1 1077936192 37881 0 0 0 358472 34 0 0 20 0 22 0 8129724 19839418368 571463 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81859] ppid=81845 vsize=19374432 memory=12412 CPUtime=0 cores=4,6
/proc/81848/task/81859/stat : 81859 (Finalizer) S 81845 81848 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 8129728 19839418368 571463 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
[pid=81848/tid=81866] ppid=81845 vsize=19374432 memory=32136 CPUtime=0.01 cores=4,6
/proc/81848/task/81866/stat : 81866 (Common-Cleaner) S 81845 81848 78906 0 -1 1077936192 6656 0 0 0 0 1 0 0 20 0 22 0 8129729 19839418368 571463 134679101440 93860169408512 93860169412208 140731653709328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93860169420024 93860169420816 93860174680064 140731653714950 140731653715040 140731653715040 140731653722056 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 2285852 KiB

Child status: 143

Real time (s): 3596.14
CPU time (s): 3600.27
CPU user time (s): 3596.92
CPU system time (s): 3.34548
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 2285852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.92
system time used= 3.34548
maximum resident set size= 2286860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98424
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148491
involuntary context switches= 1644


# summary of solver processes directly reported to runsolver:
#   pid: 81848
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3596.92
#   total CPU system time (s): 3.34548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8719 second user time and 41.0635 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-23 09:56:40
IDJOB=4456331
IDBENCH=143877
IDSOLVER=3037
FILE ID=nodeC012/4456331-1721721400
RUNJOBID= nodeC012-1721717814-78917
SLURM_JOB_ID= 7770388
Free space on /tmp= 723672 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen08reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456331-1721721400/watcher-4456331-1721721400 -o /tmp/evaluation-result-4456331-1721721400/solver-4456331-1721721400 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721717814-78917 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4456331-1721721400.wbo

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

MD5SUM BENCH= 6173017921cf4cdc7f10e0dda09f7db9
RANDOM SEED=2124043386

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125105292 kB
MemAvailable:   128562628 kB
Buffers:          142140 kB
Cached:          4108824 kB
SwapCached:            0 kB
Active:           880364 kB
Inactive:        5105480 kB
Active(anon):       1424 kB
Inactive(anon):  1762972 kB
Active(file):     878940 kB
Inactive(file):  3342508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            101176 kB
Writeback:             0 kB
AnonPages:       1734888 kB
Mapped:           119528 kB
Shmem:             29512 kB
KReclaimable:     151840 kB
Slab:             247364 kB
SReclaimable:     151840 kB
SUnreclaim:        95524 kB
KernelStack:        4464 kB
PageTables:        13108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5082664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16928 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1505280 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:      271176 kB
DirectMap2M:    22702080 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC012 at 2024-07-23 10:56:36