Trace number 4440227

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.2 3556.21

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1ab00a09bce4fe90071f9bd51d0e1c65
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 benchmark1081565440
Best CPU time to get the best result obtained on this benchmark3600.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.01/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.21	c See www.sat4j.org for details.
0.10/0.22	c version CUSTOM.v20240707
0.10/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.23	c java.vm.version	22.0.1+8-16
0.10/0.23	c java.vm.vendor	Oracle Corporation
0.10/0.23	c sun.arch.data.model	64
0.10/0.23	c java.version		22.0.1
0.10/0.23	c os.name		Linux
0.10/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.23	c os.arch		amd64
0.10/0.23	c Free memory 		2104792832
0.10/0.23	c Max memory 		16282288128
0.10/0.23	c Total memory 		2113929216
0.10/0.23	c Number of processors 	2
0.10/0.27	--- Begin Solver configuration ---
0.10/0.27	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.10/0.27	Learn all clauses as in MiniSAT
0.10/0.27	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.27	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.27	Expensive reason simplification
0.10/0.27	Glucose 2.1 dynamic restart strategy
0.10/0.27	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.10/0.27	timeout=2147483s
0.10/0.27	DB Simplification allowed=false
0.10/0.27	Listener: none
0.10/0.27	--- End Solver configuration ---
0.10/0.27	c Pseudo Boolean Optimization by upper bound
0.10/0.27	c --- Begin Solver configuration ---
0.10/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.10/0.27	c Learn all clauses as in MiniSAT
0.10/0.27	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.27	c Expensive reason simplification
0.10/0.27	c Glucose 2.1 dynamic restart strategy
0.10/0.27	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.10/0.27	c timeout=2147483s
0.10/0.27	c DB Simplification allowed=false
0.10/0.27	c Listener: none
0.10/0.27	c --- End Solver configuration ---
0.10/0.27	c solving HOME/instance-4440227-1721765707.opb
0.10/0.27	c reading problem ... 
0.10/0.28	c using VERIPB proof format
0.10/0.28	c  objective function found
0.62/0.59	c ... done. Wall clock time 0.301s.
0.62/0.59	c declared #vars     7287
0.62/0.59	c #constraints  595
0.62/0.59	c constraints type 
0.62/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 420
0.62/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 175
0.62/0.59	c 595 constraints processed.
0.62/0.60	c objective function length is 31 literals
9.48/7.20	c cleaning 2501 clauses out of 5001 with flag 10161/5002
23.12/21.19	c cleaning 4253 clauses out of 8505 with flag 22205/11007
49.23/50.06	c cleaning 5628 clauses out of 11256 with flag 36250/18011
68.77/68.55	c cleaning 6809 clauses out of 13617 with flag 52282/26000
89.39/89.76	c cleaning 7906 clauses out of 15813 with flag 70356/35005
118.47/118.70	c cleaning 8948 clauses out of 17902 with flag 90418/45000
156.70/156.34	c cleaning 9976 clauses out of 19956 with flag 112493/56002
186.35/185.20	c cleaning 10988 clauses out of 21982 with flag 136573/68004
216.26/215.39	c cleaning 11991 clauses out of 23991 with flag 162659/81001
254.12/253.10	c cleaning 12996 clauses out of 26004 with flag 190758/95005
286.07/282.29	c cleaning 13996 clauses out of 28003 with flag 220909/110000
329.29/325.67	c cleaning 14997 clauses out of 30007 with flag 253250/126000
366.08/361.82	c cleaning 15999 clauses out of 32011 with flag 287646/143001
408.76/403.75	c cleaning 16999 clauses out of 34012 with flag 324037/161001
447.94/443.43	c cleaning 18002 clauses out of 36014 with flag 362565/180002
491.34/483.08	c cleaning 18998 clauses out of 38010 with flag 403022/200000
536.59/527.24	c cleaning 20002 clauses out of 40014 with flag 445476/221002
582.75/574.63	c cleaning 20998 clauses out of 42010 with flag 489993/243000
629.93/622.03	c cleaning 21999 clauses out of 44012 with flag 536475/266000
686.57/677.45	c cleaning 23001 clauses out of 46015 with flag 585019/290002
744.23/735.55	c cleaning 23999 clauses out of 48012 with flag 635571/315000
814.24/804.93	c cleaning 25006 clauses out of 50014 with flag 687866/341001
894.62/887.78	c cleaning 26005 clauses out of 52020 with flag 742532/368013
948.36/937.65	c cleaning 26993 clauses out of 54002 with flag 798883/396000
1002.70/991.59	c cleaning 28004 clauses out of 56015 with flag 857239/425006
1167.21/1155.78	c cleaning 29004 clauses out of 58013 with flag 917444/455008
1244.02/1234.47	c cleaning 29997 clauses out of 60010 with flag 979575/486009
1304.15/1291.03	c cleaning 30998 clauses out of 62008 with flag 1043769/518004
1385.13/1373.46	c cleaning 32000 clauses out of 64010 with flag 1110311/551004
1438.50/1426.44	c cleaning 32976 clauses out of 66008 with flag 1178462/585002
1500.22/1481.68	c cleaning 34005 clauses out of 68036 with flag 1248485/620006
1572.43/1555.02	c cleaning 35005 clauses out of 70028 with flag 1320604/656003
1650.52/1633.39	c cleaning 35994 clauses out of 72020 with flag 1394799/693000
1738.65/1716.21	c cleaning 37007 clauses out of 74026 with flag 1470954/731000
1824.35/1802.82	c cleaning 37994 clauses out of 76019 with flag 1549072/770000
1936.38/1914.54	c cleaning 39006 clauses out of 78032 with flag 1629453/810007
2068.55/2041.66	c cleaning 39986 clauses out of 80020 with flag 1711600/851001
2193.85/2166.62	c cleaning 41003 clauses out of 82036 with flag 1795827/893003
2320.65/2292.75	c cleaning 42003 clauses out of 84032 with flag 1882118/936002
2434.59/2402.46	c cleaning 42990 clauses out of 86029 with flag 1970275/980002
2569.36/2536.85	c cleaning 43992 clauses out of 88039 with flag 2060370/1025002
2701.55/2668.64	c cleaning 45017 clauses out of 90049 with flag 2152526/1071004
2853.67/2816.60	c cleaning 45991 clauses out of 92028 with flag 2246592/1118000
3010.19/2972.31	c cleaning 46992 clauses out of 94038 with flag 2342628/1166001
3152.22/3113.45	c cleaning 48012 clauses out of 96046 with flag 2440824/1215001
3326.57/3285.39	c cleaning 49003 clauses out of 98044 with flag 2540989/1265011
3460.63/3420.39	c cleaning 50005 clauses out of 100030 with flag 2643289/1316000
3596.61/3552.57	c cleaning 50993 clauses out of 102025 with flag 2747517/1368000
3600.05/3555.82	c starts		: 1
3600.05/3555.82	c conflicts		: 1370438
3600.05/3555.82	c decisions		: 1375762
3600.05/3555.82	c propagations		: 14338522
3600.05/3555.82	c inspects		: 1313379809
3600.05/3555.82	c shortcuts		: 0
3600.05/3555.82	c learnt literals	: 1
3600.05/3555.82	c learnt binary clauses	: 0
3600.05/3555.82	c learnt ternary clauses	: 0
3600.05/3555.82	c learnt constraints	: 1370437
3600.05/3555.82	c ignored constraints	: 0
3600.05/3555.82	c root simplifications	: 0
3600.05/3555.82	c removed literals (reason simplification)	: 32495848
3600.05/3555.82	c reason swapping (by a shorter reason)	: 0
3600.05/3555.82	c Calls to reduceDB	: 48
3600.05/3555.82	c Number of update (reduction) of LBD	: 647
3600.05/3555.82	c Imported unit clauses	: 0
3600.05/3555.82	c No decision after first conflict	: false
3600.05/3555.82	c number of reductions to clauses (during analyze)	: 0
3600.05/3555.82	c number of learned constraints concerned by reduction	: 0
3600.05/3555.82	c number of learning phase by resolution	: 0
3600.05/3555.82	c number of learning phase by cutting planes	: 0
3600.05/3555.82	c number of rounding to 1 operations	: 0
3600.05/3555.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3555.82	c number of reductions of the coefficients by power 2 	: 0
3600.05/3555.82	c number of right shift for reduction by power 2 	: 0
3600.05/3555.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3555.82	c number of ending skipping 	: 0
3600.05/3555.82	c number of internal skipping 	: 0
3600.05/3555.82	c number of derivation steps 	: 0
3600.05/3555.82	c number of skipped derivation steps 	: 0
3600.05/3555.82	c number of remaining unassigned 	: 0
3600.05/3555.82	c number of remaining assigned 	: 0
3600.05/3555.82	c number of falsified literals weakened from reason	: 0
3600.05/3555.82	c number of falsified literals weakened from conflict	: 0
3600.05/3555.82	c time for arithmetic operations	: 0
3600.05/3555.82	c minimum degree of deleted constraints	: null
3600.05/3555.82	c maximum degree of deleted constraints	: null
3600.05/3555.82	c number of deleted constraints	: 0
3600.05/3555.82	c speed (assignments/second)	: 4033.0922041911354
3600.05/3555.82	c non guided choices	: 2410
3600.05/3555.82	c timeout
3600.05/3555.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 53470
3600.05/3555.85	s UNKNOWN
3600.05/3555.85	c Total wall clock time (in seconds): 3555.578

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=133336, runsolver pid=133329

[startup+0.100099 s]*
/proc/loadavg: 2.12 2.12 2.10 3/292 133386
/proc/meminfo: memFree=110186404/131524600 swapFree=131071996/131071996
[pid=133336] ppid=133329 vsize=18175400 memory=31268 CPUtime=0.01 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 3046 0 62 0 0 1 0 0 20 0 7 0 13094061 18611609600 7817 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16784588 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4543850 7817 3636 1 0 542675 0
[pid=133336/tid=133357] ppid=133329 vsize=18175400 memory=4026531971 CPUtime=0.01 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) D 133329 133336 133285 0 -1 4194368 2507 0 43 0 0 1 0 0 20 0 7 0 13094065 18611609600 7879 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 6 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 31268 KiB

[startup+0.212242 s]*
/proc/loadavg: 2.12 2.12 2.10 3/336 133430
/proc/meminfo: memFree=110095020/131524600 swapFree=131071996/131071996
[pid=133336] ppid=133329 vsize=18975048 memory=57276 CPUtime=0.1 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 6845 0 87 0 7 3 0 0 20 0 18 0 13094061 19430449152 14319 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4743762 14319 5659 1 0 548934 0
[pid=133336/tid=133357] ppid=133329 vsize=18975048 memory=8737651120394928259 CPUtime=0.06 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 5656 0 58 0 4 2 0 0 20 0 18 0 13094065 19430449152 14319 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=18975048 memory=15969 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13094077 19430449152 14319 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=18975048 memory=13855165887284878 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 13094078 19430449152 14319 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57276 KiB

[startup+0.306492 s]*
/proc/loadavg: 2.12 2.12 2.10 14/336 133430
/proc/meminfo: memFree=110039640/131524600 swapFree=131071996/131071996
[pid=133336] ppid=133329 vsize=18975048 memory=70248 CPUtime=0.24 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 7612 0 87 0 21 3 0 0 20 0 18 0 13094061 19430449152 17562 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4743762 17562 5678 1 0 549543 0
[pid=133336/tid=133357] ppid=133329 vsize=18975048 memory=-9175916468261135036 CPUtime=0.14 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 1077936192 5982 0 58 0 12 2 0 0 20 0 18 0 13094065 19430449152 17562 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=18975048 memory=1470213543287357785 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13094077 19430449152 17562 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 13094078 19430449152 17562 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70248 KiB

[startup+0.702345 s]
/proc/loadavg: 2.12 2.12 2.10 14/337 133431
/proc/meminfo: memFree=109833672/131524600 swapFree=131071996/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=180256 CPUtime=1 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 10316 0 87 0 94 6 0 0 20 0 20 0 13094061 19566772224 45064 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 45064 5861 1 0 551658 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=50852 CPUtime=0.46 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 6165 0 58 0 42 4 0 0 20 0 20 0 13094065 19566772224 45064 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 45064 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 45064 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180256 KiB

[startup+1.50334 s]
/proc/loadavg: 2.99 2.30 2.15 16/343 133437
/proc/meminfo: memFree=109528468/131524600 swapFree=131071996/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=204752 CPUtime=2.59 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 10981 0 87 0 251 8 0 0 20 0 20 0 13094061 19566772224 51188 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 51188 5900 1 0 551951 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=5432 CPUtime=1.14 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 1077936192 6189 0 58 0 109 5 0 0 20 0 20 0 13094065 19566772224 51188 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 51188 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 51188 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 51188 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204752 KiB

[startup+3.10634 s]
/proc/loadavg: 2.99 2.30 2.15 8/344 133438
/proc/meminfo: memFree=108569804/131524600 swapFree=131071996/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=752592 CPUtime=4.88 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 13106 0 87 0 466 22 0 0 20 0 20 0 13094061 19566772224 188148 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 188148 5919 1 0 1400112 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=0 CPUtime=2.49 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 6382 0 58 0 234 15 0 0 20 0 20 0 13094065 19566772224 188148 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 188148 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 188148 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=50852 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 188148 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 752592 KiB

[startup+6.30027 s]
/proc/loadavg: 3.15 2.35 2.17 4/345 133439
/proc/meminfo: memFree=106521264/131524600 swapFree=131071996/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=1662888 CPUtime=8.42 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 14398 0 87 0 800 42 0 0 20 0 20 0 13094061 19566772224 415722 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 415722 5919 1 0 1936966 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=0 CPUtime=5.4 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 6683 0 58 0 511 29 0 0 20 0 20 0 13094065 19566772224 415722 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 415722 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=-7965959130280075168 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 415722 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=-8528524021826626236 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 415722 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1662888 KiB

[startup+12.7003 s]
/proc/loadavg: 3.30 2.39 2.19 7/345 133441
/proc/meminfo: memFree=103387892/131524600 swapFree=131071996/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=2927104 CPUtime=14.35 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 16599 0 87 0 1361 74 0 0 20 0 20 0 13094061 19566772224 731776 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 731776 5920 1 0 2164996 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=-8528524021826626236 CPUtime=10.41 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 7238 0 58 0 987 54 0 0 20 0 20 0 13094065 19566772224 731776 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 113 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=2689536 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 731776 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 731776 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 731776 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 14.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2927104 KiB

[startup+25.5003 s]
/proc/loadavg: 3.41 2.44 2.20 6/344 133442
/proc/meminfo: memFree=100626400/131524600 swapFree=131071996/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=3422336 CPUtime=27.71 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 24085 0 87 0 2681 90 0 0 20 0 20 0 13094061 19566772224 855584 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 855584 5920 1 0 2166058 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=2689536 CPUtime=22.68 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 9003 0 58 0 2203 65 0 0 20 0 20 0 13094065 19566772224 855584 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 113 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 855584 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 855584 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=3422984 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 855584 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 27.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3422336 KiB

[startup+51.1064 s]
/proc/loadavg: 3.64 2.59 2.26 6/344 133447
/proc/meminfo: memFree=97875356/131524600 swapFree=131071996/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=3737804 CPUtime=50.35 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 30237 0 87 0 4927 108 0 0 20 0 20 0 13094061 19566772224 934451 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 934451 5920 1 0 2166061 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=39760 CPUtime=44.11 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 11403 0 58 0 4336 75 0 0 20 0 20 0 13094065 19566772224 934451 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 455 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 934451 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=3737760 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 934451 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 934451 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 50.35 s
Current children cumulated vsize: 19108176 KiB

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

/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 143370 0 58 0 299297 1980 0 0 20 0 20 0 13094065 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 8852 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=16272812 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=16272812 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 1804 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 3263.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16272820 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.47 4.41 7/335 135248
/proc/meminfo: memFree=2133152/131524600 swapFree=131071472/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=16272820 CPUtime=3323.59 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 624896 0 87 0 330092 2267 0 0 20 0 20 0 13094061 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 4068205 5955 1 0 4082749 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=-8528524021826626236 CPUtime=3069.1 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 144433 0 58 0 304908 2002 0 0 20 0 20 0 13094065 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 9017 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=16272820 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 1804 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=32168 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 3323.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16272820 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.43 4.40 6/338 135265
/proc/meminfo: memFree=794776/131524600 swapFree=131071472/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=16272820 CPUtime=3382.9 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 630285 0 87 0 335994 2296 0 0 20 0 20 0 13094061 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 4068205 5955 1 0 4082749 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=-9175916468261135036 CPUtime=3126.07 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 146768 0 58 0 310577 2030 0 0 20 0 20 0 13094065 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9181 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=16272820 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 1894 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=16272820 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 4068205 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 3382.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16272820 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.39 4.39 6/338 135276
/proc/meminfo: memFree=680708/131524600 swapFree=131071472/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=16272828 CPUtime=3442.8 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 631609 0 87 0 341956 2324 0 0 20 0 20 0 13094061 19566772224 4068207 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 4068207 5955 1 0 4082749 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=12304 CPUtime=3182.24 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 147879 0 58 0 316168 2056 0 0 20 0 20 0 13094065 19566772224 4068207 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9342 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 4068207 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=16272828 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 1894 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 4068207 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=16272828 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 4068207 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 3442.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16272828 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.35 4.37 6/339 135355
/proc/meminfo: memFree=26097272/131524600 swapFree=131071472/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=16272848 CPUtime=3503.02 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 633861 0 87 0 347935 2367 0 0 20 0 20 0 13094061 19566772224 4068212 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 4068212 5955 1 0 4082749 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=2296 CPUtime=3237.91 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 149085 0 58 0 321694 2097 0 0 20 0 20 0 13094065 19566772224 4068212 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9524 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 4068212 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=16272848 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 1894 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 4068212 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=16272848 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 4068212 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 3503.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16272848 KiB

[startup+3522.3 s]
/proc/loadavg: 4.40 4.38 4.38 6/339 135366
/proc/meminfo: memFree=23792724/131524600 swapFree=131071472/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=16272908 CPUtime=3565.65 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 663248 0 87 0 354160 2405 0 0 20 0 20 0 13094061 19566772224 4068227 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 4068227 5955 1 0 4082749 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=16272848 CPUtime=3292.07 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 150886 0 58 0 327078 2129 0 0 20 0 20 0 13094065 19566772224 4068227 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 9915 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=16272832 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 4068227 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=16272848 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 1894 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 4068227 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=16272908 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 4068227 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 3565.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16272908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3555.8 s]
/proc/loadavg: 4.36 4.37 4.37 5/339 135372
/proc/meminfo: memFree=22222016/131524600 swapFree=131071472/131071996
[pid=133336] ppid=133329 vsize=19108176 memory=16272908 CPUtime=3600.05 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 664320 0 87 0 357581 2424 0 0 20 0 20 0 13094061 19566772224 4068227 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4777044 4068227 5955 1 0 4082749 0
[pid=133336/tid=133357] ppid=133329 vsize=19108176 memory=11944 CPUtime=3324.22 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) R 133329 133336 133285 0 -1 4194368 150894 0 58 0 330275 2147 0 0 20 0 20 0 13094065 19566772224 4068227 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9915 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19108176 memory=50852 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13094077 19566772224 4068227 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 1894 0 0 0 0 0 0 0 20 0 20 0 13094078 19566772224 4068227 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133435] ppid=133329 vsize=19108176 memory=-8528524021826626236 CPUtime=0 cores=5,7
/proc/133336/task/133435/stat : 133435 (Timer-0) S 133329 133336 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13094121 19566772224 4068227 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16272908 KiB

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

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

# cumulated CPU time of all completed processes:  user=3575.88 s, system=24.3173 s

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

[startup+3556 s]*
/proc/loadavg: 4.36 4.37 4.37 5/334 135375
/proc/meminfo: memFree=22182236/131524600 swapFree=131071472/131071996
[pid=133336] ppid=133329 vsize=19307868 memory=16273524 CPUtime=3600.14 cores=5,7
/proc/133336/stat : 133336 (java) S 133329 133336 133285 0 -1 1077936128 666004 0 87 0 357588 2426 0 0 20 0 15 0 13094061 19771256832 4068381 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 2 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
/proc/133336/statm: 4826967 4068381 5955 1 0 4083687 0
[pid=133336/tid=133357] ppid=133329 vsize=19307868 memory=-8960869577464259260 CPUtime=3324.26 cores=5,7
/proc/133336/task/133357/stat : 133357 (java) D 133329 133336 133285 0 -1 4194368 151066 0 58 0 330277 2149 0 0 20 0 15 0 13094065 19771256832 4068381 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9945 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133401] ppid=133329 vsize=19307868 memory=1469649493855863129 CPUtime=0 cores=5,7
/proc/133336/task/133401/stat : 133401 (Finalizer) S 133329 133336 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 15 0 13094077 19771256832 4068381 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
[pid=133336/tid=133429] ppid=133329 vsize=19307868 memory=4806532 CPUtime=0 cores=5,7
/proc/133336/task/133429/stat : 133429 (Common-Cleaner) S 133329 133336 133285 0 -1 1077936192 1894 0 0 0 0 0 0 0 20 0 15 0 13094078 19771256832 4068381 134679101440 93968796475392 93968796479088 140732654593360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93968796486904 93968796487696 93968812654592 140732654597035 140732654597217 140732654597217 140732654604232 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 16273524 KiB

[startup+3556.21 s]*
/proc/loadavg: 4.36 4.37 4.37 5/320 135375
/proc/meminfo: memFree=38465744/131524600 swapFree=131071472/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): 3556.21
CPU time (s): 3600.2
CPU user time (s): 3575.88
CPU system time (s): 24.3173
CPU usage (%): 101.237
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 16273524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.88
system time used= 24.3173
maximum resident set size= 16274472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666057
page faults= 87
swaps= 0
block input operations= 16464
block output operations= 51041048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136133
involuntary context switches= 22676


# summary of solver processes directly reported to runsolver:
#   pid: 133336
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3575.88
#   total CPU system time (s): 24.3173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.37311 second user time and 17.4787 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-23 22:15:07
IDJOB=4440227
IDBENCH=146775
IDSOLVER=3079
FILE ID=nodeC028/4440227-1721765707
RUNJOBID= nodeC028-1721765707-133298
SLURM_JOB_ID= 7770675
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ir98.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-4440227-1721765707/watcher-4440227-1721765707 -o /tmp/evaluation-result-4440227-1721765707/solver-4440227-1721765707 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721765707-133298 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440227-1721765707 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440227-1721765707.opb

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

MD5SUM BENCH= 1ab00a09bce4fe90071f9bd51d0e1c65
RANDOM SEED=1996914385

nodeC028.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		: 3583.540
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.46
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		: 3656.195
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.51
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		: 3560.791
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.46
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		: 3314.816
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.51
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		: 3618.092
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.46
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		: 3669.020
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.51
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		: 3558.894
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.46
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		: 3632.689
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110276780 kB
MemAvailable:   129614124 kB
Buffers:          181524 kB
Cached:         19877716 kB
SwapCached:            0 kB
Active:          1277612 kB
Inactive:       19170812 kB
Active(anon):       1416 kB
Inactive(anon):   433680 kB
Active(file):    1276196 kB
Inactive(file): 18737132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4616 kB
Writeback:             4 kB
AnonPages:        388552 kB
Mapped:           107856 kB
Shmem:             45912 kB
KReclaimable:     327676 kB
Slab:             441416 kB
SReclaimable:     327676 kB
SUnreclaim:       113740 kB
KernelStack:        4016 kB
PageTables:        10168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     741944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21632 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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:      330452 kB
DirectMap2M:    26705920 kB
DirectMap1G:    109051904 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC028 at 2024-07-23 23:14:23