Trace number 4506098

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.11 3604

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUMc3fbcb3bbc6f19a0312d063de4b77764
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-64400
Best CPU time to get the best result obtained on this benchmark72003.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1783
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 899428
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 899428
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4506098-1751489883.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
5.22/3.73	c ... done. Wall clock time 3.59s.
5.22/3.73	c declared #vars     400896
5.22/3.73	c #constraints  402763
5.22/3.73	c constraints type 
5.22/3.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.22/3.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.22/3.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.22/3.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
5.22/3.73	c 402763 constraints processed.
5.22/3.74	c objective function length is 1783 literals
56.03/53.42	c cleaning 2503 clauses out of 5005 with flag 43848/5006
95.03/92.38	c cleaning 4248 clauses out of 8497 with flag 67460/11001
134.88/131.97	c cleaning 5619 clauses out of 11248 with flag 94454/18000
186.94/183.90	c cleaning 6796 clauses out of 13629 with flag 136312/26000
301.33/298.51	c cleaning 7850 clauses out of 15833 with flag 275541/35000
399.86/397.21	c cleaning 8985 clauses out of 17983 with flag 336285/45000
478.32/475.82	c cleaning 9971 clauses out of 19999 with flag 400725/56001
611.88/609.69	c cleaning 11002 clauses out of 22027 with flag 543080/68000
745.64/743.61	c cleaning 12013 clauses out of 24025 with flag 595866/81000
857.85/856.07	c cleaning 12784 clauses out of 26012 with flag 676809/95000
1044.11/1042.68	c cleaning 14040 clauses out of 28231 with flag 742724/110003
1235.97/1234.87	c cleaning 15088 clauses out of 30188 with flag 815303/126000
1362.58/1361.63	c cleaning 16034 clauses out of 32100 with flag 895391/143000
1669.81/1669.37	c cleaning 16985 clauses out of 34068 with flag 980108/161002
1934.91/1935.00	c cleaning 18038 clauses out of 36083 with flag 1065429/180002
2139.84/2140.44	c cleaning 19016 clauses out of 38043 with flag 1165327/200000
2332.01/2333.04	c cleaning 20009 clauses out of 40027 with flag 1283041/221000
2543.42/2544.99	c cleaning 21007 clauses out of 42018 with flag 1411333/243000
2782.57/2784.65	c cleaning 22005 clauses out of 44011 with flag 1547684/266000
3043.57/3046.22	c cleaning 22996 clauses out of 46006 with flag 1709489/290000
3320.24/3323.51	c cleaning 23996 clauses out of 48011 with flag 1875155/315001
3576.36/3580.24	c cleaning 24998 clauses out of 50014 with flag 2067989/341000
3600.00/3603.91	c starts		: 571
3600.00/3603.92	c timeout
3600.00/3603.92	c conflicts		: 344022
3600.00/3603.92	c decisions		: 3602660
3600.00/3603.92	c propagations		: 6561063666
3600.00/3603.92	c inspects		: 1795004700
3600.00/3603.92	c shortcuts		: 0
3600.00/3603.92	c learnt literals	: 1
3600.00/3603.92	c learnt binary clauses	: 1466
3600.00/3603.92	c learnt ternary clauses	: 768
3600.00/3603.92	c learnt constraints	: 344021
3600.00/3603.92	c ignored constraints	: 0
3600.00/3603.92	c root simplifications	: 0
3600.00/3603.92	c removed literals (reason simplification)	: 51659903
3600.00/3603.93	c reason swapping (by a shorter reason)	: 0
3600.00/3603.93	c Calls to reduceDB	: 22
3600.00/3603.93	c Number of update (reduction) of LBD	: 120112
3600.00/3603.93	c Imported unit clauses	: 0
3600.00/3603.93	c No decision after first conflict	: false
3600.00/3603.93	c number of reductions to clauses (during analyze)	: 0
3600.00/3603.93	c number of learned constraints concerned by reduction	: 0
3600.00/3603.93	c number of learning phase by resolution	: 0
3600.00/3603.93	c number of learning phase by cutting planes	: 0
3600.00/3603.93	c number of rounding to 1 operations	: 0
3600.00/3603.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3603.93	c number of reductions of the coefficients by power 2 	: 0
3600.00/3603.93	c number of right shift for reduction by power 2 	: 0
3600.00/3603.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3603.93	c number of ending skipping 	: 0
3600.00/3603.93	c number of internal skipping 	: 0
3600.00/3603.93	c number of derivation steps 	: 0
3600.00/3603.93	c number of skipped derivation steps 	: 0
3600.00/3603.93	c number of remaining unassigned 	: 0
3600.00/3603.93	c number of remaining assigned 	: 0
3600.00/3603.93	c number of falsified literals weakened from reason	: 0
3600.00/3603.93	c number of falsified literals weakened from conflict	: 0
3600.00/3603.93	c time for arithmetic operations	: 0
3600.00/3603.93	c minimum degree of deleted constraints	: null
3600.00/3603.93	c maximum degree of deleted constraints	: null
3600.00/3603.93	c number of deleted constraints	: 0
3600.00/3603.93	c speed (assignments/second)	: 1822439.7250784272
3600.00/3603.93	c non guided choices	: 3
3600.00/3603.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 26572
3600.00/3603.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1466
3600.00/3603.95	s UNKNOWN
3600.00/3603.95	c Total wall clock time (in seconds): 3603.814

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

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

solver pid=77509, runsolver pid=77506

[startup+0.10006 s]*
/proc/loadavg: 4.15 4.12 4.09 5/337 77553
/proc/meminfo: memFree=121698544/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=18930384 memory=55428 CPUtime=0.12 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 6491 0 0 0 10 2 0 0 20 0 18 0 64667052 19384713216 13857 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4732596 13857 5340 1 0 547572 0
[pid=77509/tid=77514] ppid=77506 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 4998 0 0 0 6 1 0 0 20 0 18 0 64667053 19384713216 13857 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=18930384 memory=17913 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64667055 19384713216 13857 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64667056 19384713216 13857 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55428 KiB

[startup+0.205884 s]*
/proc/loadavg: 4.15 4.12 4.09 8/337 77553
/proc/meminfo: memFree=121658220/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=18930384 memory=82204 CPUtime=0.31 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 6966 0 0 0 28 3 0 0 20 0 18 0 64667052 19384713216 20551 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4732596 20551 5436 1 0 547870 0
[pid=77509/tid=77514] ppid=77506 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 5268 0 0 0 15 2 0 0 20 0 18 0 64667053 19384713216 20551 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=18930384 memory=17913 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64667055 19384713216 20551 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64667056 19384713216 20551 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 82204 KiB

[startup+0.305779 s]*
/proc/loadavg: 4.15 4.12 4.09 7/337 77553
/proc/meminfo: memFree=121593664/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=18930384 memory=117680 CPUtime=0.5 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 8735 0 0 0 47 3 0 0 20 0 18 0 64667052 19384713216 29420 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4732596 29420 5436 1 0 549006 0
[pid=77509/tid=77514] ppid=77506 vsize=18930384 memory=-6000919494231680360 CPUtime=0.25 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 5292 0 0 0 23 2 0 0 20 0 18 0 64667053 19384713216 29420 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64667055 19384713216 29420 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64667056 19384713216 29420 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117680 KiB

[startup+0.700218 s]
/proc/loadavg: 4.15 4.12 4.09 7/339 77555
/proc/meminfo: memFree=121457236/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=18996948 memory=208576 CPUtime=1.26 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 11007 0 0 0 120 6 0 0 20 0 19 0 64667052 19452874752 52144 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4749237 52144 5468 1 0 550758 0
[pid=77509/tid=77514] ppid=77506 vsize=18996948 memory=18048 CPUtime=0.53 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 5313 0 0 0 50 3 0 0 20 0 19 0 64667053 19452874752 52144 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64667055 19452874752 52144 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 64667056 19452874752 52144 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 208576 KiB

[startup+1.50021 s]
/proc/loadavg: 4.15 4.12 4.09 8/316 77566
/proc/meminfo: memFree=124756396/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=18996948 memory=725028 CPUtime=2.58 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 18792 0 0 0 239 19 0 0 20 0 19 0 64667052 19452874752 181257 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4749237 181257 5468 1 0 1024727 0
[pid=77509/tid=77514] ppid=77506 vsize=18996948 memory=3200 CPUtime=1.19 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 5574 0 0 0 107 12 0 0 20 0 19 0 64667053 19452874752 181257 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64667055 19452874752 181257 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 64667056 19452874752 181257 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 725028 KiB

[startup+3.10578 s]
/proc/loadavg: 4.15 4.12 4.09 9/338 77621
/proc/meminfo: memFree=117589280/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=18996948 memory=4206340 CPUtime=4.51 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 21941 0 0 0 366 85 0 0 20 0 19 0 64667052 19452874752 1051585 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4749237 1051585 5500 1 0 2209233 0
[pid=77509/tid=77514] ppid=77506 vsize=18996948 memory=10752 CPUtime=2.57 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 7267 0 0 0 182 75 0 0 20 0 19 0 64667053 19452874752 1051585 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 64667055 19452874752 1051585 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 64667056 19452874752 1051585 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 4.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4206340 KiB

[startup+6.30024 s]
/proc/loadavg: 4.30 4.15 4.10 8/340 77623
/proc/meminfo: memFree=113084068/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4675216 CPUtime=8.6 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 22743 0 0 0 765 95 0 0 20 0 20 0 64667052 19521036288 1168804 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1168804 5532 1 0 2209806 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=5632 CPUtime=5.68 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 7752 0 0 0 485 83 0 0 20 0 20 0 64667053 19521036288 1168804 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1168804 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1168804 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1168804 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 8.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4675216 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.16 4.11 6/341 77624
/proc/meminfo: memFree=113083800/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4675472 CPUtime=15.16 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 22815 0 0 0 1421 95 0 0 20 0 20 0 64667052 19521036288 1168868 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1168868 5532 1 0 2209822 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=4675216 CPUtime=12.07 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 7758 0 0 0 1124 83 0 0 20 0 20 0 64667053 19521036288 1168868 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1168868 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1168868 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=4206468 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1168868 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 15.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4675472 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.16 4.11 6/341 77624
/proc/meminfo: memFree=113083844/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4675472 CPUtime=28.08 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 24000 0 0 0 2712 96 0 0 20 0 20 0 64667052 19521036288 1168868 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1168868 5532 1 0 2209822 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=4675472 CPUtime=24.83 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 8122 0 0 0 2400 83 0 0 20 0 20 0 64667053 19521036288 1168868 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1168868 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=18048 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1168868 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=4675472 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1168868 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 28.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4675472 KiB

[startup+51.1058 s]
/proc/loadavg: 4.25 4.16 4.11 6/341 77624
/proc/meminfo: memFree=113084504/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4675728 CPUtime=53.74 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 28177 0 0 0 5277 97 0 0 20 0 20 0 64667052 19521036288 1168932 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1168932 5564 1 0 2209832 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=164 CPUtime=50.38 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 8908 0 0 0 4955 83 0 0 20 0 20 0 64667053 19521036288 1168932 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1168932 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=4675472 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1168932 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1168932 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 53.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4675728 KiB

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

/proc/meminfo: memFree=109038672/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3279.13 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 75516 0 0 0 327739 174 0 0 20 0 20 0 64667052 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1169179 5564 1 0 2211082 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3273.2 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 33793 0 0 0 327235 85 0 0 20 0 20 0 64667053 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 4173 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 3279.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4676716 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/341 77873
/proc/meminfo: memFree=109038544/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3339 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 76515 0 0 0 333724 176 0 0 20 0 20 0 64667052 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1169179 5564 1 0 2211082 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3333.03 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 34642 0 0 0 333218 85 0 0 20 0 20 0 64667053 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=-6000919481380332904 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 4173 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 3339 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4676716 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.13 4.10 5/340 77875
/proc/meminfo: memFree=109034568/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3398.87 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 76930 0 0 0 339709 178 0 0 20 0 20 0 64667052 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1169179 5564 1 0 2211082 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3392.86 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 34825 0 0 0 339201 85 0 0 20 0 20 0 64667053 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 4312 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 3398.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4676716 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/341 77878
/proc/meminfo: memFree=109034456/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3458.72 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 77872 0 0 0 345693 179 0 0 20 0 20 0 64667052 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1169179 5564 1 0 2211082 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3452.69 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 35439 0 0 0 345184 85 0 0 20 0 20 0 64667053 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 4435 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 3458.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4676716 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/342 77883
/proc/meminfo: memFree=109034304/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3518.59 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 78116 0 0 0 351679 180 0 0 20 0 20 0 64667052 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1169179 5564 1 0 2211082 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3512.52 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 35524 0 0 0 351167 85 0 0 20 0 20 0 64667053 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 4557 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 3518.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4676716 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/342 77889
/proc/meminfo: memFree=108714616/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3578.45 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 79300 0 0 0 357664 181 0 0 20 0 20 0 64667052 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1169179 5564 1 0 2211082 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3572.34 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 36515 0 0 0 357149 85 0 0 20 0 20 0 64667053 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 4558 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 3578.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4676716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 4.15 4.12 4.09 5/319 78000
/proc/meminfo: memFree=115900152/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3600 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 79432 0 0 0 359819 181 0 0 20 0 20 0 64667052 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1169179 5564 1 0 2211082 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3593.88 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 36523 0 0 0 359303 85 0 0 20 0 20 0 64667053 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=-6000919481380332904 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 4659 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4676716 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.28 s, system=1.83396 s

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

[startup+3603.9 s]
/proc/loadavg: 4.15 4.12 4.09 5/319 78000
/proc/meminfo: memFree=115900152/131249992 swapFree=33010160/33010684
[pid=77509] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3600 cores=1,3
/proc/77509/stat : 77509 (java) S 77506 77509 77025 0 -1 4194304 79432 0 0 0 359819 181 0 0 20 0 20 0 64667052 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
/proc/77509/statm: 4765878 1169179 5564 1 0 2211082 0
[pid=77509/tid=77514] ppid=77506 vsize=19063512 memory=4676716 CPUtime=3593.88 cores=1,3
/proc/77509/task/77514/stat : 77514 (java) R 77506 77509 77025 0 -1 4194368 36523 0 0 0 359303 85 0 0 20 0 20 0 64667053 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77525] ppid=77506 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/77509/task/77525/stat : 77525 (Finalizer) S 77506 77509 77025 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64667055 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77532] ppid=77506 vsize=19063512 memory=-6000919481380332904 CPUtime=0 cores=1,3
/proc/77509/task/77532/stat : 77532 (Common-Cleaner) S 77506 77509 77025 0 -1 4194368 4659 0 0 0 0 0 0 0 20 0 20 0 64667056 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
[pid=77509/tid=77622] ppid=77506 vsize=19063512 memory=4676716 CPUtime=0 cores=1,3
/proc/77509/task/77622/stat : 77622 (Timer-0) S 77506 77509 77025 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64667430 19521036288 1169179 18446744073709551615 94021046460416 94021046464112 140727453932048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94021046471928 94021046472720 94021046677504 140727453936001 140727453936102 140727453936102 140727453941704 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4676716 KiB

Child status: 143

Real time (s): 3604
CPU time (s): 3600.11
CPU user time (s): 3598.28
CPU system time (s): 1.83396
CPU usage (%): 99.8922
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4693648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.28
system time used= 1.83396
maximum resident set size= 4693648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82084
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132251
involuntary context switches= 5830


# summary of solver processes directly reported to runsolver:
#   pid: 77509
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3598.28
#   total CPU system time (s): 1.83396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52625 second user time and 17.3219 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-02 22:58:03
IDJOB=4506098
IDBENCH=157811
IDSOLVER=3363
FILE ID=nodeC025/4506098-1751489883
RUNJOBID= nodeC025-1751486278-77037
SLURM_JOB_ID= 9598540
Free space on /tmp= 432864 MiB

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

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

MD5SUM BENCH= c3fbcb3bbc6f19a0312d063de4b77764
RANDOM SEED=577771832

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.593
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.836
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		: 3558.065
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		: 3609.781
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:        121734588 kB
MemAvailable:   122229512 kB
Buffers:            2128 kB
Cached:          1286968 kB
SwapCached:          200 kB
Active:          7827952 kB
Inactive:        1052292 kB
Active(anon):    7575936 kB
Inactive(anon):    33068 kB
Active(file):     252016 kB
Inactive(file):  1019224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             59348 kB
Writeback:             0 kB
AnonPages:       7594244 kB
Mapped:           123104 kB
Shmem:             17856 kB
KReclaimable:     125848 kB
Slab:             215104 kB
SReclaimable:     125848 kB
SUnreclaim:        89256 kB
KernelStack:        4768 kB
PageTables:        18552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   16206160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151112 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7419904 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

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