Trace number 4462027

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.28 3590.23

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x1/Init-x1-i4_pp_80_merged.opb
MD5SUM4616ac8a16a5f48e16aff56bf369874b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark344
Best CPU time to get the best result obtained on this benchmark2.97819
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables113616
Total number of constraints113617
Number of constraints which are clauses97461
Number of constraints which are cardinality constraints (but not clauses)1444
Number of constraints which are nor clauses,nor cardinality constraints14712
Minimum length of a constraint1
Maximum length of a constraint1444
Number of terms in the objective function 1444
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1444
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1788
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.15	c See www.sat4j.org for details.
0.13/0.16	c version CUSTOM.v20240707
0.13/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.19	c java.vm.version	22.0.1+8-16
0.13/0.19	c java.vm.vendor	Oracle Corporation
0.13/0.19	c sun.arch.data.model	64
0.13/0.19	c java.version		22.0.1
0.13/0.19	c os.name		Linux
0.13/0.19	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.19	c os.arch		amd64
0.13/0.19	c Free memory 		2113181440
0.13/0.19	c Max memory 		16282288128
0.13/0.19	c Total memory 		2122317824
0.13/0.20	c Number of processors 	2
0.30/0.29	--- Begin Solver configuration ---
0.30/0.29	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.29	Learn all clauses as in MiniSAT
0.30/0.29	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.29	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.29	Expensive reason simplification
0.30/0.29	Glucose 2.1 dynamic restart strategy
0.30/0.29	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.30/0.29	timeout=2147483s
0.30/0.29	DB Simplification allowed=false
0.30/0.29	Listener: none
0.30/0.29	--- End Solver configuration ---
0.30/0.29	c Pseudo Boolean Optimization by upper bound
0.30/0.29	c --- Begin Solver configuration ---
0.30/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.29	c Learn all clauses as in MiniSAT
0.30/0.29	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.29	c Expensive reason simplification
0.30/0.29	c Glucose 2.1 dynamic restart strategy
0.30/0.29	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.30/0.29	c timeout=2147483s
0.30/0.29	c DB Simplification allowed=false
0.30/0.29	c Listener: none
0.30/0.29	c --- End Solver configuration ---
0.30/0.29	c solving HOME/instance-4462027-1722211291.opb
0.30/0.29	c reading problem ... 
0.43/0.35	c using VERIPB proof format
0.43/0.35	c  objective function found
5.76/4.19	c ... done. Wall clock time 3.892s.
5.76/4.19	c declared #vars     113616
5.76/4.19	c #constraints  129773
5.76/4.19	c constraints type 
5.76/4.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 99025
5.76/4.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15373
5.76/4.19	c org.sat4j.specs.Constr$1 => 2
5.76/4.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15371
5.76/4.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
5.76/4.19	c 129773 constraints processed.
5.93/4.20	c objective function length is 1444 literals
23.25/17.67	c cleaning 2428 clauses out of 4855 with flag 27355/5001
37.58/31.56	c cleaning 4207 clauses out of 8414 with flag 74945/11001
53.63/47.20	c cleaning 5600 clauses out of 11200 with flag 139181/18000
72.61/65.38	c cleaning 6792 clauses out of 13583 with flag 225231/26000
94.29/87.28	c cleaning 7883 clauses out of 15772 with flag 344853/35001
115.93/108.97	c cleaning 8940 clauses out of 17883 with flag 457111/45000
140.86/133.95	c cleaning 9968 clauses out of 19936 with flag 603898/56003
169.12/162.23	c cleaning 10978 clauses out of 21965 with flag 751765/68002
200.55/193.71	c cleaning 11988 clauses out of 23984 with flag 941129/81002
232.84/226.05	c cleaning 12990 clauses out of 25994 with flag 1150340/95001
264.65/258.00	c cleaning 13999 clauses out of 28006 with flag 1365279/110003
298.94/292.37	c cleaning 14998 clauses out of 30004 with flag 1600369/126001
336.92/330.23	c cleaning 16001 clauses out of 32002 with flag 1846932/143000
379.60/372.60	c cleaning 16994 clauses out of 33996 with flag 2099310/161001
426.00/418.97	c cleaning 17996 clauses out of 35998 with flag 2353213/180002
469.30/462.14	c cleaning 18994 clauses out of 37994 with flag 2648266/200000
515.75/508.70	c cleaning 19990 clauses out of 39992 with flag 2897817/221000
570.92/563.84	c cleaning 20991 clauses out of 41986 with flag 3119088/243000
628.56/621.34	c cleaning 21990 clauses out of 43996 with flag 3306369/266006
691.20/683.84	c cleaning 22993 clauses out of 45996 with flag 3511582/290003
755.18/747.76	c cleaning 23998 clauses out of 48002 with flag 3726478/315007
821.35/813.80	c cleaning 24990 clauses out of 49988 with flag 3921737/341000
894.67/887.09	c cleaning 25990 clauses out of 51988 with flag 4171178/368001
972.43/964.71	c cleaning 26983 clauses out of 53990 with flag 4381541/396001
1052.69/1044.95	c cleaning 27994 clauses out of 55995 with flag 4598197/425002
1130.71/1122.91	c cleaning 28989 clauses out of 57989 with flag 4867587/455000
1222.53/1214.71	c cleaning 29988 clauses out of 59990 with flag 5129992/486000
1317.71/1309.85	c cleaning 30992 clauses out of 61998 with flag 5399533/518001
1405.41/1397.53	c cleaning 31995 clauses out of 64004 with flag 5740649/551002
1500.35/1492.01	c cleaning 32997 clauses out of 66005 with flag 6087291/585000
1572.37/1563.96	c cleaning 34000 clauses out of 68008 with flag 6506634/620001
1649.05/1640.86	c cleaning 35001 clauses out of 70006 with flag 6969553/656000
1729.48/1721.07	c cleaning 35997 clauses out of 72002 with flag 7304973/693005
1821.75/1813.05	c cleaning 36993 clauses out of 73994 with flag 7703734/731001
1909.70/1900.95	c cleaning 37994 clauses out of 75994 with flag 8101543/770003
1996.56/1987.75	c cleaning 38992 clauses out of 77999 with flag 8536476/810008
2092.74/2082.95	c cleaning 39988 clauses out of 79997 with flag 9001929/851000
2185.03/2177.14	c cleaning 40989 clauses out of 82002 with flag 9449957/893001
2287.95/2280.04	c cleaning 42001 clauses out of 84010 with flag 9964640/936002
2387.85/2379.79	c cleaning 42996 clauses out of 86002 with flag 10460410/980000
2488.50/2480.12	c cleaning 43993 clauses out of 88000 with flag 10938326/1025001
2594.47/2585.85	c cleaning 44999 clauses out of 90005 with flag 11351688/1071006
2691.15/2682.56	c cleaning 45992 clauses out of 91997 with flag 11812901/1118005
2795.02/2786.91	c cleaning 46984 clauses out of 93993 with flag 12273566/1166000
2908.10/2900.09	c cleaning 47985 clauses out of 96005 with flag 12829300/1215000
3035.65/3027.05	c cleaning 49005 clauses out of 98013 with flag 13280534/1265002
3159.57/3150.97	c cleaning 49979 clauses out of 99991 with flag 13645681/1316001
3290.04/3281.08	c cleaning 50987 clauses out of 101987 with flag 14057070/1368000
3420.57/3410.79	c cleaning 51986 clauses out of 103981 with flag 14486470/1421002
3548.53/3538.77	c cleaning 52969 clauses out of 105978 with flag 14908818/1475000
3600.08/3590.14	c starts		: 6333
3600.08/3590.15	c timeout
3600.08/3590.15	c conflicts		: 1495981
3600.08/3590.15	c decisions		: 4772109
3600.08/3590.16	c propagations		: 9332541288
3600.08/3590.16	c inspects		: 5693115060
3600.08/3590.16	c shortcuts		: 0
3600.08/3590.16	c learnt literals	: 538
3600.08/3590.16	c learnt binary clauses	: 2227
3600.08/3590.16	c learnt ternary clauses	: 2657
3600.08/3590.16	c learnt constraints	: 1495443
3600.08/3590.16	c ignored constraints	: 0
3600.08/3590.16	c root simplifications	: 0
3600.08/3590.16	c removed literals (reason simplification)	: 115700020
3600.08/3590.16	c reason swapping (by a shorter reason)	: 0
3600.08/3590.16	c Calls to reduceDB	: 50
3600.08/3590.16	c Number of update (reduction) of LBD	: 239994
3600.08/3590.16	c Imported unit clauses	: 0
3600.08/3590.16	c No decision after first conflict	: false
3600.08/3590.16	c number of reductions to clauses (during analyze)	: 0
3600.08/3590.16	c number of learned constraints concerned by reduction	: 0
3600.08/3590.16	c number of learning phase by resolution	: 0
3600.08/3590.16	c number of learning phase by cutting planes	: 0
3600.08/3590.16	c number of rounding to 1 operations	: 0
3600.08/3590.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3590.16	c number of reductions of the coefficients by power 2 	: 0
3600.08/3590.16	c number of right shift for reduction by power 2 	: 0
3600.08/3590.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3590.16	c number of ending skipping 	: 0
3600.08/3590.16	c number of internal skipping 	: 0
3600.08/3590.16	c number of derivation steps 	: 0
3600.08/3590.16	c number of skipped derivation steps 	: 0
3600.08/3590.16	c number of remaining unassigned 	: 0
3600.08/3590.16	c number of remaining assigned 	: 0
3600.08/3590.16	c number of falsified literals weakened from reason	: 0
3600.08/3590.16	c number of falsified literals weakened from conflict	: 0
3600.08/3590.16	c time for arithmetic operations	: 0
3600.08/3590.16	c minimum degree of deleted constraints	: null
3600.08/3590.16	c maximum degree of deleted constraints	: null
3600.08/3590.16	c number of deleted constraints	: 0
3600.08/3590.16	c speed (assignments/second)	: 2602538.384099223
3600.08/3590.16	c non guided choices	: 0
3600.08/3590.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 71750
3600.08/3590.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2227
3600.08/3590.20	s UNKNOWN
3600.08/3590.20	c Total wall clock time (in seconds): 3589.905

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=440027, runsolver pid=440024

[startup+0.103439 s]*
/proc/loadavg: 5.12 5.26 4.94 7/319 440045
/proc/meminfo: memFree=63065724/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=18993908 memory=58500 CPUtime=0.13 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 6409 0 0 0 10 3 0 0 20 0 18 0 57118543 19449761792 14625 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4748477 14625 5837 1 0 550827 0
[pid=440027/tid=440029] ppid=440024 vsize=18993908 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 5380 0 0 0 6 3 0 0 20 0 18 0 57118543 19449761792 14625 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=18993908 memory=232851243367 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 57118549 19449761792 14625 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=18993908 memory=3618136736603415072 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 57118550 19449761792 14625 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 58500 KiB

[startup+0.213788 s]*
/proc/loadavg: 5.12 5.26 4.94 7/319 440045
/proc/meminfo: memFree=63057772/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=18993908 memory=66224 CPUtime=0.3 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 7125 0 0 0 26 4 0 0 20 0 18 0 57118543 19449761792 16556 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4748477 16556 6004 1 0 551438 0
[pid=440027/tid=440029] ppid=440024 vsize=18993908 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 1077936192 5710 0 0 0 16 3 0 0 20 0 18 0 57118543 19449761792 16556 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=18993908 memory=2391869 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 57118549 19449761792 16556 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 57118550 19449761792 16556 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66224 KiB

[startup+0.312122 s]*
/proc/loadavg: 5.12 5.26 4.94 4/319 440045
/proc/meminfo: memFree=63053660/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=18993908 memory=69036 CPUtime=0.43 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 7389 0 0 0 39 4 0 0 20 0 18 0 57118543 19449761792 17259 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4748477 17259 6019 1 0 551631 0
[pid=440027/tid=440029] ppid=440024 vsize=18993908 memory=-8888815303419077308 CPUtime=0.25 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) D 440024 440027 435238 0 -1 1078198336 5870 0 0 0 22 3 0 0 20 0 18 0 57118543 19449761792 17259 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 57118549 19449761792 17259 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 57118550 19449761792 17259 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 69036 KiB

[startup+0.707191 s]
/proc/loadavg: 5.12 5.26 4.94 7/320 440046
/proc/meminfo: memFree=62955756/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19060472 memory=181276 CPUtime=1.07 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 9322 0 0 0 100 7 0 0 20 0 19 0 57118543 19517923328 45319 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4765118 45319 6141 1 0 553089 0
[pid=440027/tid=440029] ppid=440024 vsize=19060472 memory=5640 CPUtime=0.52 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 5982 0 0 0 47 5 0 0 20 0 19 0 57118543 19517923328 45319 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19060472 memory=12240 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57118549 19517923328 45319 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57118550 19517923328 45319 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 181276 KiB

[startup+1.50026 s]
/proc/loadavg: 5.12 5.26 4.94 6/320 440048
/proc/meminfo: memFree=62683032/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19060472 memory=763912 CPUtime=2.54 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 13771 0 0 0 234 20 0 0 20 0 19 0 57118543 19517923328 190978 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4765118 190978 6202 1 0 1953362 0
[pid=440027/tid=440029] ppid=440024 vsize=19060472 memory=0 CPUtime=1.1 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 6235 0 0 0 95 15 0 0 20 0 19 0 57118543 19517923328 190978 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57118549 19517923328 190978 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19060472 memory=12240 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57118550 19517923328 190978 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 763912 KiB

[startup+3.11429 s]
/proc/loadavg: 5.12 5.26 4.94 6/320 440048
/proc/meminfo: memFree=59226824/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19060472 memory=4214304 CPUtime=4.59 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 18358 0 0 0 372 87 0 0 20 0 19 0 57118543 19517923328 1053576 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4765118 1053576 6202 1 0 1955190 0
[pid=440027/tid=440029] ppid=440024 vsize=19060472 memory=12240 CPUtime=2.64 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 7896 0 0 0 184 80 0 0 20 0 19 0 57118543 19517923328 1053576 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57118549 19517923328 1053576 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19060472 memory=2030175206684379 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57118550 19517923328 1053576 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 4.59 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 4214304 KiB

[startup+6.30024 s]
/proc/loadavg: 5.03 5.24 4.93 6/321 440049
/proc/meminfo: memFree=58236408/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=4828176 CPUtime=10.08 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 23785 0 0 0 907 101 0 0 20 0 20 0 57118543 19586084864 1207044 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1207044 6240 1 0 1959038 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=12240 CPUtime=5.74 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 8445 0 0 0 483 91 0 0 20 0 20 0 57118543 19586084864 1207044 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=3616024 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1207044 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1207044 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=4827916 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1207044 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 10.08 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4828176 KiB

[startup+12.7004 s]
/proc/loadavg: 5.11 5.25 4.94 5/321 440050
/proc/meminfo: memFree=58184284/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=4853384 CPUtime=18.27 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 24239 0 0 0 1723 104 0 0 20 0 20 0 57118543 19586084864 1213346 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1213346 6240 1 0 1959055 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=12240 CPUtime=12.05 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 8690 0 0 0 1112 93 0 0 20 0 20 0 57118543 19586084864 1213346 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=4824624 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1213346 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=-8888815303419077308 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1213346 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1213346 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 18.27 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4853384 KiB

[startup+25.5005 s]
/proc/loadavg: 5.01 5.22 4.93 5/320 440053
/proc/meminfo: memFree=58005076/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=4854080 CPUtime=31.37 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 26797 0 0 0 3031 106 0 0 20 0 20 0 57118543 19586084864 1213520 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1213520 6255 1 0 1959087 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=12264 CPUtime=24.8 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 9591 0 0 0 2386 94 0 0 20 0 20 0 57118543 19586084864 1213520 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=1346 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1213520 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=4853792 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1213520 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=5356 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1213520 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 31.37 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4854080 KiB

[startup+51.1137 s]
/proc/loadavg: 4.80 5.15 4.92 5/320 440058
/proc/meminfo: memFree=57713888/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=4858200 CPUtime=58.21 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 41510 0 0 0 5708 113 0 0 20 0 20 0 57118543 19586084864 1214550 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1214550 6255 1 0 1959269 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=4858180 CPUtime=50.28 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 11999 0 0 0 4929 99 0 0 20 0 20 0 57118543 19586084864 1214550 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=-8888815303419077308 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1214550 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=4854932 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1214550 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=280575852577568 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1214550 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 58.21 s
Current children cumulated vsize: 19127036 KiB

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

/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1945972 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=7783888 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 4185 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1945972 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1945972 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 3231.09 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7783888 KiB

[startup+3282.3 s]
/proc/loadavg: 1.10 1.13 1.55 2/243 441758
/proc/meminfo: memFree=115405940/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=7783888 CPUtime=3291.33 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 332145 0 0 0 328221 912 0 0 20 0 20 0 57118543 19586084864 1945972 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1945972 6271 1 0 1961356 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=7783888 CPUtime=3248.85 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 169807 0 0 0 324217 668 0 0 20 0 20 0 57118543 19586084864 1945972 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 645 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=7783888 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1945972 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=77968 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 4185 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1945972 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=12240 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1945972 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 3291.33 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7783888 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.14 1.53 2/243 441768
/proc/meminfo: memFree=115326092/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=7785956 CPUtime=3351.51 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 335329 0 0 0 334227 924 0 0 20 0 20 0 57118543 19586084864 1946489 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1946489 6271 1 0 1961356 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=7783888 CPUtime=3308.24 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 171293 0 0 0 330146 678 0 0 20 0 20 0 57118543 19586084864 1946489 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 650 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=7783908 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1946489 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=12240 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 4239 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1946489 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=164 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1946489 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 3351.51 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7785956 KiB

[startup+3402.3 s]
/proc/loadavg: 1.16 1.14 1.50 2/245 441949
/proc/meminfo: memFree=115256900/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=7786264 CPUtime=3411.99 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 354410 0 0 0 340259 940 0 0 20 0 20 0 57118543 19586084864 1946566 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1946566 6271 1 0 1961368 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=7783908 CPUtime=3367.79 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 174581 0 0 0 336089 690 0 0 20 0 20 0 57118543 19586084864 1946566 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 655 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=7785956 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1946566 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=7786264 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 4240 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1946566 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=7786264 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1946566 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 3411.99 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7786264 KiB

[startup+3462.3 s]
/proc/loadavg: 1.16 1.14 1.48 2/244 441960
/proc/meminfo: memFree=115180680/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=7786264 CPUtime=3472 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 357427 0 0 0 346245 955 0 0 20 0 20 0 57118543 19586084864 1946566 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1946566 6271 1 0 1961368 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=7783908 CPUtime=3427.35 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 177284 0 0 0 342032 703 0 0 20 0 20 0 57118543 19586084864 1946566 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 660 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=7786264 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1946566 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=18484 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 4331 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1946566 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1946566 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 3472 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7786264 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.13 1.45 2/245 441973
/proc/meminfo: memFree=115104868/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=7786272 CPUtime=3532.15 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 360529 0 0 0 352249 966 0 0 20 0 20 0 57118543 19586084864 1946568 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1946568 6271 1 0 1961368 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=7785956 CPUtime=3486.75 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 178170 0 0 0 347963 712 0 0 20 0 20 0 57118543 19586084864 1946568 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 667 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=7786272 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1946568 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=7786272 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 4331 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1946568 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1946568 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 3532.15 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7786272 KiB

[startup+3582.3 s]
/proc/loadavg: 1.27 1.16 1.44 2/244 441996
/proc/meminfo: memFree=115029820/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=7786276 CPUtime=3592.32 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 365570 0 0 0 358250 982 0 0 20 0 20 0 57118543 19586084864 1946569 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1946569 6271 1 0 1961368 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=7786272 CPUtime=3546.22 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 180227 0 0 0 353898 724 0 0 20 0 20 0 57118543 19586084864 1946569 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 670 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=77968 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1946569 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=7786276 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 4393 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1946569 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=77968 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1946569 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 3592.32 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7786276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.11 s]
/proc/loadavg: 1.23 1.15 1.43 2/244 441996
/proc/meminfo: memFree=115020836/131655788 swapFree=131057156/131071996
[pid=440027] ppid=440024 vsize=19127036 memory=7786276 CPUtime=3600.08 cores=0,2
/proc/440027/stat : 440027 (java) S 440024 440027 435238 0 -1 1077936128 365653 0 0 0 359024 984 0 0 20 0 20 0 57118543 19586084864 1946569 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
/proc/440027/statm: 4781759 1946569 6271 1 0 1961368 0
[pid=440027/tid=440029] ppid=440024 vsize=19127036 memory=77968 CPUtime=3553.97 cores=0,2
/proc/440027/task/440029/stat : 440029 (java) R 440024 440027 435238 0 -1 4194368 180310 0 0 0 354672 725 0 0 20 0 20 0 57118543 19586084864 1946569 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 672 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440038] ppid=440024 vsize=19127036 memory=-8888815303419077308 CPUtime=0 cores=0,2
/proc/440027/task/440038/stat : 440038 (Finalizer) S 440024 440027 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57118549 19586084864 1946569 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440045] ppid=440024 vsize=19127036 memory=7786276 CPUtime=0 cores=0,2
/proc/440027/task/440045/stat : 440045 (Common-Cleaner) S 440024 440027 435238 0 -1 1077936192 4393 0 0 0 0 0 0 0 20 0 20 0 57118550 19586084864 1946569 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
[pid=440027/tid=440049] ppid=440024 vsize=19127036 memory=7786276 CPUtime=0 cores=0,2
/proc/440027/task/440049/stat : 440049 (Timer-0) S 440024 440027 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 57118965 19586084864 1946569 134679101440 93900763553792 93900763557488 140732468693392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900763565304 93900763566096 93900784279552 140732468695982 140732468696164 140732468696164 140732468703176 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7786276 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.39 s, system=9.88129 s

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

[startup+3590.2 s]*
/proc/loadavg: 1.23 1.15 1.43 3/227 442000
/proc/meminfo: memFree=115032900/131655788 swapFree=131057156/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): 3590.23
CPU time (s): 3600.28
CPU user time (s): 3590.39
CPU system time (s): 9.88129
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 7786276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.39
system time used= 9.88129
maximum resident set size= 7787964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368889
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8521384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115595
involuntary context switches= 25934


# summary of solver processes directly reported to runsolver:
#   pid: 440027
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3590.39
#   total CPU system time (s): 9.88129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7604 second user time and 37.4177 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-29 02:01:31
IDJOB=4462027
IDBENCH=178875
IDSOLVER=3079
FILE ID=nodeC005/4462027-1722211291
RUNJOBID= nodeC005-1722209195-438643
SLURM_JOB_ID= 8248640
Free space on /tmp= 723744 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x1/Init-x1-i4_pp_80_merged.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-4462027-1722211291/watcher-4462027-1722211291 -o /tmp/evaluation-result-4462027-1722211291/solver-4462027-1722211291 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722209195-438643 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4462027-1722211291 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4462027-1722211291.opb

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

MD5SUM BENCH= 4616ac8a16a5f48e16aff56bf369874b
RANDOM SEED=137884269

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        63103692 kB
MemAvailable:   91130960 kB
Buffers:          397852 kB
Cached:         28419668 kB
SwapCached:          244 kB
Active:          1819768 kB
Inactive:       66033456 kB
Active(anon):       2184 kB
Inactive(anon): 39086156 kB
Active(file):    1817584 kB
Inactive(file): 26947300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057156 kB
Dirty:             28996 kB
Writeback:            12 kB
AnonPages:      39035348 kB
Mapped:           118256 kB
Shmem:             52880 kB
KReclaimable:     204832 kB
Slab:             315188 kB
SReclaimable:     204832 kB
SUnreclaim:       110356 kB
KernelStack:        4832 kB
PageTables:        86668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   39468028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10720 kB
HardwareCorrupted:     0 kB
AnonHugePages:  35555328 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:      435016 kB
DirectMap2M:    55044096 kB
DirectMap1G:    80740352 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC005 at 2024-07-29 03:01:22