Trace number 4446302

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.19 3611.32

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-172.opb
MD5SUM46f4146f739f9ce6c71981ef5aa732b8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark607.926
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
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.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4446302-1721820840.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  no objective function found
34.18/28.74	c ... done. Wall clock time 28.609s.
34.18/28.74	c declared #vars     288080
34.18/28.74	c #constraints  6445947
34.18/28.74	c constraints type 
34.18/28.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1276055
34.18/28.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22887
34.18/28.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 651187
34.18/28.74	c org.sat4j.specs.Constr$1 => 56672
34.18/28.74	c org.sat4j.pb.constraints.pb.UnitClausePB => 4400
34.18/28.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4434746
34.18/28.74	c 6445947 constraints processed.
126.14/118.86	c cleaning 2472 clauses out of 4991 with flag 526576/5000
159.87/152.27	c cleaning 4179 clauses out of 8509 with flag 1650134/11000
222.71/215.17	c cleaning 5368 clauses out of 11327 with flag 2288409/18000
249.07/241.52	c cleaning 6970 clauses out of 13956 with flag 3276255/26000
327.16/319.72	c cleaning 7814 clauses out of 15976 with flag 4510790/35000
347.82/340.47	c cleaning 9066 clauses out of 18162 with flag 4704215/45001
401.82/394.57	c cleaning 9659 clauses out of 20089 with flag 5996676/56000
429.58/422.35	c cleaning 10496 clauses out of 22429 with flag 7452227/68000
492.97/486.04	c cleaning 11815 clauses out of 24925 with flag 9578307/81000
536.47/530.68	c cleaning 12698 clauses out of 27108 with flag 11263876/95001
591.84/586.56	c cleaning 14540 clauses out of 29410 with flag 12703830/110001
657.56/653.64	c cleaning 15375 clauses out of 30858 with flag 15199596/126000
799.77/796.23	c cleaning 15736 clauses out of 32477 with flag 16113186/143000
857.80/854.31	c cleaning 16307 clauses out of 34736 with flag 18762025/161000
1012.73/1009.65	c cleaning 18473 clauses out of 37423 with flag 20799853/180000
1058.03/1054.98	c cleaning 18179 clauses out of 38943 with flag 23746077/200001
1130.35/1127.44	c cleaning 20864 clauses out of 41761 with flag 25256118/221000
1201.78/1198.91	c cleaning 21128 clauses out of 42896 with flag 26528146/243000
1247.86/1245.05	c cleaning 22100 clauses out of 44766 with flag 28922947/266000
1289.83/1286.66	c cleaning 22292 clauses out of 46667 with flag 31868517/290002
1365.50/1362.55	c cleaning 23911 clauses out of 49373 with flag 33555053/315000
1435.87/1433.08	c cleaning 25491 clauses out of 51461 with flag 36869443/341000
1500.59/1497.74	c cleaning 25192 clauses out of 52973 with flag 38650349/368003
1581.86/1579.01	c cleaning 27474 clauses out of 55774 with flag 41016595/396000
1734.52/1732.17	c cleaning 27753 clauses out of 57297 with flag 43627898/425000
1936.63/1934.44	c cleaning 27135 clauses out of 59535 with flag 47063247/455000
2064.81/2062.17	c cleaning 29964 clauses out of 63395 with flag 50633937/486000
2130.51/2128.58	c cleaning 31697 clauses out of 65432 with flag 50990244/518001
2204.08/2202.13	c cleaning 31372 clauses out of 66733 with flag 53798128/551000
2293.30/2291.31	c cleaning 33292 clauses out of 69361 with flag 57139044/585000
2407.59/2406.11	c cleaning 32724 clauses out of 71067 with flag 60934489/620000
2459.57/2458.01	c cleaning 35826 clauses out of 74343 with flag 63670963/656000
2581.68/2580.50	c cleaning 35432 clauses out of 75512 with flag 66900245/693000
2665.35/2664.58	c cleaning 37123 clauses out of 78079 with flag 71540503/731000
2767.98/2767.22	c cleaning 37899 clauses out of 79956 with flag 74657509/770000
2894.62/2894.71	c cleaning 39063 clauses out of 82054 with flag 77018728/810000
3007.19/3007.83	c cleaning 38265 clauses out of 83992 with flag 80377390/851002
3310.99/3320.30	c cleaning 38199 clauses out of 87715 with flag 84684982/893001
3460.32/3471.02	c cleaning 38658 clauses out of 92495 with flag 86929799/936000
3600.02/3611.22	c starts		: 2396
3600.02/3611.22	c conflicts		: 969499
3600.02/3611.22	c decisions		: 304529040
3600.02/3611.22	c propagations		: 6775522289
3600.02/3611.22	c inspects		: 30729443393
3600.02/3611.22	c shortcuts		: 0
3600.02/3611.22	c learnt literals	: 169
3600.02/3611.22	c learnt binary clauses	: 4878
3600.02/3611.22	c learnt ternary clauses	: 12163
3600.02/3611.22	c learnt constraints	: 969330
3600.02/3611.22	c ignored constraints	: 0
3600.02/3611.22	c root simplifications	: 0
3600.02/3611.22	c removed literals (reason simplification)	: 5067811
3600.02/3611.22	c reason swapping (by a shorter reason)	: 0
3600.02/3611.22	c Calls to reduceDB	: 39
3600.02/3611.22	c Number of update (reduction) of LBD	: 494238
3600.02/3611.22	c Imported unit clauses	: 0
3600.02/3611.22	c No decision after first conflict	: false
3600.02/3611.22	c number of reductions to clauses (during analyze)	: 0
3600.02/3611.22	c number of learned constraints concerned by reduction	: 0
3600.02/3611.22	c number of learning phase by resolution	: 0
3600.02/3611.22	c number of learning phase by cutting planes	: 0
3600.02/3611.22	c number of rounding to 1 operations	: 0
3600.02/3611.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3611.22	c number of reductions of the coefficients by power 2 	: 0
3600.02/3611.22	c number of right shift for reduction by power 2 	: 0
3600.02/3611.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3611.22	c number of ending skipping 	: 0
3600.02/3611.22	c number of internal skipping 	: 0
3600.02/3611.22	c number of derivation steps 	: 0
3600.02/3611.22	c number of skipped derivation steps 	: 0
3600.02/3611.22	c number of remaining unassigned 	: 0
3600.02/3611.22	c number of remaining assigned 	: 0
3600.02/3611.22	c number of falsified literals weakened from reason	: 0
3600.02/3611.22	c number of falsified literals weakened from conflict	: 0
3600.02/3611.22	c time for arithmetic operations	: 0
3600.02/3611.22	c minimum degree of deleted constraints	: null
3600.02/3611.22	c maximum degree of deleted constraints	: null
3600.02/3611.22	c number of deleted constraints	: 0
3600.02/3611.22	c speed (assignments/second)	: 1891310.187249002
3600.02/3611.22	c non guided choices	: 89801146
3600.02/3611.24	c timeout
3600.02/3611.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 82451
3600.02/3611.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4878
3600.02/3611.28	s UNKNOWN
3600.02/3611.28	c Total wall clock time (in seconds): 3611.153

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: 63968 MiB (56784 MiB free)
  memory of node 1: 64473 MiB (42563 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100364 s]*
/proc/loadavg: 4.20 4.15 4.08 6/337 243042
/proc/meminfo: memFree=101686160/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=18975048 memory=66576 CPUtime=0.14 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 7128 0 0 0 12 2 0 0 20 0 18 0 18613617 19430449152 16644 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4743762 16644 5587 1 0 549372 0
[pid=243024/tid=243026] ppid=243021 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 1078198336 5688 0 0 0 7 1 0 0 20 0 18 0 18613617 19430449152 16644 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18613620 19430449152 16644 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=18975048 memory=13846374089876100 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18613620 19430449152 16644 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66576 KiB

[startup+0.20694 s]*
/proc/loadavg: 4.20 4.15 4.08 8/337 243042
/proc/meminfo: memFree=101612096/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=18975048 memory=140988 CPUtime=0.33 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 7613 0 0 0 29 4 0 0 20 0 18 0 18613617 19430449152 35247 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4743762 35247 5857 1 0 549625 0
[pid=243024/tid=243026] ppid=243021 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 5931 0 0 0 15 3 0 0 20 0 18 0 18613617 19430449152 35247 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=18975048 memory=649556 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18613620 19430449152 35247 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18613620 19430449152 35247 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 140988 KiB

[startup+0.30593 s]*
/proc/loadavg: 4.20 4.15 4.08 7/338 243043
/proc/meminfo: memFree=101553160/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19041612 memory=198676 CPUtime=0.51 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 9260 0 0 0 46 5 0 0 20 0 19 0 18613617 19498610688 49669 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4760403 49669 5857 1 0 550919 0
[pid=243024/tid=243026] ppid=243021 vsize=19041612 memory=-9104988072648090300 CPUtime=0.26 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 5954 0 0 0 22 4 0 0 20 0 19 0 18613617 19498610688 49669 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 49669 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 49669 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 198676 KiB

[startup+0.70793 s]
/proc/loadavg: 4.20 4.15 4.08 6/338 243043
/proc/meminfo: memFree=101527632/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19041612 memory=391824 CPUtime=1.27 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 16588 0 0 0 117 10 0 0 20 0 19 0 18613617 19498610688 97956 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4760403 97956 5889 1 0 555862 0
[pid=243024/tid=243026] ppid=243021 vsize=19041612 memory=5536 CPUtime=0.62 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 6034 0 0 0 55 7 0 0 20 0 19 0 18613617 19498610688 97956 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19041612 memory=12544 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 97956 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 97956 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 391824 KiB

[startup+1.50093 s]
/proc/loadavg: 4.20 4.15 4.08 6/338 243043
/proc/meminfo: memFree=100894504/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19041612 memory=1178504 CPUtime=2.81 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 19699 0 0 0 255 26 0 0 20 0 19 0 18613617 19498610688 294626 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4760403 294626 5889 1 0 945202 0
[pid=243024/tid=243026] ppid=243021 vsize=19041612 memory=12544 CPUtime=1.3 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 6383 0 0 0 109 21 0 0 20 0 19 0 18613617 19498610688 294626 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 294626 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 294626 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1178504 KiB

[startup+3.10593 s]
/proc/loadavg: 4.27 4.16 4.08 5/338 243043
/proc/meminfo: memFree=99506420/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19041612 memory=2449088 CPUtime=4.92 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 22053 0 0 0 441 51 0 0 20 0 19 0 18613617 19498610688 612272 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4760403 612272 5889 1 0 2077385 0
[pid=243024/tid=243026] ppid=243021 vsize=19041612 memory=0 CPUtime=2.6 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 6865 0 0 0 220 40 0 0 20 0 19 0 18613617 19498610688 612272 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19041612 memory=12544 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 612272 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19041612 memory=1481660 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 612272 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2449088 KiB

[startup+6.30094 s]
/proc/loadavg: 4.27 4.16 4.08 7/338 243043
/proc/meminfo: memFree=96477324/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19041612 memory=5380568 CPUtime=8.61 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 24003 0 0 0 752 109 0 0 20 0 19 0 18613617 19498610688 1345142 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4760403 1345142 5889 1 0 2480562 0
[pid=243024/tid=243026] ppid=243021 vsize=19041612 memory=0 CPUtime=5.25 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) S 243021 243024 240492 0 -1 1077936192 8097 0 0 0 436 89 0 0 20 0 19 0 18613617 19498610688 1345142 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19041612 memory=1182864 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 1345142 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19041612 memory=228489167166 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 1345142 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 8.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5380568 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 4.16 4.08 5/338 243044
/proc/meminfo: memFree=93917404/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19041612 memory=7807244 CPUtime=16.08 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 26651 0 0 0 1450 158 0 0 20 0 19 0 18613617 19498610688 1951811 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4760403 1951811 5889 1 0 3059194 0
[pid=243024/tid=243026] ppid=243021 vsize=19041612 memory=7438348 CPUtime=10.51 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 9211 0 0 0 916 135 0 0 20 0 19 0 18613617 19498610688 1951811 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19041612 memory=6751792 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 1951811 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19041612 memory=13568180467533100 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 1951811 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 16.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 7807244 KiB

[startup+25.5009 s]
/proc/loadavg: 4.26 4.17 4.09 6/337 243115
/proc/meminfo: memFree=96943312/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19041612 memory=9640468 CPUtime=30.65 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 29263 0 0 0 2863 202 0 0 20 0 19 0 18613617 19498610688 2410117 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4760403 2410117 5889 1 0 3431040 0
[pid=243024/tid=243026] ppid=243021 vsize=19041612 memory=9498524 CPUtime=21.2 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 10461 0 0 0 1950 170 0 0 20 0 19 0 18613617 19498610688 2410117 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 2410117 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18613620 19498610688 2410117 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 30.65 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 9640468 KiB

[startup+51.1059 s]
/proc/loadavg: 4.24 4.17 4.09 5/339 243122
/proc/meminfo: memFree=94129368/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19174740 memory=10492800 CPUtime=57.82 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 32607 0 0 0 5558 224 0 0 20 0 21 0 18613617 19634933760 2623200 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4793685 2623200 5924 1 0 3567787 0
[pid=243024/tid=243026] ppid=243021 vsize=19174740 memory=-9104988072648090300 CPUtime=46.29 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 12252 0 0 0 4445 184 0 0 20 0 21 0 18613617 19634933760 2623200 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19174740 memory=10491980 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2623200 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2623200 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243117] ppid=243021 vsize=19174740 memory=11540 CPUtime=0 cores=0,2
/proc/243024/task/243117/stat : 243117 (Timer-0) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18616494 19634933760 2623200 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 57.82 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10492800 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.16 4.09 5/335 243131
/proc/meminfo: memFree=93201232/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19174740 memory=10493612 CPUtime=109.63 cores=0,2

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

/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2888018 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19174740 memory=12544 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 5839 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2888018 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243117] ppid=243021 vsize=19174740 memory=11540 CPUtime=0 cores=0,2
/proc/243024/task/243117/stat : 243117 (Timer-0) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18616494 19634933760 2888018 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 3212.91 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11552072 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.14 5/339 244925
/proc/meminfo: memFree=80454024/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19174740 memory=11552084 CPUtime=3272.63 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 413899 0 0 0 326660 603 0 0 20 0 21 0 18613617 19634933760 2888021 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4793685 2888021 5954 1 0 3568522 0
[pid=243024/tid=243026] ppid=243021 vsize=19174740 memory=11540 CPUtime=3249.72 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 248919 0 0 0 324574 398 0 0 20 0 21 0 18613617 19634933760 2888021 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1230 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2888021 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19174740 memory=32496 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 5840 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2888021 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243117] ppid=243021 vsize=19174740 memory=7408 CPUtime=0 cores=0,2
/proc/243024/task/243117/stat : 243117 (Timer-0) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18616494 19634933760 2888021 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 3272.63 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11552084 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.13 4.13 5/339 244936
/proc/meminfo: memFree=79945384/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19174740 memory=11748692 CPUtime=3333.02 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 418263 0 0 0 332690 612 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4793685 2937173 5954 1 0 3568522 0
[pid=243024/tid=243026] ppid=243021 vsize=19174740 memory=11540 CPUtime=3309.22 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 250839 0 0 0 330521 401 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1230 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19174740 memory=11540 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19174740 memory=16192 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 5941 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243117] ppid=243021 vsize=19174740 memory=12544 CPUtime=0 cores=0,2
/proc/243024/task/243117/stat : 243117 (Timer-0) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18616494 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 3333.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11748692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.13 5/340 245006
/proc/meminfo: memFree=79587100/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19174740 memory=11748692 CPUtime=3392.31 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 419649 0 0 0 338615 616 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4793685 2937173 5954 1 0 3568522 0
[pid=243024/tid=243026] ppid=243021 vsize=19174740 memory=16192 CPUtime=3368.47 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 252101 0 0 0 336444 403 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1244 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19174740 memory=71476 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19174740 memory=11748692 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 6053 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243117] ppid=243021 vsize=19174740 memory=11748692 CPUtime=0 cores=0,2
/proc/243024/task/243117/stat : 243117 (Timer-0) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18616494 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 3392.31 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11748692 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/340 245016
/proc/meminfo: memFree=79139896/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19174740 memory=11748692 CPUtime=3451.64 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 422836 0 0 0 344542 622 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4793685 2937173 5954 1 0 3568522 0
[pid=243024/tid=243026] ppid=243021 vsize=19174740 memory=16192 CPUtime=3427.77 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 254973 0 0 0 342370 407 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1281 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19174740 memory=11748692 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19174740 memory=11748692 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 6170 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243117] ppid=243021 vsize=19174740 memory=-9104988072648090300 CPUtime=0 cores=0,2
/proc/243024/task/243117/stat : 243117 (Timer-0) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18616494 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 3451.64 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11748692 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.14 4.13 6/340 245027
/proc/meminfo: memFree=78819648/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19174740 memory=11748692 CPUtime=3511.48 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 425150 0 0 0 350521 627 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4793685 2937173 5954 1 0 3568522 0
[pid=243024/tid=243026] ppid=243021 vsize=19174740 memory=-9104988072648090300 CPUtime=3487.58 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 257003 0 0 0 348347 411 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1281 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19174740 memory=11748692 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19174740 memory=11540 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 6170 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243117] ppid=243021 vsize=19174740 memory=11748692 CPUtime=0 cores=0,2
/proc/243024/task/243117/stat : 243117 (Timer-0) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18616494 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 3511.48 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11748692 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.13 4.13 5/339 245040
/proc/meminfo: memFree=78516340/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19174740 memory=11748692 CPUtime=3571.21 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 427137 0 0 0 356488 633 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4793685 2937173 5954 1 0 3568522 0
[pid=243024/tid=243026] ppid=243021 vsize=19174740 memory=11748692 CPUtime=3547.27 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 258871 0 0 0 354312 415 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1292 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19174740 memory=11748692 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19174740 memory=11748692 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 6279 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243117] ppid=243021 vsize=19174740 memory=12544 CPUtime=0 cores=0,2
/proc/243024/task/243117/stat : 243117 (Timer-0) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18616494 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 3571.21 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11748692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.09 4.12 4.12 5/337 245045
/proc/meminfo: memFree=78366928/131524600 swapFree=131071728/131071996
[pid=243024] ppid=243021 vsize=19174740 memory=11748692 CPUtime=3600.02 cores=0,2
/proc/243024/stat : 243024 (java) S 243021 243024 240492 0 -1 1077936128 427387 0 0 0 359368 634 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
/proc/243024/statm: 4793685 2937173 5954 1 0 3568522 0
[pid=243024/tid=243026] ppid=243021 vsize=19174740 memory=11540 CPUtime=3576.07 cores=0,2
/proc/243024/task/243026/stat : 243026 (java) R 243021 243024 240492 0 -1 4194368 259118 0 0 0 357192 415 0 0 20 0 21 0 18613617 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1292 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243035] ppid=243021 vsize=19174740 memory=-9104988072648090300 CPUtime=0 cores=0,2
/proc/243024/task/243035/stat : 243035 (Finalizer) S 243021 243024 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243042] ppid=243021 vsize=19174740 memory=11748692 CPUtime=0 cores=0,2
/proc/243024/task/243042/stat : 243042 (Common-Cleaner) S 243021 243024 240492 0 -1 1077936192 6279 0 0 0 0 0 0 0 20 0 21 0 18613620 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
[pid=243024/tid=243117] ppid=243021 vsize=19174740 memory=5536 CPUtime=0 cores=0,2
/proc/243024/task/243117/stat : 243117 (Timer-0) S 243021 243024 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18616494 19634933760 2937173 134679101440 94507615772672 94507615776368 140722620540048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94507615784184 94507615784976 94507648536576 140722620543915 140722620544097 140722620544097 140722620551112 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11748692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.81 s, system=6.38198 s

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

[startup+3611.31 s]*
/proc/loadavg: 4.09 4.12 4.12 5/318 245048
/proc/meminfo: memFree=90033388/131524600 swapFree=131071728/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.32
CPU time (s): 3600.19
CPU user time (s): 3593.81
CPU system time (s): 6.38198
CPU usage (%): 99.6919
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 11748692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.81
system time used= 6.38198
maximum resident set size= 11750308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430928
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2733808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127737
involuntary context switches= 28589


# summary of solver processes directly reported to runsolver:
#   pid: 243024
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3593.81
#   total CPU system time (s): 6.38198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.25961 second user time and 18.2257 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-24 13:34:02
IDJOB=4446302
IDBENCH=155554
IDSOLVER=3079
FILE ID=nodeC029/4446302-1721820840
RUNJOBID= nodeC029-1721817188-240502
SLURM_JOB_ID= 7816890
Free space on /tmp= 889752 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-172.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-4446302-1721820840/watcher-4446302-1721820840 -o /tmp/evaluation-result-4446302-1721820840/solver-4446302-1721820840 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721817188-240502 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4446302-1721820840 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446302-1721820840.opb

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

MD5SUM BENCH= 46f4146f739f9ce6c71981ef5aa732b8
RANDOM SEED=531739116

nodeC029.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		: 3603.985
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.50
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		: 3678.899
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	: 7005.34
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		: 3600.676
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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.927
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	: 7005.34
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		: 3600.706
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.50
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		: 3600.122
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	: 7005.34
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		: 3670.921
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.50
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		: 3678.276
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	: 7005.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        101732752 kB
MemAvailable:   124816584 kB
Buffers:          244204 kB
Cached:         23549128 kB
SwapCached:           44 kB
Active:          2689504 kB
Inactive:       26230220 kB
Active(anon):       1572 kB
Inactive(anon):  5178896 kB
Active(file):    2687932 kB
Inactive(file): 21051324 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:            338860 kB
Writeback:             0 kB
AnonPages:       5126424 kB
Mapped:           139448 kB
Shmem:             54012 kB
KReclaimable:     368800 kB
Slab:             499916 kB
SReclaimable:     368800 kB
SUnreclaim:       131116 kB
KernelStack:        5136 kB
PageTables:        20152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9371368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21472 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4798464 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:      346836 kB
DirectMap2M:    44515328 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 889744 MiB
End job on nodeC029 at 2024-07-24 14:34:13