Trace number 4432455

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null50mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUM296473b9323cf6d261e3ed0be5346b68
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 benchmark-5492
Best CPU time to get the best result obtained on this benchmark706.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 915460
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 915460
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.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.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4432455-1721158074.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c  objective function found
5.83/4.15	c ... done. Wall clock time 4.024s.
5.83/4.15	c declared #vars     400896
5.83/4.15	c #constraints  402763
5.83/4.15	c constraints type 
5.83/4.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.83/4.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.83/4.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.83/4.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
5.83/4.15	c 402763 constraints processed.
5.83/4.17	c objective function length is 1427 literals
31.73/29.06	c cleaning 2500 clauses out of 5000 with flag 23527/5001
73.32/70.49	c cleaning 4250 clauses out of 8499 with flag 97571/11000
119.29/116.11	c cleaning 5625 clauses out of 11249 with flag 213086/18000
159.12/156.01	c cleaning 6812 clauses out of 13624 with flag 287293/26000
212.02/209.05	c cleaning 7896 clauses out of 15812 with flag 380230/35000
266.72/263.83	c cleaning 8960 clauses out of 17919 with flag 445442/45003
340.70/337.97	c cleaning 9739 clauses out of 19956 with flag 517844/56000
407.88/405.22	c cleaning 10772 clauses out of 22217 with flag 748999/68000
479.67/477.18	c cleaning 11915 clauses out of 24446 with flag 828852/81001
560.65/558.26	c cleaning 12623 clauses out of 26531 with flag 960547/95001
619.46/617.17	c cleaning 14429 clauses out of 28907 with flag 1072773/110000
686.05/683.86	c cleaning 15204 clauses out of 30479 with flag 1172452/126001
764.77/762.64	c cleaning 16128 clauses out of 32274 with flag 1291324/143000
825.92/823.86	c cleaning 16800 clauses out of 34146 with flag 1395918/161000
897.93/895.98	c cleaning 18093 clauses out of 36346 with flag 1522081/180000
976.90/975.10	c cleaning 19117 clauses out of 38253 with flag 1652686/200000
1059.97/1058.21	c cleaning 19969 clauses out of 40136 with flag 1789305/221000
1140.44/1138.81	c cleaning 21044 clauses out of 42167 with flag 1919231/243000
1220.41/1218.97	c cleaning 21888 clauses out of 44123 with flag 2024923/266000
1301.40/1300.07	c cleaning 23109 clauses out of 46235 with flag 2180437/290000
1378.48/1377.29	c cleaning 24060 clauses out of 48127 with flag 2417921/315001
1461.27/1460.14	c cleaning 25031 clauses out of 50066 with flag 2628813/341000
1532.96/1532.00	c cleaning 26010 clauses out of 52035 with flag 2805706/368000
1616.85/1615.99	c cleaning 27005 clauses out of 54026 with flag 3022878/396001
1690.85/1690.07	c cleaning 27996 clauses out of 56021 with flag 3242516/425001
1766.04/1765.35	c cleaning 29005 clauses out of 58025 with flag 3470788/455001
1846.36/1845.73	c cleaning 29994 clauses out of 60019 with flag 3702932/486000
1933.58/1933.09	c cleaning 31005 clauses out of 62025 with flag 3956546/518000
2050.68/2050.20	c cleaning 31987 clauses out of 64020 with flag 4185628/551000
2147.16/2145.59	c cleaning 33009 clauses out of 66033 with flag 4440336/585000
2246.84/2245.31	c cleaning 33996 clauses out of 68024 with flag 4659873/620000
2355.41/2354.03	c cleaning 35003 clauses out of 70030 with flag 4873672/656002
2453.39/2452.24	c cleaning 35981 clauses out of 72025 with flag 5083457/693000
2592.51/2591.54	c cleaning 37022 clauses out of 74044 with flag 5314320/731000
2737.06/2736.02	c cleaning 38000 clauses out of 76023 with flag 5569915/770001
2881.96/2880.84	c cleaning 38998 clauses out of 78022 with flag 5790808/810000
3035.22/3034.37	c cleaning 39998 clauses out of 80025 with flag 6016039/851001
3134.49/3133.57	c cleaning 41012 clauses out of 82026 with flag 6254910/893000
3251.11/3250.04	c cleaning 41995 clauses out of 84014 with flag 6505772/936000
3388.37/3387.52	c cleaning 43008 clauses out of 86019 with flag 6747123/980000
3531.04/3530.48	c cleaning 43998 clauses out of 88011 with flag 6999759/1025000
3600.03/3599.52	c starts		: 1975
3600.03/3599.52	c conflicts		: 1046962
3600.03/3599.52	c decisions		: 14369088
3600.03/3599.52	c propagations		: 16264893127
3600.03/3599.52	c inspects		: 4082648755
3600.03/3599.52	c shortcuts		: 0
3600.03/3599.52	c learnt literals	: 1
3600.03/3599.52	c learnt binary clauses	: 1913
3600.03/3599.52	c learnt ternary clauses	: 833
3600.03/3599.52	c learnt constraints	: 1046961
3600.03/3599.52	c ignored constraints	: 0
3600.03/3599.52	c root simplifications	: 0
3600.03/3599.52	c removed literals (reason simplification)	: 0
3600.03/3599.52	c reason swapping (by a shorter reason)	: 0
3600.03/3599.52	c Calls to reduceDB	: 41
3600.03/3599.52	c Number of update (reduction) of LBD	: 286779
3600.03/3599.52	c Imported unit clauses	: 0
3600.03/3599.52	c No decision after first conflict	: false
3600.03/3599.52	c number of reductions to clauses (during analyze)	: 0
3600.03/3599.52	c number of learned constraints concerned by reduction	: 0
3600.03/3599.52	c number of learning phase by resolution	: 0
3600.03/3599.52	c number of learning phase by cutting planes	: 0
3600.03/3599.52	c number of rounding to 1 operations	: 0
3600.03/3599.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3599.52	c number of reductions of the coefficients by power 2 	: 0
3600.03/3599.52	c number of right shift for reduction by power 2 	: 0
3600.03/3599.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3599.52	c number of ending skipping 	: 0
3600.03/3599.52	c number of internal skipping 	: 0
3600.03/3599.52	c number of derivation steps 	: 0
3600.03/3599.52	c number of skipped derivation steps 	: 0
3600.03/3599.52	c number of remaining unassigned 	: 0
3600.03/3599.52	c number of remaining assigned 	: 0
3600.03/3599.52	c number of falsified literals weakened from reason	: 0
3600.03/3599.52	c number of falsified literals weakened from conflict	: 0
3600.03/3599.52	c time for arithmetic operations	: 0
3600.03/3599.52	c timeout
3600.03/3599.54	c minimum degree of deleted constraints	: null
3600.03/3599.54	c maximum degree of deleted constraints	: null
3600.03/3599.54	c number of deleted constraints	: 0
3600.03/3599.54	c speed (assignments/second)	: 4523881.78225147
3600.03/3599.54	c non guided choices	: 16448
3600.03/3599.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 64062
3600.03/3599.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1913
3600.03/3599.58	s UNKNOWN
3600.03/3599.58	c Total wall clock time (in seconds): 3599.451

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432455-1721158074/watcher-4432455-1721158074 -o /tmp/evaluation-result-4432455-1721158074/solver-4432455-1721158074 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721150907-863419 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432455-1721158074.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=867704, runsolver pid=867701

[startup+0.100181 s]*
/proc/loadavg: 4.08 4.14 4.15 8/333 867722
/proc/meminfo: memFree=103871544/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=18975048 memory=62876 CPUtime=0.13 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 7200 0 0 0 11 2 0 0 20 0 18 0 167967600 19430449152 15719 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4743762 15719 5656 1 0 549320 0
[pid=867704/tid=867706] ppid=867701 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 1077936192 5736 0 0 0 7 1 0 0 20 0 18 0 167967600 19430449152 15719 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 167967603 19430449152 15719 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=18975048 memory=14690799019387218 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 167967603 19430449152 15719 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62876 KiB

[startup+0.206907 s]*
/proc/loadavg: 4.08 4.14 4.15 7/333 867722
/proc/meminfo: memFree=103836364/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=18975048 memory=98564 CPUtime=0.33 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 7788 0 0 0 30 3 0 0 20 0 18 0 167967600 19430449152 24641 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4743762 24641 5823 1 0 549842 0
[pid=867704/tid=867706] ppid=867701 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 5919 0 0 0 16 2 0 0 20 0 18 0 167967600 19430449152 24641 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=18975048 memory=16967 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 167967603 19430449152 24641 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=18975048 memory=16097074391287456 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 167967603 19430449152 24641 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 98564 KiB

[startup+0.305905 s]*
/proc/loadavg: 4.08 4.14 4.15 7/333 867722
/proc/meminfo: memFree=103800012/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=18975048 memory=134724 CPUtime=0.52 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 9160 0 0 0 48 4 0 0 20 0 18 0 167967600 19430449152 33681 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4743762 33681 5823 1 0 550664 0
[pid=867704/tid=867706] ppid=867701 vsize=18975048 memory=-9105543308806300348 CPUtime=0.27 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 5936 0 0 0 25 2 0 0 20 0 18 0 167967600 19430449152 33681 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 167967603 19430449152 33681 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 167967603 19430449152 33681 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 134724 KiB

[startup+0.702527 s]
/proc/loadavg: 4.08 4.14 4.15 6/334 867723
/proc/meminfo: memFree=103747944/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19041612 memory=228656 CPUtime=1.26 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 16303 0 0 0 119 7 0 0 20 0 19 0 167967600 19498610688 57164 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4760403 57164 5855 1 0 555613 0
[pid=867704/tid=867706] ppid=867701 vsize=19041612 memory=5448 CPUtime=0.56 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) S 867701 867704 863406 0 -1 1077936192 5959 0 0 0 53 3 0 0 20 0 19 0 167967600 19498610688 57164 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19041612 memory=12740 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 167967603 19498610688 57164 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 167967603 19498610688 57164 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 228656 KiB

[startup+1.50091 s]
/proc/loadavg: 4.08 4.14 4.15 6/334 867723
/proc/meminfo: memFree=103346920/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19041612 memory=622152 CPUtime=2.83 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 20145 0 0 0 267 16 0 0 20 0 19 0 167967600 19498610688 155538 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4760403 155538 5855 1 0 1098022 0
[pid=867704/tid=867706] ppid=867701 vsize=19041612 memory=12740 CPUtime=1.32 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 6187 0 0 0 121 11 0 0 20 0 19 0 167967600 19498610688 155538 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 167967603 19498610688 155538 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 167967603 19498610688 155538 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 622152 KiB

[startup+3.10591 s]
/proc/loadavg: 4.08 4.14 4.15 5/334 867723
/proc/meminfo: memFree=101105248/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19041612 memory=3186212 CPUtime=4.77 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 22992 0 0 0 412 65 0 0 20 0 19 0 167967600 19498610688 796553 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4760403 796553 5855 1 0 2576980 0
[pid=867704/tid=867706] ppid=867701 vsize=19041612 memory=0 CPUtime=2.54 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 7330 0 0 0 199 55 0 0 20 0 19 0 167967600 19498610688 796553 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19041612 memory=12740 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 167967603 19498610688 796553 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19041612 memory=829040 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 167967603 19498610688 796553 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3186212 KiB

[startup+6.3009 s]
/proc/loadavg: 4.16 4.15 4.15 5/335 867724
/proc/meminfo: memFree=99082368/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=4842956 CPUtime=8.8 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 24212 0 0 0 782 98 0 0 20 0 20 0 167967600 19566772224 1210739 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 1210739 5939 1 0 2577503 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=0 CPUtime=5.65 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 8356 0 0 0 478 87 0 0 20 0 20 0 167967600 19566772224 1210739 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 1210739 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 1210739 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=4842956 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 1210739 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4842956 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.15 4.15 5/335 867725
/proc/meminfo: memFree=99082312/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=4842956 CPUtime=15.22 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 24236 0 0 0 1424 98 0 0 20 0 20 0 167967600 19566772224 1210739 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 1210739 5939 1 0 2577503 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=4842956 CPUtime=12.02 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 8368 0 0 0 1115 87 0 0 20 0 20 0 167967600 19566772224 1210739 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 1210739 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 1210739 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=4847072 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 1210739 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 15.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4842956 KiB

[startup+25.5003 s]
/proc/loadavg: 4.35 4.19 4.16 6/335 867795
/proc/meminfo: memFree=104901744/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=4843296 CPUtime=28.22 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 25150 0 0 0 2723 99 0 0 20 0 20 0 167967600 19566772224 1210824 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 1210824 5939 1 0 2577503 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=0 CPUtime=24.79 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 8818 0 0 0 2392 87 0 0 20 0 20 0 167967600 19566772224 1210824 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=4847072 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 1210824 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=385 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 1210824 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=3516 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 1210824 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 28.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4843296 KiB

[startup+51.1058 s]
/proc/loadavg: 4.38 4.21 4.17 5/336 867936
/proc/meminfo: memFree=106463484/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=4843692 CPUtime=53.94 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 32010 0 0 0 5293 101 0 0 20 0 20 0 167967600 19566772224 1210923 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 1210923 5955 1 0 2577558 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=4843692 CPUtime=50.33 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 10874 0 0 0 4946 87 0 0 20 0 20 0 167967600 19566772224 1210923 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=4842956 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 1210923 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 1210923 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 1210923 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 53.94 s
Current children cumulated vsize: 19108176 KiB

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

/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=1980 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 6257 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 3223.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8999880 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.19 4.18 5/334 869156
/proc/meminfo: memFree=91476636/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3283.34 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 187016 0 0 0 328000 334 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 2249970 5974 1 0 2577593 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3270.65 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 109589 0 0 0 326937 128 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 6395 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=2160 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 3283.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8999880 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/334 869166
/proc/meminfo: memFree=91471896/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3343.24 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 189068 0 0 0 333987 337 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 2249970 5974 1 0 2577593 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3330.49 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 111294 0 0 0 332921 128 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 6531 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=42448 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 3343.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8999880 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.17 4.17 5/333 869180
/proc/meminfo: memFree=91019624/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3403.14 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 191628 0 0 0 339974 340 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 2249970 5974 1 0 2577593 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3390.33 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 113497 0 0 0 338904 129 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 6666 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=3704 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 3403.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8999880 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.15 4.17 5/333 869574
/proc/meminfo: memFree=91018680/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3463.04 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 193649 0 0 0 345961 343 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 2249970 5974 1 0 2577593 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3450.17 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 115148 0 0 0 344888 129 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 6802 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 3463.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8999880 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/333 869586
/proc/meminfo: memFree=91013564/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3522.95 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 195733 0 0 0 351949 346 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 2249970 5974 1 0 2577593 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3510.01 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 116857 0 0 0 350872 129 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 6938 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 3522.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8999880 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.14 4.16 5/333 869597
/proc/meminfo: memFree=91008928/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3582.86 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 198447 0 0 0 357935 351 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 2249970 5974 1 0 2577593 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=11400 CPUtime=3569.85 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 119178 0 0 0 356855 130 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=42448 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 7075 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 3582.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8999880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.5 s]
/proc/loadavg: 4.11 4.13 4.16 4/307 869802
/proc/meminfo: memFree=98586540/131524600 swapFree=131071996/131071996
[pid=867704] ppid=867701 vsize=19108176 memory=8999880 CPUtime=3600.03 cores=5,7
/proc/867704/stat : 867704 (java) S 867701 867704 863406 0 -1 1077936128 199027 0 0 0 359651 352 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
/proc/867704/statm: 4777044 2249970 5974 1 0 2577593 0
[pid=867704/tid=867706] ppid=867701 vsize=19108176 memory=16160 CPUtime=3587 cores=5,7
/proc/867704/task/867706/stat : 867706 (java) R 867701 867704 863406 0 -1 4194368 119634 0 0 0 358570 130 0 0 20 0 20 0 167967600 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867715] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867715/stat : 867715 (Finalizer) S 867701 867704 863406 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867722] ppid=867701 vsize=19108176 memory=8999880 CPUtime=0 cores=5,7
/proc/867704/task/867722/stat : 867722 (Common-Cleaner) S 867701 867704 863406 0 -1 1077936192 7075 0 0 0 0 0 0 0 20 0 20 0 167967603 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
[pid=867704/tid=867724] ppid=867701 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/867704/task/867724/stat : 867724 (Timer-0) S 867701 867704 863406 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167968020 19566772224 2249970 134679101440 94696569094144 94696569097840 140732567474240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696569105656 94696569106448 94696575995904 140732567483399 140732567483489 140732567483489 140732567490504 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8999880 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.62 s, system=3.54962 s

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

[startup+3599.61 s]*
/proc/loadavg: 4.11 4.13 4.16 4/288 869805
/proc/meminfo: memFree=107580520/131524600 swapFree=131071996/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): 3599.61
CPU time (s): 3600.17
CPU user time (s): 3596.62
CPU system time (s): 3.54962
CPU usage (%): 100.016
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 8999880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.62
system time used= 3.54962
maximum resident set size= 9001572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202624
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148969
involuntary context switches= 3820


# summary of solver processes directly reported to runsolver:
#   pid: 867704
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.62
#   total CPU system time (s): 3.54962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.0164 second user time and 17.7908 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-16 21:28:06
IDJOB=4432455
IDBENCH=157984
IDSOLVER=3058
FILE ID=nodeC015/4432455-1721158074
RUNJOBID= nodeC015-1721150907-863419
SLURM_JOB_ID= 7505748
Free space on /tmp= 889856 MiB

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

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

MD5SUM BENCH= 296473b9323cf6d261e3ed0be5346b68
RANDOM SEED=1661530676

nodeC015.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		: 3673.419
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.61
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		: 3687.871
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.25
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		: 3599.961
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.61
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		: 3617.218
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.25
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		: 3673.409
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.61
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		: 3689.845
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.25
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		: 3600.143
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.61
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		: 3652.570
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        103913564 kB
MemAvailable:   110108188 kB
Buffers:          418148 kB
Cached:          6594352 kB
SwapCached:            0 kB
Active:          1550688 kB
Inactive:       25379296 kB
Active(anon):       1548 kB
Inactive(anon): 19953672 kB
Active(file):    1549140 kB
Inactive(file):  5425624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28692 kB
Writeback:             0 kB
AnonPages:      19915788 kB
Mapped:           124788 kB
Shmem:             37720 kB
KReclaimable:     119016 kB
Slab:             230272 kB
SReclaimable:     119016 kB
SUnreclaim:       111256 kB
KernelStack:        5072 kB
PageTables:        48768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   30465080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64320 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19458048 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:      258772 kB
DirectMap2M:    37263360 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 889996 MiB
End job on nodeC015 at 2024-07-16 22:28:06