Trace number 4459117

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.31 3588.12

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1540
Best CPU time to get the best result obtained on this benchmark1431.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.11	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.14	c java.vm.version	22.0.1+8-16
0.13/0.14	c java.vm.vendor	Oracle Corporation
0.13/0.14	c sun.arch.data.model	64
0.13/0.14	c java.version		22.0.1
0.13/0.14	c os.name		Linux
0.13/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.14	c os.arch		amd64
0.13/0.15	c Free memory 		2115194816
0.13/0.15	c Max memory 		16282288128
0.13/0.15	c Total memory 		2122317824
0.13/0.16	c Number of processors 	2
0.28/0.22	--- Begin Solver configuration ---
0.28/0.22	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.22	Learn all clauses as in MiniSAT
0.28/0.22	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.22	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.22	No reason simplification
0.28/0.22	Glucose 2.1 dynamic restart strategy
0.28/0.22	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.28/0.22	timeout=2147483s
0.28/0.22	DB Simplification allowed=false
0.28/0.22	Listener: none
0.28/0.22	--- End Solver configuration ---
0.28/0.22	c Pseudo Boolean Optimization by upper bound
0.28/0.22	c --- Begin Solver configuration ---
0.28/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.22	c Learn all clauses as in MiniSAT
0.28/0.22	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.22	c No reason simplification
0.28/0.22	c Glucose 2.1 dynamic restart strategy
0.28/0.22	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.28/0.22	c timeout=2147483s
0.28/0.22	c DB Simplification allowed=false
0.28/0.22	c Listener: none
0.28/0.22	c --- End Solver configuration ---
0.28/0.22	c solving HOME/instance-4459117-1721885788.opb
0.28/0.22	c reading problem ... 
0.28/0.25	c  objective function found
533.76/523.96	c ... done. Wall clock time 523.736s.
533.76/523.96	c declared #vars     4576880
533.76/523.96	c #constraints  176770
533.76/523.96	c constraints type 
533.76/523.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87615
533.76/523.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 89155
533.76/523.96	c 176770 constraints processed.
533.76/523.97	c objective function length is 3080 literals
538.91/527.17	c cleaning 2498 clauses out of 5004 with flag 32252/5004
541.38/529.49	c cleaning 4251 clauses out of 8503 with flag 71168/11001
545.24/532.66	c cleaning 5622 clauses out of 11255 with flag 116003/18004
549.39/536.51	c cleaning 6807 clauses out of 13629 with flag 164267/26000
554.17/541.35	c cleaning 7891 clauses out of 15822 with flag 223987/35000
559.16/546.38	c cleaning 8952 clauses out of 17931 with flag 282117/45000
567.54/554.76	c cleaning 9975 clauses out of 19981 with flag 350865/56002
573.22/560.40	c cleaning 10986 clauses out of 22006 with flag 430518/68002
578.61/565.83	c cleaning 11993 clauses out of 24018 with flag 522532/81000
584.61/571.87	c cleaning 13001 clauses out of 26028 with flag 622198/95003
591.90/579.15	c cleaning 13998 clauses out of 28024 with flag 724866/110000
599.15/586.22	c cleaning 15002 clauses out of 30028 with flag 831775/126002
607.71/594.77	c cleaning 16000 clauses out of 32026 with flag 956626/143002
616.25/603.27	c cleaning 17000 clauses out of 34026 with flag 1078153/161002
628.83/615.87	c cleaning 17965 clauses out of 36026 with flag 1202020/180002
640.11/627.19	c cleaning 18983 clauses out of 38064 with flag 1335586/200005
651.26/638.30	c cleaning 20018 clauses out of 40076 with flag 1481122/221000
662.35/649.21	c cleaning 21001 clauses out of 42060 with flag 1630008/243002
677.01/664.01	c cleaning 21994 clauses out of 44058 with flag 1778712/266001
695.77/682.78	c cleaning 23003 clauses out of 46065 with flag 1936486/290002
710.82/697.87	c cleaning 24013 clauses out of 48060 with flag 2120337/315000
731.67/718.52	c cleaning 25011 clauses out of 50050 with flag 2303893/341003
750.04/736.93	c cleaning 26007 clauses out of 52037 with flag 2502379/368001
765.41/751.99	c cleaning 26978 clauses out of 54030 with flag 2668836/396001
789.07/775.11	c cleaning 27986 clauses out of 56051 with flag 2861981/425000
813.20/799.35	c cleaning 28995 clauses out of 58066 with flag 3066284/455001
829.56/815.75	c cleaning 29979 clauses out of 60071 with flag 3260647/486001
842.13/828.35	c cleaning 30962 clauses out of 62095 with flag 3502042/518004
871.74/857.52	c cleaning 31974 clauses out of 64130 with flag 3716258/551001
889.60/875.48	c cleaning 32991 clauses out of 66156 with flag 3932347/585001
908.17/894.09	c cleaning 33973 clauses out of 68164 with flag 4161214/620000
927.20/912.79	c cleaning 34970 clauses out of 70191 with flag 4389848/656000
949.34/934.91	c cleaning 35991 clauses out of 72221 with flag 4620387/693000
968.81/954.47	c cleaning 36962 clauses out of 74230 with flag 4867680/731000
992.50/978.10	c cleaning 37963 clauses out of 76269 with flag 5122567/770001
1018.13/1003.75	c cleaning 38993 clauses out of 78306 with flag 5377877/810001
1057.97/1043.38	c cleaning 40004 clauses out of 80316 with flag 5656894/851004
1088.41/1073.82	c cleaning 40997 clauses out of 82308 with flag 5945650/893000
1125.91/1111.49	c cleaning 41990 clauses out of 84311 with flag 6231128/936000
1157.73/1142.97	c cleaning 43138 clauses out of 86322 with flag 6516036/980001
1204.02/1189.37	c cleaning 44071 clauses out of 88183 with flag 6796233/1025000
1289.56/1274.83	c cleaning 45035 clauses out of 90113 with flag 7076858/1071001
1362.71/1348.11	c cleaning 46016 clauses out of 92077 with flag 7364501/1118000
1448.38/1433.98	c cleaning 47009 clauses out of 94062 with flag 7681036/1166001
1513.98/1499.45	c cleaning 48003 clauses out of 96055 with flag 8042336/1215003
1592.49/1578.61	c cleaning 49007 clauses out of 98050 with flag 8373854/1265001
1665.82/1651.94	c cleaning 49998 clauses out of 100042 with flag 8773493/1316000
1748.68/1735.51	c cleaning 50992 clauses out of 102044 with flag 9253172/1368000
1841.71/1828.71	c cleaning 51999 clauses out of 104053 with flag 9698456/1421001
1937.12/1925.07	c cleaning 53002 clauses out of 106055 with flag 10140467/1475002
2031.62/2019.79	c cleaning 53997 clauses out of 108053 with flag 10561768/1530002
2112.91/2101.79	c cleaning 54994 clauses out of 110054 with flag 11023787/1586000
2227.25/2216.66	c cleaning 56000 clauses out of 112060 with flag 11567355/1643000
2342.07/2328.13	c cleaning 57001 clauses out of 114061 with flag 12138465/1701001
2455.16/2441.59	c cleaning 57999 clauses out of 116060 with flag 12636721/1760001
2595.14/2581.31	c cleaning 58999 clauses out of 118061 with flag 13195601/1820001
2715.73/2701.57	c cleaning 60003 clauses out of 120061 with flag 13736864/1881000
2857.98/2844.16	c cleaning 61001 clauses out of 122061 with flag 14298858/1943003
2995.67/2981.67	c cleaning 61998 clauses out of 124058 with flag 14878598/2006001
3138.60/3124.35	c cleaning 63002 clauses out of 126064 with flag 15450182/2070005
3307.29/3293.06	c cleaning 63999 clauses out of 128057 with flag 16019769/2135000
3461.79/3448.92	c cleaning 64994 clauses out of 130058 with flag 16622280/2201000
3600.02/3587.94	c starts		: 361
3600.02/3587.94	c timeout
3600.02/3587.95	c conflicts		: 2261085
3600.02/3587.95	c decisions		: 163386692
3600.02/3587.95	c propagations		: 345252998
3600.02/3587.95	c inspects		: 9724854927
3600.02/3587.95	c shortcuts		: 0
3600.02/3587.95	c learnt literals	: 0
3600.02/3587.95	c learnt binary clauses	: 0
3600.02/3587.95	c learnt ternary clauses	: 0
3600.02/3587.95	c learnt constraints	: 2261085
3600.02/3587.95	c ignored constraints	: 0
3600.02/3587.95	c root simplifications	: 0
3600.02/3587.95	c removed literals (reason simplification)	: 0
3600.02/3587.95	c reason swapping (by a shorter reason)	: 0
3600.02/3587.95	c Calls to reduceDB	: 62
3600.02/3587.95	c Number of update (reduction) of LBD	: 1286693
3600.02/3587.95	c Imported unit clauses	: 0
3600.02/3587.95	c No decision after first conflict	: false
3600.02/3587.95	c number of reductions to clauses (during analyze)	: 0
3600.02/3587.95	c number of learned constraints concerned by reduction	: 0
3600.02/3587.95	c number of learning phase by resolution	: 0
3600.02/3587.95	c number of learning phase by cutting planes	: 0
3600.02/3587.95	c number of rounding to 1 operations	: 0
3600.02/3587.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3587.96	c number of reductions of the coefficients by power 2 	: 0
3600.02/3587.96	c number of right shift for reduction by power 2 	: 0
3600.02/3587.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3587.96	c number of ending skipping 	: 0
3600.02/3587.96	c number of internal skipping 	: 0
3600.02/3587.96	c number of derivation steps 	: 0
3600.02/3587.96	c number of skipped derivation steps 	: 0
3600.02/3587.96	c number of remaining unassigned 	: 0
3600.02/3587.96	c number of remaining assigned 	: 0
3600.02/3587.96	c number of falsified literals weakened from reason	: 0
3600.02/3587.96	c number of falsified literals weakened from conflict	: 0
3600.02/3587.96	c time for arithmetic operations	: 0
3600.02/3587.97	c minimum degree of deleted constraints	: null
3600.02/3587.97	c maximum degree of deleted constraints	: null
3600.02/3587.97	c number of deleted constraints	: 0
3600.02/3587.97	c speed (assignments/second)	: 112686.88169628431
3600.02/3587.97	c non guided choices	: 159995029
3600.20/3588.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 125149
3600.20/3588.08	s UNKNOWN
3600.20/3588.08	c Total wall clock time (in seconds): 3587.859

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: 64096 MiB (45733 MiB free)
  memory of node 1: 64473 MiB (37655 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459117-1721885788/watcher-4459117-1721885788 -o /tmp/evaluation-result-4459117-1721885788/solver-4459117-1721885788 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721877730-203502 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4459117-1721885788.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=208751, runsolver pid=208748
Current StackSize limit: 8192 KiB


[startup+0.100498 s]*
/proc/loadavg: 5.72 5.76 5.45 10/315 208769
/proc/meminfo: memFree=85353180/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=18975048 memory=58024 CPUtime=0.13 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 7041 0 0 0 11 2 0 0 20 0 18 0 24568846 19430449152 14506 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4743762 14506 5615 1 0 550940 0
[pid=208751/tid=208753] ppid=208748 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 5994 0 0 0 6 1 0 0 20 0 18 0 24568847 19430449152 14506 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24568852 19430449152 14506 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=18975048 memory=14127853412601218 CPUtime=0 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 24568853 19430449152 14506 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58024 KiB

[startup+0.207208 s]*
/proc/loadavg: 5.72 5.76 5.45 9/315 208769
/proc/meminfo: memFree=85344348/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=18975048 memory=66728 CPUtime=0.28 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 7686 0 0 0 25 3 0 0 20 0 18 0 24568846 19430449152 16682 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4743762 16682 5603 1 0 551459 0
[pid=208751/tid=208753] ppid=208748 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 1077936192 6220 0 0 0 16 2 0 0 20 0 18 0 24568847 19430449152 16682 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=18975048 memory=1364536 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24568852 19430449152 16682 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 24568853 19430449152 16682 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66728 KiB

[startup+0.305755 s]*
/proc/loadavg: 5.72 5.76 5.45 10/315 208769
/proc/meminfo: memFree=85176748/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=18975048 memory=234540 CPUtime=0.44 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 8057 0 0 0 38 6 0 0 20 0 18 0 24568846 19430449152 58635 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4743762 58635 5802 1 0 551609 0
[pid=208751/tid=208753] ppid=208748 vsize=18975048 memory=-8600014246440051388 CPUtime=0.26 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 6515 0 0 0 21 5 0 0 20 0 18 0 24568847 19430449152 58635 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24568852 19430449152 58635 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 24568853 19430449152 58635 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 234540 KiB

[startup+0.700397 s]
/proc/loadavg: 5.72 5.76 5.45 9/316 208770
/proc/meminfo: memFree=84522356/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19041612 memory=890156 CPUtime=1.14 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 10517 0 0 0 95 19 0 0 20 0 19 0 24568846 19498610688 222539 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4760403 222539 5834 1 0 553019 0
[pid=208751/tid=208753] ppid=208748 vsize=19041612 memory=5516 CPUtime=0.61 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 7144 0 0 0 44 17 0 0 20 0 19 0 24568847 19498610688 222539 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19041612 memory=12668 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24568852 19498610688 222539 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 24568853 19498610688 222539 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 890156 KiB

[startup+1.5004 s]
/proc/loadavg: 5.74 5.76 5.45 8/316 208770
/proc/meminfo: memFree=84514876/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19041612 memory=1320776 CPUtime=2.18 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 11471 0 0 0 190 28 0 0 20 0 19 0 24568846 19498610688 330194 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4760403 330194 5866 1 0 797410 0
[pid=208751/tid=208753] ppid=208748 vsize=19041612 memory=12668 CPUtime=1.37 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 7387 0 0 0 112 25 0 0 20 0 19 0 24568847 19498610688 330194 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24568852 19498610688 330194 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 24568853 19498610688 330194 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 2.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1320776 KiB

[startup+3.1064 s]
/proc/loadavg: 5.74 5.76 5.45 7/316 208770
/proc/meminfo: memFree=83759440/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19041612 memory=1648820 CPUtime=4.1 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 12282 0 0 0 375 35 0 0 20 0 19 0 24568846 19498610688 412205 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4760403 412205 5866 1 0 987504 0
[pid=208751/tid=208753] ppid=208748 vsize=19041612 memory=0 CPUtime=2.83 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 7646 0 0 0 252 31 0 0 20 0 19 0 24568847 19498610688 412205 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19041612 memory=12668 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24568852 19498610688 412205 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19041612 memory=1320776 CPUtime=0 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 24568853 19498610688 412205 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 4.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1648820 KiB

[startup+6.30044 s]
/proc/loadavg: 5.76 5.77 5.45 7/316 208770
/proc/meminfo: memFree=82761000/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19041612 memory=2645352 CPUtime=7.98 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 16052 0 0 0 740 58 0 0 20 0 19 0 24568846 19498610688 661338 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4760403 661338 5875 1 0 1590154 0
[pid=208751/tid=208753] ppid=208748 vsize=19041612 memory=0 CPUtime=5.79 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 8442 0 0 0 528 51 0 0 20 0 19 0 24568847 19498610688 661338 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19041612 memory=1320776 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24568852 19498610688 661338 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19041612 memory=224194199869 CPUtime=0 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 24568853 19498610688 661338 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 7.98 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2645352 KiB

[startup+12.7004 s]
/proc/loadavg: 5.62 5.74 5.45 5/316 208772
/proc/meminfo: memFree=82312192/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19041612 memory=3097248 CPUtime=14.86 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 21978 0 0 0 1417 69 0 0 20 0 19 0 24568846 19498610688 774312 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4760403 774312 5875 1 0 1855800 0
[pid=208751/tid=208753] ppid=208748 vsize=19041612 memory=3093152 CPUtime=11.73 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 9305 0 0 0 1114 59 0 0 20 0 19 0 24568847 19498610688 774312 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19041612 memory=2660096 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24568852 19498610688 774312 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19041612 memory=15537444464365248 CPUtime=0 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 24568853 19498610688 774312 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 14.86 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3097248 KiB

[startup+25.5005 s]
/proc/loadavg: 5.61 5.73 5.45 7/316 208773
/proc/meminfo: memFree=81973108/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19041612 memory=3431664 CPUtime=28.02 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 25503 0 0 0 2724 78 0 0 20 0 19 0 24568846 19498610688 857916 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4760403 857916 5875 1 0 2037535 0
[pid=208751/tid=208753] ppid=208748 vsize=19041612 memory=3422888 CPUtime=23.72 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 10487 0 0 0 2307 65 0 0 20 0 19 0 24568847 19498610688 857916 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24568852 19498610688 857916 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 24568853 19498610688 857916 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 28.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3431664 KiB

[startup+51.1134 s]
/proc/loadavg: 5.77 5.76 5.47 7/316 208779
/proc/meminfo: memFree=81098096/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19041612 memory=4304556 CPUtime=54.04 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 29304 0 0 0 5305 99 0 0 20 0 19 0 24568846 19498610688 1076139 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4760403 1076139 5875 1 0 2495004 0
[pid=208751/tid=208753] ppid=208748 vsize=19041612 memory=0 CPUtime=47.76 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 12509 0 0 0 4696 80 0 0 20 0 19 0 24568847 19498610688 1076139 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19041612 memory=3097248 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24568852 19498610688 1076139 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19041612 memory=1652916 CPUtime=0 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 24568853 19498610688 1076139 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 54.04 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4304556 KiB

[startup+102.3 s]
/proc/loadavg: 6.04 5.83 5.50 7/316 208788
/proc/meminfo: memFree=79999612/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19041612 memory=5400920 CPUtime=105.82 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 36355 0 0 0 10454 128 0 0 20 0 19 0 24568846 19498610688 1350230 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4760403 1350230 5875 1 0 2977541 0

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

/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24568852 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19108176 memory=9812656 CPUtime=0.01 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 5066 0 0 0 1 0 0 0 20 0 20 0 24568853 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208872] ppid=208748 vsize=19108176 memory=9812656 CPUtime=0 cores=0,2
/proc/208751/task/208872/stat : 208872 (Timer-0) S 208748 208751 203492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 24621260 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 3296.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9812656 KiB

[startup+3342.3 s]
/proc/loadavg: 3.27 3.31 3.79 4/296 210728
/proc/meminfo: memFree=105750124/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3356.15 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 269850 0 0 0 335175 440 0 0 20 0 20 0 24568846 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4777044 2453164 5940 1 0 3859475 0
[pid=208751/tid=208753] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3282.27 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 135289 0 0 0 328072 155 0 0 20 0 20 0 24568847 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19108176 memory=9812656 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24568852 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19108176 memory=61204 CPUtime=0.01 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 5153 0 0 0 1 0 0 0 20 0 20 0 24568853 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208872] ppid=208748 vsize=19108176 memory=9812656 CPUtime=0 cores=0,2
/proc/208751/task/208872/stat : 208872 (Timer-0) S 208748 208751 203492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 24621260 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 3356.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9812656 KiB

[startup+3402.3 s]
/proc/loadavg: 3.23 3.30 3.76 4/296 210738
/proc/meminfo: memFree=105749672/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3415.61 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 272465 0 0 0 341118 443 0 0 20 0 20 0 24568846 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4777044 2453164 5940 1 0 3859475 0
[pid=208751/tid=208753] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3341.68 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 137494 0 0 0 334013 155 0 0 20 0 20 0 24568847 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19108176 memory=9812656 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24568852 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19108176 memory=9812656 CPUtime=0.01 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 5238 0 0 0 1 0 0 0 20 0 20 0 24568853 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208872] ppid=208748 vsize=19108176 memory=9812656 CPUtime=0 cores=0,2
/proc/208751/task/208872/stat : 208872 (Timer-0) S 208748 208751 203492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 24621260 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 3415.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9812656 KiB

[startup+3462.3 s]
/proc/loadavg: 3.14 3.26 3.71 4/294 210749
/proc/meminfo: memFree=105745088/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3475.07 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 275307 0 0 0 347061 446 0 0 20 0 20 0 24568846 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4777044 2453164 5940 1 0 3859475 0
[pid=208751/tid=208753] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3401.08 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 139988 0 0 0 339953 155 0 0 20 0 20 0 24568847 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19108176 memory=61204 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24568852 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19108176 memory=15864 CPUtime=0.01 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 5377 0 0 0 1 0 0 0 20 0 20 0 24568853 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208872] ppid=208748 vsize=19108176 memory=-8600014246440051388 CPUtime=0 cores=0,2
/proc/208751/task/208872/stat : 208872 (Timer-0) S 208748 208751 203492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 24621260 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 3475.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9812656 KiB

[startup+3522.3 s]
/proc/loadavg: 3.16 3.24 3.68 5/294 210759
/proc/meminfo: memFree=105707640/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3535.01 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 280406 0 0 0 353050 451 0 0 20 0 20 0 24568846 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4777044 2453164 5940 1 0 3859475 0
[pid=208751/tid=208753] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3459.86 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 141562 0 0 0 345831 155 0 0 20 0 20 0 24568847 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19108176 memory=61204 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24568852 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19108176 memory=7948 CPUtime=0.01 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 5515 0 0 0 1 0 0 0 20 0 20 0 24568853 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208872] ppid=208748 vsize=19108176 memory=16144 CPUtime=0 cores=0,2
/proc/208751/task/208872/stat : 208872 (Timer-0) S 208748 208751 203492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 24621260 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 3535.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9812656 KiB

[startup+3582.3 s]
/proc/loadavg: 3.15 3.22 3.64 4/292 210770
/proc/meminfo: memFree=105373900/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3594.47 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 282661 0 0 0 358992 455 0 0 20 0 20 0 24568846 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4777044 2453164 5940 1 0 3859475 0
[pid=208751/tid=208753] ppid=208748 vsize=19108176 memory=16144 CPUtime=3519.28 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 143519 0 0 0 351772 156 0 0 20 0 20 0 24568847 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24568852 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19108176 memory=-8600014246440051388 CPUtime=0.02 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 5657 0 0 0 1 1 0 0 20 0 20 0 24568853 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208872] ppid=208748 vsize=19108176 memory=9812656 CPUtime=0 cores=0,2
/proc/208751/task/208872/stat : 208872 (Timer-0) S 208748 208751 203492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 24621260 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 3594.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9812656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.9 s]
/proc/loadavg: 3.13 3.22 3.64 4/291 210770
/proc/meminfo: memFree=105285768/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3600.02 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 282891 0 0 0 359547 455 0 0 20 0 20 0 24568846 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4777044 2453164 5940 1 0 3859475 0
[pid=208751/tid=208753] ppid=208748 vsize=19108176 memory=9812656 CPUtime=3524.83 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) R 208748 208751 203492 0 -1 4194368 143611 0 0 0 352327 156 0 0 20 0 20 0 24568847 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24568852 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19108176 memory=9812656 CPUtime=0.02 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 5795 0 0 0 1 1 0 0 20 0 20 0 24568853 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208872] ppid=208748 vsize=19108176 memory=9812656 CPUtime=0 cores=0,2
/proc/208751/task/208872/stat : 208872 (Timer-0) S 208748 208751 203492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 24621260 19566772224 2453164 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9812656 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.71 s, system=4.59397 s

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

[startup+3588.02 s]*
/proc/loadavg: 3.13 3.22 3.64 4/292 210773
/proc/meminfo: memFree=105266640/131655788 swapFree=131058856/131071996
[pid=208751] ppid=208748 vsize=19307868 memory=9813668 CPUtime=3600.2 cores=0,2
/proc/208751/stat : 208751 (java) S 208748 208751 203492 0 -1 1077936128 286022 0 0 0 359564 456 0 0 20 0 21 0 24568846 19771256832 2453417 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
/proc/208751/statm: 4826967 2453417 5939 1 0 3860415 0
[pid=208751/tid=208753] ppid=208748 vsize=19307868 memory=1013917224737513 CPUtime=3524.86 cores=0,2
/proc/208751/task/208753/stat : 208753 (java) S 208748 208751 203492 0 -1 1077936192 143821 0 0 0 352330 156 0 0 20 0 21 0 24568847 19771256832 2453417 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208762] ppid=208748 vsize=19307868 memory=1470489537835336281 CPUtime=0 cores=0,2
/proc/208751/task/208762/stat : 208762 (Finalizer) S 208748 208751 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 24568852 19771256832 2453417 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=208769] ppid=208748 vsize=19307868 memory=11588 CPUtime=0.02 cores=0,2
/proc/208751/task/208769/stat : 208769 (Common-Cleaner) S 208748 208751 203492 0 -1 1077936192 5795 0 0 0 1 1 0 0 20 0 21 0 24568853 19771256832 2453417 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
[pid=208751/tid=210772] ppid=208748 vsize=19307868 memory=11564 CPUtime=0.08 cores=0,2
/proc/208751/task/210772/stat : 210772 (Thread-0) R 208748 208751 203492 0 -1 4194368 550 0 0 0 8 0 0 0 20 0 21 0 24927640 19771256832 2453417 134679101440 94297275469824 94297275473520 140727879599744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94297275481336 94297275482128 94297278844928 140727879603207 140727879603297 140727879603297 140727879610312 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 9813668 KiB

[startup+3588.11 s]*
/proc/loadavg: 3.13 3.22 3.64 4/273 210773
/proc/meminfo: memFree=114737956/131655788 swapFree=131058856/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3588.12
CPU time (s): 3600.31
CPU user time (s): 3595.71
CPU system time (s): 4.59397
CPU usage (%): 100.34
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 9813668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.71
system time used= 4.59397
maximum resident set size= 9814716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286448
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127383
involuntary context switches= 35359


# summary of solver processes directly reported to runsolver:
#   pid: 208751
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3595.71
#   total CPU system time (s): 4.59397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4373 second user time and 31.0087 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 07:36:30
IDJOB=4459117
IDBENCH=178517
IDSOLVER=3058
FILE ID=nodeC009/4459117-1721885788
RUNJOBID= nodeC009-1721877730-203502
SLURM_JOB_ID= 8089270
Free space on /tmp= 723640 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459117-1721885788/watcher-4459117-1721885788 -o /tmp/evaluation-result-4459117-1721885788/solver-4459117-1721885788 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721877730-203502 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4459117-1721885788.opb

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=862222116

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.289
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.96
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		: 3591.752
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.36
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		: 2927.484
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.96
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		: 3591.569
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.36
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		: 3591.752
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.96
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		: 3509.974
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.36
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		: 3535.065
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.96
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.294
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        85390528 kB
MemAvailable:   89004700 kB
Buffers:          307920 kB
Cached:          4044572 kB
SwapCached:         4924 kB
Active:          1772400 kB
Inactive:       43687576 kB
Active(anon):       1616 kB
Inactive(anon): 41151172 kB
Active(file):    1770784 kB
Inactive(file):  2536404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:            113428 kB
Writeback:             0 kB
AnonPages:      41101468 kB
Mapped:           111000 kB
Shmem:             45300 kB
KReclaimable:     294368 kB
Slab:             405596 kB
SReclaimable:     294368 kB
SUnreclaim:       111228 kB
KernelStack:        4816 kB
PageTables:        90544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   45807376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:  40003584 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:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723656 MiB
End job on nodeC009 at 2024-07-25 08:36:18