Trace number 4505960

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.31 3602.58

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null50mast_rapportOE2.0_TMAX120_K192_cod1.opb
MD5SUMc802f246252f1c3f359f42604d33488d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11408
Best CPU time to get the best result obtained on this benchmark7035.02
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 272557
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174643715
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174643715
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.01/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.01/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.18	c See www.sat4j.org for details.
0.08/0.31	c version PB25.v20250606
0.08/0.32	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.32	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.32	c java.vm.version	22.0.1+8-16
0.08/0.32	c java.vm.vendor	Oracle Corporation
0.08/0.32	c sun.arch.data.model	64
0.08/0.32	c java.version		22.0.1
0.08/0.32	c os.name		Linux
0.08/0.32	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.32	c os.arch		amd64
0.08/0.32	c Free memory 		2104792832
0.08/0.32	c Max memory 		16282288128
0.08/0.32	c Total memory 		2113929216
0.08/0.33	c Number of processors 	2
0.14/0.76	c Pseudo Boolean Optimization by upper bound
0.14/0.76	c --- Begin Solver configuration ---
0.14/0.76	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.14/0.76	c Learn all clauses as in MiniSAT
0.14/0.76	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.76	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.76	c Expensive reason simplification
0.14/0.76	c Glucose 2.1 dynamic restart strategy
0.14/0.76	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.14/0.76	c timeout=2147483s
0.14/0.76	c DB Simplification allowed=false
0.14/0.76	c Listener: none
0.14/0.76	c --- End Solver configuration ---
0.14/0.76	c solving HOME/instance-4505960-1751486278.opb
0.14/0.76	c reading problem ... 
0.14/0.76	c  objective function found
6.24/4.80	c ... done. Wall clock time 4.045s.
6.24/4.80	c declared #vars     399113
6.24/4.81	c #constraints  400980
6.24/4.81	c constraints type 
6.24/4.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
6.24/4.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
6.24/4.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.24/4.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
6.24/4.81	c 400980 constraints processed.
6.24/4.82	c objective function length is 272557 literals
180.73/178.45	c cleaning 2495 clauses out of 4994 with flag 33999/5000
267.61/265.17	c cleaning 4247 clauses out of 8499 with flag 55118/11000
420.30/417.92	c cleaning 5619 clauses out of 11252 with flag 89168/18000
552.70/550.54	c cleaning 6817 clauses out of 13634 with flag 121564/26001
714.95/713.07	c cleaning 7873 clauses out of 15816 with flag 169956/35000
900.35/898.74	c cleaning 8967 clauses out of 17943 with flag 223641/45000
1114.81/1113.51	c cleaning 9986 clauses out of 19985 with flag 267149/56009
1323.69/1322.79	c cleaning 10986 clauses out of 21991 with flag 312285/68001
1575.40/1574.85	c cleaning 11999 clauses out of 24004 with flag 368081/81000
1840.70/1840.55	c cleaning 12999 clauses out of 26005 with flag 440095/95000
2092.81/2093.01	c cleaning 14000 clauses out of 28007 with flag 523815/110001
2349.52/2350.19	c cleaning 14981 clauses out of 30006 with flag 631648/126000
2604.54/2605.54	c cleaning 16010 clauses out of 32025 with flag 755911/143000
2865.66/2866.88	c cleaning 17003 clauses out of 34015 with flag 897230/161000
3153.62/3155.25	c cleaning 17995 clauses out of 36012 with flag 1051204/180000
3464.12/3466.22	c cleaning 19003 clauses out of 38018 with flag 1227256/200001
3600.11/3602.49	c starts		: 205
3600.22/3602.50	c conflicts		: 209517
3600.22/3602.50	c decisions		: 6020819
3600.22/3602.50	c propagations		: 4175259078
3600.22/3602.50	c inspects		: 783003626
3600.22/3602.50	c shortcuts		: 0
3600.22/3602.50	c learnt literals	: 6
3600.22/3602.50	c learnt binary clauses	: 726
3600.22/3602.50	c learnt ternary clauses	: 562
3600.22/3602.50	c learnt constraints	: 209511
3600.22/3602.51	c ignored constraints	: 0
3600.22/3602.51	c root simplifications	: 0
3600.22/3602.51	c removed literals (reason simplification)	: 37082775
3600.22/3602.51	c reason swapping (by a shorter reason)	: 0
3600.22/3602.51	c Calls to reduceDB	: 16
3600.22/3602.51	c Number of update (reduction) of LBD	: 76501
3600.22/3602.51	c Imported unit clauses	: 0
3600.22/3602.51	c No decision after first conflict	: false
3600.22/3602.51	c number of reductions to clauses (during analyze)	: 0
3600.22/3602.51	c number of learned constraints concerned by reduction	: 0
3600.22/3602.51	c number of learning phase by resolution	: 0
3600.22/3602.51	c number of learning phase by cutting planes	: 0
3600.22/3602.51	c number of rounding to 1 operations	: 0
3600.22/3602.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.22/3602.51	c number of reductions of the coefficients by power 2 	: 0
3600.22/3602.51	c number of right shift for reduction by power 2 	: 0
3600.22/3602.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.22/3602.51	c number of ending skipping 	: 0
3600.22/3602.51	c number of internal skipping 	: 0
3600.22/3602.51	c number of derivation steps 	: 0
3600.22/3602.51	c number of skipped derivation steps 	: 0
3600.22/3602.51	c timeout
3600.22/3602.52	c number of remaining unassigned 	: 0
3600.22/3602.52	c number of remaining assigned 	: 0
3600.22/3602.52	c number of falsified literals weakened from reason	: 0
3600.22/3602.52	c number of falsified literals weakened from conflict	: 0
3600.22/3602.52	c time for arithmetic operations	: 0
3600.22/3602.52	c minimum degree of deleted constraints	: null
3600.22/3602.52	c maximum degree of deleted constraints	: null
3600.22/3602.52	c number of deleted constraints	: 0
3600.22/3602.53	c speed (assignments/second)	: 1160557.2547283173
3600.22/3602.53	c non guided choices	: 91082
3600.22/3602.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 27805
3600.22/3602.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 726
3600.22/3602.55	s UNKNOWN
3600.22/3602.55	c Total wall clock time (in seconds): 3601.79

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=77093, runsolver pid=77078
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 0.78 1.12 2.08 1/288 77118
/proc/meminfo: memFree=129230252/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=18130736 memory=26208 CPUtime=0.01 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 3053 0 22 0 0 1 0 0 20 0 7 0 64306609 18565873664 6552 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16784588 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4532684 6552 3328 1 0 540973 0
[pid=77093/tid=77096] ppid=77078 vsize=18130736 memory=4026531960 CPUtime=0 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 2482 0 22 0 0 0 0 0 20 0 7 0 64306613 18565873664 6584 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 26208 KiB

[startup+0.205688 s]*
/proc/loadavg: 0.78 1.12 2.08 1/332 77162
/proc/meminfo: memFree=129178728/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=18930384 memory=51588 CPUtime=0.08 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 6050 0 23 0 6 2 0 0 20 0 18 0 64306609 19384713216 12897 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4732596 12897 5347 1 0 547171 0
[pid=77093/tid=77096] ppid=77078 vsize=18930384 memory=3472328132922704156 CPUtime=0.05 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) D 77078 77093 77025 0 -1 4194368 4896 0 22 0 4 1 0 0 20 0 18 0 64306613 19384713216 12897 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=18930384 memory=17913 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12897 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12897 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51588 KiB

[startup+0.305707 s]*
/proc/loadavg: 0.78 1.12 2.08 1/332 77162
/proc/meminfo: memFree=129178488/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=18930384 memory=51716 CPUtime=0.08 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 6091 0 23 0 6 2 0 0 20 0 18 0 64306609 19384713216 12929 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4732596 12929 5347 1 0 547212 0
[pid=77093/tid=77096] ppid=77078 vsize=18930384 memory=-6000919472673285480 CPUtime=0.05 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) D 77078 77093 77025 0 -1 4194368 4934 0 22 0 4 1 0 0 20 0 18 0 64306613 19384713216 12929 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12929 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 12929 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51716 KiB

[startup+0.700203 s]
/proc/loadavg: 0.78 1.12 2.08 1/332 77162
/proc/meminfo: memFree=129163492/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=18930384 memory=57916 CPUtime=0.14 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 6613 0 23 0 11 3 0 0 20 0 18 0 64306609 19384713216 14479 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4732596 14479 5347 1 0 547640 0
[pid=77093/tid=77096] ppid=77078 vsize=18930384 memory=18048 CPUtime=0.08 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) D 77078 77093 77025 0 -1 4194368 5102 0 22 0 7 1 0 0 20 0 18 0 64306613 19384713216 14479 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=18930384 memory=10752 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 14479 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=18930384 memory=5632 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64306621 19384713216 14479 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57916 KiB

[startup+1.50023 s]
/proc/loadavg: 0.78 1.12 2.08 12/335 77165
/proc/meminfo: memFree=128705444/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=18996948 memory=225120 CPUtime=1.64 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 10349 0 23 0 158 6 0 0 20 0 19 0 64306609 19452874752 56280 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4749237 56280 5443 1 0 550222 0
[pid=77093/tid=77096] ppid=77078 vsize=18996948 memory=5632 CPUtime=0.73 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 5327 0 22 0 70 3 0 0 20 0 19 0 64306613 19452874752 56280 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 56280 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 56280 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 225120 KiB

[startup+3.10585 s]
/proc/loadavg: 1.04 1.17 2.09 6/336 77166
/proc/meminfo: memFree=119476316/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=18996948 memory=2831448 CPUtime=4.15 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 18154 0 23 0 354 61 0 0 20 0 19 0 64306609 19452874752 707862 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4749237 707862 5507 1 0 1675032 0
[pid=77093/tid=77096] ppid=77078 vsize=18996948 memory=0 CPUtime=2.06 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 6545 0 22 0 154 52 0 0 20 0 19 0 64306613 19452874752 707862 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 707862 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=18996948 memory=2657340 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 64306621 19452874752 707862 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 4.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2831448 KiB

[startup+6.30023 s]
/proc/loadavg: 1.04 1.17 2.09 6/342 77172
/proc/meminfo: memFree=113325296/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19063512 memory=4122080 CPUtime=8.44 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 20426 0 23 0 757 87 0 0 20 0 20 0 64306609 19521036288 1030520 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4765878 1030520 5539 1 0 2158041 0
[pid=77093/tid=77096] ppid=77078 vsize=19063512 memory=0 CPUtime=5.02 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 7255 0 22 0 427 75 0 0 20 0 20 0 64306613 19521036288 1030520 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 1030520 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19063512 memory=-6000919472673285480 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 1030520 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19063512 memory=18048 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307099 19521036288 1030520 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 8.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4122080 KiB

[startup+12.7002 s]
/proc/loadavg: 1.27 1.22 2.10 5/342 77172
/proc/meminfo: memFree=113323808/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19063512 memory=4122464 CPUtime=15.19 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 20509 0 23 0 1431 88 0 0 20 0 20 0 64306609 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4765878 1030616 5539 1 0 2158041 0
[pid=77093/tid=77096] ppid=77078 vsize=19063512 memory=-6000919472673285480 CPUtime=11.4 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 7255 0 22 0 1065 75 0 0 20 0 20 0 64306613 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19063512 memory=4122336 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307099 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4122464 KiB

[startup+25.5002 s]
/proc/loadavg: 1.88 1.36 2.13 5/342 77172
/proc/meminfo: memFree=112690284/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19063512 memory=4122464 CPUtime=28.05 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 22272 0 23 0 2717 88 0 0 20 0 20 0 64306609 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4765878 1030616 5539 1 0 2158041 0
[pid=77093/tid=77096] ppid=77078 vsize=19063512 memory=4122464 CPUtime=24.17 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 7668 0 22 0 2342 75 0 0 20 0 20 0 64306613 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19063512 memory=4122464 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19063512 memory=4122464 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19063512 memory=4122464 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307099 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 28.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4122464 KiB

[startup+51.1056 s]
/proc/loadavg: 2.66 1.58 2.19 5/342 77173
/proc/meminfo: memFree=110989032/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19063512 memory=4122464 CPUtime=53.62 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 23587 0 23 0 5273 89 0 0 20 0 20 0 64306609 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4765878 1030616 5539 1 0 2158041 0
[pid=77093/tid=77096] ppid=77078 vsize=19063512 memory=4122464 CPUtime=49.72 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 8441 0 22 0 4897 75 0 0 20 0 20 0 64306613 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19063512 memory=4122464 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19063512 memory=-6000919472673285480 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64306621 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19063512 memory=4122464 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64307099 19521036288 1030616 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 53.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4122464 KiB

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

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

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/342 77406
/proc/meminfo: memFree=113515480/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19130076 memory=4299736 CPUtime=3340.42 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 68846 0 23 0 333835 207 0 0 20 0 21 0 64306609 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4782519 1074934 5539 1 0 2159563 0
[pid=77093/tid=77096] ppid=77078 vsize=19130076 memory=4299736 CPUtime=3332.93 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 31589 0 22 0 333216 77 0 0 20 0 21 0 64306613 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19130076 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19130076 memory=14692 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 4567 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19130076 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307099 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 3340.42 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4299736 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/342 77408
/proc/meminfo: memFree=113515296/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19130076 memory=4299736 CPUtime=3400.32 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 69558 0 23 0 339823 209 0 0 20 0 21 0 64306609 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4782519 1074934 5539 1 0 2159563 0
[pid=77093/tid=77096] ppid=77078 vsize=19130076 memory=4299736 CPUtime=3392.79 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 32051 0 22 0 339202 77 0 0 20 0 21 0 64306613 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19130076 memory=5632 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19130076 memory=2764 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 4684 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19130076 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307099 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 3400.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4299736 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/342 77413
/proc/meminfo: memFree=113515428/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19130076 memory=4299736 CPUtime=3460.23 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 69928 0 23 0 345812 211 0 0 20 0 21 0 64306609 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4782519 1074934 5539 1 0 2159563 0
[pid=77093/tid=77096] ppid=77078 vsize=19130076 memory=4299736 CPUtime=3452.65 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 32352 0 22 0 345188 77 0 0 20 0 21 0 64306613 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19130076 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19130076 memory=4252 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 4684 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19130076 memory=-6000919472673285480 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307099 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 3460.23 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4299736 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/343 77420
/proc/meminfo: memFree=113523300/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19130076 memory=4299736 CPUtime=3520.14 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 70751 0 23 0 351801 213 0 0 20 0 21 0 64306609 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4782519 1074934 5539 1 0 2159563 0
[pid=77093/tid=77096] ppid=77078 vsize=19130076 memory=18048 CPUtime=3512.5 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 32959 0 22 0 351173 77 0 0 20 0 21 0 64306613 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19130076 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19130076 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 4810 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19130076 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307099 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 3520.14 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4299736 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/343 77422
/proc/meminfo: memFree=113523356/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19130076 memory=4299736 CPUtime=3580.04 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 71141 0 23 0 357789 215 0 0 20 0 21 0 64306609 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4782519 1074934 5539 1 0 2159563 0
[pid=77093/tid=77096] ppid=77078 vsize=19130076 memory=18048 CPUtime=3572.36 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 33267 0 22 0 357159 77 0 0 20 0 21 0 64306613 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19130076 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19130076 memory=10752 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 4810 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19130076 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307099 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 3580.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4299736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/343 77423
/proc/meminfo: memFree=113523428/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19130076 memory=4299736 CPUtime=3600.01 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 71278 0 23 0 359785 216 0 0 20 0 21 0 64306609 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4782519 1074934 5539 1 0 2159563 0
[pid=77093/tid=77096] ppid=77078 vsize=19130076 memory=4299736 CPUtime=3592.31 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 33388 0 22 0 359154 77 0 0 20 0 21 0 64306613 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19130076 memory=281199562974912 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19130076 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 4810 0 0 0 0 0 0 0 20 0 21 0 64306621 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19130076 memory=4252 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 64307099 19589197824 1074934 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4299736 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.13 s, system=2.1804 s

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

[startup+3602.4 s]
/proc/loadavg: 4.07 4.10 4.09 5/343 77423
/proc/meminfo: memFree=113523428/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19196640 memory=4299992 CPUtime=3600.11 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 72490 0 23 0 359795 216 0 0 20 0 22 0 64306609 19657359360 1074998 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4799160 1074998 5539 1 0 2159848 0
[pid=77093/tid=77096] ppid=77078 vsize=19196640 memory=18048 CPUtime=3592.42 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 33388 0 22 0 359165 77 0 0 20 0 22 0 64306613 19657359360 1074998 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19196640 memory=-6000919472673285480 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 64306621 19657359360 1074998 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19196640 memory=5632 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 4810 0 0 0 0 0 0 0 20 0 22 0 64306621 19657359360 1074998 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77169] ppid=77078 vsize=19196640 memory=4252 CPUtime=0 cores=1,3
/proc/77093/task/77169/stat : 77169 (Timer-0) S 77078 77093 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 64307099 19657359360 1074998 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 4299992 KiB

[startup+3602.5 s]
/proc/loadavg: 4.07 4.10 4.09 5/343 77423
/proc/meminfo: memFree=113523428/131249992 swapFree=33010160/33010684
[pid=77093] ppid=77078 vsize=19329768 memory=4300504 CPUtime=3600.22 cores=1,3
/proc/77093/stat : 77093 (java) S 77078 77093 77025 0 -1 4194304 73655 0 23 0 359806 216 0 0 20 0 22 0 64306609 19793682432 1075126 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
/proc/77093/statm: 4832442 1075126 5571 1 0 2160450 0
[pid=77093/tid=77096] ppid=77078 vsize=19329768 memory=4299736 CPUtime=3592.51 cores=1,3
/proc/77093/task/77096/stat : 77096 (java) R 77078 77093 77025 0 -1 4194368 33425 0 22 0 359174 77 0 0 20 0 22 0 64306613 19793682432 1075126 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77135] ppid=77078 vsize=19329768 memory=281199562974912 CPUtime=0 cores=1,3
/proc/77093/task/77135/stat : 77135 (Finalizer) S 77078 77093 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 64306621 19793682432 1075126 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
[pid=77093/tid=77162] ppid=77078 vsize=19329768 memory=4299736 CPUtime=0 cores=1,3
/proc/77093/task/77162/stat : 77162 (Common-Cleaner) S 77078 77093 77025 0 -1 4194368 4810 0 0 0 0 0 0 0 20 0 22 0 64306621 19793682432 1075126 18446744073709551615 94145437835264 94145437838960 140721443927760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94145437846776 94145437847568 94145437970432 140721443936641 140721443936742 140721443936742 140721443942344 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 4300504 KiB

Child status: 143

Real time (s): 3602.58
CPU time (s): 3600.31
CPU user time (s): 3598.13
CPU system time (s): 2.1804
CPU usage (%): 99.937
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 4300504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.13
system time used= 2.1804
maximum resident set size= 4301016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74163
page faults= 23
swaps= 0
block input operations= 464
block output operations= 16288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170266
involuntary context switches= 5911


# summary of solver processes directly reported to runsolver:
#   pid: 77093
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3598.13
#   total CPU system time (s): 2.1804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.84963 second user time and 18.5801 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-02 21:57:58
IDJOB=4505960
IDBENCH=157385
IDSOLVER=3363
FILE ID=nodeC025/4505960-1751486278
RUNJOBID= nodeC025-1751486278-77037
SLURM_JOB_ID= 9598540
Free space on /tmp= 432860 MiB

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

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

MD5SUM BENCH= c802f246252f1c3f359f42604d33488d
RANDOM SEED=1280209186

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2838.981
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.833
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		: 3600.392
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		: 3605.652
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		: 3600.064
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		: 3526.548
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.800
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		: 3600.054
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:        129248732 kB
MemAvailable:   129743892 kB
Buffers:            2128 kB
Cached:          1287252 kB
SwapCached:          200 kB
Active:           303756 kB
Inactive:        1052632 kB
Active(anon):      51796 kB
Inactive(anon):    33068 kB
Active(file):     251960 kB
Inactive(file):  1019564 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            123276 kB
Writeback:             0 kB
AnonPages:         69988 kB
Mapped:           102996 kB
Shmem:             17856 kB
KReclaimable:     125752 kB
Slab:             214624 kB
SReclaimable:     125752 kB
SUnreclaim:        88872 kB
KernelStack:        4112 kB
PageTables:         2948 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432856 MiB
End job on nodeC025 at 2025-07-02 22:58:01