Trace number 4424944

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.17 3597.47

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph11reducmore_wcsp.wbo
MD5SUM4f5be5c84a0d76ec975a3a6b3be3f2ae
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1716
Best CPU time to get the best result obtained on this benchmark3428.68
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5747
Total number of constraints283088
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.17	c version CUSTOM.v20240707
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.21	c Free memory 		2113181440
0.13/0.21	c Max memory 		16282288128
0.13/0.21	c Total memory 		2122317824
0.13/0.22	c Number of processors 	2
0.33/0.30	--- Begin Solver configuration ---
0.33/0.30	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.33/0.30	Learn all clauses as in MiniSAT
0.33/0.30	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.30	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.33/0.30	No reason simplification
0.33/0.30	Glucose 2.1 dynamic restart strategy
0.33/0.30	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.33/0.30	timeout=2147483s
0.33/0.30	DB Simplification allowed=false
0.33/0.30	Listener: none
0.33/0.30	--- End Solver configuration ---
0.33/0.30	c Pseudo Boolean Optimization by upper bound
0.33/0.30	c --- Begin Solver configuration ---
0.33/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.33/0.30	c Learn all clauses as in MiniSAT
0.33/0.30	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.33/0.30	c No reason simplification
0.33/0.30	c Glucose 2.1 dynamic restart strategy
0.33/0.30	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.33/0.30	c timeout=2147483s
0.33/0.30	c DB Simplification allowed=false
0.33/0.30	c Listener: none
0.33/0.30	c --- End Solver configuration ---
0.33/0.30	c solving HOME/instance-4424944-1720894333.wbo
0.33/0.30	c reading problem ... 
3.99/2.25	c ... done. Wall clock time 1.94s.
3.99/2.25	c declared #vars     5747
3.99/2.25	c internal #vars     288603
3.99/2.25	c #constraints  283321
3.99/2.25	c constraints type 
3.99/2.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2618
3.99/2.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 226
3.99/2.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
3.99/2.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 280476
3.99/2.25	c 283321 constraints processed.
3.99/2.26	c objective function length is 282856 literals
74.23/70.67	c cleaning 2500 clauses out of 5000 with flag 37963/5000
210.33/206.43	c cleaning 4249 clauses out of 8500 with flag 114167/11000
360.45/356.19	c cleaning 5621 clauses out of 11252 with flag 197674/18001
541.01/536.63	c cleaning 6803 clauses out of 13630 with flag 312077/26000
788.41/784.29	c cleaning 7908 clauses out of 15828 with flag 447324/35001
1006.15/1002.19	c cleaning 8960 clauses out of 17920 with flag 566766/45001
1261.82/1258.00	c cleaning 9976 clauses out of 19959 with flag 734997/56000
1493.32/1489.67	c cleaning 10985 clauses out of 21983 with flag 872578/68000
1776.92/1773.49	c cleaning 11999 clauses out of 23998 with flag 1068026/81000
2128.50/2125.36	c cleaning 12990 clauses out of 26002 with flag 1306894/95003
2373.86/2370.79	c cleaning 13992 clauses out of 28010 with flag 1522556/110001
2510.23/2507.21	c cleaning 15006 clauses out of 30017 with flag 1643286/126000
2789.31/2786.23	c cleaning 16000 clauses out of 32011 with flag 1900653/143000
3071.06/3068.16	c cleaning 17002 clauses out of 34011 with flag 2217031/161000
3576.25/3573.67	c cleaning 18000 clauses out of 36011 with flag 2533190/180002
3600.04/3597.42	c starts		: 327
3600.04/3597.43	c timeout
3600.04/3597.44	c conflicts		: 180887
3600.04/3597.44	c decisions		: 3183780
3600.04/3597.44	c propagations		: 7990414930
3600.04/3597.44	c inspects		: 168863902
3600.04/3597.44	c shortcuts		: 0
3600.04/3597.44	c learnt literals	: 0
3600.04/3597.44	c learnt binary clauses	: 0
3600.04/3597.44	c learnt ternary clauses	: 0
3600.04/3597.44	c learnt constraints	: 180887
3600.04/3597.44	c ignored constraints	: 0
3600.04/3597.44	c root simplifications	: 0
3600.04/3597.44	c removed literals (reason simplification)	: 0
3600.04/3597.44	c reason swapping (by a shorter reason)	: 0
3600.04/3597.44	c Calls to reduceDB	: 15
3600.04/3597.44	c Number of update (reduction) of LBD	: 62982
3600.04/3597.44	c Imported unit clauses	: 0
3600.04/3597.44	c No decision after first conflict	: false
3600.04/3597.44	c number of reductions to clauses (during analyze)	: 0
3600.04/3597.44	c number of learned constraints concerned by reduction	: 0
3600.04/3597.44	c number of learning phase by resolution	: 0
3600.04/3597.44	c number of learning phase by cutting planes	: 0
3600.04/3597.44	c number of rounding to 1 operations	: 0
3600.04/3597.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3597.44	c number of reductions of the coefficients by power 2 	: 0
3600.04/3597.45	c number of right shift for reduction by power 2 	: 0
3600.04/3597.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3597.45	c number of ending skipping 	: 0
3600.04/3597.45	c number of internal skipping 	: 0
3600.04/3597.45	c number of derivation steps 	: 0
3600.04/3597.45	c number of skipped derivation steps 	: 0
3600.04/3597.45	c number of remaining unassigned 	: 0
3600.04/3597.45	c number of remaining assigned 	: 0
3600.04/3597.45	c number of falsified literals weakened from reason	: 0
3600.04/3597.45	c number of falsified literals weakened from conflict	: 0
3600.04/3597.45	c time for arithmetic operations	: 0
3600.04/3597.45	c minimum degree of deleted constraints	: null
3600.04/3597.45	c maximum degree of deleted constraints	: null
3600.04/3597.45	c number of deleted constraints	: 0
3600.04/3597.45	c speed (assignments/second)	: 2222575.6144101094
3600.04/3597.45	c non guided choices	: 0
3600.04/3597.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18896
3600.04/3597.45	s UNKNOWN
3600.04/3597.45	c Total wall clock time (in seconds): 3597.152

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424944-1720894333/watcher-4424944-1720894333 -o /tmp/evaluation-result-4424944-1720894333/solver-4424944-1720894333 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1720890801-708084 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424944-1720894333.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10057 s]*
/proc/loadavg: 4.27 4.31 4.23 7/319 711240
/proc/meminfo: memFree=118073076/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=18975048 memory=55148 CPUtime=0.13 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 6431 0 0 0 10 3 0 0 20 0 18 0 141589753 19430449152 13787 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4743762 13787 5513 1 0 550800 0
[pid=711222/tid=711224] ppid=711219 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 5364 0 0 0 6 2 0 0 20 0 18 0 141589753 19430449152 13787 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141589759 19430449152 13787 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141589760 19430449152 13787 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55148 KiB

[startup+0.220661 s]*
/proc/loadavg: 4.27 4.31 4.23 6/319 711240
/proc/meminfo: memFree=118065788/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=18975048 memory=64292 CPUtime=0.33 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 7150 0 0 0 29 4 0 0 20 0 18 0 141589753 19430449152 16073 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4743762 16073 5520 1 0 551394 0
[pid=711222/tid=711224] ppid=711219 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 5709 0 0 0 18 2 0 0 20 0 18 0 141589753 19430449152 16073 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=18975048 memory=5697 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141589759 19430449152 16073 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141589760 19430449152 16073 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64292 KiB

[startup+0.319736 s]*
/proc/loadavg: 4.27 4.31 4.23 5/319 711240
/proc/meminfo: memFree=118058284/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=18975048 memory=70192 CPUtime=0.49 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 7378 0 0 0 44 5 0 0 20 0 18 0 141589753 19430449152 17548 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4743762 17548 5728 1 0 551590 0
[pid=711222/tid=711224] ppid=711219 vsize=18975048 memory=-8528806604938060476 CPUtime=0.3 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 5879 0 0 0 27 3 0 0 20 0 18 0 141589753 19430449152 17548 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141589759 19430449152 17548 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141589760 19430449152 17548 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70192 KiB

[startup+0.700571 s]
/proc/loadavg: 4.27 4.31 4.23 7/319 711240
/proc/meminfo: memFree=118037168/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=18975048 memory=132180 CPUtime=1.19 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 8988 0 0 0 112 7 0 0 20 0 18 0 141589753 19430449152 33045 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4743762 33045 5797 1 0 552651 0
[pid=711222/tid=711224] ppid=711219 vsize=18975048 memory=5512 CPUtime=0.63 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 5928 0 0 0 58 5 0 0 20 0 18 0 141589753 19430449152 33045 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=18975048 memory=11992 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141589759 19430449152 33045 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141589760 19430449152 33045 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 132180 KiB

[startup+1.50256 s]
/proc/loadavg: 4.40 4.33 4.24 6/320 711241
/proc/meminfo: memFree=117946468/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19041612 memory=235040 CPUtime=2.68 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 16788 0 0 0 258 10 0 0 20 0 19 0 141589753 19498610688 58760 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4760403 58760 5829 1 0 558115 0
[pid=711222/tid=711224] ppid=711219 vsize=19041612 memory=11992 CPUtime=1.22 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 5950 0 0 0 116 6 0 0 20 0 19 0 141589753 19498610688 58760 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141589759 19498610688 58760 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141589760 19498610688 58760 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 235040 KiB

[startup+3.10578 s]
/proc/loadavg: 4.40 4.33 4.24 5/321 711242
/proc/meminfo: memFree=117505652/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=611512 CPUtime=5.67 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 19001 0 0 0 548 19 0 0 20 0 20 0 141589753 19566772224 152878 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 152878 5882 1 0 1373676 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=0 CPUtime=2.63 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 6281 0 0 0 253 10 0 0 20 0 20 0 141589753 19566772224 152878 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 152878 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=363852 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 152878 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=33 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 152878 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 611512 KiB

[startup+6.30047 s]
/proc/loadavg: 4.37 4.33 4.24 5/321 711242
/proc/meminfo: memFree=117503952/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=602888 CPUtime=9.16 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 19638 0 0 0 897 19 0 0 20 0 20 0 141589753 19566772224 150722 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 150722 5882 1 0 1373680 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=0 CPUtime=5.81 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 6619 0 0 0 571 10 0 0 20 0 20 0 141589753 19566772224 150722 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 150722 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=611772 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 150722 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 150722 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 9.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 602888 KiB

[startup+12.7004 s]
/proc/loadavg: 4.42 4.34 4.24 5/320 711311
/proc/meminfo: memFree=124454104/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=603060 CPUtime=15.98 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 22051 0 0 0 1578 20 0 0 20 0 20 0 141589753 19566772224 150765 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 150765 5882 1 0 1373680 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=-8528806604938060476 CPUtime=12.2 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 6768 0 0 0 1210 10 0 0 20 0 20 0 141589753 19566772224 150765 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=603020 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 150765 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 150765 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 150765 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 15.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 603060 KiB

[startup+25.5004 s]
/proc/loadavg: 4.44 4.34 4.24 5/322 711314
/proc/meminfo: memFree=123466544/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=603204 CPUtime=28.83 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 23940 0 0 0 2861 22 0 0 20 0 20 0 141589753 19566772224 150801 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 150801 5882 1 0 1373680 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=2477 CPUtime=24.97 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 7366 0 0 0 2487 10 0 0 20 0 20 0 141589753 19566772224 150801 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 150801 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=602892 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 150801 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 150801 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 28.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 603204 KiB

[startup+51.1139 s]
/proc/loadavg: 4.40 4.34 4.25 5/322 711319
/proc/meminfo: memFree=123165608/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=603212 CPUtime=54.45 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 26049 0 0 0 5420 25 0 0 20 0 20 0 141589753 19566772224 150803 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 150803 5882 1 0 1373680 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=2477 CPUtime=50.52 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 8278 0 0 0 5042 10 0 0 20 0 20 0 141589753 19566772224 150803 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=603212 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 150803 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=603212 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 150803 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=603204 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 150803 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 54.45 s

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

/proc/meminfo: memFree=124875872/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=1218544 CPUtime=3225.29 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 84358 0 0 0 322249 280 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 304636 5930 1 0 1373960 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=1068688 CPUtime=3213.66 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 29115 0 0 0 321345 21 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 3899 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 3225.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1218544 KiB

[startup+3282.3 s]
/proc/loadavg: 3.19 3.27 3.27 4/293 713131
/proc/meminfo: memFree=124575916/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=1218544 CPUtime=3285.23 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 85071 0 0 0 328239 284 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 304636 5930 1 0 1373960 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=5512 CPUtime=3273.54 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 29616 0 0 0 327332 22 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=1068688 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 4016 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 3285.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1218544 KiB

[startup+3342.3 s]
/proc/loadavg: 3.18 3.25 3.26 4/293 713142
/proc/meminfo: memFree=124575608/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=1218544 CPUtime=3345.17 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 85657 0 0 0 334229 288 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 304636 5930 1 0 1373960 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=11600 CPUtime=3333.41 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 30108 0 0 0 333319 22 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 4016 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=35220 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 3345.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1218544 KiB

[startup+3402.3 s]
/proc/loadavg: 3.12 3.22 3.25 4/293 713153
/proc/meminfo: memFree=124575300/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=1218544 CPUtime=3405.12 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 86170 0 0 0 340219 293 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 304636 5930 1 0 1373960 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=2648 CPUtime=3393.28 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 30403 0 0 0 339306 22 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 4132 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=2648 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 3405.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1218544 KiB

[startup+3462.3 s]
/proc/loadavg: 2.87 3.14 3.22 3/266 713197
/proc/meminfo: memFree=126745284/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=1218544 CPUtime=3465.06 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 86648 0 0 0 346208 298 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 304636 5930 1 0 1373960 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=11600 CPUtime=3453.16 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 30756 0 0 0 345293 23 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 4249 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 3465.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1218544 KiB

[startup+3522.3 s]
/proc/loadavg: 2.41 2.96 3.15 3/268 713211
/proc/meminfo: memFree=126745084/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=1218544 CPUtime=3525 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 87419 0 0 0 352199 301 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 304636 5930 1 0 1373960 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=1218544 CPUtime=3513.02 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 31289 0 0 0 351279 23 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=35220 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 4385 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 3525 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1218544 KiB

[startup+3582.3 s]
/proc/loadavg: 2.26 2.81 3.09 3/268 713221
/proc/meminfo: memFree=126744804/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=1218544 CPUtime=3584.95 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 88227 0 0 0 358189 306 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 304636 5930 1 0 1373960 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=1218544 CPUtime=3572.89 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 31997 0 0 0 357266 23 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=1218544 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 4385 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=5508 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 3584.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1218544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.4 s]
/proc/loadavg: 2.28 2.79 3.07 3/268 713224
/proc/meminfo: memFree=126744724/131655788 swapFree=131071996/131071996
[pid=711222] ppid=711219 vsize=19108176 memory=1218544 CPUtime=3600.04 cores=1,3
/proc/711222/stat : 711222 (java) S 711219 711222 708072 0 -1 1077936128 88364 0 0 0 359696 308 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
/proc/711222/statm: 4777044 304636 5930 1 0 1373960 0
[pid=711222/tid=711224] ppid=711219 vsize=19108176 memory=-8528806604938060476 CPUtime=3587.95 cores=1,3
/proc/711222/task/711224/stat : 711224 (java) R 711219 711222 708072 0 -1 4194368 32132 0 0 0 358772 23 0 0 20 0 20 0 141589753 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711233] ppid=711219 vsize=19108176 memory=11580 CPUtime=0 cores=1,3
/proc/711222/task/711233/stat : 711233 (Finalizer) S 711219 711222 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141589759 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711240] ppid=711219 vsize=19108176 memory=11576 CPUtime=0 cores=1,3
/proc/711222/task/711240/stat : 711240 (Common-Cleaner) S 711219 711222 708072 0 -1 1077936192 4385 0 0 0 0 0 0 0 20 0 20 0 141589760 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
[pid=711222/tid=711242] ppid=711219 vsize=19108176 memory=2756 CPUtime=0 cores=1,3
/proc/711222/task/711242/stat : 711242 (Timer-0) S 711219 711222 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141589986 19566772224 304636 134679101440 94729201983488 94729201987184 140721793430336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94729201995000 94729201995792 94729205997568 140721793438757 140721793438847 140721793438847 140721793445832 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1218544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.07 s, system=3.09929 s

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

Child status: 143

Real time (s): 3597.47
CPU time (s): 3600.17
CPU user time (s): 3597.07
CPU system time (s): 3.09929
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1218544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.07
system time used= 3.09929
maximum resident set size= 1220024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91215
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157504
involuntary context switches= 1528


# summary of solver processes directly reported to runsolver:
#   pid: 711222
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.07
#   total CPU system time (s): 3.09929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.2348 second user time and 35.6518 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-13 20:12:25
IDJOB=4424944
IDBENCH=144138
IDSOLVER=3037
FILE ID=nodeC008/4424944-1720894333
RUNJOBID= nodeC008-1720890801-708084
SLURM_JOB_ID= 7485812
Free space on /tmp= 723740 MiB

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

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

MD5SUM BENCH= 4f5be5c84a0d76ec975a3a6b3be3f2ae
RANDOM SEED=1186498392

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		: 1197.401
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		: 2066.814
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		: 3606.481
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.243
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		: 3638.100
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		: 3646.502
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.261
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.411
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:        118109792 kB
MemAvailable:   118145392 kB
Buffers:          334128 kB
Cached:           549328 kB
SwapCached:            0 kB
Active:           539160 kB
Inactive:       12481272 kB
Active(anon):       1476 kB
Inactive(anon): 12173200 kB
Active(file):     537684 kB
Inactive(file):   308072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9444 kB
Writeback:            20 kB
AnonPages:      12135372 kB
Mapped:           121804 kB
Shmem:             37704 kB
KReclaimable:      59748 kB
Slab:             150008 kB
SReclaimable:      59748 kB
SUnreclaim:        90260 kB
KernelStack:        4864 kB
PageTables:        33820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   21279268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            46048 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11747328 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= 723740 MiB
End job on nodeC008 at 2024-07-13 21:12:23