Trace number 4440510

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 2024 2024-07-07? (TO) 3600.18 3611.83

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null0mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUMad0aeea3e7e7044b142cd83589fcb352
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-375879
Best CPU time to get the best result obtained on this benchmark3558.78
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 1605
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 1300178
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 1300178
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.15	c Free memory 		2113181440
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2122317824
0.12/0.16	c Number of processors 	2
0.12/0.22	--- Begin Solver configuration ---
0.12/0.22	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.12/0.22	Learn all clauses as in MiniSAT
0.12/0.22	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.22	Expensive reason simplification
0.12/0.22	Glucose 2.1 dynamic restart strategy
0.12/0.22	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.22	timeout=2147483s
0.12/0.22	DB Simplification allowed=false
0.12/0.22	Listener: none
0.12/0.22	--- End Solver configuration ---
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.22	c Expensive reason simplification
0.12/0.22	c Glucose 2.1 dynamic restart strategy
0.12/0.22	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4440510-1721823960.opb
0.12/0.22	c reading problem ... 
0.32/1.54	c using VERIPB proof format
0.32/1.55	c  objective function found
6.50/5.85	c ... done. Wall clock time 5.619s.
6.50/5.85	c declared #vars     400896
6.50/5.85	c #constraints  402763
6.50/5.85	c constraints type 
6.50/5.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
6.50/5.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
6.50/5.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.50/5.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
6.50/5.85	c 402763 constraints processed.
6.50/5.85	c objective function length is 1605 literals
38.34/32.71	c cleaning 2445 clauses out of 4998 with flag 57588/5000
70.87/64.13	c cleaning 4161 clauses out of 8553 with flag 167195/11000
106.09/98.55	c cleaning 5691 clauses out of 11392 with flag 268495/18000
143.79/135.72	c cleaning 6654 clauses out of 13701 with flag 352468/26000
199.66/191.19	c cleaning 7929 clauses out of 16047 with flag 454236/35000
257.17/253.12	c cleaning 9058 clauses out of 18118 with flag 564106/45000
326.74/323.20	c cleaning 10029 clauses out of 20060 with flag 723534/56000
401.67/399.06	c cleaning 11016 clauses out of 22032 with flag 894218/68001
472.71/470.15	c cleaning 11871 clauses out of 24015 with flag 1048132/81000
574.29/576.64	c cleaning 13072 clauses out of 26144 with flag 1186944/95000
725.64/728.68	c cleaning 14035 clauses out of 28074 with flag 1354596/110002
857.89/861.07	c cleaning 15007 clauses out of 30037 with flag 1563745/126000
1024.68/1027.70	c cleaning 15968 clauses out of 32033 with flag 1814052/143003
1211.97/1214.88	c cleaning 17029 clauses out of 34062 with flag 2012647/161000
1380.85/1383.84	c cleaning 18013 clauses out of 36035 with flag 2195000/180002
1567.24/1573.96	c cleaning 19009 clauses out of 38021 with flag 2279383/200001
1762.77/1769.60	c cleaning 20004 clauses out of 40012 with flag 2399034/221001
1982.16/1990.42	c cleaning 20998 clauses out of 42009 with flag 2496104/243002
2176.08/2184.51	c cleaning 21997 clauses out of 44009 with flag 2600290/266000
2404.39/2413.69	c cleaning 22991 clauses out of 46016 with flag 2772545/290004
2651.23/2661.89	c cleaning 23998 clauses out of 48021 with flag 2956389/315000
2971.28/2982.34	c cleaning 24996 clauses out of 50023 with flag 3199407/341000
3196.89/3208.30	c cleaning 26004 clauses out of 52029 with flag 3445246/368002
3482.27/3494.00	c cleaning 27006 clauses out of 54025 with flag 3694618/396002
3600.01/3611.72	c starts		: 1388
3600.01/3611.74	c conflicts		: 407345
3600.01/3611.74	c timeout
3600.01/3611.74	c decisions		: 21428912
3600.01/3611.74	c propagations		: 7702569537
3600.01/3611.74	c inspects		: 2364599086
3600.01/3611.74	c shortcuts		: 0
3600.01/3611.74	c learnt literals	: 2
3600.01/3611.74	c learnt binary clauses	: 2073
3600.01/3611.74	c learnt ternary clauses	: 1184
3600.01/3611.74	c learnt constraints	: 407343
3600.01/3611.74	c ignored constraints	: 0
3600.01/3611.74	c root simplifications	: 0
3600.01/3611.74	c removed literals (reason simplification)	: 42834135
3600.01/3611.74	c reason swapping (by a shorter reason)	: 0
3600.01/3611.74	c Calls to reduceDB	: 24
3600.01/3611.74	c Number of update (reduction) of LBD	: 167193
3600.01/3611.74	c Imported unit clauses	: 0
3600.01/3611.75	c No decision after first conflict	: false
3600.01/3611.75	c number of reductions to clauses (during analyze)	: 0
3600.01/3611.75	c number of learned constraints concerned by reduction	: 0
3600.01/3611.75	c number of learning phase by resolution	: 0
3600.01/3611.75	c number of learning phase by cutting planes	: 0
3600.01/3611.75	c number of rounding to 1 operations	: 0
3600.01/3611.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3611.75	c number of reductions of the coefficients by power 2 	: 0
3600.01/3611.75	c number of right shift for reduction by power 2 	: 0
3600.01/3611.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3611.75	c number of ending skipping 	: 0
3600.01/3611.75	c number of internal skipping 	: 0
3600.01/3611.75	c number of derivation steps 	: 0
3600.01/3611.75	c number of skipped derivation steps 	: 0
3600.01/3611.75	c number of remaining unassigned 	: 0
3600.01/3611.75	c number of remaining assigned 	: 0
3600.01/3611.75	c number of falsified literals weakened from reason	: 0
3600.01/3611.75	c number of falsified literals weakened from conflict	: 0
3600.01/3611.75	c time for arithmetic operations	: 0
3600.01/3611.75	c minimum degree of deleted constraints	: null
3600.01/3611.75	c maximum degree of deleted constraints	: null
3600.01/3611.75	c number of deleted constraints	: 0
3600.01/3611.76	c speed (assignments/second)	: 2136166.980606192
3600.01/3611.76	c non guided choices	: 34136
3600.01/3611.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 36289
3600.01/3611.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2073
3600.01/3611.78	s UNKNOWN
3600.01/3611.78	c Total wall clock time (in seconds): 3611.563

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (54419 MiB free)
  memory of node 1: 64473 MiB (54477 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=189551, runsolver pid=189548

[startup+0.101394 s]*
/proc/loadavg: 4.51 4.46 4.25 9/321 189569
/proc/meminfo: memFree=111459832/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=18975048 memory=56320 CPUtime=0.12 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 6633 0 0 0 10 2 0 0 20 0 18 0 18384858 19430449152 14080 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4743762 14080 5559 1 0 550972 0
[pid=189551/tid=189553] ppid=189548 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 5497 0 0 0 7 1 0 0 20 0 18 0 18384859 19430449152 14080 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384863 19430449152 14080 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=18975048 memory=3834591019379458080 CPUtime=0 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18384864 19430449152 14080 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56320 KiB

[startup+0.216099 s]*
/proc/loadavg: 4.51 4.46 4.25 10/323 189571
/proc/meminfo: memFree=111448680/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=18975048 memory=65964 CPUtime=0.31 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 7384 0 0 0 28 3 0 0 20 0 18 0 18384858 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4743762 16491 5721 1 0 551566 0
[pid=189551/tid=189553] ppid=189548 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 1078198336 5899 0 0 0 17 2 0 0 20 0 18 0 18384859 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=18975048 memory=1361999 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384863 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=18975048 memory=13567093907932509 CPUtime=0 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18384864 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65964 KiB

[startup+0.31393 s]*
/proc/loadavg: 4.51 4.46 4.25 6/316 189572
/proc/meminfo: memFree=111446376/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=18975048 memory=65964 CPUtime=0.32 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 7387 0 0 0 29 3 0 0 20 0 18 0 18384858 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4743762 16491 5721 1 0 551566 0
[pid=189551/tid=189553] ppid=189548 vsize=18975048 memory=-8600016441034187452 CPUtime=0.19 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) D 189548 189551 187238 0 -1 1078198336 5899 0 0 0 17 2 0 0 20 0 18 0 18384859 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384863 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18384864 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65964 KiB

[startup+0.700353 s]
/proc/loadavg: 4.51 4.46 4.25 3/299 189586
/proc/meminfo: memFree=112136424/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=18975048 memory=65964 CPUtime=0.32 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 7387 0 0 0 29 3 0 0 20 0 18 0 18384858 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4743762 16491 5721 1 0 551566 0
[pid=189551/tid=189553] ppid=189548 vsize=18975048 memory=5500 CPUtime=0.19 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) D 189548 189551 187238 0 -1 1078198336 5899 0 0 0 17 2 0 0 20 0 18 0 18384859 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=18975048 memory=11880 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384863 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=18975048 memory=104 CPUtime=0 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18384864 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65964 KiB

[startup+1.50037 s]
/proc/loadavg: 4.51 4.46 4.25 3/296 189598
/proc/meminfo: memFree=111902008/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=18975048 memory=65964 CPUtime=0.32 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 7388 0 0 0 29 3 0 0 20 0 18 0 18384858 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4743762 16491 5721 1 0 551566 0
[pid=189551/tid=189553] ppid=189548 vsize=18975048 memory=11880 CPUtime=0.19 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) D 189548 189551 187238 0 -1 4194368 5900 0 0 0 17 2 0 0 20 0 18 0 18384859 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384863 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=18975048 memory=33 CPUtime=0 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18384864 19430449152 16491 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65964 KiB

[startup+3.11743 s]
/proc/loadavg: 4.51 4.46 4.25 6/299 189610
/proc/meminfo: memFree=117124020/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19041612 memory=757604 CPUtime=3.25 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 18333 0 0 0 305 20 0 0 20 0 19 0 18384858 19498610688 189401 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4760403 189401 5761 1 0 1256023 0
[pid=189551/tid=189553] ppid=189548 vsize=19041612 memory=0 CPUtime=1.52 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 6281 0 0 0 137 15 0 0 20 0 19 0 18384859 19498610688 189401 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19041612 memory=11880 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384863 19498610688 189401 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19041612 memory=227948 CPUtime=0 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18384864 19498610688 189401 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 3.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 757604 KiB

[startup+6.30044 s]
/proc/loadavg: 4.63 4.48 4.26 8/322 189640
/proc/meminfo: memFree=111216688/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=4884048 CPUtime=7.44 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 22304 0 2 0 643 101 0 0 20 0 20 0 18384858 19566772224 1221012 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1221012 5798 1 0 2280143 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=80696 CPUtime=4.28 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 8453 0 0 0 336 92 0 0 20 0 20 0 18384859 19566772224 1221012 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=11880 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1221012 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18384864 19566772224 1221012 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=228489167166 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1221012 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 7.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4884048 KiB

[startup+12.7004 s]
/proc/loadavg: 4.74 4.51 4.27 6/323 189642
/proc/meminfo: memFree=106420412/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=4885816 CPUtime=15.95 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 22686 0 2 0 1490 105 0 0 20 0 20 0 18384858 19566772224 1221454 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1221454 5850 1 0 2280202 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=4885568 CPUtime=10.62 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 8488 0 0 0 969 93 0 0 20 0 20 0 18384859 19566772224 1221454 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=11412 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1221454 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=75072 CPUtime=0 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18384864 19566772224 1221454 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1221454 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 15.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4885816 KiB

[startup+25.5014 s]
/proc/loadavg: 4.58 4.48 4.27 4/305 189649
/proc/meminfo: memFree=107544688/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=4886636 CPUtime=30.94 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 25568 0 2 0 2986 108 0 0 20 0 20 0 18384858 19566772224 1221659 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1221659 5850 1 0 2280202 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=-8600016441034187452 CPUtime=23.39 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 9123 0 0 0 2245 94 0 0 20 0 20 0 18384859 19566772224 1221659 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=4886080 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1221659 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=75072 CPUtime=0 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18384864 19566772224 1221659 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=99240 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1221659 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 30.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4886636 KiB

[startup+51.1206 s]
/proc/loadavg: 4.91 4.57 4.30 5/324 189718
/proc/meminfo: memFree=106131540/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=4887452 CPUtime=57.19 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 35328 0 2 0 5606 113 0 0 20 0 20 0 18384858 19566772224 1221863 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1221863 5865 1 0 2280268 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=132 CPUtime=48.85 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 12115 0 0 0 4788 97 0 0 20 0 20 0 18384859 19566772224 1221863 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=4887404 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1221863 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=4885816 CPUtime=0 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18384864 19566772224 1221863 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1221863 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 57.19 s
Current children cumulated vsize: 19108176 KiB

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

/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=-5446101134226250341 CPUtime=0.01 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 6606 0 0 0 1 0 0 0 20 0 20 0 18384864 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=5107972 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 3210.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5107972 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.27 4.27 5/323 191186
/proc/meminfo: memFree=68664112/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=5107972 CPUtime=3270.8 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 211107 0 2 0 326627 453 0 0 20 0 20 0 18384858 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1276993 5880 1 0 2280446 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=5107972 CPUtime=3253.1 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 108438 0 0 0 325091 219 0 0 20 0 20 0 18384859 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1818 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=5107972 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=11412 CPUtime=0.01 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 6744 0 0 0 1 0 0 0 20 0 20 0 18384864 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=11412 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 3270.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5107972 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.24 4.25 5/323 191198
/proc/meminfo: memFree=68313332/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=5107972 CPUtime=3330.74 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 213732 0 2 0 332616 458 0 0 20 0 20 0 18384858 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1276993 5880 1 0 2280446 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=5107972 CPUtime=3312.98 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 110583 0 0 0 331077 221 0 0 20 0 20 0 18384859 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1818 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=11412 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=1980 CPUtime=0.01 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 6883 0 0 0 1 0 0 0 20 0 20 0 18384864 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=-8600016441034187452 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 3330.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5107972 KiB

[startup+3402.3 s]
/proc/loadavg: 4.52 4.34 4.29 5/324 191276
/proc/meminfo: memFree=99484160/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=5107972 CPUtime=3390.72 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 216874 0 2 0 338606 466 0 0 20 0 20 0 18384858 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1276993 5880 1 0 2280446 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=2296 CPUtime=3372.83 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 112928 0 0 0 337060 223 0 0 20 0 20 0 18384859 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1818 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=5107972 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=11880 CPUtime=0.01 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 7020 0 0 0 1 0 0 0 20 0 20 0 18384864 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=5107972 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 3390.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5107972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.40 4.34 4.29 5/327 191289
/proc/meminfo: memFree=95607100/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=5107972 CPUtime=3450.71 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 220479 0 2 0 344598 473 0 0 20 0 20 0 18384858 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1276993 5880 1 0 2280446 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=5107972 CPUtime=3432.39 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 113957 0 0 0 343014 225 0 0 20 0 20 0 18384859 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1818 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=75072 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=5107972 CPUtime=0.01 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 7111 0 0 0 1 0 0 0 20 0 20 0 18384864 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=11412 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1276993 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 3450.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5107972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.31 4.28 5/328 191302
/proc/meminfo: memFree=91529544/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=5230864 CPUtime=3510.75 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 224339 0 2 0 350595 480 0 0 20 0 20 0 18384858 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1307716 5880 1 0 2280446 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=5107972 CPUtime=3492.1 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 115550 0 0 0 348983 227 0 0 20 0 20 0 18384859 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1818 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=11412 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=11880 CPUtime=0.01 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 7249 0 0 0 1 0 0 0 20 0 20 0 18384864 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=5230864 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 3510.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5230864 KiB

[startup+3582.3 s]
/proc/loadavg: 4.79 4.44 4.32 5/328 191696
/proc/meminfo: memFree=89042400/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=5230864 CPUtime=3570.66 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 226200 0 2 0 356581 485 0 0 20 0 20 0 18384858 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1307716 5880 1 0 2280446 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=5230864 CPUtime=3551.95 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 116991 0 0 0 354966 229 0 0 20 0 20 0 18384859 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1818 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=75588 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=11412 CPUtime=0.01 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 7392 0 0 0 1 0 0 0 20 0 20 0 18384864 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=75588 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 3570.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5230864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 4.93 4.51 4.35 5/328 191701
/proc/meminfo: memFree=88709988/131655788 swapFree=131070192/131071996
[pid=189551] ppid=189548 vsize=19108176 memory=5230864 CPUtime=3600.01 cores=4,6
/proc/189551/stat : 189551 (java) S 189548 189551 187238 0 -1 1077936128 227324 0 2 0 359514 487 0 0 20 0 20 0 18384858 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
/proc/189551/statm: 4777044 1307716 5880 1 0 2280446 0
[pid=189551/tid=189553] ppid=189548 vsize=19108176 memory=11880 CPUtime=3581.28 cores=4,6
/proc/189551/task/189553/stat : 189553 (java) R 189548 189551 187238 0 -1 4194368 117853 0 0 0 357898 230 0 0 20 0 20 0 18384859 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1818 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189562] ppid=189548 vsize=19108176 memory=5230864 CPUtime=0 cores=4,6
/proc/189551/task/189562/stat : 189562 (Finalizer) S 189548 189551 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384863 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189569] ppid=189548 vsize=19108176 memory=5230864 CPUtime=0.01 cores=4,6
/proc/189551/task/189569/stat : 189569 (Common-Cleaner) S 189548 189551 187238 0 -1 1077936192 7530 0 0 0 1 0 0 0 20 0 20 0 18384864 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
[pid=189551/tid=189640] ppid=189548 vsize=19108176 memory=5230864 CPUtime=0 cores=4,6
/proc/189551/task/189640/stat : 189640 (Timer-0) S 189548 189551 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385455 19566772224 1307716 134679101440 94795647713280 94795647716976 140722072840144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94795647724792 94795647725584 94795647811584 140722072843179 140722072843361 140722072843361 140722072850376 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5230864 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.27 s, system=4.90863 s

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

[startup+3611.81 s]*
/proc/loadavg: 4.93 4.51 4.35 5/310 191704
/proc/meminfo: memFree=93868940/131655788 swapFree=131070192/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): 3611.83
CPU time (s): 3600.18
CPU user time (s): 3595.27
CPU system time (s): 4.90863
CPU usage (%): 99.6774
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5230864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.27
system time used= 4.90863
maximum resident set size= 5232448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230542
page faults= 2
swaps= 0
block input operations= 160
block output operations= 1035816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133731
involuntary context switches= 6031


# summary of solver processes directly reported to runsolver:
#   pid: 189551
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3595.27
#   total CPU system time (s): 4.90863

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.1502 second user time and 33.68 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-24 14:26:00
IDJOB=4440510
IDBENCH=157408
IDSOLVER=3079
FILE ID=nodeC002/4440510-1721823960
RUNJOBID= nodeC002-1721820325-187249
SLURM_JOB_ID= 7891441
Free space on /tmp= 723744 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null0mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440510-1721823960/watcher-4440510-1721823960 -o /tmp/evaluation-result-4440510-1721823960/solver-4440510-1721823960 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721820325-187249 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440510-1721823960 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440510-1721823960.opb

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

MD5SUM BENCH= ad0aeea3e7e7044b142cd83589fcb352
RANDOM SEED=661698601

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        111510848 kB
MemAvailable:   124684220 kB
Buffers:          253724 kB
Cached:         13724184 kB
SwapCached:           72 kB
Active:          2217940 kB
Inactive:       17308884 kB
Active(anon):       1552 kB
Inactive(anon):  5601340 kB
Active(file):    2216388 kB
Inactive(file): 11707544 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070192 kB
Dirty:             63188 kB
Writeback:            12 kB
AnonPages:       5544652 kB
Mapped:           123824 kB
Shmem:             53844 kB
KReclaimable:     179280 kB
Slab:             292348 kB
SReclaimable:     179280 kB
SUnreclaim:       113068 kB
KernelStack:        4896 kB
PageTables:        21000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9329288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            11872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5226496 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:      316232 kB
DirectMap2M:    36288512 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723616 MiB
End job on nodeC002 at 2024-07-24 15:26:12