Trace number 4432452

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.21 3602.3

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMf42bed8b206e9691e6e5fc670f14b50f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-214739
Best CPU time to get the best result obtained on this benchmark66957.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 272557
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 594102826
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 594102826
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4432452-1721157877.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
6.15/4.06	c ... done. Wall clock time 3.938s.
6.15/4.06	c declared #vars     399113
6.15/4.06	c #constraints  400980
6.15/4.06	c constraints type 
6.15/4.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
6.15/4.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
6.15/4.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.15/4.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
6.15/4.06	c 400980 constraints processed.
6.15/4.07	c objective function length is 272557 literals
35.79/32.68	c cleaning 2498 clauses out of 4996 with flag 21660/5000
72.83/69.63	c cleaning 4248 clauses out of 8498 with flag 50260/11000
111.69/108.34	c cleaning 5626 clauses out of 11251 with flag 83540/18001
146.66/143.05	c cleaning 6807 clauses out of 13625 with flag 122785/26001
173.39/169.83	c cleaning 7903 clauses out of 15817 with flag 167341/35000
205.83/202.31	c cleaning 8957 clauses out of 17914 with flag 217285/45000
242.65/239.25	c cleaning 9978 clauses out of 19958 with flag 273823/56001
291.36/288.07	c cleaning 10988 clauses out of 21979 with flag 332873/68000
344.64/341.40	c cleaning 11985 clauses out of 23991 with flag 397236/81000
393.82/390.55	c cleaning 12998 clauses out of 26007 with flag 467706/95001
458.39/455.26	c cleaning 14003 clauses out of 28008 with flag 540541/110000
534.04/531.08	c cleaning 15004 clauses out of 30007 with flag 617079/126002
611.39/608.30	c cleaning 16001 clauses out of 32002 with flag 702955/143001
709.41/706.54	c cleaning 16995 clauses out of 34002 with flag 789077/161002
792.64/789.90	c cleaning 17999 clauses out of 36005 with flag 887974/180000
877.73/875.04	c cleaning 18996 clauses out of 38006 with flag 994467/200000
966.05/963.57	c cleaning 19995 clauses out of 40010 with flag 1112044/221000
1046.61/1044.14	c cleaning 21005 clauses out of 42015 with flag 1231504/243000
1130.62/1128.79	c cleaning 21991 clauses out of 44010 with flag 1359240/266000
1224.52/1222.88	c cleaning 23005 clauses out of 46019 with flag 1484854/290000
1323.02/1321.59	c cleaning 24002 clauses out of 48014 with flag 1618576/315000
1447.05/1445.88	c cleaning 24995 clauses out of 50013 with flag 1745961/341001
1545.99/1544.77	c cleaning 26004 clauses out of 52017 with flag 1883307/368000
1652.61/1651.34	c cleaning 26993 clauses out of 54013 with flag 2026467/396000
1775.25/1774.20	c cleaning 28007 clauses out of 56021 with flag 2187900/425001
1896.96/1896.07	c cleaning 29001 clauses out of 58014 with flag 2356678/455001
2010.82/2010.15	c cleaning 29996 clauses out of 60012 with flag 2534788/486000
2148.53/2148.31	c cleaning 30997 clauses out of 62016 with flag 2727722/518000
2272.46/2272.38	c cleaning 32005 clauses out of 64020 with flag 2913518/551001
2389.63/2389.67	c cleaning 33003 clauses out of 66014 with flag 3099811/585000
2538.32/2538.89	c cleaning 34005 clauses out of 68013 with flag 3301645/620002
2693.23/2693.87	c cleaning 34995 clauses out of 70006 with flag 3524437/656000
2851.86/2852.89	c cleaning 36003 clauses out of 72011 with flag 3733297/693000
3000.22/3001.42	c cleaning 37001 clauses out of 74008 with flag 3941690/731000
3164.11/3165.56	c cleaning 38002 clauses out of 76008 with flag 4160697/770001
3397.90/3399.63	c cleaning 38995 clauses out of 78005 with flag 4376399/810000
3600.05/3602.22	c starts		: 6
3600.05/3602.22	c conflicts		: 842686
3600.05/3602.22	c decisions		: 9992756
3600.05/3602.22	c propagations		: 1261035199
3600.05/3602.22	c inspects		: 369722799
3600.05/3602.22	c shortcuts		: 0
3600.05/3602.22	c learnt literals	: 4
3600.05/3602.22	c learnt binary clauses	: 173
3600.05/3602.22	c learnt ternary clauses	: 206
3600.05/3602.22	c learnt constraints	: 842682
3600.05/3602.22	c ignored constraints	: 0
3600.05/3602.22	c root simplifications	: 0
3600.05/3602.22	c removed literals (reason simplification)	: 0
3600.05/3602.22	c reason swapping (by a shorter reason)	: 0
3600.05/3602.22	c Calls to reduceDB	: 36
3600.05/3602.22	c Number of update (reduction) of LBD	: 50816
3600.05/3602.22	c Imported unit clauses	: 0
3600.05/3602.22	c No decision after first conflict	: false
3600.05/3602.22	c number of reductions to clauses (during analyze)	: 0
3600.05/3602.22	c number of learned constraints concerned by reduction	: 0
3600.05/3602.22	c number of learning phase by resolution	: 0
3600.05/3602.22	c number of learning phase by cutting planes	: 0
3600.05/3602.22	c number of rounding to 1 operations	: 0
3600.05/3602.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3602.22	c number of reductions of the coefficients by power 2 	: 0
3600.05/3602.22	c number of right shift for reduction by power 2 	: 0
3600.05/3602.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3602.22	c number of ending skipping 	: 0
3600.05/3602.22	c number of internal skipping 	: 0
3600.05/3602.22	c number of derivation steps 	: 0
3600.05/3602.22	c number of skipped derivation steps 	: 0
3600.05/3602.22	c number of remaining unassigned 	: 0
3600.05/3602.22	c number of remaining assigned 	: 0
3600.05/3602.22	c number of falsified literals weakened from reason	: 0
3600.05/3602.22	c number of falsified literals weakened from conflict	: 0
3600.05/3602.22	c time for arithmetic operations	: 0
3600.05/3602.24	c minimum degree of deleted constraints	: null
3600.05/3602.24	c maximum degree of deleted constraints	: null
3600.05/3602.24	c number of deleted constraints	: 0
3600.05/3602.24	c speed (assignments/second)	: 350473.3061300267
3600.05/3602.24	c non guided choices	: 111277
3600.05/3602.25	c timeout
3600.05/3602.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 71523
3600.05/3602.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 173
3600.05/3602.27	s UNKNOWN
3600.05/3602.27	c Total wall clock time (in seconds): 3602.16

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432452-1721157877/watcher-4432452-1721157877 -o /tmp/evaluation-result-4432452-1721157877/solver-4432452-1721157877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721157252-873791 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432452-1721157877.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
Current StackSize limit: 8192 KiB

solver pid=874098, runsolver pid=874095

[startup+0.100125 s]*
/proc/loadavg: 5.13 5.02 4.66 7/333 874116
/proc/meminfo: memFree=114535248/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=18975048 memory=63164 CPUtime=0.13 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 7257 0 0 0 11 2 0 0 20 0 18 0 167956028 19430449152 15791 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4743762 15791 5659 1 0 549346 0
[pid=874098/tid=874100] ppid=874095 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 5768 0 0 0 7 2 0 0 20 0 18 0 167956028 19430449152 15791 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167956030 19430449152 15791 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167956031 19430449152 15791 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63164 KiB

[startup+0.206479 s]*
/proc/loadavg: 5.13 5.02 4.66 7/333 874116
/proc/meminfo: memFree=114496068/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=18975048 memory=102548 CPUtime=0.34 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 9414 0 0 0 30 4 0 0 20 0 18 0 167956028 19430449152 25637 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4743762 25637 5816 1 0 550832 0
[pid=874098/tid=874100] ppid=874095 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 5865 0 0 0 16 2 0 0 20 0 18 0 167956028 19430449152 25637 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=18975048 memory=15945 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167956030 19430449152 25637 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167956031 19430449152 25637 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 102548 KiB

[startup+0.30648 s]*
/proc/loadavg: 5.13 5.02 4.66 6/333 874116
/proc/meminfo: memFree=114457524/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=18975048 memory=140908 CPUtime=0.53 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 9843 0 0 0 49 4 0 0 20 0 18 0 167956028 19430449152 35227 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4743762 35227 5816 1 0 551119 0
[pid=874098/tid=874100] ppid=874095 vsize=18975048 memory=-8814787367313711804 CPUtime=0.28 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 5888 0 0 0 25 3 0 0 20 0 18 0 167956028 19430449152 35227 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167956030 19430449152 35227 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167956031 19430449152 35227 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 140908 KiB

[startup+0.700492 s]
/proc/loadavg: 5.13 5.02 4.66 7/334 874117
/proc/meminfo: memFree=114409228/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19041612 memory=207592 CPUtime=1.27 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 10193 0 0 0 121 6 0 0 20 0 19 0 167956028 19498610688 51898 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4760403 51898 5848 1 0 551478 0
[pid=874098/tid=874100] ppid=874095 vsize=19041612 memory=5428 CPUtime=0.61 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 5953 0 0 0 57 4 0 0 20 0 19 0 167956028 19498610688 51898 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19041612 memory=13120 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167956030 19498610688 51898 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167956031 19498610688 51898 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 207592 KiB

[startup+1.50049 s]
/proc/loadavg: 5.12 5.02 4.66 6/334 874117
/proc/meminfo: memFree=114219656/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19041612 memory=1121936 CPUtime=2.78 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 21111 0 0 0 253 25 0 0 20 0 19 0 167956028 19498610688 280484 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4760403 280484 5848 1 0 1689162 0
[pid=874098/tid=874100] ppid=874095 vsize=19041612 memory=13120 CPUtime=1.17 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 6384 0 0 0 97 20 0 0 20 0 19 0 167956028 19498610688 280484 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167956030 19498610688 280484 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167956031 19498610688 280484 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1121936 KiB

[startup+3.10565 s]
/proc/loadavg: 5.12 5.02 4.66 5/334 874117
/proc/meminfo: memFree=110940272/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19041612 memory=3644664 CPUtime=5.04 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 23797 0 0 0 431 73 0 0 20 0 19 0 167956028 19498610688 911166 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4760403 911166 5848 1 0 2169642 0
[pid=874098/tid=874100] ppid=874095 vsize=19041612 memory=0 CPUtime=2.52 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 7517 0 0 0 189 63 0 0 20 0 19 0 167956028 19498610688 911166 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19041612 memory=13120 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167956030 19498610688 911166 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19041612 memory=2130608 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167956031 19498610688 911166 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 5.04 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3644664 KiB

[startup+6.30023 s]
/proc/loadavg: 5.03 5.00 4.66 5/335 874118
/proc/meminfo: memFree=110805136/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19108176 memory=3773612 CPUtime=9.14 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 24304 0 0 0 838 76 0 0 20 0 20 0 167956028 19566772224 943403 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4777044 943403 5915 1 0 2170078 0
[pid=874098/tid=874100] ppid=874095 vsize=19108176 memory=0 CPUtime=5.56 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 7679 0 0 0 492 64 0 0 20 0 20 0 167956028 19566772224 943403 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19108176 memory=11392 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167956030 19566772224 943403 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167956031 19566772224 943403 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19108176 memory=3773612 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167956442 19566772224 943403 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3773612 KiB

[startup+12.7002 s]
/proc/loadavg: 4.95 4.98 4.65 5/335 874119
/proc/meminfo: memFree=110790404/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19108176 memory=3773876 CPUtime=15.91 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 24385 0 0 0 1515 76 0 0 20 0 20 0 167956028 19566772224 943469 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4777044 943469 5915 1 0 2170078 0
[pid=874098/tid=874100] ppid=874095 vsize=19108176 memory=3773876 CPUtime=11.94 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 7680 0 0 0 1130 64 0 0 20 0 20 0 167956028 19566772224 943469 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167956030 19566772224 943469 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167956031 19566772224 943469 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19108176 memory=3777812 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167956442 19566772224 943469 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3773876 KiB

[startup+25.5002 s]
/proc/loadavg: 4.80 4.95 4.64 5/335 874121
/proc/meminfo: memFree=110763500/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19108176 memory=3774184 CPUtime=28.7 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 25158 0 0 0 2793 77 0 0 20 0 20 0 167956028 19566772224 943546 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4777044 943546 5915 1 0 2170078 0
[pid=874098/tid=874100] ppid=874095 vsize=19108176 memory=0 CPUtime=24.71 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 8037 0 0 0 2407 64 0 0 20 0 20 0 167956028 19566772224 943546 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19108176 memory=3777812 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167956030 19566772224 943546 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19108176 memory=417 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167956031 19566772224 943546 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167956442 19566772224 943546 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3774184 KiB

[startup+51.1055 s]
/proc/loadavg: 4.48 4.86 4.62 5/333 874125
/proc/meminfo: memFree=110719564/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19108176 memory=3774528 CPUtime=54.32 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 30097 0 0 0 5354 78 0 0 20 0 20 0 167956028 19566772224 943632 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4777044 943632 5931 1 0 2170110 0
[pid=874098/tid=874100] ppid=874095 vsize=19108176 memory=3774528 CPUtime=50.25 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 10230 0 0 0 4961 64 0 0 20 0 20 0 167956028 19566772224 943632 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19108176 memory=3774528 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167956030 19566772224 943632 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19108176 memory=3774528 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167956031 19566772224 943632 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19108176 memory=3774528 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167956442 19566772224 943632 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 54.32 s
Current children cumulated vsize: 19108176 KiB

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

/proc/meminfo: memFree=113354224/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3220.79 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 176456 0 0 0 321838 241 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4793685 1730893 5960 1 0 2170501 0
[pid=874098/tid=874100] ppid=874095 vsize=19174740 memory=16084 CPUtime=3207.95 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 89503 0 0 0 320714 81 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19174740 memory=6923572 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 167956030 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19174740 memory=13120 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 6910 0 0 0 0 0 0 0 20 0 21 0 167956031 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19174740 memory=6923572 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 167956442 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 3220.79 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6923572 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.21 4.19 5/333 876109
/proc/meminfo: memFree=113353072/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3280.67 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 178326 0 0 0 327823 244 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4793685 1730893 5960 1 0 2170501 0
[pid=874098/tid=874100] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3267.78 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 91098 0 0 0 326697 81 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 167956030 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19174740 memory=13120 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 7059 0 0 0 0 0 0 0 20 0 21 0 167956031 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19174740 memory=140432545678158 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 167956442 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 3280.67 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6923572 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.20 4.18 5/336 876125
/proc/meminfo: memFree=113227076/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3340.54 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 180317 0 0 0 333807 247 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4793685 1730893 5960 1 0 2170501 0
[pid=874098/tid=874100] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3327.6 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 92811 0 0 0 332679 81 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19174740 memory=6923572 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 167956030 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19174740 memory=5568 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 7204 0 0 0 0 0 0 0 20 0 21 0 167956031 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19174740 memory=11592 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 167956442 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 3340.54 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6923572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.17 4.18 5/336 876136
/proc/meminfo: memFree=112932584/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3400.59 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 184746 0 0 0 339809 250 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4793685 1730893 5960 1 0 2170501 0
[pid=874098/tid=874100] ppid=874095 vsize=19174740 memory=5428 CPUtime=3387.13 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 95185 0 0 0 338631 82 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19174740 memory=6923572 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 167956030 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19174740 memory=13120 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 7290 0 0 0 0 0 0 0 20 0 21 0 167956031 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19174740 memory=6923572 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 167956442 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 3400.59 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6923572 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.16 4.17 5/336 876147
/proc/meminfo: memFree=112913356/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3460.46 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 186391 0 0 0 345793 253 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4793685 1730893 5960 1 0 2170501 0
[pid=874098/tid=874100] ppid=874095 vsize=19174740 memory=1848 CPUtime=3446.96 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 96575 0 0 0 344613 83 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19174740 memory=41948 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 167956030 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19174740 memory=6923572 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 7437 0 0 0 0 0 0 0 20 0 21 0 167956031 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19174740 memory=6923572 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 167956442 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 3460.46 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6923572 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.14 4.16 5/336 876158
/proc/meminfo: memFree=112676620/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3520.33 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 188396 0 0 0 351778 255 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4793685 1730893 5960 1 0 2170501 0
[pid=874098/tid=874100] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3506.79 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 98214 0 0 0 350596 83 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19174740 memory=11392 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 167956030 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19174740 memory=6923572 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 7573 0 0 0 0 0 0 0 20 0 21 0 167956031 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19174740 memory=6923572 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 167956442 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 3520.33 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6923572 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/336 876170
/proc/meminfo: memFree=112348916/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3580.2 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 190287 0 0 0 357763 257 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4793685 1730893 5960 1 0 2170501 0
[pid=874098/tid=874100] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3566.61 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 99833 0 0 0 356578 83 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19174740 memory=6923572 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 167956030 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19174740 memory=13120 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 7718 0 0 0 0 0 0 0 20 0 21 0 167956031 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19174740 memory=21604 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 167956442 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 3580.2 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6923572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.2 s]
/proc/loadavg: 4.16 4.15 4.17 5/336 876173
/proc/meminfo: memFree=112346440/131524600 swapFree=131071996/131071996
[pid=874098] ppid=874095 vsize=19174740 memory=6923572 CPUtime=3600.05 cores=0,2
/proc/874098/stat : 874098 (java) S 874095 874098 873781 0 -1 1077936128 191359 0 0 0 359747 258 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
/proc/874098/statm: 4793685 1730893 5960 1 0 2170501 0
[pid=874098/tid=874100] ppid=874095 vsize=19174740 memory=15799 CPUtime=3586.45 cores=0,2
/proc/874098/task/874100/stat : 874100 (java) R 874095 874098 873781 0 -1 4194368 100771 0 0 0 358562 83 0 0 20 0 21 0 167956028 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874109] ppid=874095 vsize=19174740 memory=2357 CPUtime=0 cores=0,2
/proc/874098/task/874109/stat : 874109 (Finalizer) S 874095 874098 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 167956030 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874116] ppid=874095 vsize=19174740 memory=3834310644032691648 CPUtime=0 cores=0,2
/proc/874098/task/874116/stat : 874116 (Common-Cleaner) S 874095 874098 873781 0 -1 1077936192 7718 0 0 0 0 0 0 0 20 0 21 0 167956031 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
[pid=874098/tid=874118] ppid=874095 vsize=19174740 memory=31608 CPUtime=0 cores=0,2
/proc/874098/task/874118/stat : 874118 (Timer-0) S 874095 874098 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 167956442 19634933760 1730893 134679101440 94582578434048 94582578437744 140730543693072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582578445560 94582578446352 94582594039808 140730543694855 140730543694945 140730543694945 140730543701960 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6923572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.6 s, system=2.61252 s

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

Child status: 143

Real time (s): 3602.3
CPU time (s): 3600.21
CPU user time (s): 3597.6
CPU system time (s): 2.61252
CPU usage (%): 99.9421
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 6923572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.6
system time used= 2.61252
maximum resident set size= 6925176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194734
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152789
involuntary context switches= 26881


# summary of solver processes directly reported to runsolver:
#   pid: 874098
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.6
#   total CPU system time (s): 2.61252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95738 second user time and 17.8492 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-16 21:24:50
IDJOB=4432452
IDBENCH=157943
IDSOLVER=3058
FILE ID=nodeC031/4432452-1721157877
RUNJOBID= nodeC031-1721157252-873791
SLURM_JOB_ID= 7505767
Free space on /tmp= 889960 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432452-1721157877/watcher-4432452-1721157877 -o /tmp/evaluation-result-4432452-1721157877/solver-4432452-1721157877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721157252-873791 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432452-1721157877.opb

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

MD5SUM BENCH= f42bed8b206e9691e6e5fc670f14b50f
RANDOM SEED=165201317

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114577140 kB
MemAvailable:   116367676 kB
Buffers:          396620 kB
Cached:          2216224 kB
SwapCached:            0 kB
Active:           829308 kB
Inactive:       15460764 kB
Active(anon):       1536 kB
Inactive(anon): 13713404 kB
Active(file):     827772 kB
Inactive(file):  1747360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31684 kB
Writeback:             0 kB
AnonPages:      13675460 kB
Mapped:           124544 kB
Shmem:             37720 kB
KReclaimable:     110104 kB
Slab:             219752 kB
SReclaimable:     110104 kB
SUnreclaim:       109648 kB
KernelStack:        5008 kB
PageTables:        36852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   27169632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64416 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13365248 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:      185044 kB
DirectMap2M:    16365568 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 889752 MiB
End job on nodeC031 at 2024-07-16 22:24:53