Trace number 4505914

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.19 3605.23

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM726b0595b04a91a84feeb3b27d81e819
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2792
Best CPU time to get the best result obtained on this benchmark72004
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 1783
Biggest coefficient in the objective function 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 8196
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 66727
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.22	c See www.sat4j.org for details.
0.08/0.35	c version PB25.v20250606
0.08/0.36	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.36	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.36	c java.vm.version	22.0.1+8-16
0.08/0.36	c java.vm.vendor	Oracle Corporation
0.08/0.36	c sun.arch.data.model	64
0.08/0.36	c java.version		22.0.1
0.08/0.36	c os.name		Linux
0.08/0.36	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.36	c os.arch		amd64
0.08/0.36	c Free memory 		2104792832
0.08/0.36	c Max memory 		16282288128
0.08/0.36	c Total memory 		2113929216
0.08/0.36	c Number of processors 	2
0.13/0.79	c Pseudo Boolean Optimization by upper bound
0.13/0.79	c --- Begin Solver configuration ---
0.13/0.79	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.79	c Learn all clauses as in MiniSAT
0.13/0.79	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.79	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.79	c Expensive reason simplification
0.13/0.79	c Glucose 2.1 dynamic restart strategy
0.13/0.79	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.13/0.79	c timeout=2147483s
0.13/0.79	c DB Simplification allowed=false
0.13/0.79	c Listener: none
0.13/0.79	c --- End Solver configuration ---
0.13/0.79	c solving HOME/instance-4505914-1751486278.opb
0.13/0.79	c reading problem ... 
0.19/0.80	c  objective function found
5.09/4.39	c ... done. Wall clock time 3.595s.
5.09/4.39	c declared #vars     400896
5.09/4.39	c #constraints  402763
5.09/4.39	c constraints type 
5.09/4.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.09/4.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.09/4.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.09/4.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
5.09/4.39	c 402763 constraints processed.
5.25/4.40	c objective function length is 1783 literals
58.77/56.86	c cleaning 2502 clauses out of 5004 with flag 49763/5004
107.11/104.90	c cleaning 4247 clauses out of 8498 with flag 86680/11000
189.54/187.21	c cleaning 5621 clauses out of 11251 with flag 111757/18000
245.64/243.41	c cleaning 6806 clauses out of 13630 with flag 136083/26000
311.42/309.39	c cleaning 7911 clauses out of 15825 with flag 167711/35001
378.81/376.81	c cleaning 8952 clauses out of 17913 with flag 210142/45000
451.08/449.22	c cleaning 9971 clauses out of 19961 with flag 269563/56000
523.76/522.05	c cleaning 10982 clauses out of 21990 with flag 324486/68000
609.71/608.10	c cleaning 11998 clauses out of 24008 with flag 387199/81000
716.10/714.79	c cleaning 12992 clauses out of 26010 with flag 438716/95000
833.34/832.27	c cleaning 14002 clauses out of 28019 with flag 502489/110001
950.67/949.90	c cleaning 14999 clauses out of 30016 with flag 577617/126000
1082.79/1082.22	c cleaning 16006 clauses out of 32017 with flag 662422/143000
1237.46/1237.29	c cleaning 17004 clauses out of 34013 with flag 764124/161002
1412.06/1412.28	c cleaning 18003 clauses out of 36019 with flag 899740/180012
1622.49/1623.16	c cleaning 19000 clauses out of 38005 with flag 994590/200001
1829.53/1830.67	c cleaning 19993 clauses out of 40004 with flag 1098316/221000
2025.78/2027.37	c cleaning 20996 clauses out of 42012 with flag 1199733/243001
2192.91/2194.84	c cleaning 21991 clauses out of 44015 with flag 1314820/266000
2363.13/2365.44	c cleaning 23005 clauses out of 46024 with flag 1464967/290000
2530.15/2532.86	c cleaning 23998 clauses out of 48021 with flag 1634920/315002
2705.85/2708.94	c cleaning 25000 clauses out of 50021 with flag 1849894/341000
2911.49/2915.09	c cleaning 26001 clauses out of 52021 with flag 2106066/368000
3226.80/3231.00	c cleaning 26967 clauses out of 54020 with flag 2359767/396000
3510.16/3515.00	c cleaning 28027 clauses out of 56055 with flag 2531433/425002
3600.06/3605.12	c starts		: 269
3600.06/3605.13	c timeout
3600.06/3605.13	c conflicts		: 437342
3600.06/3605.13	c decisions		: 3206152
3600.06/3605.13	c propagations		: 9279613658
3600.06/3605.13	c inspects		: 6807322256
3600.06/3605.13	c shortcuts		: 0
3600.06/3605.13	c learnt literals	: 0
3600.06/3605.13	c learnt binary clauses	: 2294
3600.06/3605.13	c learnt ternary clauses	: 2459
3600.06/3605.13	c learnt constraints	: 437342
3600.06/3605.13	c ignored constraints	: 0
3600.06/3605.13	c root simplifications	: 0
3600.06/3605.13	c removed literals (reason simplification)	: 22867358
3600.06/3605.13	c reason swapping (by a shorter reason)	: 0
3600.06/3605.13	c Calls to reduceDB	: 25
3600.06/3605.13	c Number of update (reduction) of LBD	: 83085
3600.06/3605.13	c Imported unit clauses	: 0
3600.06/3605.13	c No decision after first conflict	: false
3600.06/3605.13	c number of reductions to clauses (during analyze)	: 0
3600.06/3605.13	c number of learned constraints concerned by reduction	: 0
3600.06/3605.13	c number of learning phase by resolution	: 0
3600.06/3605.13	c number of learning phase by cutting planes	: 0
3600.06/3605.13	c number of rounding to 1 operations	: 0
3600.06/3605.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3605.13	c number of reductions of the coefficients by power 2 	: 0
3600.06/3605.13	c number of right shift for reduction by power 2 	: 0
3600.06/3605.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3605.13	c number of ending skipping 	: 0
3600.06/3605.14	c number of internal skipping 	: 0
3600.06/3605.14	c number of derivation steps 	: 0
3600.06/3605.14	c number of skipped derivation steps 	: 0
3600.06/3605.14	c number of remaining unassigned 	: 0
3600.06/3605.14	c number of remaining assigned 	: 0
3600.06/3605.14	c number of falsified literals weakened from reason	: 0
3600.06/3605.14	c number of falsified literals weakened from conflict	: 0
3600.06/3605.14	c time for arithmetic operations	: 0
3600.06/3605.14	c minimum degree of deleted constraints	: null
3600.06/3605.14	c maximum degree of deleted constraints	: null
3600.06/3605.14	c number of deleted constraints	: 0
3600.06/3605.14	c speed (assignments/second)	: 2577162.1869020276
3600.06/3605.15	c non guided choices	: 36046
3600.06/3605.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 38074
3600.06/3605.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2294
3600.06/3605.17	s UNKNOWN
3600.06/3605.17	c Total wall clock time (in seconds): 3604.379

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505914-1751486278/watcher-4505914-1751486278 -o /tmp/evaluation-result-4505914-1751486278/solver-4505914-1751486278 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751486278-77038 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4505914-1751486278.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=77081, runsolver pid=77075
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 0.78 1.12 2.08 5/268 77098
/proc/meminfo: memFree=129240460/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=235772 memory=12160 CPUtime=0 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 720 0 5 0 0 0 0 0 20 0 2 0 64306606 241430528 3040 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 58943 3040 2656 1 0 602 0
[pid=77081/tid=77095] ppid=77075 vsize=235772 memory=4026532124 CPUtime=0 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) D 77075 77081 77025 0 -1 4194368 138 0 1 0 0 0 0 0 20 0 2 0 64306613 241430528 3040 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 235772 KiB
Current children cumulated memory: 12160 KiB

[startup+0.20543 s]*
/proc/loadavg: 0.78 1.12 2.08 1/332 77162
/proc/meminfo: memFree=129191760/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=18930384 memory=49188 CPUtime=0.07 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 5827 0 190 0 5 2 0 0 20 0 18 0 64306606 19384713216 12297 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4732596 12297 5325 1 0 547138 0
[pid=77081/tid=77095] ppid=77075 vsize=18930384 memory=3472328132922704156 CPUtime=0.04 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) D 77075 77081 77025 0 -1 4194368 4693 0 186 0 3 1 0 0 20 0 18 0 64306613 19384713216 12297 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=18930384 memory=17913 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12297 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=18930384 memory=56286469424100 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12297 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49188 KiB

[startup+0.305777 s]*
/proc/loadavg: 0.78 1.12 2.08 1/332 77162
/proc/meminfo: memFree=129178488/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=18930384 memory=51628 CPUtime=0.08 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 5918 0 190 0 6 2 0 0 20 0 18 0 64306606 19384713216 12907 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4732596 12907 5357 1 0 547211 0
[pid=77081/tid=77095] ppid=77075 vsize=18930384 memory=-6000919472673285480 CPUtime=0.05 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) D 77075 77081 77025 0 -1 4194368 4765 0 186 0 4 1 0 0 20 0 18 0 64306613 19384713216 12907 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12907 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12907 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51628 KiB

[startup+0.700269 s]
/proc/loadavg: 0.78 1.12 2.08 1/332 77162
/proc/meminfo: memFree=129163492/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=18930384 memory=57808 CPUtime=0.13 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 6421 0 190 0 10 3 0 0 20 0 18 0 64306606 19384713216 14452 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4732596 14452 5357 1 0 547619 0
[pid=77081/tid=77095] ppid=77075 vsize=18930384 memory=18048 CPUtime=0.08 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) D 77075 77081 77025 0 -1 4194368 4911 0 186 0 7 1 0 0 20 0 18 0 64306613 19384713216 14452 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=18930384 memory=10752 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 14452 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=18930384 memory=5632 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 14452 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57808 KiB

[startup+1.50023 s]
/proc/loadavg: 0.78 1.12 2.08 10/332 77162
/proc/meminfo: memFree=128815024/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=18996948 memory=505576 CPUtime=1.52 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 17873 0 190 0 138 14 0 0 20 0 19 0 64306606 19452874752 125882 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4749237 125882 5485 1 0 1084848 0
[pid=77081/tid=77095] ppid=77075 vsize=18996948 memory=5632 CPUtime=0.67 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 5311 0 186 0 58 9 0 0 20 0 19 0 64306613 19452874752 126394 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 126394 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 126394 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 505576 KiB

[startup+3.10581 s]
/proc/loadavg: 1.04 1.17 2.09 6/336 77166
/proc/meminfo: memFree=119742804/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=18996948 memory=1571876 CPUtime=3.85 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 19756 0 190 0 350 35 0 0 20 0 19 0 64306606 19452874752 392969 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4749237 392969 5517 1 0 1789253 0
[pid=77081/tid=77095] ppid=77075 vsize=18996948 memory=0 CPUtime=1.97 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 5782 0 186 0 172 25 0 0 20 0 19 0 64306613 19452874752 392969 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 392969 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=18996948 memory=921848 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 392969 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 3.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1571876 KiB

[startup+6.30023 s]
/proc/loadavg: 1.04 1.17 2.09 5/342 77172
/proc/meminfo: memFree=113325296/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3966628 CPUtime=7.84 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 21649 0 190 0 703 81 0 0 20 0 20 0 64306606 19521036288 991657 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991657 5549 1 0 1789913 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=0 CPUtime=5.09 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 7348 0 186 0 438 71 0 0 20 0 20 0 64306613 19521036288 991657 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991657 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=-6000919485558187368 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991657 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991657 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 7.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966628 KiB

[startup+12.7002 s]
/proc/loadavg: 1.27 1.22 2.10 5/342 77172
/proc/meminfo: memFree=113323808/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3966884 CPUtime=14.38 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 21708 0 190 0 1356 82 0 0 20 0 20 0 64306606 19521036288 991721 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991721 5549 1 0 1789929 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=-6000919485558187368 CPUtime=11.48 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 7349 0 186 0 1077 71 0 0 20 0 20 0 64306613 19521036288 991721 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=-6000919485558187368 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991721 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=3966756 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991721 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991721 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 14.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966884 KiB

[startup+25.5002 s]
/proc/loadavg: 1.88 1.36 2.13 5/342 77172
/proc/meminfo: memFree=112698476/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3966884 CPUtime=27.3 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 25492 0 190 0 2648 82 0 0 20 0 20 0 64306606 19521036288 991721 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991721 5549 1 0 1789929 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=6784 CPUtime=24.25 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 7806 0 186 0 2354 71 0 0 20 0 20 0 64306613 19521036288 991721 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=3966884 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991721 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=-2752045329130026782 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991721 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=3966884 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991721 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 27.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966884 KiB

[startup+51.1056 s]
/proc/loadavg: 2.66 1.58 2.19 5/342 77173
/proc/meminfo: memFree=110989032/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3967012 CPUtime=53.06 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 30555 0 190 0 5223 83 0 0 20 0 20 0 64306606 19521036288 991753 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991753 5549 1 0 1789931 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=14692 CPUtime=49.79 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 8766 0 186 0 4908 71 0 0 20 0 20 0 64306613 19521036288 991753 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991753 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991753 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=3966884 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991753 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 53.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3967012 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 1.99 2.29 5/342 77175

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

/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 3581 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 3218.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966780 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/342 77404
/proc/meminfo: memFree=113515412/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3966780 CPUtime=3277.98 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 74081 0 190 0 327627 171 0 0 20 0 20 0 64306606 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991695 5549 1 0 1790043 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=18048 CPUtime=3272.17 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 35882 0 186 0 327143 74 0 0 20 0 20 0 64306613 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 3700 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=5732 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 3277.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966780 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/342 77406
/proc/meminfo: memFree=113515480/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3966780 CPUtime=3337.84 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 74193 0 190 0 333612 172 0 0 20 0 20 0 64306606 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991695 5549 1 0 1790043 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=14692 CPUtime=3332 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 35919 0 186 0 333126 74 0 0 20 0 20 0 64306613 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 3723 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 3337.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966780 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/342 77408
/proc/meminfo: memFree=113515296/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3966780 CPUtime=3397.71 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 74792 0 190 0 339597 174 0 0 20 0 20 0 64306606 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991695 5549 1 0 1790043 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=14692 CPUtime=3391.83 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 36361 0 186 0 339109 74 0 0 20 0 20 0 64306613 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 3725 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 3397.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/342 77413
/proc/meminfo: memFree=113515428/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3966780 CPUtime=3457.57 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 75309 0 190 0 345581 176 0 0 20 0 20 0 64306606 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991695 5549 1 0 1790043 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=14692 CPUtime=3451.66 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 36689 0 186 0 345092 74 0 0 20 0 20 0 64306613 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 3848 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 3457.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966780 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/343 77420
/proc/meminfo: memFree=113523300/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3966780 CPUtime=3517.45 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 75683 0 190 0 351567 178 0 0 20 0 20 0 64306606 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991695 5549 1 0 1790043 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=3966780 CPUtime=3511.49 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 36985 0 186 0 351075 74 0 0 20 0 20 0 64306613 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 3868 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 3517.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966780 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/343 77422
/proc/meminfo: memFree=113523356/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3966780 CPUtime=3577.31 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 76357 0 190 0 357551 180 0 0 20 0 20 0 64306606 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991695 5549 1 0 1790043 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=14692 CPUtime=3571.32 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 37494 0 186 0 357058 74 0 0 20 0 20 0 64306613 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 3868 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 3577.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.11 s]
/proc/loadavg: 4.15 4.12 4.09 7/339 77555
/proc/meminfo: memFree=121444696/131249992 swapFree=33010160/33010684
[pid=77081] ppid=77075 vsize=19063512 memory=3966780 CPUtime=3600.06 cores=5,7
/proc/77081/stat : 77081 (java) S 77075 77081 77025 0 -1 4194304 76980 0 190 0 359825 181 0 0 20 0 20 0 64306606 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
/proc/77081/statm: 4765878 991695 5549 1 0 1790043 0
[pid=77081/tid=77095] ppid=77075 vsize=19063512 memory=3966780 CPUtime=3594.06 cores=5,7
/proc/77081/task/77095/stat : 77095 (java) R 77075 77081 77025 0 -1 4194368 37836 0 186 0 359332 74 0 0 20 0 20 0 64306613 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77132] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77132/stat : 77132 (Finalizer) S 77075 77081 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77160] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77160/stat : 77160 (Common-Cleaner) S 77075 77081 77025 0 -1 4194368 4004 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
[pid=77081/tid=77167] ppid=77075 vsize=19063512 memory=3966780 CPUtime=0 cores=5,7
/proc/77081/task/77167/stat : 77167 (Timer-0) S 77075 77081 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307050 19521036288 991695 18446744073709551615 94404701630464 94404701634160 140727605762640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94404701641976 94404701642768 94404722958336 140727605766529 140727605766630 140727605766630 140727605772232 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3966780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.37 s, system=1.82621 s

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

[startup+3605.21 s]*
/proc/loadavg: 4.15 4.12 4.09 7/318 77558
/proc/meminfo: memFree=125222640/131249992 swapFree=33010160/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): 3605.23
CPU time (s): 3600.19
CPU user time (s): 3598.37
CPU system time (s): 1.82621
CPU usage (%): 99.8602
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3972132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.37
system time used= 1.82621
maximum resident set size= 3972132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79703
page faults= 190
swaps= 0
block input operations= 272
block output operations= 14608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132432
involuntary context switches= 2554


# summary of solver processes directly reported to runsolver:
#   pid: 77081
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.37
#   total CPU system time (s): 1.82621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.93194 second user time and 18.542 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-02 21:57:58
IDJOB=4505914
IDBENCH=157349
IDSOLVER=3363
FILE ID=nodeC025/4505914-1751486278
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_luby_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505914-1751486278/watcher-4505914-1751486278 -o /tmp/evaluation-result-4505914-1751486278/solver-4505914-1751486278 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751486278-77038 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4505914-1751486278.opb

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

MD5SUM BENCH= 726b0595b04a91a84feeb3b27d81e819
RANDOM SEED=1280209186

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		: 3600.383
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		: 3599.965
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		: 3599.709
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		: 2083.027
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		: 3599.982
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.819
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.682
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.601
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:        129250160 kB
MemAvailable:   129743364 kB
Buffers:            2128 kB
Cached:          1285296 kB
SwapCached:          200 kB
Active:           302964 kB
Inactive:        1050676 kB
Active(anon):      51004 kB
Inactive(anon):    33068 kB
Active(file):     251960 kB
Inactive(file):  1017608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            121320 kB
Writeback:             0 kB
AnonPages:         69160 kB
Mapped:           103040 kB
Shmem:             17856 kB
KReclaimable:     125752 kB
Slab:             214400 kB
SReclaimable:     125752 kB
SUnreclaim:        88648 kB
KernelStack:        4080 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 432860 MiB
End job on nodeC025 at 2025-07-02 22:58:04