Trace number 4522512

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 2025-06-06? (TO) 3600.2 3590.22

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i8_pp_92.opb
MD5SUM47b2881d5fb8f7c37ab5426a5dd64ce5
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 benchmark750
Best CPU time to get the best result obtained on this benchmark8.45878
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196307
Total number of constraints196308
Number of constraints which are clauses177494
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints15926
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
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 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.11/0.10	c Free memory 		2104792832
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4522512-1751647264.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  objective function found
7.84/6.21	c ... done. Wall clock time 6.071s.
7.84/6.21	c declared #vars     196307
7.84/6.21	c #constraints  215122
7.84/6.21	c constraints type 
7.84/6.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 179770
7.84/6.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 17542
7.84/6.22	c org.sat4j.specs.Constr$1 => 135
7.84/6.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17540
7.84/6.22	c org.sat4j.pb.constraints.pb.UnitClausePB => 135
7.84/6.22	c 215122 constraints processed.
7.84/6.23	c objective function length is 2888 literals
29.78/27.17	c cleaning 2452 clauses out of 4912 with flag 40039/5000
53.91/51.25	c cleaning 4223 clauses out of 8445 with flag 98309/11000
78.47/75.59	c cleaning 5602 clauses out of 11204 with flag 166280/18001
105.52/102.65	c cleaning 6799 clauses out of 13597 with flag 259378/26002
134.96/132.11	c cleaning 7895 clauses out of 15789 with flag 361529/35002
169.79/167.09	c cleaning 8942 clauses out of 17884 with flag 486559/45000
205.01/202.36	c cleaning 9972 clauses out of 19943 with flag 622001/56002
240.23/237.62	c cleaning 10982 clauses out of 21966 with flag 758319/68002
279.95/277.47	c cleaning 11991 clauses out of 23981 with flag 905215/81004
321.28/318.86	c cleaning 12988 clauses out of 25982 with flag 1063856/95002
366.50/364.15	c cleaning 13992 clauses out of 27984 with flag 1255248/110000
415.81/413.55	c cleaning 14993 clauses out of 29986 with flag 1454993/126003
464.45/462.26	c cleaning 15985 clauses out of 31984 with flag 1659757/143000
512.30/510.16	c cleaning 16993 clauses out of 33997 with flag 1861173/161001
565.62/563.54	c cleaning 17997 clauses out of 35993 with flag 2096348/180001
623.64/621.69	c cleaning 18993 clauses out of 37986 with flag 2352236/200001
691.23/688.95	c cleaning 19992 clauses out of 39984 with flag 2636221/221000
759.00/756.51	c cleaning 20987 clauses out of 41982 with flag 2950106/243001
826.31/823.84	c cleaning 21994 clauses out of 43987 with flag 3297892/266000
900.99/898.34	c cleaning 22986 clauses out of 45982 with flag 3688351/290000
975.59/972.45	c cleaning 23987 clauses out of 47985 with flag 4065275/315000
1053.78/1050.44	c cleaning 24995 clauses out of 49994 with flag 4471003/341000
1122.58/1119.02	c cleaning 25996 clauses out of 51996 with flag 4851593/368000
1197.55/1193.86	c cleaning 26994 clauses out of 53998 with flag 5280158/396001
1269.61/1265.77	c cleaning 27999 clauses out of 56001 with flag 5714663/425000
1344.14/1340.11	c cleaning 28996 clauses out of 57996 with flag 6218088/455002
1430.41/1426.47	c cleaning 29986 clauses out of 59978 with flag 6762043/486001
1527.12/1522.81	c cleaning 30988 clauses out of 61975 with flag 7289636/518001
1632.90/1627.60	c cleaning 31990 clauses out of 63980 with flag 7831902/551000
1732.15/1726.81	c cleaning 32990 clauses out of 65986 with flag 8358608/585001
1843.87/1838.28	c cleaning 33995 clauses out of 67989 with flag 8925979/620001
1960.49/1954.80	c cleaning 34995 clauses out of 69989 with flag 9496771/656004
2070.13/2064.14	c cleaning 35987 clauses out of 71982 with flag 10127251/693000
2190.82/2184.86	c cleaning 36996 clauses out of 73992 with flag 10804557/731000
2311.01/2305.02	c cleaning 37997 clauses out of 75993 with flag 11453349/770000
2424.78/2417.36	c cleaning 38996 clauses out of 77992 with flag 12155891/810000
2544.67/2537.27	c cleaning 39998 clauses out of 79995 with flag 12951852/851000
2670.57/2662.81	c cleaning 40990 clauses out of 81990 with flag 13628267/893001
2790.48/2782.73	c cleaning 41997 clauses out of 83994 with flag 14261168/936000
2948.20/2940.26	c cleaning 42995 clauses out of 85990 with flag 14933306/980003
3056.94/3049.00	c cleaning 43986 clauses out of 87988 with flag 15593499/1025001
3179.10/3170.87	c cleaning 44992 clauses out of 89999 with flag 16293456/1071001
3297.05/3287.40	c cleaning 45987 clauses out of 92004 with flag 17102530/1118002
3417.06/3407.29	c cleaning 46998 clauses out of 94010 with flag 17799667/1166000
3545.74/3535.95	c cleaning 47995 clauses out of 96005 with flag 18494075/1215000
3600.05/3590.12	c starts		: 19
3600.05/3590.12	c timeout
3600.05/3590.12	c conflicts		: 1235569
3600.05/3590.12	c decisions		: 2604312
3600.05/3590.12	c propagations		: 10714204006
3600.05/3590.12	c inspects		: 2683685989
3600.05/3590.12	c shortcuts		: 0
3600.05/3590.12	c learnt literals	: 410
3600.05/3590.12	c learnt binary clauses	: 1235
3600.05/3590.12	c learnt ternary clauses	: 1365
3600.05/3590.12	c learnt constraints	: 1235159
3600.05/3590.12	c ignored constraints	: 0
3600.05/3590.12	c root simplifications	: 0
3600.05/3590.12	c removed literals (reason simplification)	: 322258201
3600.05/3590.12	c reason swapping (by a shorter reason)	: 0
3600.05/3590.12	c Calls to reduceDB	: 45
3600.05/3590.12	c Number of update (reduction) of LBD	: 119310
3600.05/3590.12	c Imported unit clauses	: 0
3600.05/3590.12	c No decision after first conflict	: false
3600.05/3590.12	c number of reductions to clauses (during analyze)	: 0
3600.05/3590.12	c number of learned constraints concerned by reduction	: 0
3600.05/3590.13	c number of learning phase by resolution	: 0
3600.05/3590.13	c number of learning phase by cutting planes	: 0
3600.05/3590.13	c number of rounding to 1 operations	: 0
3600.05/3590.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3590.13	c number of reductions of the coefficients by power 2 	: 0
3600.05/3590.13	c number of right shift for reduction by power 2 	: 0
3600.05/3590.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3590.13	c number of ending skipping 	: 0
3600.05/3590.13	c number of internal skipping 	: 0
3600.05/3590.13	c number of derivation steps 	: 0
3600.05/3590.13	c number of skipped derivation steps 	: 0
3600.05/3590.13	c number of remaining unassigned 	: 0
3600.05/3590.13	c number of remaining assigned 	: 0
3600.05/3590.13	c number of falsified literals weakened from reason	: 0
3600.05/3590.13	c number of falsified literals weakened from conflict	: 0
3600.05/3590.13	c time for arithmetic operations	: 0
3600.05/3590.13	c minimum degree of deleted constraints	: null
3600.05/3590.13	c maximum degree of deleted constraints	: null
3600.05/3590.13	c number of deleted constraints	: 0
3600.05/3590.13	c speed (assignments/second)	: 2989558.510271703
3600.05/3590.13	c non guided choices	: 0
3600.05/3590.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 67341
3600.05/3590.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1235
3600.05/3590.17	s UNKNOWN
3600.05/3590.17	c Total wall clock time (in seconds): 3590.033

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: 63708 MiB (61004 MiB free)
  memory of node 1: 64465 MiB (62428 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522512-1751647264/watcher-4522512-1751647264 -o /tmp/evaluation-result-4522512-1751647264/solver-4522512-1751647264 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90896 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4522512-1751647264.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=90954, runsolver pid=90948

[startup+0.100059 s]*
/proc/loadavg: 2.12 2.11 2.28 10/310 90994
/proc/meminfo: memFree=126319812/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=18930384 memory=53160 CPUtime=0.11 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 6470 0 0 0 9 2 0 0 20 0 18 0 80405020 19384713216 13290 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4732596 13290 5334 1 0 547568 0
[pid=90954/tid=90957] ppid=90948 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 4991 0 0 0 6 1 0 0 20 0 18 0 80405022 19384713216 13290 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=18930384 memory=2569 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80405024 19384713216 13322 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80405024 19384713216 13322 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53160 KiB

[startup+0.205673 s]*
/proc/loadavg: 2.12 2.11 2.28 8/309 90995
/proc/meminfo: memFree=126158372/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=18930384 memory=113008 CPUtime=0.3 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 7004 0 0 0 27 3 0 0 20 0 18 0 80405020 19384713216 28252 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4732596 28252 5430 1 0 547904 0
[pid=90954/tid=90957] ppid=90948 vsize=18930384 memory=4026823963 CPUtime=0.16 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 5290 0 0 0 14 2 0 0 20 0 18 0 80405022 19384713216 28252 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=18930384 memory=211342852430 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80405024 19384713216 28252 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=18930384 memory=55186957822608 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80405024 19384713216 28252 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113008 KiB

[startup+0.305773 s]*
/proc/loadavg: 2.12 2.11 2.28 8/312 91003
/proc/meminfo: memFree=125952692/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=18996948 memory=163180 CPUtime=0.5 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 8890 0 0 0 45 5 0 0 20 0 19 0 80405020 19452874752 40795 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4749237 40795 5430 1 0 549367 0
[pid=90954/tid=90957] ppid=90948 vsize=18996948 memory=-7315096563975878598 CPUtime=0.23 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 5309 0 0 0 20 3 0 0 20 0 19 0 80405022 19452874752 40795 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80405024 19452874752 40795 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80405024 19452874752 40795 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 163180 KiB

[startup+0.700239 s]
/proc/loadavg: 2.12 2.11 2.28 11/333 91024
/proc/meminfo: memFree=124462072/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=18996948 memory=628696 CPUtime=1.25 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 10246 0 1 0 109 16 0 0 20 0 19 0 80405020 19452874752 157174 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4749237 157174 5494 1 0 1077996 0
[pid=90954/tid=90957] ppid=90948 vsize=18996948 memory=18944 CPUtime=0.51 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 5520 0 0 0 39 12 0 0 20 0 19 0 80405022 19452874752 157174 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80405024 19452874752 157174 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=18996948 memory=21612 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80405024 19452874752 157174 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 628696 KiB

[startup+1.50023 s]
/proc/loadavg: 2.51 2.19 2.31 7/334 91025
/proc/meminfo: memFree=120106304/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=18996948 memory=1532844 CPUtime=2.46 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 12818 0 1 0 211 35 0 0 20 0 19 0 80405020 19452874752 383211 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4749237 383211 5494 1 0 1680380 0
[pid=90954/tid=90957] ppid=90948 vsize=18996948 memory=21612 CPUtime=1.17 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 5892 0 0 0 90 27 0 0 20 0 19 0 80405022 19452874752 383211 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80405024 19452874752 383211 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80405024 19452874752 383211 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1532844 KiB

[startup+3.1057 s]
/proc/loadavg: 2.51 2.19 2.31 6/335 91026
/proc/meminfo: memFree=113204292/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=18996948 memory=4993224 CPUtime=4.48 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 18095 0 1 0 342 106 0 0 20 0 19 0 80405020 19452874752 1248306 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4749237 1248306 5494 1 0 2162503 0
[pid=90954/tid=90957] ppid=90948 vsize=18996948 memory=10752 CPUtime=2.68 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 7559 0 0 0 172 96 0 0 20 0 19 0 80405022 19452874752 1248306 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80405024 19452874752 1248306 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80405024 19452874752 1248306 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 4.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4993224 KiB

[startup+6.30022 s]
/proc/loadavg: 2.63 2.22 2.32 6/336 91027
/proc/meminfo: memFree=110307028/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=5362488 CPUtime=8.02 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 18907 0 1 0 687 115 0 0 20 0 20 0 80405020 19521036288 1340622 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 1340622 5526 1 0 2162892 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=5760 CPUtime=5.7 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 8076 0 0 0 467 103 0 0 20 0 20 0 80405022 19521036288 1340622 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 1340622 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=-6000919472723029094 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 1340622 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 8.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5362488 KiB

[startup+12.7003 s]
/proc/loadavg: 2.74 2.25 2.33 5/337 91028
/proc/meminfo: memFree=108982680/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=5367608 CPUtime=15.25 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 20188 0 1 0 1409 116 0 0 20 0 20 0 80405020 19521036288 1341902 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 1341902 5526 1 0 2162911 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=0 CPUtime=12.08 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 8086 0 0 0 1105 103 0 0 20 0 20 0 80405022 19521036288 1341902 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=4049074921702515294 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 1341902 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 1341902 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=5091528 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 1341902 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5367608 KiB

[startup+25.5002 s]
/proc/loadavg: 2.93 2.31 2.34 5/337 91095
/proc/meminfo: memFree=109858216/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=5367864 CPUtime=28.18 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 24386 0 1 0 2701 117 0 0 20 0 20 0 80405020 19521036288 1341966 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 1341966 5558 1 0 2162911 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=5760 CPUtime=24.84 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 8811 0 0 0 2381 103 0 0 20 0 20 0 80405022 19521036288 1341966 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=5367608 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 1341966 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=2273 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 1341966 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=1874868 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 1341966 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 28.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5367864 KiB

[startup+51.1057 s]
/proc/loadavg: 3.54 2.52 2.41 5/338 91096
/proc/meminfo: memFree=106742632/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=5368248 CPUtime=53.81 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 28956 0 1 0 5263 118 0 0 20 0 20 0 80405020 19521036288 1342062 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 1342062 5558 1 0 2162944 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=164 CPUtime=50.37 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 10974 0 0 0 4934 103 0 0 20 0 20 0 80405022 19521036288 1342062 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=5368248 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 1342062 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=5368248 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 1342062 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=5368248 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 1342062 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 53.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5368248 KiB

[startup+102.3 s]

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

/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2150952 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 4435 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2150952 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=8602016 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 2150952 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 3231.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8603808 KiB

[startup+3282.3 s]
/proc/loadavg: 5.15 4.93 4.64 6/339 91394
/proc/meminfo: memFree=81362784/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3291.95 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 203198 0 1 0 328883 312 0 0 20 0 20 0 80405020 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 2151048 5558 1 0 2168294 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3263.01 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 105020 0 0 0 326183 118 0 0 20 0 20 0 80405022 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 4507 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 3291.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8604192 KiB

[startup+3342.3 s]
/proc/loadavg: 5.10 4.96 4.67 6/340 91396
/proc/meminfo: memFree=81362896/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3352 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 205425 0 1 0 334886 314 0 0 20 0 20 0 80405020 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 2151048 5558 1 0 2168294 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3322.71 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 106139 0 0 0 332153 118 0 0 20 0 20 0 80405022 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 4581 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=3456 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 3352 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8604192 KiB

[startup+3402.3 s]
/proc/loadavg: 5.30 5.05 4.73 6/340 91398
/proc/meminfo: memFree=81358616/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3412.17 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 209060 0 1 0 340901 316 0 0 20 0 20 0 80405020 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 2151048 5558 1 0 2168294 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=14720 CPUtime=3382.27 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 108272 0 0 0 338109 118 0 0 20 0 20 0 80405022 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=8602016 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 4726 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 3412.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8604192 KiB

[startup+3462.3 s]
/proc/loadavg: 5.15 5.06 4.75 6/342 91402
/proc/meminfo: memFree=81321932/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3472.06 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 210551 0 1 0 346888 318 0 0 20 0 20 0 80405020 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 2151048 5558 1 0 2168294 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=14720 CPUtime=3442.13 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 109547 0 0 0 344094 119 0 0 20 0 20 0 80405022 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 4802 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 3472.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8604192 KiB

[startup+3522.3 s]
/proc/loadavg: 5.20 5.09 4.78 6/342 91471
/proc/meminfo: memFree=97071272/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3532.16 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 214081 0 1 0 352897 319 0 0 20 0 20 0 80405020 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 2151048 5558 1 0 2168294 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3501.77 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 111811 0 0 0 350058 119 0 0 20 0 20 0 80405022 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 4937 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 3532.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8604192 KiB

[startup+3582.3 s]
/proc/loadavg: 4.97 5.05 4.80 5/341 91537
/proc/meminfo: memFree=111679404/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3592.26 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 216327 0 1 0 358906 320 0 0 20 0 20 0 80405020 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 2151048 5558 1 0 2168294 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3561.4 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 112767 0 0 0 356021 119 0 0 20 0 20 0 80405022 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 5019 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 3592.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8604192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.11 s]
/proc/loadavg: 4.90 5.04 4.79 5/341 91538
/proc/meminfo: memFree=111632584/131250000 swapFree=33010672/33010684
[pid=90954] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3600.05 cores=1,3
/proc/90954/stat : 90954 (java) S 90948 90954 90417 0 -1 4194304 216501 0 1 0 359685 320 0 0 20 0 20 0 80405020 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
/proc/90954/statm: 4765878 2151048 5558 1 0 2168294 0
[pid=90954/tid=90957] ppid=90948 vsize=19063512 memory=8604192 CPUtime=3569.19 cores=1,3
/proc/90954/task/90957/stat : 90957 (java) R 90948 90954 90417 0 -1 4194368 112941 0 0 0 356800 119 0 0 20 0 20 0 80405022 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90970] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/90970/stat : 90970 (Finalizer) S 90948 90954 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=90977] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/90977/stat : 90977 (Common-Cleaner) S 90948 90954 90417 0 -1 4194368 5019 0 0 0 0 0 0 0 20 0 20 0 80405024 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
[pid=90954/tid=91028] ppid=90948 vsize=19063512 memory=8604192 CPUtime=0 cores=1,3
/proc/90954/task/91028/stat : 91028 (Timer-0) S 90948 90954 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405645 19521036288 2151048 18446744073709551615 94325427490816 94325427494512 140732354980464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94325427502328 94325427503120 94325430378496 140732354984320 140732354984421 140732354984421 140732354990024 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8604192 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.95 s, system=3.24124 s

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

[startup+3590.21 s]*
/proc/loadavg: 4.90 5.04 4.79 5/323 91541
/proc/meminfo: memFree=117661896/131250000 swapFree=33010672/33010684
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.22
CPU time (s): 3600.2
CPU user time (s): 3596.95
CPU system time (s): 3.24124
CPU usage (%): 100.278
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8604192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.95
system time used= 3.24124
maximum resident set size= 8605088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218719
page faults= 1
swaps= 0
block input operations= 0
block output operations= 16168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134917
involuntary context switches= 3349


# summary of solver processes directly reported to runsolver:
#   pid: 90954
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.95
#   total CPU system time (s): 3.24124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.90947 second user time and 17.0548 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-04 18:41:04
IDJOB=4522512
IDBENCH=179048
IDSOLVER=3363
FILE ID=nodeC026/4522512-1751647264
RUNJOBID= nodeC026-1751647263-90896
SLURM_JOB_ID= 9672331
Free space on /tmp= 429780 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x2/Init-x2-i8_pp_92.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522512-1751647264/watcher-4522512-1751647264 -o /tmp/evaluation-result-4522512-1751647264/solver-4522512-1751647264 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90896 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4522512-1751647264.opb

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

MD5SUM BENCH= 47b2881d5fb8f7c37ab5426a5dd64ce5
RANDOM SEED=447731742

nodeC026 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.779
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
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		: 3599.792
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.205
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
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		: 3596.787
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
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		: 3592.295
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.413
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
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		: 3599.787
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
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		: 3598.713
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126390828 kB
MemAvailable:   129546304 kB
Buffers:            2128 kB
Cached:          3779800 kB
SwapCached:            4 kB
Active:           751412 kB
Inactive:        3109596 kB
Active(anon):      87468 kB
Inactive(anon):     9688 kB
Active(file):     663944 kB
Inactive(file):  3099908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50864 kB
Writeback:             0 kB
AnonPages:         82612 kB
Mapped:           105132 kB
Shmem:             18076 kB
KReclaimable:     452424 kB
Slab:             554732 kB
SReclaimable:     452424 kB
SUnreclaim:       102308 kB
KernelStack:        4192 kB
PageTables:         3008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     367964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429808 MiB
End job on nodeC026 at 2025-07-04 19:40:54