Trace number 4506236

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 3603.38

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMdbf34b7abc88a78c4f9cfedcb1385de8
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-451137
Best CPU time to get the best result obtained on this benchmark71743.4
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 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 596093810
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 596093810
Number of bits of the biggest sum of numbers30
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4506236-1751490372.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
5.72/4.00	c ... done. Wall clock time 3.855s.
5.72/4.00	c declared #vars     399113
5.72/4.00	c #constraints  400980
5.72/4.00	c constraints type 
5.72/4.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.72/4.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.72/4.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.72/4.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
5.72/4.00	c 400980 constraints processed.
5.72/4.01	c objective function length is 306555 literals
156.84/154.51	c cleaning 2491 clauses out of 4999 with flag 25523/5000
494.98/492.63	c cleaning 4254 clauses out of 8508 with flag 82115/11000
711.02/708.95	c cleaning 5627 clauses out of 11254 with flag 112804/18000
1111.43/1110.04	c cleaning 6806 clauses out of 13627 with flag 208536/26000
1398.62/1397.74	c cleaning 7786 clauses out of 15821 with flag 277766/35000
1559.45/1558.88	c cleaning 9008 clauses out of 18036 with flag 316884/45001
2061.21/2061.54	c cleaning 9594 clauses out of 20029 with flag 478075/56002
2294.01/2294.78	c cleaning 11198 clauses out of 22435 with flag 520412/68002
2537.38/2538.51	c cleaning 11937 clauses out of 24239 with flag 584531/81004
3073.20/3075.36	c cleaning 12844 clauses out of 26300 with flag 844586/95002
3600.04/3603.31	c starts		: 838
3600.04/3603.32	c conflicts		: 108777
3600.04/3603.32	c decisions		: 4820716
3600.04/3603.32	c propagations		: 5080773108
3600.04/3603.32	c inspects		: 750385928
3600.04/3603.32	c shortcuts		: 0
3600.04/3603.32	c learnt literals	: 1
3600.04/3603.32	c learnt binary clauses	: 957
3600.04/3603.32	c learnt ternary clauses	: 276
3600.04/3603.32	c learnt constraints	: 108775
3600.04/3603.32	c ignored constraints	: 0
3600.04/3603.32	c root simplifications	: 0
3600.04/3603.32	c removed literals (reason simplification)	: 14548709
3600.04/3603.32	c reason swapping (by a shorter reason)	: 0
3600.04/3603.32	c Calls to reduceDB	: 10
3600.04/3603.32	c Number of update (reduction) of LBD	: 49403
3600.04/3603.32	c Imported unit clauses	: 0
3600.04/3603.32	c No decision after first conflict	: false
3600.04/3603.32	c number of reductions to clauses (during analyze)	: 0
3600.04/3603.33	c number of learned constraints concerned by reduction	: 0
3600.04/3603.33	c number of learning phase by resolution	: 0
3600.04/3603.33	c number of learning phase by cutting planes	: 0
3600.04/3603.33	c number of rounding to 1 operations	: 0
3600.04/3603.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3603.33	c number of reductions of the coefficients by power 2 	: 0
3600.04/3603.33	c number of right shift for reduction by power 2 	: 0
3600.04/3603.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3603.33	c number of ending skipping 	: 0
3600.04/3603.33	c number of internal skipping 	: 0
3600.04/3603.33	c number of derivation steps 	: 0
3600.04/3603.33	c number of skipped derivation steps 	: 0
3600.04/3603.33	c number of remaining unassigned 	: 0
3600.04/3603.33	c number of remaining assigned 	: 0
3600.04/3603.33	c number of falsified literals weakened from reason	: 0
3600.04/3603.33	c number of falsified literals weakened from conflict	: 0
3600.04/3603.33	c time for arithmetic operations	: 0
3600.04/3603.33	c minimum degree of deleted constraints	: null
3600.04/3603.33	c maximum degree of deleted constraints	: null
3600.04/3603.33	c number of deleted constraints	: 0
3600.04/3603.34	c speed (assignments/second)	: 1411617.597636845
3600.04/3603.34	c non guided choices	: 0
3600.04/3603.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 26273
3600.04/3603.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 957
3600.04/3603.36	s UNKNOWN
3600.04/3603.36	c Total wall clock time (in seconds): 3603.221

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506236-1751490372/watcher-4506236-1751490372 -o /tmp/evaluation-result-4506236-1751490372/solver-4506236-1751490372 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751486278-77035 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4506236-1751490372.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
Starting watchdog thread
solver pid=77706, runsolver pid=77703
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.09 4.13 4.09 5/341 77724
/proc/meminfo: memFree=116595984/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=18930384 memory=55684 CPUtime=0.12 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 6531 0 0 0 10 2 0 0 20 0 18 0 64716024 19384713216 13921 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4732596 13921 5358 1 0 547588 0
[pid=77706/tid=77708] ppid=77703 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 5029 0 0 0 6 1 0 0 20 0 18 0 64716026 19384713216 13921 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64716028 19384713216 13921 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=18930384 memory=57385981077077 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 64716028 19384713216 13921 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55684 KiB

[startup+0.205564 s]*
/proc/loadavg: 4.09 4.13 4.09 6/341 77724
/proc/meminfo: memFree=116570464/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=18930384 memory=82672 CPUtime=0.3 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 7077 0 0 0 27 3 0 0 20 0 18 0 64716024 19384713216 20668 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4732596 20668 5454 1 0 548005 0
[pid=77706/tid=77708] ppid=77703 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 5223 0 0 0 15 2 0 0 20 0 18 0 64716026 19384713216 20668 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=18930384 memory=17913 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64716028 19384713216 20668 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=18930384 memory=56286469424100 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 64716028 19384713216 20668 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 82672 KiB

[startup+0.305572 s]*
/proc/loadavg: 4.09 4.13 4.09 6/341 77724
/proc/meminfo: memFree=116525724/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=18930384 memory=127228 CPUtime=0.5 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 8403 0 0 0 46 4 0 0 20 0 18 0 64716024 19384713216 31807 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4732596 31807 5454 1 0 548859 0
[pid=77706/tid=77708] ppid=77703 vsize=18930384 memory=-6000919494265103720 CPUtime=0.27 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 5245 0 0 0 24 3 0 0 20 0 18 0 64716026 19384713216 31807 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64716028 19384713216 31807 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 64716028 19384713216 31807 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 127228 KiB

[startup+0.700186 s]
/proc/loadavg: 4.09 4.13 4.09 7/342 77725
/proc/meminfo: memFree=116468180/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=18996948 memory=212800 CPUtime=1.24 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 8865 0 0 0 118 6 0 0 20 0 19 0 64716024 19452874752 53200 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4749237 53200 5454 1 0 549247 0
[pid=77706/tid=77708] ppid=77703 vsize=18996948 memory=18048 CPUtime=0.58 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 5311 0 0 0 55 3 0 0 20 0 19 0 64716026 19452874752 53200 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64716028 19452874752 53200 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 64716028 19452874752 53200 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 212800 KiB

[startup+1.50025 s]
/proc/loadavg: 4.09 4.13 4.09 6/342 77725
/proc/meminfo: memFree=116225704/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=18996948 memory=1727628 CPUtime=2.8 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 21181 0 0 0 243 37 0 0 20 0 19 0 64716024 19452874752 431907 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4749237 431907 5518 1 0 1682907 0
[pid=77706/tid=77708] ppid=77703 vsize=18996948 memory=3200 CPUtime=1.2 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 6042 0 0 0 89 31 0 0 20 0 19 0 64716026 19452874752 431907 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64716028 19452874752 431907 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 64716028 19452874752 431907 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1727628 KiB

[startup+3.10548 s]
/proc/loadavg: 4.09 4.13 4.09 5/342 77725
/proc/meminfo: memFree=113022528/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=18996948 memory=3723120 CPUtime=4.62 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 22840 0 0 0 387 75 0 0 20 0 19 0 64716024 19452874752 930780 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4749237 930780 5518 1 0 2163372 0
[pid=77706/tid=77708] ppid=77703 vsize=18996948 memory=10752 CPUtime=2.61 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 7006 0 0 0 193 68 0 0 20 0 19 0 64716026 19452874752 930780 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64716028 19452874752 930780 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 64716028 19452874752 930780 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3723120 KiB

[startup+6.30019 s]
/proc/loadavg: 4.17 4.15 4.10 5/343 77726
/proc/meminfo: memFree=112617164/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19063512 memory=4032208 CPUtime=8.62 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 23473 0 0 0 780 82 0 0 20 0 20 0 64716024 19521036288 1008052 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4765878 1008052 5550 1 0 2163849 0
[pid=77706/tid=77708] ppid=77703 vsize=19063512 memory=5632 CPUtime=5.68 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 7258 0 0 0 496 72 0 0 20 0 20 0 64716026 19521036288 1008052 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64716028 19521036288 1008052 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19063512 memory=-6000919494265103720 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 64716028 19521036288 1008052 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64716433 19521036288 1008052 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 8.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4032208 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.14 4.10 5/343 77726
/proc/meminfo: memFree=112617164/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19063512 memory=4028060 CPUtime=15.14 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 23512 0 0 0 1432 82 0 0 20 0 20 0 64716024 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4765878 1007015 5550 1 0 2163849 0
[pid=77706/tid=77708] ppid=77703 vsize=19063512 memory=10752 CPUtime=12.07 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 7261 0 0 0 1135 72 0 0 20 0 20 0 64716026 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19063512 memory=4028060 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64716028 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 64716028 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64716433 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 15.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4028060 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.14 4.09 5/343 77726
/proc/meminfo: memFree=112617172/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19063512 memory=4028060 CPUtime=27.97 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 25273 0 0 0 2714 83 0 0 20 0 20 0 64716024 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4765878 1007015 5550 1 0 2163849 0
[pid=77706/tid=77708] ppid=77703 vsize=19063512 memory=4028060 CPUtime=24.85 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 7716 0 0 0 2412 73 0 0 20 0 20 0 64716026 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64716028 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19063512 memory=4028060 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 64716028 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19063512 memory=-6000919494265103720 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64716433 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 27.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4028060 KiB

[startup+51.1054 s]
/proc/loadavg: 4.13 4.14 4.09 5/341 77726
/proc/meminfo: memFree=112617172/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19063512 memory=4028060 CPUtime=53.56 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 28178 0 0 0 5271 85 0 0 20 0 20 0 64716024 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4765878 1007015 5550 1 0 2163849 0
[pid=77706/tid=77708] ppid=77703 vsize=19063512 memory=4028060 CPUtime=50.38 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 8870 0 0 0 4965 73 0 0 20 0 20 0 64716026 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19063512 memory=4028060 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64716028 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19063512 memory=4028060 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 64716028 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19063512 memory=4028060 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64716433 19521036288 1007015 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 53.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4028060 KiB

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

/proc/meminfo: memFree=119479928/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3279.71 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 73712 0 0 0 327774 197 0 0 20 0 21 0 64716024 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4782519 1040133 5550 1 0 2164359 0
[pid=77706/tid=77708] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3273.41 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 32034 0 0 0 327257 84 0 0 20 0 21 0 64716026 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19130076 memory=-6000919494265103720 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 3918 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64716433 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 3279.71 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4160532 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/343 78190
/proc/meminfo: memFree=119324584/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3339.6 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 74335 0 0 0 333760 200 0 0 20 0 21 0 64716024 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4782519 1040133 5550 1 0 2164359 0
[pid=77706/tid=77708] ppid=77703 vsize=19130076 memory=3200 CPUtime=3333.25 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 32567 0 0 0 333241 84 0 0 20 0 21 0 64716026 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19130076 memory=4252 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 3918 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64716433 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 3339.6 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4160532 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/343 78192
/proc/meminfo: memFree=119201976/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3399.47 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 75126 0 0 0 339745 202 0 0 20 0 21 0 64716024 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4782519 1040133 5550 1 0 2164359 0
[pid=77706/tid=77708] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3393.09 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 33149 0 0 0 339224 85 0 0 20 0 21 0 64716026 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19130076 memory=-6000919494265103720 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 4028 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64716433 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 3399.47 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4160532 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/343 78194
/proc/meminfo: memFree=119001680/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3459.34 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 75776 0 0 0 345730 204 0 0 20 0 21 0 64716024 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4782519 1040133 5550 1 0 2164359 0
[pid=77706/tid=77708] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3452.92 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 33694 0 0 0 345207 85 0 0 20 0 21 0 64716026 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19130076 memory=14692 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 4028 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64716433 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 3459.34 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4160532 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/343 78196
/proc/meminfo: memFree=118690528/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3519.22 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 75949 0 0 0 351716 206 0 0 20 0 21 0 64716024 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4782519 1040133 5550 1 0 2164359 0
[pid=77706/tid=77708] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3512.77 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 33725 0 0 0 351191 86 0 0 20 0 21 0 64716026 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19130076 memory=18048 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 4135 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64716433 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 3519.22 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4160532 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/343 78198
/proc/meminfo: memFree=118547296/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3579.08 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 76656 0 0 0 357701 207 0 0 20 0 21 0 64716024 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4782519 1040133 5550 1 0 2164359 0
[pid=77706/tid=77708] ppid=77703 vsize=19130076 memory=3200 CPUtime=3572.61 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 34266 0 0 0 357175 86 0 0 20 0 21 0 64716026 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19130076 memory=14692 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 4245 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19130076 memory=18048 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64716433 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 3579.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4160532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/342 78199
/proc/meminfo: memFree=118506240/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3600.04 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 76675 0 0 0 359796 208 0 0 20 0 21 0 64716024 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4782519 1040133 5550 1 0 2164359 0
[pid=77706/tid=77708] ppid=77703 vsize=19130076 memory=3200 CPUtime=3593.55 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 34279 0 0 0 359269 86 0 0 20 0 21 0 64716026 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19130076 memory=18048 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 4245 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64716433 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4160532 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.08 s, system=2.10476 s

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

[startup+3603.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/342 78199
/proc/meminfo: memFree=118506240/131249992 swapFree=33010160/33010684
[pid=77706] ppid=77703 vsize=19130076 memory=4160532 CPUtime=3600.04 cores=0,2
/proc/77706/stat : 77706 (java) S 77703 77706 77025 0 -1 4194304 76675 0 0 0 359796 208 0 0 20 0 21 0 64716024 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
/proc/77706/statm: 4782519 1040133 5550 1 0 2164359 0
[pid=77706/tid=77708] ppid=77703 vsize=19130076 memory=3200 CPUtime=3593.55 cores=0,2
/proc/77706/task/77708/stat : 77708 (java) R 77703 77706 77025 0 -1 4194368 34279 0 0 0 359269 86 0 0 20 0 21 0 64716026 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77717] ppid=77703 vsize=19130076 memory=18048 CPUtime=0 cores=0,2
/proc/77706/task/77717/stat : 77717 (Finalizer) S 77703 77706 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77724] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77724/stat : 77724 (Common-Cleaner) S 77703 77706 77025 0 -1 4194368 4245 0 0 0 0 0 0 0 20 0 21 0 64716028 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
[pid=77706/tid=77726] ppid=77703 vsize=19130076 memory=4160532 CPUtime=0 cores=0,2
/proc/77706/task/77726/stat : 77726 (Timer-0) S 77703 77706 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64716433 19589197824 1040133 18446744073709551615 94287600943104 94287600946800 140726238155024 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94287600954616 94287600955408 94287601926144 140726238157185 140726238157286 140726238157286 140726238162888 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4160532 KiB

Child status: 143

Real time (s): 3603.38
CPU time (s): 3600.19
CPU user time (s): 3598.08
CPU system time (s): 2.10476
CPU usage (%): 99.9114
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 4160532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.08
system time used= 2.10476
maximum resident set size= 4161684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79294
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170044
involuntary context switches= 5629


# summary of solver processes directly reported to runsolver:
#   pid: 77706
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.08
#   total CPU system time (s): 2.10476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.0149 second user time and 16.6306 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= dbf34b7abc88a78c4f9cfedcb1385de8
RANDOM SEED=1889022168

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.868
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.828
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.911
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		: 3601.464
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.832
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.856
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.996
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		: 3598.881
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:        116618664 kB
MemAvailable:   117116192 kB
Buffers:            2128 kB
Cached:          1289560 kB
SwapCached:          200 kB
Active:         12914344 kB
Inactive:        1054876 kB
Active(anon):   12662328 kB
Inactive(anon):    33064 kB
Active(file):     252016 kB
Inactive(file):  1021812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             31840 kB
Writeback:             0 kB
AnonPages:      12680472 kB
Mapped:           123284 kB
Shmem:             17856 kB
KReclaimable:     125880 kB
Slab:             215096 kB
SReclaimable:     125880 kB
SUnreclaim:        89216 kB
KernelStack:        5232 kB
PageTables:        28644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   27729648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12453888 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= 432740 MiB
End job on nodeC025 at 2025-07-03 00:06:16