Trace number 4424996

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.18 3603.17

General information on the benchmark

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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4424996-1720882447.wbo
0.14/0.12	c reading problem ... 
1.66/0.98	c ... done. Wall clock time 0.849s.
1.66/0.98	c declared #vars     1758
1.66/0.98	c internal #vars     106879
1.66/0.98	c #constraints  105286
1.66/0.98	c constraints type 
1.66/0.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 529
1.66/0.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
1.66/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.66/0.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 104674
1.66/0.98	c 105286 constraints processed.
1.66/0.99	c objective function length is 105121 literals
23.71/21.15	c cleaning 2494 clauses out of 5000 with flag 23338/5000
48.41/45.70	c cleaning 4254 clauses out of 8508 with flag 64248/11002
82.10/79.43	c cleaning 5619 clauses out of 11252 with flag 128327/18000
128.20/125.44	c cleaning 6810 clauses out of 13633 with flag 204505/26000
177.19/174.48	c cleaning 7887 clauses out of 15823 with flag 298386/35000
229.57/226.70	c cleaning 8969 clauses out of 17938 with flag 419662/45002
283.47/280.60	c cleaning 9979 clauses out of 19967 with flag 551586/56000
343.80/340.92	c cleaning 10992 clauses out of 21989 with flag 699150/68001
414.05/411.52	c cleaning 11987 clauses out of 23999 with flag 876092/81003
483.18/481.16	c cleaning 12995 clauses out of 26009 with flag 1047524/95000
554.10/552.13	c cleaning 13998 clauses out of 28014 with flag 1219384/110000
638.34/636.33	c cleaning 14996 clauses out of 30017 with flag 1458542/126001
741.19/739.27	c cleaning 16006 clauses out of 32020 with flag 1683039/143000
821.76/819.85	c cleaning 16990 clauses out of 34014 with flag 1888156/161000
913.93/912.61	c cleaning 17997 clauses out of 36025 with flag 2088873/180001
1006.61/1005.34	c cleaning 19013 clauses out of 38027 with flag 2343879/200000
1096.58/1094.94	c cleaning 19993 clauses out of 40014 with flag 2598540/221000
1215.58/1213.90	c cleaning 21006 clauses out of 42021 with flag 2933245/243000
1323.98/1322.65	c cleaning 22001 clauses out of 44015 with flag 3203099/266000
1447.23/1446.23	c cleaning 22994 clauses out of 46014 with flag 3512656/290000
1571.89/1570.96	c cleaning 23997 clauses out of 48020 with flag 3814617/315000
1704.60/1703.51	c cleaning 25006 clauses out of 50023 with flag 4149376/341000
1835.48/1834.58	c cleaning 25991 clauses out of 52017 with flag 4479387/368000
1970.65/1969.77	c cleaning 26996 clauses out of 54027 with flag 4834524/396001
2118.65/2118.18	c cleaning 28015 clauses out of 56031 with flag 5219389/425001
2274.69/2274.50	c cleaning 29005 clauses out of 58015 with flag 5611190/455000
2429.46/2430.52	c cleaning 30001 clauses out of 60010 with flag 5996821/486000
2584.61/2586.82	c cleaning 31002 clauses out of 62013 with flag 6395737/518004
2778.49/2781.06	c cleaning 31996 clauses out of 64008 with flag 6886192/551001
3103.00/3105.56	c cleaning 33001 clauses out of 66011 with flag 7430020/585000
3291.59/3294.60	c cleaning 34005 clauses out of 68010 with flag 7925564/620000
3565.34/3568.38	c cleaning 34992 clauses out of 70006 with flag 8396698/656001
3600.09/3603.12	c starts		: 1033
3600.09/3603.12	c timeout
3600.09/3603.12	c conflicts		: 659166
3600.09/3603.12	c decisions		: 2036915
3600.09/3603.12	c propagations		: 7274935939
3600.09/3603.12	c inspects		: 731562079
3600.09/3603.12	c shortcuts		: 0
3600.09/3603.12	c learnt literals	: 0
3600.09/3603.12	c learnt binary clauses	: 0
3600.09/3603.12	c learnt ternary clauses	: 0
3600.09/3603.12	c learnt constraints	: 659166
3600.09/3603.12	c ignored constraints	: 0
3600.09/3603.12	c root simplifications	: 0
3600.09/3603.12	c removed literals (reason simplification)	: 0
3600.09/3603.12	c reason swapping (by a shorter reason)	: 0
3600.09/3603.12	c Calls to reduceDB	: 32
3600.09/3603.12	c Number of update (reduction) of LBD	: 300017
3600.09/3603.12	c Imported unit clauses	: 0
3600.09/3603.12	c No decision after first conflict	: false
3600.09/3603.12	c number of reductions to clauses (during analyze)	: 0
3600.09/3603.12	c number of learned constraints concerned by reduction	: 0
3600.09/3603.12	c number of learning phase by resolution	: 0
3600.09/3603.12	c number of learning phase by cutting planes	: 0
3600.09/3603.12	c number of rounding to 1 operations	: 0
3600.09/3603.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3603.12	c number of reductions of the coefficients by power 2 	: 0
3600.09/3603.12	c number of right shift for reduction by power 2 	: 0
3600.09/3603.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3603.12	c number of ending skipping 	: 0
3600.09/3603.12	c number of internal skipping 	: 0
3600.09/3603.12	c number of derivation steps 	: 0
3600.09/3603.12	c number of skipped derivation steps 	: 0
3600.09/3603.12	c number of remaining unassigned 	: 0
3600.09/3603.12	c number of remaining assigned 	: 0
3600.09/3603.12	c number of falsified literals weakened from reason	: 0
3600.09/3603.12	c number of falsified literals weakened from conflict	: 0
3600.09/3603.12	c time for arithmetic operations	: 0
3600.09/3603.12	c minimum degree of deleted constraints	: null
3600.09/3603.13	c maximum degree of deleted constraints	: null
3600.09/3603.13	c number of deleted constraints	: 0
3600.09/3603.13	c speed (assignments/second)	: 2019653.1160398792
3600.09/3603.13	c non guided choices	: 1723
3600.09/3603.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 38179
3600.09/3603.15	s UNKNOWN
3600.09/3603.15	c Total wall clock time (in seconds): 3603.029

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424996-1720882447/watcher-4424996-1720882447 -o /tmp/evaluation-result-4424996-1720882447/solver-4424996-1720882447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720878868-715593 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424996-1720882447.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=717840, runsolver pid=717837

[startup+0.100286 s]*
/proc/loadavg: 4.37 4.21 4.12 7/333 717858
/proc/meminfo: memFree=116383272/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=18975048 memory=62924 CPUtime=0.14 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 7217 0 0 0 12 2 0 0 20 0 18 0 140412788 19430449152 15731 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4743762 15731 5601 1 0 549342 0
[pid=717840/tid=717842] ppid=717837 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 5731 0 0 0 7 1 0 0 20 0 18 0 140412788 19430449152 15731 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140412790 19430449152 15731 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=18975048 memory=13564899112540450 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140412791 19430449152 15731 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62924 KiB

[startup+0.210518 s]*
/proc/loadavg: 4.37 4.21 4.12 6/333 717858
/proc/meminfo: memFree=116371128/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=18975048 memory=77732 CPUtime=0.34 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 7620 0 0 0 32 2 0 0 20 0 18 0 140412788 19430449152 19433 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4743762 19433 5830 1 0 549572 0
[pid=717840/tid=717842] ppid=717837 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 5901 0 0 0 16 2 0 0 20 0 18 0 140412788 19430449152 19433 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=18975048 memory=17016 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140412790 19430449152 19433 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=18975048 memory=14971170189477532 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140412791 19430449152 19433 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77732 KiB

[startup+0.305665 s]*
/proc/loadavg: 4.37 4.21 4.12 6/333 717858
/proc/meminfo: memFree=116317440/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=18978836 memory=128880 CPUtime=0.52 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 13627 0 0 0 48 4 0 0 20 0 18 0 140412788 19434328064 32220 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4744709 32220 5830 1 0 554587 0
[pid=717840/tid=717842] ppid=717837 vsize=18978836 memory=-8672352220220924604 CPUtime=0.27 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 5917 0 0 0 25 2 0 0 20 0 18 0 140412788 19434328064 32220 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=18978836 memory=0 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140412790 19434328064 32220 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=18978836 memory=0 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140412791 19434328064 32220 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18978836 KiB
Current children cumulated memory: 128880 KiB

[startup+0.700522 s]
/proc/loadavg: 4.37 4.21 4.12 6/334 717859
/proc/meminfo: memFree=116249164/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19041612 memory=213764 CPUtime=1.27 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 15844 0 0 0 121 6 0 0 20 0 19 0 140412788 19498610688 53441 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4760403 53441 5846 1 0 555574 0
[pid=717840/tid=717842] ppid=717837 vsize=19041612 memory=5464 CPUtime=0.58 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 5942 0 0 0 55 3 0 0 20 0 19 0 140412788 19498610688 53441 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19041612 memory=13116 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140412790 19498610688 53441 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140412791 19498610688 53441 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 213764 KiB

[startup+1.51051 s]
/proc/loadavg: 4.37 4.21 4.12 8/334 717859
/proc/meminfo: memFree=116206420/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=241872 CPUtime=2.88 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 17765 0 0 0 280 8 0 0 20 0 20 0 140412788 19566772224 60468 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 60468 5900 1 0 556949 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=13116 CPUtime=1.3 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 6118 0 0 0 127 3 0 0 20 0 20 0 140412788 19566772224 60468 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 60468 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 60468 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 241872 KiB

[startup+3.10577 s]
/proc/loadavg: 4.34 4.21 4.12 5/335 717860
/proc/meminfo: memFree=116203432/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=242872 CPUtime=5.43 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 21930 0 0 0 535 8 0 0 20 0 20 0 140412788 19566772224 60718 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 60718 5915 1 0 556956 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=198340509722 CPUtime=2.89 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 6242 0 0 0 286 3 0 0 20 0 20 0 140412788 19566772224 60718 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 60718 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=13116 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 60718 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=242192 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 60718 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 242872 KiB

[startup+6.30028 s]
/proc/loadavg: 4.34 4.21 4.12 5/335 717861
/proc/meminfo: memFree=116204904/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=239084 CPUtime=8.75 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 23569 0 0 0 866 9 0 0 20 0 20 0 140412788 19566772224 59771 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 59771 5915 1 0 556957 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=0 CPUtime=6.08 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 6502 0 0 0 605 3 0 0 20 0 20 0 140412788 19566772224 59771 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=13116 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 59771 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=242796 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 59771 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=239084 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 59771 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 8.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 239084 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.20 4.12 5/335 717861
/proc/meminfo: memFree=116204820/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=239176 CPUtime=15.24 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 27040 0 0 0 1514 10 0 0 20 0 20 0 140412788 19566772224 59794 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 59794 5915 1 0 556957 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=239176 CPUtime=12.46 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 6842 0 0 0 1243 3 0 0 20 0 20 0 140412788 19566772224 59794 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=11376 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 59794 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=6083354192660489043 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 59794 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 59794 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 239176 KiB

[startup+25.5003 s]
/proc/loadavg: 4.32 4.21 4.12 5/335 717864
/proc/meminfo: memFree=116197812/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=239548 CPUtime=28.2 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 33999 0 0 0 2809 11 0 0 20 0 20 0 140412788 19566772224 59887 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 59887 5931 1 0 557007 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=6083354192660489043 CPUtime=25.23 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 8947 0 0 0 2520 3 0 0 20 0 20 0 140412788 19566772224 59887 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 59887 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 59887 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=-8672352220220924604 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 59887 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 28.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 239548 KiB

[startup+51.1057 s]
/proc/loadavg: 4.28 4.21 4.12 5/335 717868
/proc/meminfo: memFree=116157312/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=239984 CPUtime=53.83 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 38412 0 0 0 5370 13 0 0 20 0 20 0 140412788 19566772224 59996 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 59996 5931 1 0 557082 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=239608 CPUtime=50.77 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 10321 0 0 0 5074 3 0 0 20 0 20 0 140412788 19566772224 59996 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=11376 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 59996 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=11376 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 59996 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=11376 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 59996 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 53.83 s

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

/proc/meminfo: memFree=118807932/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=2549344 CPUtime=3279.31 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 173801 0 0 0 327763 168 0 0 20 0 20 0 140412788 19566772224 637336 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 637336 5960 1 0 793817 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=2549344 CPUtime=3261.42 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 58030 0 0 0 326124 18 0 0 20 0 20 0 140412788 19566772224 637336 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=2549344 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 637336 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=2549344 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 3913 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 637336 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=2212 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 637336 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 3279.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2549344 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/332 719731
/proc/meminfo: memFree=118741260/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=2549364 CPUtime=3339.3 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 175014 0 0 0 333761 169 0 0 20 0 20 0 140412788 19566772224 637341 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 637341 5960 1 0 793817 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=1900 CPUtime=3321.22 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 58992 0 0 0 332104 18 0 0 20 0 20 0 140412788 19566772224 637341 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=2549364 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 637341 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=26092 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 3914 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 637341 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=-8672352220220924604 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 637341 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 3339.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2549364 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/334 719747
/proc/meminfo: memFree=118732144/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=2549364 CPUtime=3399.21 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 175858 0 0 0 339750 171 0 0 20 0 20 0 140412788 19566772224 637341 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 637341 5960 1 0 793817 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=2549364 CPUtime=3381.11 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 59684 0 0 0 338093 18 0 0 20 0 20 0 140412788 19566772224 637341 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=11376 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 637341 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=2549364 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 4056 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 637341 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=2549364 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 637341 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 3399.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2549364 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/334 719757
/proc/meminfo: memFree=118696460/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=2573940 CPUtime=3459.31 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 178351 0 0 0 345759 172 0 0 20 0 20 0 140412788 19566772224 643485 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 643485 5960 1 0 793817 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=11376 CPUtime=3440.78 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 60542 0 0 0 344060 18 0 0 20 0 20 0 140412788 19566772224 643485 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=1825628 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 643485 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=2573940 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 4056 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 643485 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=2573940 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 643485 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 3459.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2573940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/334 719767
/proc/meminfo: memFree=118695904/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=2573940 CPUtime=3519.22 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 179330 0 0 0 351749 173 0 0 20 0 20 0 140412788 19566772224 643485 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 643485 5960 1 0 793817 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=2573940 CPUtime=3500.67 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 61324 0 0 0 350049 18 0 0 20 0 20 0 140412788 19566772224 643485 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=2573940 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 643485 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=1900 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 4132 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 643485 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=13116 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 643485 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 3519.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2573940 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/334 719780
/proc/meminfo: memFree=118621344/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=2647820 CPUtime=3579.32 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 182063 0 0 0 357757 175 0 0 20 0 20 0 140412788 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 661955 5960 1 0 793817 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=35372 CPUtime=3560.35 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 62282 0 0 0 356017 18 0 0 20 0 20 0 140412788 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=37188 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=2647820 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 4255 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=11376 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 3579.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2647820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.11 s]
/proc/loadavg: 3.72 4.01 4.06 3/281 719852
/proc/meminfo: memFree=122604292/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=2647820 CPUtime=3600.09 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 182691 0 0 0 359833 176 0 0 20 0 20 0 140412788 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 661955 5960 1 0 793817 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=2647820 CPUtime=3581.11 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 62653 0 0 0 358093 18 0 0 20 0 20 0 140412788 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=2647820 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=2647820 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 4398 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=2647820 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2647820 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.41 s, system=1.77249 s

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

[startup+3603.11 s]
/proc/loadavg: 3.72 4.01 4.06 3/281 719852
/proc/meminfo: memFree=122604292/131524600 swapFree=131071996/131071996
[pid=717840] ppid=717837 vsize=19108176 memory=2647820 CPUtime=3600.09 cores=4,6
/proc/717840/stat : 717840 (java) S 717837 717840 712764 0 -1 1077936128 182691 0 0 0 359833 176 0 0 20 0 20 0 140412788 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
/proc/717840/statm: 4777044 661955 5960 1 0 793817 0
[pid=717840/tid=717842] ppid=717837 vsize=19108176 memory=2647820 CPUtime=3581.11 cores=4,6
/proc/717840/task/717842/stat : 717842 (java) R 717837 717840 712764 0 -1 4194368 62653 0 0 0 358093 18 0 0 20 0 20 0 140412788 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717851] ppid=717837 vsize=19108176 memory=2647820 CPUtime=0 cores=4,6
/proc/717840/task/717851/stat : 717851 (Finalizer) S 717837 717840 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140412790 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717858] ppid=717837 vsize=19108176 memory=2647820 CPUtime=0 cores=4,6
/proc/717840/task/717858/stat : 717858 (Common-Cleaner) S 717837 717840 712764 0 -1 1077936192 4398 0 0 0 0 0 0 0 20 0 20 0 140412791 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
[pid=717840/tid=717860] ppid=717837 vsize=19108176 memory=2647820 CPUtime=0 cores=4,6
/proc/717840/task/717860/stat : 717860 (Timer-0) S 717837 717840 712764 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140412893 19566772224 661955 134679101440 94173870899200 94173870902896 140734645140432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94173870910712 94173870911504 94173891899392 140734645146605 140734645146695 140734645146695 140734645153736 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2647820 KiB

Child status: 143

Real time (s): 3603.17
CPU time (s): 3600.18
CPU user time (s): 3598.41
CPU system time (s): 1.77249
CPU usage (%): 99.9172
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2647820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.41
system time used= 1.77249
maximum resident set size= 2649384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186168
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113417
involuntary context switches= 15792


# summary of solver processes directly reported to runsolver:
#   pid: 717840
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.41
#   total CPU system time (s): 1.77249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.56264 second user time and 18.159 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-13 16:54:20
IDJOB=4424996
IDBENCH=143871
IDSOLVER=3037
FILE ID=nodeC030/4424996-1720882447
RUNJOBID= nodeC030-1720878868-715593
SLURM_JOB_ID= 7483771
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-18reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424996-1720882447/watcher-4424996-1720882447 -o /tmp/evaluation-result-4424996-1720882447/solver-4424996-1720882447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720878868-715593 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424996-1720882447.wbo

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

MD5SUM BENCH= 85c9e899b779dcafda2f7e25c2fdc65d
RANDOM SEED=872891460

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116425620 kB
MemAvailable:   116620572 kB
Buffers:          320680 kB
Cached:           718316 kB
SwapCached:            0 kB
Active:           497744 kB
Inactive:       14009092 kB
Active(anon):       1540 kB
Inactive(anon): 13504012 kB
Active(file):     496204 kB
Inactive(file):   505080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             25400 kB
Writeback:             0 kB
AnonPages:      13467580 kB
Mapped:           121828 kB
Shmem:             37720 kB
KReclaimable:      66984 kB
Slab:             165976 kB
SReclaimable:      66984 kB
SUnreclaim:        98992 kB
KernelStack:        5088 kB
PageTables:        36520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   24679268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56000 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13121536 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:      201428 kB
DirectMap2M:     7960576 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC030 at 2024-07-13 17:54:23