Trace number 4506190

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.22 3602

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
MD5SUM3cfe8ea012dcc17418564c57acaec44c
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 benchmark-266275
Best CPU time to get the best result obtained on this benchmark1661.27
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 4260887
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 4260887
Number of bits of the biggest sum of numbers23
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.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4506190-1751489885.opb
0.12/0.14	c reading problem ... 
0.12/0.15	c  objective function found
5.27/3.80	c ... done. Wall clock time 3.661s.
5.27/3.80	c declared #vars     400896
5.27/3.80	c #constraints  402763
5.27/3.80	c constraints type 
5.27/3.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.27/3.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.27/3.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.27/3.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
5.27/3.80	c 402763 constraints processed.
5.27/3.81	c objective function length is 892 literals
36.68/34.12	c cleaning 2500 clauses out of 5000 with flag 22925/5001
92.08/89.44	c cleaning 4243 clauses out of 8499 with flag 67302/11000
141.28/138.32	c cleaning 5622 clauses out of 11256 with flag 96630/18000
184.85/181.92	c cleaning 6811 clauses out of 13634 with flag 129672/26000
232.90/230.04	c cleaning 7908 clauses out of 15827 with flag 165835/35004
276.31/273.48	c cleaning 8952 clauses out of 17916 with flag 207585/45001
342.18/339.25	c cleaning 9958 clauses out of 19966 with flag 303224/56003
460.45/457.67	c cleaning 10929 clauses out of 22008 with flag 612666/68003
582.66/580.05	c cleaning 11924 clauses out of 24076 with flag 1007376/81000
666.91/664.49	c cleaning 13074 clauses out of 26152 with flag 1128366/95000
766.39/764.06	c cleaning 13538 clauses out of 28079 with flag 1269399/110001
864.92/862.78	c cleaning 15266 clauses out of 30540 with flag 1415612/126000
952.80/950.78	c cleaning 16119 clauses out of 32277 with flag 1495250/143003
1092.68/1090.82	c cleaning 16272 clauses out of 34156 with flag 1721898/161001
1205.59/1203.96	c cleaning 18435 clauses out of 36883 with flag 1839932/180000
1324.00/1322.54	c cleaning 19220 clauses out of 38449 with flag 1945355/200001
1482.43/1481.27	c cleaning 19281 clauses out of 40228 with flag 2277084/221000
1638.42/1637.35	c cleaning 21465 clauses out of 42948 with flag 2427523/243001
1773.20/1772.39	c cleaning 22233 clauses out of 44482 with flag 2567031/266000
1952.03/1951.43	c cleaning 22429 clauses out of 46249 with flag 2960575/290000
2163.50/2163.27	c cleaning 24249 clauses out of 48820 with flag 3647631/315000
2325.55/2325.51	c cleaning 25277 clauses out of 50573 with flag 3841360/341002
2489.49/2489.75	c cleaning 26143 clauses out of 52298 with flag 4075149/368004
2651.24/2651.77	c cleaning 27070 clauses out of 54151 with flag 4321956/396000
2843.22/2843.87	c cleaning 28032 clauses out of 56082 with flag 4570774/425001
3028.61/3029.53	c cleaning 29009 clauses out of 58049 with flag 4839911/455000
3213.01/3214.22	c cleaning 30013 clauses out of 60040 with flag 5171121/486000
3401.70/3403.25	c cleaning 31010 clauses out of 62028 with flag 5547663/518001
3600.07/3601.92	c starts		: 2134
3600.07/3601.93	c conflicts		: 550825
3600.07/3601.93	c decisions		: 7770563
3600.07/3601.93	c propagations		: 6471781908
3600.07/3601.93	c inspects		: 2621513566
3600.07/3601.93	c shortcuts		: 0
3600.07/3601.93	c learnt literals	: 1
3600.07/3601.93	c learnt binary clauses	: 2279
3600.07/3601.93	c learnt ternary clauses	: 1114
3600.07/3601.93	c timeout
3600.07/3601.93	c learnt constraints	: 550824
3600.07/3601.93	c ignored constraints	: 0
3600.07/3601.93	c root simplifications	: 0
3600.07/3601.93	c removed literals (reason simplification)	: 96576533
3600.07/3601.93	c reason swapping (by a shorter reason)	: 0
3600.07/3601.93	c Calls to reduceDB	: 28
3600.07/3601.93	c Number of update (reduction) of LBD	: 214713
3600.07/3601.93	c Imported unit clauses	: 0
3600.07/3601.93	c No decision after first conflict	: false
3600.07/3601.93	c number of reductions to clauses (during analyze)	: 0
3600.07/3601.93	c number of learned constraints concerned by reduction	: 0
3600.07/3601.93	c number of learning phase by resolution	: 0
3600.07/3601.93	c number of learning phase by cutting planes	: 0
3600.07/3601.93	c number of rounding to 1 operations	: 0
3600.07/3601.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3601.93	c number of reductions of the coefficients by power 2 	: 0
3600.07/3601.93	c number of right shift for reduction by power 2 	: 0
3600.07/3601.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3601.93	c number of ending skipping 	: 0
3600.07/3601.93	c number of internal skipping 	: 0
3600.07/3601.93	c number of derivation steps 	: 0
3600.07/3601.93	c number of skipped derivation steps 	: 0
3600.07/3601.93	c number of remaining unassigned 	: 0
3600.07/3601.93	c number of remaining assigned 	: 0
3600.07/3601.93	c number of falsified literals weakened from reason	: 0
3600.07/3601.93	c number of falsified literals weakened from conflict	: 0
3600.07/3601.93	c time for arithmetic operations	: 0
3600.07/3601.94	c minimum degree of deleted constraints	: null
3600.07/3601.94	c maximum degree of deleted constraints	: null
3600.07/3601.94	c number of deleted constraints	: 0
3600.07/3601.94	c speed (assignments/second)	: 1798675.4909977037
3600.07/3601.94	c non guided choices	: 83
3600.07/3601.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 61563
3600.07/3601.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2279
3600.07/3601.98	s UNKNOWN
3600.07/3601.98	c Total wall clock time (in seconds): 3601.84

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506190-1751489885/watcher-4506190-1751489885 -o /tmp/evaluation-result-4506190-1751489885/solver-4506190-1751489885 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751486278-77038 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4506190-1751489885.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=77602, runsolver pid=77599

[startup+0.100061 s]*
/proc/loadavg: 4.15 4.12 4.09 6/337 77620
/proc/meminfo: memFree=121408020/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=18930384 memory=55508 CPUtime=0.12 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 6497 0 0 0 10 2 0 0 20 0 18 0 64667276 19384713216 13877 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4732596 13877 5366 1 0 547572 0
[pid=77602/tid=77604] ppid=77599 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 5010 0 0 0 6 1 0 0 20 0 18 0 64667278 19384713216 13877 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64667280 19384713216 13877 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=18930384 memory=57385981077077 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64667280 19384713216 13877 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55508 KiB

[startup+0.205921 s]*
/proc/loadavg: 4.15 4.12 4.09 7/337 77620
/proc/meminfo: memFree=120547420/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=18930384 memory=83056 CPUtime=0.3 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 7204 0 0 0 27 3 0 0 20 0 18 0 64667276 19384713216 20764 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4732596 20764 5430 1 0 548126 0
[pid=77602/tid=77604] ppid=77599 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 5275 0 0 0 14 2 0 0 20 0 18 0 64667278 19384713216 20764 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=18930384 memory=17913 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64667280 19384713216 20764 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=18930384 memory=56286469424100 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64667280 19384713216 20764 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 83056 KiB

[startup+0.305832 s]*
/proc/loadavg: 4.15 4.12 4.09 6/337 77620
/proc/meminfo: memFree=119723180/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=18930384 memory=111412 CPUtime=0.5 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 8734 0 0 0 46 4 0 0 20 0 18 0 64667276 19384713216 27853 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4732596 27853 5430 1 0 548993 0
[pid=77602/tid=77604] ppid=77599 vsize=18930384 memory=-6000919468344436072 CPUtime=0.24 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 5315 0 0 0 22 2 0 0 20 0 18 0 64667278 19384713216 27853 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64667280 19384713216 27853 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64667280 19384713216 27853 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111412 KiB

[startup+0.700218 s]
/proc/loadavg: 4.15 4.12 4.09 6/338 77621
/proc/meminfo: memFree=118682356/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=18996948 memory=210540 CPUtime=1.24 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 10981 0 0 0 118 6 0 0 20 0 19 0 64667276 19452874752 52635 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4749237 52635 5462 1 0 550779 0
[pid=77602/tid=77604] ppid=77599 vsize=18996948 memory=18048 CPUtime=0.54 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 5354 0 0 0 51 3 0 0 20 0 19 0 64667278 19452874752 52635 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64667280 19452874752 52635 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64667280 19452874752 52635 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 210540 KiB

[startup+1.50023 s]
/proc/loadavg: 4.15 4.12 4.09 9/338 77621
/proc/meminfo: memFree=117132968/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=18996948 memory=663208 CPUtime=2.61 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 16792 0 0 0 245 16 0 0 20 0 19 0 64667276 19452874752 165802 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4749237 165802 5462 1 0 1144519 0
[pid=77602/tid=77604] ppid=77599 vsize=18996948 memory=3200 CPUtime=1.25 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 5605 0 0 0 114 11 0 0 20 0 19 0 64667278 19452874752 165802 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64667280 19452874752 165802 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64667280 19452874752 165802 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 663208 KiB

[startup+3.10556 s]
/proc/loadavg: 4.30 4.15 4.10 6/340 77623
/proc/meminfo: memFree=113875340/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=18996948 memory=3740056 CPUtime=4.53 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 19982 0 0 0 379 74 0 0 20 0 19 0 64667276 19452874752 935014 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4749237 935014 5494 1 0 2452206 0
[pid=77602/tid=77604] ppid=77599 vsize=18996948 memory=10752 CPUtime=2.51 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 7024 0 0 0 187 64 0 0 20 0 19 0 64667278 19452874752 935014 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64667280 19452874752 935014 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64667280 19452874752 935014 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 4.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3740056 KiB

[startup+6.30021 s]
/proc/loadavg: 4.30 4.15 4.10 5/341 77624
/proc/meminfo: memFree=113083688/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4158372 CPUtime=8.67 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 20800 0 0 0 783 84 0 0 20 0 20 0 64667276 19521036288 1039593 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1039593 5526 1 0 2452781 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=5632 CPUtime=5.63 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 7454 0 0 0 490 73 0 0 20 0 20 0 64667278 19521036288 1039593 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1039593 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1039593 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1039593 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4158372 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.16 4.11 5/341 77624
/proc/meminfo: memFree=113084052/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4158372 CPUtime=15.09 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 20853 0 0 0 1425 84 0 0 20 0 20 0 64667276 19521036288 1039593 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1039593 5526 1 0 2452781 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=10752 CPUtime=12.01 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 7500 0 0 0 1128 73 0 0 20 0 20 0 64667278 19521036288 1039593 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=4158372 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1039593 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1039593 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1039593 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4158372 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.16 4.11 5/341 77624
/proc/meminfo: memFree=113083868/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4158500 CPUtime=27.91 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 22504 0 0 0 2707 84 0 0 20 0 20 0 64667276 19521036288 1039625 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1039625 5526 1 0 2452781 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=4158372 CPUtime=24.78 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 7995 0 0 0 2405 73 0 0 20 0 20 0 64667278 19521036288 1039625 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=4158500 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1039625 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1039625 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=4158372 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1039625 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 27.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4158500 KiB

[startup+51.1056 s]
/proc/loadavg: 4.25 4.16 4.11 5/341 77624
/proc/meminfo: memFree=113084328/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4159140 CPUtime=53.78 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 28565 0 0 0 5293 85 0 0 20 0 20 0 64667276 19521036288 1039785 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1039785 5558 1 0 2452797 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=211309297979 CPUtime=50.33 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 9620 0 0 0 4960 73 0 0 20 0 20 0 64667278 19521036288 1039785 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=4159140 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1039785 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1039785 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1039785 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 53.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4159140 KiB

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

/proc/meminfo: memFree=109038672/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4518284 CPUtime=3281 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 87059 0 0 0 327905 195 0 0 20 0 20 0 64667276 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1129571 5558 1 0 2454429 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=4159404 CPUtime=3273.04 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 37816 0 0 0 327227 77 0 0 20 0 20 0 64667278 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=4518284 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 3076 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 3281 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4518284 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/341 77873
/proc/meminfo: memFree=109038544/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4518284 CPUtime=3340.91 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 87791 0 0 0 333893 198 0 0 20 0 20 0 64667276 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1129571 5558 1 0 2454429 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=4159404 CPUtime=3332.89 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 38398 0 0 0 333212 77 0 0 20 0 20 0 64667278 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=4518284 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 3144 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=4518284 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 3340.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4518284 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.13 4.10 5/340 77875
/proc/meminfo: memFree=109034568/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4518284 CPUtime=3400.8 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 88251 0 0 0 339880 200 0 0 20 0 20 0 64667276 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1129571 5558 1 0 2454429 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=4159404 CPUtime=3392.75 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 38712 0 0 0 339198 77 0 0 20 0 20 0 64667278 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 3200 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=4518284 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 3400.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4518284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/341 77878
/proc/meminfo: memFree=109034456/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4518284 CPUtime=3460.7 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 88924 0 0 0 345868 202 0 0 20 0 20 0 64667276 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1129571 5558 1 0 2454429 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=4159404 CPUtime=3452.61 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 39291 0 0 0 345184 77 0 0 20 0 20 0 64667278 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 3200 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 3460.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4518284 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/342 77883
/proc/meminfo: memFree=109034304/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4518284 CPUtime=3520.61 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 89672 0 0 0 351857 204 0 0 20 0 20 0 64667276 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1129571 5558 1 0 2454429 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=4159404 CPUtime=3512.46 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 39885 0 0 0 351169 77 0 0 20 0 20 0 64667278 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=4518284 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 3268 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=4518284 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 3520.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4518284 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/342 77889
/proc/meminfo: memFree=108714616/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4518284 CPUtime=3580.51 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 90286 0 0 0 357845 206 0 0 20 0 20 0 64667276 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1129571 5558 1 0 2454429 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=4159404 CPUtime=3572.32 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 40362 0 0 0 357155 77 0 0 20 0 20 0 64667278 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=4518284 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 3320 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=4518284 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 3580.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4518284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.9 s]
/proc/loadavg: 4.15 4.12 4.09 6/339 78020
/proc/meminfo: memFree=115874048/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4518284 CPUtime=3600.07 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 90641 0 0 0 359801 206 0 0 20 0 20 0 64667276 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1129571 5558 1 0 2454429 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=4159404 CPUtime=3591.87 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 40662 0 0 0 359110 77 0 0 20 0 20 0 64667278 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 3320 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4518284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.14 s, system=2.08477 s

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

[startup+3601.9 s]
/proc/loadavg: 4.15 4.12 4.09 6/339 78020
/proc/meminfo: memFree=115874048/131249992 swapFree=33010160/33010684
[pid=77602] ppid=77599 vsize=19063512 memory=4518284 CPUtime=3600.07 cores=5,7
/proc/77602/stat : 77602 (java) S 77599 77602 77025 0 -1 4194304 90641 0 0 0 359801 206 0 0 20 0 20 0 64667276 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
/proc/77602/statm: 4765878 1129571 5558 1 0 2454429 0
[pid=77602/tid=77604] ppid=77599 vsize=19063512 memory=4159404 CPUtime=3591.87 cores=5,7
/proc/77602/task/77604/stat : 77604 (java) R 77599 77602 77025 0 -1 4194368 40662 0 0 0 359110 77 0 0 20 0 20 0 64667278 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77613] ppid=77599 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/77602/task/77613/stat : 77613 (Finalizer) S 77599 77602 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77620] ppid=77599 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/77602/task/77620/stat : 77620 (Common-Cleaner) S 77599 77602 77025 0 -1 4194368 3320 0 0 0 0 0 0 0 20 0 20 0 64667280 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
[pid=77602/tid=77624] ppid=77599 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77602/task/77624/stat : 77624 (Timer-0) S 77599 77602 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667662 19521036288 1129571 18446744073709551615 94378799403008 94378799406704 140733908542864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378799414520 94378799415312 94378807107584 140733908547969 140733908548070 140733908548070 140733908553672 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4518284 KiB

Child status: 143

Real time (s): 3602
CPU time (s): 3600.22
CPU user time (s): 3598.14
CPU system time (s): 2.08477
CPU usage (%): 99.9507
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4518284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.14
system time used= 2.08477
maximum resident set size= 4519436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169905
involuntary context switches= 2183


# summary of solver processes directly reported to runsolver:
#   pid: 77602
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.14
#   total CPU system time (s): 2.08477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.46904 second user time and 16.8765 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-02 22:58:05
IDJOB=4506190
IDBENCH=157883
IDSOLVER=3363
FILE ID=nodeC025/4506190-1751489885
RUNJOBID= nodeC025-1751486278-77038
SLURM_JOB_ID= 9598540
Free space on /tmp= 432860 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506190-1751489885/watcher-4506190-1751489885 -o /tmp/evaluation-result-4506190-1751489885/solver-4506190-1751489885 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751486278-77038 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4506190-1751489885.opb

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

MD5SUM BENCH= 3cfe8ea012dcc17418564c57acaec44c
RANDOM SEED=577771832

nodeC025 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.831
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.67
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		: 3600.004
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.67
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		: 3621.333
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.816
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 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.67
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		: 3615.804
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.67
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		: 3599.633
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.67
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.834
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.67
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		: 3599.841
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        122233652 kB
MemAvailable:   122730048 kB
Buffers:            2128 kB
Cached:          1288424 kB
SwapCached:          200 kB
Active:          7347620 kB
Inactive:        1053748 kB
Active(anon):    7095604 kB
Inactive(anon):    33068 kB
Active(file):     252016 kB
Inactive(file):  1020680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             89052 kB
Writeback:             8 kB
AnonPages:       7114024 kB
Mapped:           123180 kB
Shmem:             17856 kB
KReclaimable:     125880 kB
Slab:             214828 kB
SReclaimable:     125880 kB
SUnreclaim:        88948 kB
KernelStack:        5168 kB
PageTables:        17708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   21082552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6887424 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432864 MiB
End job on nodeC025 at 2025-07-02 23:58:07