Trace number 4424949

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.32 3599.64

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
graphs/normalized-graph13reduc_wcsp.wbo
MD5SUM997078d0f46188c46d8061e8f06b5aa8
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3334
Best CPU time to get the best result obtained on this benchmark3601.4
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13155
Total number of constraints970906
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)456
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.14/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.11	c java.vm.version	22.0.1+8-16
0.14/0.11	c java.vm.vendor	Oracle Corporation
0.14/0.11	c sun.arch.data.model	64
0.14/0.11	c java.version		22.0.1
0.14/0.11	c os.name		Linux
0.14/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.11	c os.arch		amd64
0.14/0.11	c Free memory 		2115194816
0.14/0.11	c Max memory 		16282288128
0.14/0.11	c Total memory 		2122317824
0.14/0.11	c Number of processors 	2
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Glucose 2.1 dynamic restart strategy
0.14/0.14	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.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Glucose 2.1 dynamic restart strategy
0.14/0.14	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.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4424949-1720894180.wbo
0.14/0.15	c reading problem ... 
7.43/4.96	c ... done. Wall clock time 4.802s.
7.43/4.96	c declared #vars     13155
7.43/4.96	c internal #vars     983605
7.43/4.96	c #constraints  971363
7.43/4.96	c constraints type 
7.43/4.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5302
7.43/4.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 446
7.43/4.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.43/4.96	c org.sat4j.specs.Constr$1 => 2
7.43/4.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 965610
7.43/4.96	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
7.43/4.96	c 971363 constraints processed.
7.43/5.00	c objective function length is 970450 literals
450.51/445.93	c cleaning 2494 clauses out of 5000 with flag 38826/5000
771.17/766.31	c cleaning 4256 clauses out of 8511 with flag 107332/11005
1141.09/1137.53	c cleaning 5619 clauses out of 11250 with flag 195113/18000
1588.93/1587.44	c cleaning 6805 clauses out of 13631 with flag 294224/26000
2151.46/2150.07	c cleaning 7908 clauses out of 15827 with flag 408244/35001
2825.42/2824.45	c cleaning 8951 clauses out of 17921 with flag 545726/45003
3600.05/3599.52	c starts		: 133
3600.05/3599.54	c conflicts		: 55449
3600.05/3599.56	c decisions		: 5882717
3600.05/3599.56	c propagations		: 6975543548
3600.05/3599.56	c inspects		: 96988601
3600.05/3599.56	c shortcuts		: 0
3600.05/3599.56	c learnt literals	: 0
3600.05/3599.56	c learnt binary clauses	: 0
3600.05/3599.56	c learnt ternary clauses	: 0
3600.05/3599.56	c learnt constraints	: 55448
3600.05/3599.56	c ignored constraints	: 0
3600.05/3599.56	c root simplifications	: 0
3600.05/3599.56	c removed literals (reason simplification)	: 0
3600.05/3599.56	c reason swapping (by a shorter reason)	: 0
3600.05/3599.56	c Calls to reduceDB	: 6
3600.05/3599.56	c Number of update (reduction) of LBD	: 28781
3600.05/3599.56	c Imported unit clauses	: 0
3600.05/3599.56	c No decision after first conflict	: false
3600.05/3599.56	c number of reductions to clauses (during analyze)	: 0
3600.05/3599.56	c number of learned constraints concerned by reduction	: 0
3600.05/3599.56	c number of learning phase by resolution	: 0
3600.05/3599.56	c number of learning phase by cutting planes	: 0
3600.05/3599.56	c number of rounding to 1 operations	: 0
3600.05/3599.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3599.56	c number of reductions of the coefficients by power 2 	: 0
3600.05/3599.56	c number of right shift for reduction by power 2 	: 0
3600.05/3599.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3599.57	c number of ending skipping 	: 0
3600.05/3599.57	c number of internal skipping 	: 0
3600.05/3599.58	c number of derivation steps 	: 0
3600.05/3599.58	c number of skipped derivation steps 	: 0
3600.05/3599.58	c number of remaining unassigned 	: 0
3600.05/3599.58	c number of remaining assigned 	: 0
3600.05/3599.58	c number of falsified literals weakened from reason	: 0
3600.05/3599.58	c number of falsified literals weakened from conflict	: 0
3600.05/3599.58	c time for arithmetic operations	: 0
3600.05/3599.58	c minimum degree of deleted constraints	: null
3600.05/3599.58	c maximum degree of deleted constraints	: null
3600.05/3599.58	c number of deleted constraints	: 0
3600.05/3599.59	c speed (assignments/second)	: 1940655.2276621559
3600.05/3599.59	c non guided choices	: 0
3600.25/3599.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 19415
3600.25/3599.62	s UNKNOWN
3600.25/3599.62	c Total wall clock time (in seconds): 3599.478

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424949-1720894180/watcher-4424949-1720894180 -o /tmp/evaluation-result-4424949-1720894180/solver-4424949-1720894180 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1720890801-708083 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424949-1720894180.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=711121, runsolver pid=711118
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.26 4.32 4.22 7/315 711139
/proc/meminfo: memFree=110608100/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=18975048 memory=56936 CPUtime=0.14 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 6789 0 0 0 12 2 0 0 20 0 18 0 141574527 19430449152 14234 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4743762 14234 5562 1 0 551073 0
[pid=711121/tid=711123] ppid=711118 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 5698 0 0 0 7 2 0 0 20 0 18 0 141574527 19430449152 14746 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141574531 19430449152 14746 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141574532 19430449152 14746 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56936 KiB

[startup+0.209781 s]*
/proc/loadavg: 4.26 4.32 4.22 7/315 711139
/proc/meminfo: memFree=110580156/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=18975048 memory=89272 CPUtime=0.35 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 7515 0 0 0 32 3 0 0 20 0 18 0 141574527 19430449152 22318 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4743762 22318 5810 1 0 551637 0
[pid=711121/tid=711123] ppid=711118 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 5977 0 0 0 17 2 0 0 20 0 18 0 141574527 19430449152 22318 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141574531 19430449152 22318 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141574532 19430449152 22318 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 89272 KiB

[startup+0.316885 s]*
/proc/loadavg: 4.26 4.32 4.22 6/315 711139
/proc/meminfo: memFree=110527232/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=18975048 memory=138492 CPUtime=0.54 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 9034 0 0 0 50 4 0 0 20 0 18 0 141574527 19430449152 34623 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4743762 34623 5810 1 0 552639 0
[pid=711121/tid=711123] ppid=711118 vsize=18975048 memory=-8600865298487616188 CPUtime=0.27 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 6007 0 0 0 24 3 0 0 20 0 18 0 141574527 19430449152 34623 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141574531 19430449152 34623 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141574532 19430449152 34623 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 138492 KiB

[startup+0.703592 s]
/proc/loadavg: 4.26 4.32 4.22 6/316 711140
/proc/meminfo: memFree=110491004/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19041612 memory=174156 CPUtime=1.24 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 9275 0 0 0 119 5 0 0 20 0 19 0 141574527 19498610688 43539 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4760403 43539 5826 1 0 552933 0
[pid=711121/tid=711123] ppid=711118 vsize=19041612 memory=5512 CPUtime=0.59 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 6018 0 0 0 55 4 0 0 20 0 19 0 141574527 19498610688 43539 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19041612 memory=11992 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141574531 19498610688 43539 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141574532 19498610688 43539 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 174156 KiB

[startup+1.50058 s]
/proc/loadavg: 4.26 4.32 4.22 6/316 711140
/proc/meminfo: memFree=110441300/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19041612 memory=557640 CPUtime=2.57 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 16085 0 0 0 242 15 0 0 20 0 19 0 141574527 19498610688 139410 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4760403 139410 5858 1 0 1371254 0
[pid=711121/tid=711123] ppid=711118 vsize=19041612 memory=11992 CPUtime=1.15 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) S 711118 711121 708072 0 -1 1077936192 6145 0 0 0 105 10 0 0 20 0 19 0 141574527 19498610688 139410 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141574531 19498610688 139410 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141574532 19498610688 139410 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 557640 KiB

[startup+3.10558 s]
/proc/loadavg: 4.40 4.35 4.23 6/316 711142
/proc/meminfo: memFree=109410200/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19041612 memory=1316372 CPUtime=4.6 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 17166 0 0 0 431 29 0 0 20 0 19 0 141574527 19498610688 329093 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4760403 329093 5858 1 0 2286237 0
[pid=711121/tid=711123] ppid=711118 vsize=19041612 memory=0 CPUtime=2.26 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) S 711118 711121 708072 0 -1 1077936192 6403 0 0 0 208 18 0 0 20 0 19 0 141574527 19498610688 329093 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19041612 memory=11992 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141574531 19498610688 329093 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19041612 memory=627272 CPUtime=0 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141574532 19498610688 329093 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1316372 KiB

[startup+6.30058 s]
/proc/loadavg: 4.40 4.35 4.23 5/318 711144
/proc/meminfo: memFree=109097804/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=1564136 CPUtime=9.59 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 18455 0 0 0 924 35 0 0 20 0 21 0 141574527 19634933760 391034 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 391034 5896 1 0 2287590 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=0 CPUtime=4.97 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 6899 0 0 0 476 21 0 0 20 0 21 0 141574527 19634933760 391034 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=592456 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 391034 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=224194199869 CPUtime=0 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 141574532 19634933760 391034 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=129 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 391034 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 1564136 KiB

[startup+12.7003 s]
/proc/loadavg: 4.36 4.34 4.23 5/318 711145
/proc/meminfo: memFree=109101764/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=1560236 CPUtime=17.35 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 18628 0 0 0 1698 37 0 0 20 0 21 0 141574527 19634933760 390059 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 390059 5928 1 0 2287590 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=11992 CPUtime=11.31 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 6929 0 0 0 1110 21 0 0 20 0 21 0 141574527 19634933760 390059 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=1560108 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 390059 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=1564136 CPUtime=0 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 141574532 19634933760 390059 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 390059 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 17.35 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 1560236 KiB

[startup+25.5005 s]
/proc/loadavg: 4.36 4.34 4.23 5/318 711147
/proc/meminfo: memFree=109101684/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=1560608 CPUtime=30.17 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 20188 0 0 0 2979 38 0 0 20 0 21 0 141574527 19634933760 390152 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 390152 5928 1 0 2287590 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=1560108 CPUtime=24.08 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 7456 0 0 0 2387 21 0 0 20 0 21 0 141574527 19634933760 390152 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=1560608 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 390152 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 141574532 19634933760 390152 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 390152 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 30.17 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 1560608 KiB

[startup+51.1137 s]
/proc/loadavg: 4.37 4.35 4.23 5/321 711155
/proc/meminfo: memFree=109101068/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=1560720 CPUtime=55.78 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 21998 0 0 0 5537 41 0 0 20 0 21 0 141574527 19634933760 390180 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 390180 5928 1 0 2287590 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=1560712 CPUtime=49.64 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 8462 0 0 0 4943 21 0 0 20 0 21 0 141574527 19634933760 390180 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=7021245145045891888 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 390180 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 141574532 19634933760 390180 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=11600 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 390180 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 55.78 s
Current children cumulated vsize: 19174740 KiB

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

[startup+3282.3 s]
/proc/loadavg: 3.74 3.36 3.30 4/295 713104
/proc/meminfo: memFree=125026272/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=1855796 CPUtime=3282.8 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 92587 0 0 0 328020 260 0 0 20 0 21 0 141574527 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 463949 5959 1 0 2287921 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=1855796 CPUtime=3269.69 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 35576 0 0 0 326941 28 0 0 20 0 21 0 141574527 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=1855796 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=11600 CPUtime=0.01 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 4967 0 0 0 0 1 0 0 20 0 21 0 141574532 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=5512 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 3282.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 1855796 KiB

[startup+3342.3 s]
/proc/loadavg: 3.33 3.31 3.28 4/295 713115
/proc/meminfo: memFree=124876016/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=1855796 CPUtime=3342.72 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 93295 0 0 0 334008 264 0 0 20 0 21 0 141574527 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 463949 5959 1 0 2287921 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=11992 CPUtime=3329.55 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 36013 0 0 0 332927 28 0 0 20 0 21 0 141574527 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=1855796 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=1855796 CPUtime=0.01 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 5098 0 0 0 0 1 0 0 20 0 21 0 141574532 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=5512 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 3342.72 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 1855796 KiB

[startup+3402.3 s]
/proc/loadavg: 3.16 3.27 3.27 4/293 713126
/proc/meminfo: memFree=124875700/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=1855796 CPUtime=3402.64 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 93789 0 0 0 339996 268 0 0 20 0 21 0 141574527 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 463949 5959 1 0 2287921 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=5512 CPUtime=3389.4 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 36364 0 0 0 338912 28 0 0 20 0 21 0 141574527 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=35220 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=1855796 CPUtime=0.01 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 5230 0 0 0 0 1 0 0 20 0 21 0 141574532 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=1855796 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 463949 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 3402.64 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 1855796 KiB

[startup+3462.3 s]
/proc/loadavg: 3.19 3.26 3.26 4/293 713137
/proc/meminfo: memFree=124575732/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=2154804 CPUtime=3462.97 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 96446 0 0 0 346019 278 0 0 20 0 21 0 141574527 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 538701 5959 1 0 2287921 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=5512 CPUtime=3448.88 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 37119 0 0 0 344860 28 0 0 20 0 21 0 141574527 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=35220 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=2648 CPUtime=0.01 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 5324 0 0 0 0 1 0 0 20 0 21 0 141574532 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=2154804 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 3462.97 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2154804 KiB

[startup+3522.3 s]
/proc/loadavg: 3.12 3.23 3.25 4/293 713147
/proc/meminfo: memFree=124575404/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=2154804 CPUtime=3522.91 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 96755 0 0 0 352011 280 0 0 20 0 21 0 141574527 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 538701 5959 1 0 2287921 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=2154804 CPUtime=3508.77 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 37306 0 0 0 350849 28 0 0 20 0 21 0 141574527 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=11992 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=2154804 CPUtime=0.01 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 5347 0 0 0 0 1 0 0 20 0 21 0 141574532 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=2154804 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 3522.91 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2154804 KiB

[startup+3582.3 s]
/proc/loadavg: 3.16 3.21 3.25 4/293 713158
/proc/meminfo: memFree=124575124/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=2154804 CPUtime=3582.87 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 97363 0 0 0 358003 284 0 0 20 0 21 0 141574527 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 538701 5959 1 0 2287921 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=11992 CPUtime=3568.66 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 37767 0 0 0 356838 28 0 0 20 0 21 0 141574527 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=2154804 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=2154804 CPUtime=0.01 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 5484 0 0 0 0 1 0 0 20 0 21 0 141574532 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=25208 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 3582.87 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2154804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.5 s]
/proc/loadavg: 3.11 3.20 3.24 4/293 713160
/proc/meminfo: memFree=124575092/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19174740 memory=2154804 CPUtime=3600.05 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 97605 0 0 0 359720 285 0 0 20 0 21 0 141574527 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4793685 538701 5959 1 0 2287921 0
[pid=711121/tid=711123] ppid=711118 vsize=19174740 memory=11992 CPUtime=3585.82 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 37888 0 0 0 358554 28 0 0 20 0 21 0 141574527 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19174740 memory=2648 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141574531 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19174740 memory=11600 CPUtime=0.01 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 5571 0 0 0 0 1 0 0 20 0 21 0 141574532 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711144] ppid=711118 vsize=19174740 memory=2154804 CPUtime=0 cores=4,6
/proc/711121/task/711144/stat : 711144 (Timer-0) S 711118 711121 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141575042 19634933760 538701 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2154804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.44 s, system=2.87827 s

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

[startup+3599.6 s]
/proc/loadavg: 3.11 3.20 3.24 4/293 713160
/proc/meminfo: memFree=124575092/131655788 swapFree=131071996/131071996
[pid=711121] ppid=711118 vsize=19374432 memory=2155580 CPUtime=3600.25 cores=4,6
/proc/711121/stat : 711121 (java) S 711118 711121 708072 0 -1 1077936128 100423 0 0 0 359739 286 0 0 20 0 22 0 141574527 19839418368 538895 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
/proc/711121/statm: 4843608 538895 5958 1 0 2288824 0
[pid=711121/tid=711123] ppid=711118 vsize=19374432 memory=28436 CPUtime=3585.93 cores=4,6
/proc/711121/task/711123/stat : 711123 (java) R 711118 711121 708072 0 -1 4194368 37888 0 0 0 358565 28 0 0 20 0 22 0 141574527 19839418368 538895 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711132] ppid=711118 vsize=19374432 memory=7384 CPUtime=0 cores=4,6
/proc/711121/task/711132/stat : 711132 (Finalizer) S 711118 711121 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 141574531 19839418368 538895 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
[pid=711121/tid=711139] ppid=711118 vsize=19374432 memory=3672 CPUtime=0.01 cores=4,6
/proc/711121/task/711139/stat : 711139 (Common-Cleaner) S 711118 711121 708072 0 -1 1077936192 5571 0 0 0 0 1 0 0 20 0 22 0 141574532 19839418368 538895 134679101440 94797779652608 94797779656304 140730105500608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94797779664120 94797779664912 94797807190016 140730105504805 140730105504895 140730105504895 140730105511880 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 2155580 KiB

Child status: 143

Real time (s): 3599.64
CPU time (s): 3600.32
CPU user time (s): 3597.44
CPU system time (s): 2.87827
CPU usage (%): 100.019
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 2155580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.44
system time used= 2.87827
maximum resident set size= 2156436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100583
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156608
involuntary context switches= 9970


# summary of solver processes directly reported to runsolver:
#   pid: 711121
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3597.44
#   total CPU system time (s): 2.87827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1005 second user time and 31.2019 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-13 20:09:53
IDJOB=4424949
IDBENCH=144136
IDSOLVER=3037
FILE ID=nodeC008/4424949-1720894180
RUNJOBID= nodeC008-1720890801-708083
SLURM_JOB_ID= 7485812
Free space on /tmp= 723748 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph13reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424949-1720894180/watcher-4424949-1720894180 -o /tmp/evaluation-result-4424949-1720894180/solver-4424949-1720894180 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1720890801-708083 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424949-1720894180.wbo

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

MD5SUM BENCH= 997078d0f46188c46d8061e8f06b5aa8
RANDOM SEED=1575861074

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        110644160 kB
MemAvailable:   110670536 kB
Buffers:          333928 kB
Cached:           540436 kB
SwapCached:            0 kB
Active:           509120 kB
Inactive:       19962488 kB
Active(anon):       1476 kB
Inactive(anon): 19633468 kB
Active(file):     507644 kB
Inactive(file):   329020 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31224 kB
Writeback:             4 kB
AnonPages:      19593652 kB
Mapped:           121728 kB
Shmem:             37704 kB
KReclaimable:      59484 kB
Slab:             149608 kB
SReclaimable:      59484 kB
SUnreclaim:        90124 kB
KernelStack:        4800 kB
PageTables:        48384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   20823228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            46016 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19150848 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:      146248 kB
DirectMap2M:     9195520 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723708 MiB
End job on nodeC008 at 2024-07-13 21:09:53