Trace number 4449182

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 2024 2024-07-07? (TO) 3600.49 3493.69

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
MD5SUM0ade693002e69cf4f48fe48722d4f7a3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.80037
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables670720
Total number of constraints5752
Number of constraints which are clauses2619
Number of constraints which are cardinality constraints (but not clauses)2619
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2620
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 947734
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2162769
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.17	c Free memory 		2113181440
0.12/0.17	c Max memory 		16282288128
0.12/0.18	c Total memory 		2122317824
0.12/0.18	c Number of processors 	2
0.24/0.28	--- Begin Solver configuration ---
0.24/0.28	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.24/0.28	Learn all clauses as in MiniSAT
0.24/0.28	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.28	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.28	Expensive reason simplification
0.24/0.28	Glucose 2.1 dynamic restart strategy
0.24/0.28	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.24/0.28	timeout=2147483s
0.24/0.28	DB Simplification allowed=false
0.24/0.28	Listener: none
0.24/0.28	--- End Solver configuration ---
0.24/0.28	c Pseudo Boolean Optimization by upper bound
0.24/0.28	c --- Begin Solver configuration ---
0.24/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.24/0.28	c Learn all clauses as in MiniSAT
0.24/0.28	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.28	c Expensive reason simplification
0.24/0.28	c Glucose 2.1 dynamic restart strategy
0.24/0.28	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.24/0.28	c timeout=2147483s
0.24/0.28	c DB Simplification allowed=false
0.24/0.28	c Listener: none
0.24/0.28	c --- End Solver configuration ---
0.24/0.28	c solving HOME/instance-4449182-1721827760.opb
0.24/0.28	c reading problem ... 
0.24/0.29	c using VERIPB proof format
0.24/0.30	c  no objective function found
7.74/5.88	c ... done. Wall clock time 5.586s.
7.74/5.88	c declared #vars     670720
7.74/5.88	c #constraints  5752
7.74/5.88	c constraints type 
7.74/5.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2619
7.74/5.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 514
7.74/5.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2619
7.74/5.88	c 5752 constraints processed.
25.69/19.79	c cleaning 2487 clauses out of 5000 with flag 24421/5000
45.25/37.83	c cleaning 4248 clauses out of 8516 with flag 86720/11003
76.58/68.16	c cleaning 5615 clauses out of 11266 with flag 175598/18001
103.38/92.87	c cleaning 6805 clauses out of 13650 with flag 233431/26000
114.45/103.69	c cleaning 7898 clauses out of 15847 with flag 270215/35002
127.78/115.95	c cleaning 8950 clauses out of 17948 with flag 315700/45001
140.92/128.14	c cleaning 9975 clauses out of 19998 with flag 370723/56001
161.49/149.00	c cleaning 10983 clauses out of 22022 with flag 433060/68000
177.32/165.24	c cleaning 11999 clauses out of 24040 with flag 495990/81001
195.95/182.58	c cleaning 12998 clauses out of 26041 with flag 573736/95001
215.82/201.46	c cleaning 13997 clauses out of 28042 with flag 642967/110000
235.51/219.00	c cleaning 14997 clauses out of 30047 with flag 715860/126002
261.21/241.67	c cleaning 15997 clauses out of 32048 with flag 812684/143000
285.13/264.35	c cleaning 16989 clauses out of 34051 with flag 908141/161000
312.87/290.79	c cleaning 18000 clauses out of 36062 with flag 1004066/180000
338.66/315.01	c cleaning 19003 clauses out of 38062 with flag 1108342/200000
369.86/344.78	c cleaning 20006 clauses out of 40059 with flag 1225693/221000
402.12/375.59	c cleaning 20988 clauses out of 42054 with flag 1355127/243001
437.63/409.87	c cleaning 22002 clauses out of 44066 with flag 1487352/266001
474.58/443.12	c cleaning 23001 clauses out of 46063 with flag 1636418/290000
514.09/482.84	c cleaning 24003 clauses out of 48062 with flag 1788878/315000
551.73/519.07	c cleaning 24987 clauses out of 50060 with flag 1935556/341001
596.83/563.19	c cleaning 26012 clauses out of 52075 with flag 2101154/368003
634.61/599.71	c cleaning 26997 clauses out of 54060 with flag 2221631/396000
681.24/642.00	c cleaning 28002 clauses out of 56063 with flag 2396112/425000
729.52/688.62	c cleaning 28999 clauses out of 58061 with flag 2598454/455000
786.17/744.31	c cleaning 30004 clauses out of 60064 with flag 2804072/486002
838.57/794.62	c cleaning 31015 clauses out of 62058 with flag 2987257/518000
929.38/883.05	c cleaning 31993 clauses out of 64044 with flag 3196545/551001
1035.33/985.80	c cleaning 32995 clauses out of 66050 with flag 3479057/585000
1159.62/1103.24	c cleaning 33998 clauses out of 68055 with flag 3762297/620000
1217.11/1157.59	c cleaning 34990 clauses out of 70058 with flag 3959003/656001
1348.42/1285.54	c cleaning 35992 clauses out of 72068 with flag 4223567/693001
1469.78/1404.80	c cleaning 36989 clauses out of 74077 with flag 4501615/731002
1595.59/1525.16	c cleaning 37994 clauses out of 76087 with flag 4744201/770001
1715.74/1636.15	c cleaning 38998 clauses out of 78092 with flag 4962728/810000
1903.29/1819.58	c cleaning 39984 clauses out of 80094 with flag 5263496/851000
2103.15/2014.86	c cleaning 41010 clauses out of 82111 with flag 5636531/893001
2349.28/2255.55	c cleaning 42013 clauses out of 84102 with flag 5945351/936002
2625.35/2529.43	c cleaning 43005 clauses out of 86087 with flag 6228715/980000
2859.07/2758.37	c cleaning 43997 clauses out of 88082 with flag 6529092/1025000
3140.62/3040.92	c cleaning 44995 clauses out of 90089 with flag 6840518/1071004
3443.52/3338.41	c cleaning 46005 clauses out of 92095 with flag 7214502/1118005
3600.07/3493.44	c starts		: 129
3600.07/3493.46	c conflicts		: 1150597
3600.07/3493.46	c decisions		: 22104596
3600.07/3493.46	c propagations		: 331756069
3600.07/3493.46	c inspects		: 2071990313
3600.07/3493.46	c shortcuts		: 0
3600.07/3493.46	c learnt literals	: 0
3600.07/3493.46	c learnt binary clauses	: 0
3600.07/3493.46	c learnt ternary clauses	: 0
3600.07/3493.46	c learnt constraints	: 1150597
3600.07/3493.46	c ignored constraints	: 0
3600.07/3493.46	c root simplifications	: 0
3600.07/3493.46	c removed literals (reason simplification)	: 1296857
3600.07/3493.46	c reason swapping (by a shorter reason)	: 0
3600.07/3493.46	c Calls to reduceDB	: 43
3600.07/3493.46	c Number of update (reduction) of LBD	: 401953
3600.07/3493.46	c Imported unit clauses	: 0
3600.07/3493.46	c No decision after first conflict	: false
3600.07/3493.46	c number of reductions to clauses (during analyze)	: 0
3600.07/3493.46	c number of learned constraints concerned by reduction	: 0
3600.07/3493.46	c number of learning phase by resolution	: 0
3600.07/3493.46	c number of learning phase by cutting planes	: 0
3600.07/3493.46	c number of rounding to 1 operations	: 0
3600.07/3493.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3493.46	c number of reductions of the coefficients by power 2 	: 0
3600.07/3493.46	c number of right shift for reduction by power 2 	: 0
3600.07/3493.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3493.47	c number of ending skipping 	: 0
3600.07/3493.47	c number of internal skipping 	: 0
3600.07/3493.47	c number of derivation steps 	: 0
3600.07/3493.47	c number of skipped derivation steps 	: 0
3600.07/3493.47	c number of remaining unassigned 	: 0
3600.07/3493.47	c number of remaining assigned 	: 0
3600.07/3493.47	c number of falsified literals weakened from reason	: 0
3600.07/3493.47	c number of falsified literals weakened from conflict	: 0
3600.07/3493.47	c time for arithmetic operations	: 0
3600.07/3493.47	c minimum degree of deleted constraints	: null
3600.07/3493.47	c maximum degree of deleted constraints	: null
3600.07/3493.47	c number of deleted constraints	: 0
3600.07/3493.47	c speed (assignments/second)	: 95125.96081197518
3600.07/3493.47	c non guided choices	: 17101571
3600.27/3493.53	c timeout
3600.27/3493.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 78682
3600.27/3493.59	s UNKNOWN
3600.27/3493.59	c Total wall clock time (in seconds): 3493.308

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449182-1721827760/watcher-4449182-1721827760 -o /tmp/evaluation-result-4449182-1721827760/solver-4449182-1721827760 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721820325-231945 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4449182-1721827760 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4449182-1721827760.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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=237516, runsolver pid=237513

[startup+0.109384 s]*
/proc/loadavg: 4.32 4.36 4.26 5/323 237534
/proc/meminfo: memFree=111890504/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=18975048 memory=56780 CPUtime=0.12 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 6621 0 0 0 9 3 0 0 20 0 18 0 18765354 19430449152 14195 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4743762 14195 5696 1 0 550925 0
[pid=237516/tid=237518] ppid=237513 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 5530 0 0 0 7 2 0 0 20 0 18 0 18765355 19430449152 14195 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18765358 19430449152 14195 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=18975048 memory=4121981368647548960 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18765358 19430449152 14195 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56780 KiB

[startup+0.215932 s]*
/proc/loadavg: 4.32 4.36 4.26 5/323 237534
/proc/meminfo: memFree=111881468/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=18975048 memory=65472 CPUtime=0.24 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 7248 0 0 0 21 3 0 0 20 0 18 0 18765354 19430449152 16368 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4743762 16368 5701 1 0 551426 0
[pid=237516/tid=237518] ppid=237513 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 1077936192 5765 0 0 0 15 2 0 0 20 0 18 0 18765355 19430449152 16368 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=18975048 memory=605730 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18765358 19430449152 16368 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=18975048 memory=15539622046353107 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18765358 19430449152 16368 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65472 KiB

[startup+0.322381 s]*
/proc/loadavg: 4.32 4.36 4.26 7/323 237534
/proc/meminfo: memFree=111859604/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=18975048 memory=87608 CPUtime=0.38 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 7574 0 0 0 34 4 0 0 20 0 18 0 18765354 19430449152 21902 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4743762 21902 5787 1 0 551634 0
[pid=237516/tid=237518] ppid=237513 vsize=18975048 memory=-8961148844827714236 CPUtime=0.26 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 5933 0 0 0 23 3 0 0 20 0 18 0 18765355 19430449152 21902 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18765358 19430449152 21902 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18765358 19430449152 21902 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 87608 KiB

[startup+0.711388 s]
/proc/loadavg: 4.32 4.36 4.26 7/323 237534
/proc/meminfo: memFree=111825980/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19041612 memory=205852 CPUtime=1.1 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 9646 0 0 0 102 8 0 0 20 0 19 0 18765354 19498610688 51463 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4760403 51463 5803 1 0 553151 0
[pid=237516/tid=237518] ppid=237513 vsize=19041612 memory=5472 CPUtime=0.58 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 5976 0 0 0 53 5 0 0 20 0 19 0 18765355 19498610688 51463 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19041612 memory=12928 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18765358 19498610688 51463 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18765358 19498610688 51463 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 205852 KiB

[startup+1.50032 s]
/proc/loadavg: 4.32 4.36 4.26 6/324 237535
/proc/meminfo: memFree=111709648/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19041612 memory=525492 CPUtime=2.3 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 11001 0 0 0 215 15 0 0 20 0 19 0 18765354 19498610688 131373 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4760403 131373 5803 1 0 1336539 0
[pid=237516/tid=237518] ppid=237513 vsize=19041612 memory=0 CPUtime=1.18 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 6105 0 0 0 108 10 0 0 20 0 19 0 18765355 19498610688 131373 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18765358 19498610688 131373 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19041612 memory=12928 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18765358 19498610688 131373 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 525492 KiB

[startup+3.111 s]
/proc/loadavg: 4.32 4.36 4.26 5/325 237538
/proc/meminfo: memFree=109641080/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19108176 memory=2322368 CPUtime=4.68 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 13298 0 1 0 417 51 0 0 20 0 20 0 18765354 19566772224 580592 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4777044 580592 5803 1 0 2341782 0
[pid=237516/tid=237518] ppid=237513 vsize=19108176 memory=12928 CPUtime=2.42 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 7109 0 0 0 202 40 0 0 20 0 20 0 18765355 19566772224 580592 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18765358 19566772224 580592 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19108176 memory=1160336954859468 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18765358 19566772224 580592 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 4.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2322368 KiB

[startup+6.30539 s]
/proc/loadavg: 4.38 4.37 4.27 7/326 237539
/proc/meminfo: memFree=108174880/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=3724152 CPUtime=8.67 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 17086 0 1 0 787 80 0 0 20 0 21 0 18765354 19634933760 931038 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 931038 5850 1 0 2343951 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=12928 CPUtime=5.23 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 8038 0 0 0 457 66 0 0 20 0 21 0 18765355 19634933760 931038 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=944276 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 931038 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=11672 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 931038 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=70328 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 931038 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3724152 KiB

[startup+12.7004 s]
/proc/loadavg: 4.35 4.36 4.27 5/326 237539
/proc/meminfo: memFree=107214572/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=4609092 CPUtime=17.94 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 20206 0 1 0 1693 101 0 0 20 0 21 0 18765354 19634933760 1152273 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 1152273 5857 1 0 2665798 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=70328 CPUtime=11.36 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 8498 0 0 0 1052 84 0 0 20 0 21 0 18765355 19634933760 1152273 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 1152273 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=11672 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 1152273 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 1152273 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 17.94 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4609092 KiB

[startup+25.5005 s]
/proc/loadavg: 4.34 4.36 4.27 5/326 237542
/proc/meminfo: memFree=106197436/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=5325504 CPUtime=32.16 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 21058 0 1 0 3085 131 0 0 20 0 21 0 18765354 19634933760 1331376 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 1331376 5873 1 0 2770295 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=11672 CPUtime=22.95 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 8745 0 0 0 2189 106 0 0 20 0 21 0 18765355 19634933760 1331376 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=5282496 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 1331376 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=11672 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 1331376 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=4683 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 1331376 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 32.16 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5325504 KiB

[startup+51.114 s]
/proc/loadavg: 4.43 4.38 4.28 6/326 237545
/proc/meminfo: memFree=105038636/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=5986192 CPUtime=58.55 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 29075 0 1 0 5690 165 0 0 20 0 21 0 18765354 19634933760 1496548 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 1496548 5873 1 0 2824622 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=5731964 CPUtime=45.61 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 10649 0 0 0 4428 133 0 0 20 0 21 0 18765355 19634933760 1496548 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 113 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=5731964 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 1496548 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=5463676 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 1496548 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=4744264 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 1496548 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 58.55 s
Current children cumulated vsize: 19174740 KiB

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

[startup+3162.3 s]
/proc/loadavg: 3.87 4.13 4.23 4/299 239012
/proc/meminfo: memFree=63421552/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=16261472 CPUtime=3265.34 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 345532 0 1 0 323976 2558 0 0 20 0 21 0 18765354 19634933760 4065368 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 4065368 5873 1 0 4083520 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=2316 CPUtime=2946.88 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 105321 0 0 0 292463 2225 0 0 20 0 21 0 18765355 19634933760 4065368 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5543 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=11672 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065368 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=4676 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 1604 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065368 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=70328 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 4065368 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 3265.34 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16261472 KiB

[startup+3222.3 s]
/proc/loadavg: 3.37 3.93 4.16 4/299 239022
/proc/meminfo: memFree=63040480/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=16261480 CPUtime=3326.22 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 346064 0 1 0 330036 2586 0 0 20 0 21 0 18765354 19634933760 4065370 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 4065370 5873 1 0 4083520 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=16261480 CPUtime=3005.09 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 105582 0 0 0 298260 2249 0 0 20 0 21 0 18765355 19634933760 4065370 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5567 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=16261480 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065370 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=70328 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 1604 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065370 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=16261480 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 4065370 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 3326.22 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16261480 KiB

[startup+3282.3 s]
/proc/loadavg: 3.18 3.78 4.08 4/297 239033
/proc/meminfo: memFree=62682656/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=16261480 CPUtime=3386.52 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 346967 0 1 0 336045 2607 0 0 20 0 21 0 18765354 19634933760 4065370 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 4065370 5873 1 0 4083520 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=16261480 CPUtime=3063.59 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 106214 0 0 0 304092 2267 0 0 20 0 21 0 18765355 19634933760 4065370 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5608 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=26224 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065370 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=16261480 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 1605 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065370 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=11672 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 4065370 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 3386.52 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16261480 KiB

[startup+3342.3 s]
/proc/loadavg: 3.18 3.66 4.03 4/297 239043
/proc/meminfo: memFree=62276696/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=16261484 CPUtime=3447.31 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 351922 0 1 0 342098 2633 0 0 20 0 21 0 18765354 19634933760 4065371 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 4065371 5873 1 0 4083520 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=-8961148844827714236 CPUtime=3121.66 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 107445 0 0 0 309876 2290 0 0 20 0 21 0 18765355 19634933760 4065371 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5634 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=16261484 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065371 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=70328 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 1700 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065371 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=16261484 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 4065371 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 3447.31 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16261484 KiB

[startup+3402.3 s]
/proc/loadavg: 3.48 3.68 4.00 4/300 239439
/proc/meminfo: memFree=61717684/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=16261496 CPUtime=3509.08 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 352846 0 1 0 348236 2672 0 0 20 0 21 0 18765354 19634933760 4065374 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 4065374 5873 1 0 4083520 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=-8961148844827714236 CPUtime=3178.49 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 107865 0 0 0 315524 2325 0 0 20 0 21 0 18765355 19634933760 4065374 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5673 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=16261484 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065374 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=16261496 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 1700 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065374 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=12928 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 4065374 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 3509.08 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16261496 KiB

[startup+3462.3 s]
/proc/loadavg: 3.29 3.58 3.95 3/300 239450
/proc/meminfo: memFree=61284468/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=16261496 CPUtime=3569.55 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 353424 0 1 0 354254 2701 0 0 20 0 21 0 18765354 19634933760 4065374 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 4065374 5873 1 0 4083520 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=-8961148844827714236 CPUtime=3235.95 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) D 237513 237516 231903 0 -1 4194368 108176 0 0 0 321242 2353 0 0 20 0 21 0 18765355 19634933760 4065374 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5704 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=16261484 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065374 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=16261496 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 1700 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065374 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=16261496 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 4065374 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 3569.55 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16261496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3493.4 s]
/proc/loadavg: 3.23 3.54 3.92 3/300 239457
/proc/meminfo: memFree=61075836/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19174740 memory=16261504 CPUtime=3600.07 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 354090 0 1 0 357290 2717 0 0 20 0 21 0 18765354 19634933760 4065376 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4793685 4065376 5873 1 0 4083520 0
[pid=237516/tid=237518] ppid=237513 vsize=19174740 memory=605646 CPUtime=3265.05 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) R 237513 237516 231903 0 -1 4194368 108641 0 0 0 324139 2366 0 0 20 0 21 0 18765355 19634933760 4065376 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5872 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19174740 memory=646092 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065376 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19174740 memory=1355906 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 1700 0 0 0 0 0 0 0 20 0 21 0 18765358 19634933760 4065376 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237539] ppid=237513 vsize=19174740 memory=198340509722 CPUtime=0 cores=4,6
/proc/237516/task/237539/stat : 237539 (Timer-0) S 237513 237516 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18765947 19634933760 4065376 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16261504 KiB

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

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

# cumulated CPU time of all completed processes:  user=3573.24 s, system=27.2556 s

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

[startup+3493.6 s]
/proc/loadavg: 3.23 3.54 3.92 3/300 239457
/proc/meminfo: memFree=61075836/131655788 swapFree=131071472/131071996
[pid=237516] ppid=237513 vsize=19374432 memory=16262112 CPUtime=3600.41 cores=4,6
/proc/237516/stat : 237516 (java) S 237513 237516 231903 0 -1 1077936128 357501 0 1 0 357323 2718 0 0 20 0 21 0 18765354 19839418368 4065528 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
/proc/237516/statm: 4843608 4065528 5869 1 0 4084443 0
[pid=237516/tid=237518] ppid=237513 vsize=19374432 memory=11672 CPUtime=3265.19 cores=4,6
/proc/237516/task/237518/stat : 237518 (java) S 237513 237516 231903 0 -1 1077936192 108907 0 0 0 324153 2366 0 0 20 0 19 0 18765355 19839418368 4065528 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5873 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237527] ppid=237513 vsize=19374432 memory=16261504 CPUtime=0 cores=4,6
/proc/237516/task/237527/stat : 237527 (Finalizer) S 237513 237516 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18765358 19839418368 4065528 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
[pid=237516/tid=237534] ppid=237513 vsize=19374432 memory=12928 CPUtime=0 cores=4,6
/proc/237516/task/237534/stat : 237534 (Common-Cleaner) S 237513 237516 231903 0 -1 1077936192 1700 0 0 0 0 0 0 0 20 0 19 0 18765358 19839418368 4065528 134679101440 94674998116352 94674998120048 140721505856032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674998127864 94674998128656 94675009515520 140721505862571 140721505862753 140721505862753 140721505869768 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 16262112 KiB

Child status: 143

Real time (s): 3493.69
CPU time (s): 3600.49
CPU user time (s): 3573.24
CPU system time (s): 27.2556
CPU usage (%): 103.057
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 16262112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.24
system time used= 27.2556
maximum resident set size= 16263132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357641
page faults= 1
swaps= 0
block input operations= 184
block output operations= 52758072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138492
involuntary context switches= 14764


# summary of solver processes directly reported to runsolver:
#   pid: 237516
#   total CPU time (s): 3600.49
#   total CPU user time (s): 3573.24
#   total CPU system time (s): 27.2556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2698 second user time and 37.0601 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-24 15:29:20
IDJOB=4449182
IDBENCH=160484
IDSOLVER=3079
FILE ID=nodeC008/4449182-1721827760
RUNJOBID= nodeC008-1721820325-231945
SLURM_JOB_ID= 7891458
Free space on /tmp= 723736 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449182-1721827760/watcher-4449182-1721827760 -o /tmp/evaluation-result-4449182-1721827760/solver-4449182-1721827760 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721820325-231945 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4449182-1721827760 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4449182-1721827760.opb

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

MD5SUM BENCH= 0ade693002e69cf4f48fe48722d4f7a3
RANDOM SEED=672559206

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		: 3664.057
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.19
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		: 3664.182
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.177
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.19
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.145
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.33
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		: 3491.598
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.19
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		: 3659.633
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.33
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.152
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.19
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.189
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        111926792 kB
MemAvailable:   125829356 kB
Buffers:          267372 kB
Cached:         14408092 kB
SwapCached:           48 kB
Active:          2637404 kB
Inactive:       16395924 kB
Active(anon):       1452 kB
Inactive(anon):  4410156 kB
Active(file):    2635952 kB
Inactive(file): 11985768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:            102624 kB
Writeback:           188 kB
AnonPages:       4357612 kB
Mapped:           139152 kB
Shmem:             53976 kB
KReclaimable:     241748 kB
Slab:             363768 kB
SReclaimable:     241748 kB
SUnreclaim:       122020 kB
KernelStack:        4892 kB
PageTables:        19004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7449076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19456 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4098048 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:      400200 kB
DirectMap2M:    49836032 kB
DirectMap1G:    85983232 kB

Free space on /tmp at the end= 723736 MiB
End job on nodeC008 at 2024-07-24 16:27:34