Trace number 4506052

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.17 3602.48

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUM00fa528bfee1582f0c8a78997b3aaa78
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-83802
Best CPU time to get the best result obtained on this benchmark71301.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 158449780
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 158449780
Number of bits of the biggest sum of numbers28
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.11/0.10	c Number of processors 	2
0.11/0.13	c Pseudo Boolean Optimization by upper bound
0.11/0.13	c --- Begin Solver configuration ---
0.11/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.13	c Learn all clauses as in MiniSAT
0.11/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.13	c Expensive reason simplification
0.11/0.13	c Glucose 2.1 dynamic restart strategy
0.11/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.13	c timeout=2147483s
0.11/0.13	c DB Simplification allowed=false
0.11/0.13	c Listener: none
0.11/0.13	c --- End Solver configuration ---
0.11/0.13	c solving HOME/instance-4506052-1751486768.opb
0.11/0.13	c reading problem ... 
0.11/0.14	c  objective function found
5.65/3.92	c ... done. Wall clock time 3.788s.
5.65/3.92	c declared #vars     399113
5.65/3.92	c #constraints  400980
5.65/3.92	c constraints type 
5.65/3.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.65/3.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.65/3.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.65/3.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
5.65/3.92	c 400980 constraints processed.
5.65/3.93	c objective function length is 306555 literals
109.53/106.55	c cleaning 2497 clauses out of 4994 with flag 16795/5001
233.66/230.65	c cleaning 4249 clauses out of 8497 with flag 41107/11001
395.62/392.69	c cleaning 5624 clauses out of 11247 with flag 69706/18000
567.03/564.29	c cleaning 6812 clauses out of 13624 with flag 99485/26001
742.13/739.69	c cleaning 7906 clauses out of 15813 with flag 137144/35002
931.20/929.09	c cleaning 8952 clauses out of 17906 with flag 180051/45001
1152.62/1150.88	c cleaning 9977 clauses out of 19953 with flag 229925/56000
1390.53/1389.19	c cleaning 10982 clauses out of 21976 with flag 275752/68000
1642.58/1641.64	c cleaning 11991 clauses out of 23995 with flag 329583/81001
1929.88/1929.45	c cleaning 13000 clauses out of 26004 with flag 389323/95001
2256.42/2256.55	c cleaning 13998 clauses out of 28003 with flag 465834/110000
2587.77/2588.43	c cleaning 14998 clauses out of 30005 with flag 532358/126000
2940.82/2942.03	c cleaning 16000 clauses out of 32007 with flag 600100/143000
3291.92/3293.71	c cleaning 16999 clauses out of 34008 with flag 680594/161001
3600.03/3602.41	c starts		: 15
3600.03/3602.42	c conflicts		: 176134
3600.03/3602.42	c decisions		: 3710646
3600.03/3602.42	c propagations		: 1014590027
3600.03/3602.42	c inspects		: 224458304
3600.03/3602.42	c shortcuts		: 0
3600.03/3602.42	c learnt literals	: 7
3600.03/3602.42	c learnt binary clauses	: 149
3600.03/3602.42	c learnt ternary clauses	: 69
3600.03/3602.42	c learnt constraints	: 176127
3600.03/3602.42	c ignored constraints	: 0
3600.03/3602.42	c root simplifications	: 0
3600.03/3602.42	c removed literals (reason simplification)	: 50716443
3600.03/3602.42	c reason swapping (by a shorter reason)	: 0
3600.03/3602.42	c Calls to reduceDB	: 14
3600.03/3602.42	c Number of update (reduction) of LBD	: 18388
3600.03/3602.42	c Imported unit clauses	: 0
3600.03/3602.42	c No decision after first conflict	: false
3600.03/3602.42	c number of reductions to clauses (during analyze)	: 0
3600.03/3602.42	c number of learned constraints concerned by reduction	: 0
3600.03/3602.42	c number of learning phase by resolution	: 0
3600.03/3602.42	c number of learning phase by cutting planes	: 0
3600.03/3602.42	c number of rounding to 1 operations	: 0
3600.03/3602.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3602.42	c number of reductions of the coefficients by power 2 	: 0
3600.03/3602.42	c number of right shift for reduction by power 2 	: 0
3600.03/3602.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3602.43	c number of ending skipping 	: 0
3600.03/3602.43	c number of internal skipping 	: 0
3600.03/3602.43	c number of derivation steps 	: 0
3600.03/3602.43	c number of skipped derivation steps 	: 0
3600.03/3602.43	c number of remaining unassigned 	: 0
3600.03/3602.43	c number of remaining assigned 	: 0
3600.03/3602.43	c number of falsified literals weakened from reason	: 0
3600.03/3602.43	c number of falsified literals weakened from conflict	: 0
3600.03/3602.43	c time for arithmetic operations	: 0
3600.03/3602.43	c minimum degree of deleted constraints	: null
3600.03/3602.43	c maximum degree of deleted constraints	: null
3600.03/3602.43	c number of deleted constraints	: 0
3600.03/3602.44	c speed (assignments/second)	: 281953.83953984326
3600.03/3602.44	c non guided choices	: 7651
3600.03/3602.44	c timeout
3600.03/3602.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 31993
3600.03/3602.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 149
3600.03/3602.46	s UNKNOWN
3600.03/3602.46	c Total wall clock time (in seconds): 3602.328

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=77254, runsolver pid=77251
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.80 3.89 3.08 6/340 77272
/proc/meminfo: memFree=117240492/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=18930384 memory=55500 CPUtime=0.11 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 6533 0 0 0 9 2 0 0 20 0 18 0 64355551 19384713216 13875 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4732596 13875 5343 1 0 547604 0
[pid=77254/tid=77256] ppid=77251 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 5049 0 0 0 6 1 0 0 20 0 18 0 64355553 19384713216 13875 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64355555 19384713216 13875 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=18930384 memory=57385981077077 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64355556 19384713216 13875 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55500 KiB

[startup+0.205807 s]*
/proc/loadavg: 4.80 3.89 3.08 6/340 77272
/proc/meminfo: memFree=117219004/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=18930384 memory=85160 CPUtime=0.31 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 7487 0 0 0 28 3 0 0 20 0 18 0 64355551 19384713216 21290 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4732596 21290 5407 1 0 548170 0
[pid=77254/tid=77256] ppid=77251 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 5231 0 0 0 15 2 0 0 20 0 18 0 64355553 19384713216 21290 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=18930384 memory=17913 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64355555 19384713216 21290 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=18930384 memory=56286469424100 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64355556 19384713216 21290 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 85160 KiB

[startup+0.30568 s]*
/proc/loadavg: 4.80 3.89 3.08 6/340 77272
/proc/meminfo: memFree=117178044/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=18930384 memory=131200 CPUtime=0.5 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 8552 0 0 0 46 4 0 0 20 0 18 0 64355551 19384713216 32800 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4732596 32800 5407 1 0 548894 0
[pid=77254/tid=77256] ppid=77251 vsize=18930384 memory=-6000919502771479912 CPUtime=0.27 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 5255 0 0 0 24 3 0 0 20 0 18 0 64355553 19384713216 32800 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64355555 19384713216 32800 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64355556 19384713216 32800 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 131200 KiB

[startup+0.700218 s]
/proc/loadavg: 4.80 3.89 3.08 6/341 77273
/proc/meminfo: memFree=117109232/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=18996948 memory=212848 CPUtime=1.21 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 9009 0 0 0 114 7 0 0 20 0 19 0 64355551 19452874752 53212 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4749237 53212 5439 1 0 549255 0
[pid=77254/tid=77256] ppid=77251 vsize=18996948 memory=18048 CPUtime=0.57 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 5319 0 0 0 54 3 0 0 20 0 19 0 64355553 19452874752 53212 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64355555 19452874752 53212 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64355556 19452874752 53212 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 212848 KiB

[startup+1.50025 s]
/proc/loadavg: 4.80 3.89 3.08 6/341 77273
/proc/meminfo: memFree=116851692/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=18996948 memory=1862772 CPUtime=2.79 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 21242 0 0 0 236 43 0 0 20 0 19 0 64355551 19452874752 465693 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4749237 465693 5503 1 0 1683078 0
[pid=77254/tid=77256] ppid=77251 vsize=18996948 memory=3200 CPUtime=1.25 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 6121 0 0 0 90 35 0 0 20 0 19 0 64355553 19452874752 465693 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64355555 19452874752 465693 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64355556 19452874752 465693 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1862772 KiB

[startup+3.10566 s]
/proc/loadavg: 4.80 3.89 3.08 6/341 77273
/proc/meminfo: memFree=113780076/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=18996948 memory=3516208 CPUtime=4.7 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 23259 0 0 0 397 73 0 0 20 0 19 0 64355551 19452874752 879052 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4749237 879052 5503 1 0 2163553 0
[pid=77254/tid=77256] ppid=77251 vsize=18996948 memory=10752 CPUtime=2.57 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 6849 0 0 0 196 61 0 0 20 0 19 0 64355553 19452874752 879052 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64355555 19452874752 879052 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 64355556 19452874752 879052 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3516208 KiB

[startup+6.30025 s]
/proc/loadavg: 4.74 3.89 3.08 5/343 77275
/proc/meminfo: memFree=113695408/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3590740 CPUtime=9.01 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 24066 0 0 0 825 76 0 0 20 0 21 0 64355551 19589197824 897685 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 897685 5535 1 0 2164438 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=10752 CPUtime=5.57 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 7020 0 0 0 495 62 0 0 20 0 21 0 64355553 19589197824 897685 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=5632 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 897685 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=-6000919502771479912 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 897685 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 897685 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 9.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3590740 KiB

[startup+12.7002 s]
/proc/loadavg: 4.68 3.90 3.09 5/343 77275
/proc/meminfo: memFree=113695448/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3590996 CPUtime=15.61 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 24121 0 0 0 1485 76 0 0 20 0 21 0 64355551 19589197824 897749 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 897749 5535 1 0 2164438 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=3590996 CPUtime=11.95 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 7020 0 0 0 1133 62 0 0 20 0 21 0 64355553 19589197824 897749 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=3590996 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 897749 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 897749 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=3590996 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 897749 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 15.61 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3590996 KiB

[startup+25.5002 s]
/proc/loadavg: 4.60 3.92 3.11 5/343 77275
/proc/meminfo: memFree=113695448/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3590996 CPUtime=28.44 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 25906 0 0 0 2767 77 0 0 20 0 21 0 64355551 19589197824 897749 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 897749 5535 1 0 2164438 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=3590996 CPUtime=24.72 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 7405 0 0 0 2410 62 0 0 20 0 21 0 64355553 19589197824 897749 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 897749 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=3590996 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 897749 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=14692 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 897749 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 28.44 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3590996 KiB

[startup+51.1057 s]
/proc/loadavg: 4.39 3.92 3.13 5/343 77276
/proc/meminfo: memFree=113695060/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3591124 CPUtime=54.07 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 28848 0 0 0 5329 78 0 0 20 0 21 0 64355551 19589197824 897781 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 897781 5535 1 0 2164438 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=3591124 CPUtime=50.26 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 8124 0 0 0 4964 62 0 0 20 0 21 0 64355553 19589197824 897781 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=3591124 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 897781 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=14692 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 897781 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=3590996 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 897781 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 54.07 s
Current children cumulated vsize: 19130076 KiB

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

/proc/meminfo: memFree=113045892/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3220.65 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 63773 0 0 0 321870 195 0 0 20 0 21 0 64355551 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 898114 5535 1 0 2164659 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3213.82 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 23885 0 0 0 321309 73 0 0 20 0 21 0 64355553 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 3836 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 3220.65 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3592456 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/340 77628
/proc/meminfo: memFree=113046328/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3280.53 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 63932 0 0 0 327856 197 0 0 20 0 21 0 64355551 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 898114 5535 1 0 2164659 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3273.66 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 23908 0 0 0 327293 73 0 0 20 0 21 0 64355553 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=5632 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 3938 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 3280.53 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3592456 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/340 77641
/proc/meminfo: memFree=113058092/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3340.43 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 64946 0 0 0 333843 200 0 0 20 0 21 0 64355551 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 898114 5535 1 0 2164659 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=5632 CPUtime=3333.5 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 24452 0 0 0 333277 73 0 0 20 0 21 0 64355553 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 3938 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 3340.43 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3592456 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/341 77646
/proc/meminfo: memFree=113076084/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3400.31 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 65365 0 0 0 339829 202 0 0 20 0 21 0 64355551 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 898114 5535 1 0 2164659 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3393.34 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 24677 0 0 0 339261 73 0 0 20 0 21 0 64355553 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 4059 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=14692 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 3400.31 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3592456 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.15 4.10 5/343 77650
/proc/meminfo: memFree=113075192/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3460.2 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 65413 0 0 0 345815 205 0 0 20 0 21 0 64355551 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 898114 5535 1 0 2164659 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3453.18 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 24680 0 0 0 345245 73 0 0 20 0 21 0 64355553 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 4059 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=14692 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 3460.2 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3592456 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/343 77652
/proc/meminfo: memFree=113074488/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3520.08 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 65771 0 0 0 351801 207 0 0 20 0 21 0 64355551 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 898114 5535 1 0 2164659 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3513.03 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 24967 0 0 0 351230 73 0 0 20 0 21 0 64355553 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=14692 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 4060 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=3592456 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 3520.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3592456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/343 77654
/proc/meminfo: memFree=113075120/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3579.98 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 65972 0 0 0 357788 210 0 0 20 0 21 0 64355551 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 898114 5535 1 0 2164659 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3572.87 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 25029 0 0 0 357214 73 0 0 20 0 21 0 64355553 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=14692 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 4161 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=3200 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 3579.98 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3592456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.4 s]
/proc/loadavg: 4.19 4.15 4.10 5/344 77659
/proc/meminfo: memFree=113074572/131249992 swapFree=33010160/33010684
[pid=77254] ppid=77251 vsize=19130076 memory=3592456 CPUtime=3600.03 cores=0,2
/proc/77254/stat : 77254 (java) S 77251 77254 77025 0 -1 4194304 66159 0 0 0 359793 210 0 0 20 0 21 0 64355551 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
/proc/77254/statm: 4782519 898114 5535 1 0 2164659 0
[pid=77254/tid=77256] ppid=77251 vsize=19130076 memory=5036 CPUtime=3592.92 cores=0,2
/proc/77254/task/77256/stat : 77256 (java) R 77251 77254 77025 0 -1 4194368 25168 0 0 0 359219 73 0 0 20 0 21 0 64355553 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77265] ppid=77251 vsize=19130076 memory=18048 CPUtime=0 cores=0,2
/proc/77254/task/77265/stat : 77265 (Finalizer) S 77251 77254 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64355555 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77272] ppid=77251 vsize=19130076 memory=10752 CPUtime=0 cores=0,2
/proc/77254/task/77272/stat : 77272 (Common-Cleaner) S 77251 77254 77025 0 -1 4194368 4161 0 0 0 0 0 0 0 20 0 21 0 64355556 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
[pid=77254/tid=77274] ppid=77251 vsize=19130076 memory=5632 CPUtime=0 cores=0,2
/proc/77254/task/77274/stat : 77274 (Timer-0) S 77251 77254 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64355953 19589197824 898114 18446744073709551615 94017261469696 94017261473392 140720986022240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94017261481208 94017261482000 94017288806400 140720986024321 140720986024422 140720986024422 140720986030024 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3592456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.04 s, system=2.12265 s

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

Child status: 143

Real time (s): 3602.48
CPU time (s): 3600.17
CPU user time (s): 3598.04
CPU system time (s): 2.12265
CPU usage (%): 99.9358
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 3603788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.04
system time used= 2.12265
maximum resident set size= 3603788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170235
involuntary context switches= 5870


# summary of solver processes directly reported to runsolver:
#   pid: 77254
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.04
#   total CPU system time (s): 2.12265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.83534 second user time and 17.0167 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-02 22:06:08
IDJOB=4506052
IDBENCH=157779
IDSOLVER=3363
FILE ID=nodeC025/4506052-1751486768
RUNJOBID= nodeC025-1751486278-77035
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_unif_10null0mast_rapportOE2.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506052-1751486768/watcher-4506052-1751486768 -o /tmp/evaluation-result-4506052-1751486768/solver-4506052-1751486768 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751486278-77035 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4506052-1751486768.opb

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

MD5SUM BENCH= 00fa528bfee1582f0c8a78997b3aaa78
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.850
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.836
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.835
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		: 3700.000
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.829
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.833
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		: 3598.341
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		: 3593.752
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:        117249440 kB
MemAvailable:   117747284 kB
Buffers:            2128 kB
Cached:          1289896 kB
SwapCached:          200 kB
Active:         12310976 kB
Inactive:        1055220 kB
Active(anon):   12058960 kB
Inactive(anon):    33068 kB
Active(file):     252016 kB
Inactive(file):  1022152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             31776 kB
Writeback:           116 kB
AnonPages:      12077396 kB
Mapped:           123168 kB
Shmem:             17856 kB
KReclaimable:     125832 kB
Slab:             215116 kB
SReclaimable:     125832 kB
SUnreclaim:        89284 kB
KernelStack:        5168 kB
PageTables:        27364 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   24818200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11833344 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 23:06:11