Trace number 4509614

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 CP 2025-06-06? (TO) 3600.22 3282.52

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
MD5SUM3f10ffbf957f8216a1934b9362956d36
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 benchmark32
Best CPU time to get the best result obtained on this benchmark0.861547
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11744
Total number of constraints798
Number of constraints which are clauses366
Number of constraints which are cardinality constraints (but not clauses)366
Number of constraints which are nor clauses,nor cardinality constraints66
Minimum length of a constraint32
Maximum length of a constraint367
Number of terms in the objective function 32
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 32
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 133314
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 283127
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4509614-1751523483.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  objective function found
0.49/0.34	c ... done. Wall clock time 0.177s.
0.49/0.34	c declared #vars     11744
0.49/0.34	c #constraints  798
0.49/0.34	c constraints type 
0.49/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 65
0.49/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 366
0.49/0.35	c org.sat4j.specs.Constr$1 => 1
0.49/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 366
0.49/0.35	c 798 constraints processed.
0.49/0.36	c objective function length is 32 literals
2297.57/2147.63	c cleaning 2498 clauses out of 5000
3600.04/3282.41	c starts		: 27
3600.04/3282.43	c conflicts		: 6841
3600.04/3282.43	c decisions		: 924162
3600.04/3282.43	c propagations		: 2353320
3600.04/3282.43	c inspects		: 818020137
3600.04/3282.43	c shortcuts		: 0
3600.04/3282.43	c learnt literals	: 0
3600.04/3282.43	c learnt binary clauses	: 0
3600.04/3282.43	c learnt ternary clauses	: 0
3600.04/3282.43	c learnt constraints	: 6840
3600.04/3282.43	c ignored constraints	: 0
3600.04/3282.43	c root simplifications	: 0
3600.04/3282.43	c removed literals (reason simplification)	: 0
3600.04/3282.43	c reason swapping (by a shorter reason)	: 0
3600.04/3282.43	c Calls to reduceDB	: 1
3600.04/3282.43	c Number of update (reduction) of LBD	: 0
3600.04/3282.43	c Imported unit clauses	: 0
3600.04/3282.43	c No decision after first conflict	: false
3600.04/3282.43	c number of reductions to clauses (during analyze)	: 0
3600.04/3282.43	c number of learned constraints concerned by reduction	: 0
3600.04/3282.43	c number of learning phase by resolution	: 0
3600.04/3282.43	c number of learning phase by cutting planes	: 0
3600.04/3282.43	c number of rounding to 1 operations	: 0
3600.04/3282.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3282.43	c number of reductions of the coefficients by power 2 	: 0
3600.04/3282.43	c number of right shift for reduction by power 2 	: 0
3600.04/3282.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3282.43	c number of ending skipping 	: 0
3600.04/3282.43	c number of internal skipping 	: 0
3600.04/3282.44	c number of derivation steps 	: 34137
3600.04/3282.44	c number of skipped derivation steps 	: 0
3600.04/3282.44	c number of remaining unassigned 	: 895564
3600.04/3282.44	c number of remaining assigned 	: 21848785
3600.04/3282.44	c number of falsified literals weakened from reason	: 0
3600.04/3282.44	c number of falsified literals weakened from conflict	: 0
3600.04/3282.44	c time for arithmetic operations	: 63605357888
3600.04/3282.44	c minimum degree of deleted constraints	: null
3600.04/3282.44	c maximum degree of deleted constraints	: null
3600.04/3282.44	c number of deleted constraints	: 0
3600.04/3282.46	c speed (assignments/second)	: 717.0215689637994
3600.04/3282.46	c non guided choices	: 17388
3600.04/3282.46	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 4342
3600.04/3282.46	s UNKNOWN
3600.04/3282.46	c Total wall clock time (in seconds): 3282.301

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: 63665 MiB (57127 MiB free)
  memory of node 1: 64507 MiB (57951 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509614-1751523483/watcher-4509614-1751523483 -o /tmp/evaluation-result-4509614-1751523483/solver-4509614-1751523483 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751519881-77405 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4509614-1751523483.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=77971, runsolver pid=77968

[startup+0.100059 s]*
/proc/loadavg: 4.14 4.40 4.40 6/337 77989
/proc/meminfo: memFree=117814144/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=18930384 memory=55488 CPUtime=0.12 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 6543 0 0 0 10 2 0 0 20 0 18 0 68026073 19384713216 13872 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4732596 13872 5341 1 0 547604 0
[pid=77971/tid=77973] ppid=77968 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 5041 0 0 0 6 1 0 0 20 0 18 0 68026075 19384713216 13872 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=18930384 memory=224227754321 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68026077 19384713216 13872 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=18930384 memory=59585004335488 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 68026077 19384713216 13872 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55488 KiB

[startup+0.205792 s]*
/proc/loadavg: 4.14 4.40 4.40 7/337 77989
/proc/meminfo: memFree=117801920/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=18930384 memory=66280 CPUtime=0.3 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 7079 0 0 0 28 2 0 0 20 0 18 0 68026073 19384713216 16570 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4732596 16570 5437 1 0 547940 0
[pid=77971/tid=77973] ppid=77968 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 5355 0 0 0 15 1 0 0 20 0 18 0 68026075 19384713216 16570 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68026077 19384713216 16570 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 68026077 19384713216 16570 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66280 KiB

[startup+0.305701 s]*
/proc/loadavg: 4.14 4.40 4.40 7/337 77989
/proc/meminfo: memFree=117765056/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=18930384 memory=106428 CPUtime=0.49 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 9040 0 0 0 46 3 0 0 20 0 18 0 68026073 19384713216 26607 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4732596 26607 5437 1 0 549238 0
[pid=77971/tid=77973] ppid=77968 vsize=18930384 memory=-6000919472689472872 CPUtime=0.25 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 5396 0 0 0 23 2 0 0 20 0 18 0 68026075 19384713216 26607 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68026077 19384713216 26607 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 68026077 19384713216 26607 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 106428 KiB

[startup+0.700228 s]
/proc/loadavg: 4.29 4.43 4.40 6/338 77990
/proc/meminfo: memFree=117720256/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=18996948 memory=163220 CPUtime=1.26 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 15069 0 0 0 120 6 0 0 20 0 19 0 68026073 19452874752 40805 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4749237 40805 5469 1 0 553851 0
[pid=77971/tid=77973] ppid=77968 vsize=18996948 memory=18688 CPUtime=0.59 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 5524 0 0 0 56 3 0 0 20 0 19 0 68026075 19452874752 40805 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68026077 19452874752 40805 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 68026077 19452874752 40805 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68026110 19452874752 40805 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 163220 KiB

[startup+1.50023 s]
/proc/loadavg: 4.29 4.43 4.40 8/339 77991
/proc/meminfo: memFree=117687048/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=183384 CPUtime=2.81 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 19942 0 0 0 274 7 0 0 20 0 20 0 68026073 19521036288 45846 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4765878 45846 5501 1 0 554181 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=0 CPUtime=1.38 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 5749 0 0 0 135 3 0 0 20 0 20 0 68026075 19521036288 45846 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 45846 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 45846 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68026110 19521036288 45846 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183384 KiB

[startup+3.10559 s]
/proc/loadavg: 4.29 4.43 4.40 7/339 77991
/proc/meminfo: memFree=117647156/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=194128 CPUtime=4.9 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 21911 0 0 0 483 7 0 0 20 0 20 0 68026073 19521036288 48532 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4765878 48532 5501 1 0 554186 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=10752 CPUtime=2.95 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 6194 0 0 0 292 3 0 0 20 0 20 0 68026075 19521036288 48532 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=-6000919472689472872 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 48532 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 48532 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68026110 19521036288 48532 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194128 KiB

[startup+6.30023 s]
/proc/loadavg: 4.27 4.42 4.40 5/339 77991
/proc/meminfo: memFree=117593908/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=239068 CPUtime=8.52 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 22542 0 0 0 843 9 0 0 20 0 20 0 68026073 19521036288 59767 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4765878 59767 5501 1 0 554188 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=0 CPUtime=6.09 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 6265 0 0 0 605 4 0 0 20 0 20 0 68026075 19521036288 59767 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 59767 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 59767 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=183512 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68026110 19521036288 59767 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 239068 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.43 4.41 6/338 77991
/proc/meminfo: memFree=116358312/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=335736 CPUtime=15.98 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 30202 0 0 0 1586 12 0 0 20 0 20 0 68026073 19521036288 83934 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4765878 83934 5501 1 0 554188 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=183512 CPUtime=12.39 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 7234 0 0 0 1235 4 0 0 20 0 20 0 68026075 19521036288 83934 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=335736 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 83934 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 83934 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68026110 19521036288 83934 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 15.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 335736 KiB

[startup+25.5002 s]
/proc/loadavg: 4.35 4.43 4.41 5/338 77992
/proc/meminfo: memFree=114186372/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=567000 CPUtime=29.1 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 36691 0 0 0 2892 18 0 0 20 0 20 0 68026073 19521036288 141750 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4765878 141750 5501 1 0 554188 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=-6000919472689472872 CPUtime=25.03 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 8355 0 0 0 2496 7 0 0 20 0 20 0 68026075 19521036288 141750 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=474784 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 141750 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 141750 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68026110 19521036288 141750 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 29.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 567000 KiB

[startup+51.1056 s]
/proc/loadavg: 4.27 4.41 4.40 5/338 77992
/proc/meminfo: memFree=113263520/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=1020148 CPUtime=54.88 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 40252 0 0 0 5460 28 0 0 20 0 20 0 68026073 19521036288 255037 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4765878 255037 5501 1 0 554188 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=735476 CPUtime=50.48 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 9188 0 0 0 5034 14 0 0 20 0 20 0 68026075 19521036288 255037 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68026077 19521036288 255037 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=735476 CPUtime=0 cores=5,7

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

/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19130076 memory=10158860 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 1568 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19130076 memory=10225804 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68026110 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 3209.82 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10225804 KiB

[startup+2982.3 s]
/proc/loadavg: 4.75 4.79 4.73 5/341 78279
/proc/meminfo: memFree=96356612/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19130076 memory=10225804 CPUtime=3269.7 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 254385 0 0 0 326496 474 0 0 20 0 21 0 68026073 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4782519 2556451 5533 1 0 2576223 0
[pid=77971/tid=77973] ppid=77968 vsize=19130076 memory=10225804 CPUtime=2950.46 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 103695 0 0 0 294860 186 0 0 20 0 21 0 68026075 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19130076 memory=5760 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19130076 memory=10225804 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 1691 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19130076 memory=10225804 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68026110 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 3269.7 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10225804 KiB

[startup+3042.3 s]
/proc/loadavg: 4.49 4.71 4.70 5/341 78348
/proc/meminfo: memFree=104787812/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19130076 memory=10225804 CPUtime=3329.72 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 259649 0 0 0 332496 476 0 0 20 0 21 0 68026073 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4782519 2556451 5533 1 0 2576223 0
[pid=77971/tid=77973] ppid=77968 vsize=19130076 memory=18688 CPUtime=3010.16 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 107559 0 0 0 300830 186 0 0 20 0 21 0 68026075 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19130076 memory=10225804 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19130076 memory=14824 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 1769 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19130076 memory=10225804 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68026110 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 3329.72 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10225804 KiB

[startup+3102.3 s]
/proc/loadavg: 4.39 4.64 4.68 5/341 78350
/proc/meminfo: memFree=104644328/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19130076 memory=10225804 CPUtime=3389.58 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 261492 0 0 0 338481 477 0 0 20 0 21 0 68026073 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4782519 2556451 5533 1 0 2576223 0
[pid=77971/tid=77973] ppid=77968 vsize=19130076 memory=3328 CPUtime=3070.01 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 109231 0 0 0 306814 187 0 0 20 0 21 0 68026075 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19130076 memory=10225804 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19130076 memory=14824 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 1878 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19130076 memory=10225804 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68026110 19589197824 2556451 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 3389.58 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10225804 KiB

[startup+3162.3 s]
/proc/loadavg: 4.55 4.63 4.67 6/341 78418
/proc/meminfo: memFree=111753136/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19130076 memory=10350908 CPUtime=3456.73 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 269331 0 0 0 345189 484 0 0 20 0 21 0 68026073 19589197824 2587727 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4782519 2587727 5533 1 0 2607550 0
[pid=77971/tid=77973] ppid=77968 vsize=19130076 memory=3328 CPUtime=3129.38 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 113928 0 0 0 312749 189 0 0 20 0 21 0 68026075 19589197824 2587727 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19130076 memory=14824 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2587727 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19130076 memory=10225804 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 1883 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2587727 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19130076 memory=-6000919472689472872 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68026110 19589197824 2587727 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 3456.73 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10350908 KiB

[startup+3222.3 s]
/proc/loadavg: 4.70 4.64 4.67 5/345 78430
/proc/meminfo: memFree=110942748/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19130076 memory=10659624 CPUtime=3531.66 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 277572 0 0 0 352663 503 0 0 20 0 21 0 68026073 19589197824 2664906 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4782519 2664906 5533 1 0 2684843 0
[pid=77971/tid=77973] ppid=77968 vsize=19130076 memory=3328 CPUtime=3188.18 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 118439 0 0 0 318622 196 0 0 20 0 21 0 68026075 19589197824 2664906 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19130076 memory=14824 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2664906 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19130076 memory=14824 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 1928 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2664906 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19130076 memory=14824 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68026110 19589197824 2664906 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 3531.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10659624 KiB

[startup+3282.3 s]
/proc/loadavg: 4.47 4.61 4.66 5/343 78432
/proc/meminfo: memFree=110474196/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19130076 memory=10742984 CPUtime=3599.94 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 283029 0 0 0 359483 511 0 0 20 0 21 0 68026073 19589197824 2685746 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4782519 2685746 5533 1 0 2705734 0
[pid=77971/tid=77973] ppid=77968 vsize=19130076 memory=10742984 CPUtime=3246.68 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 122357 0 0 0 324471 197 0 0 20 0 21 0 68026075 19589197824 2685746 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19130076 memory=10752 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2685746 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19130076 memory=10659624 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 1929 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2685746 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19130076 memory=14824 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68026110 19589197824 2685746 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 3599.94 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10742984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3282.4 s]
/proc/loadavg: 4.47 4.61 4.66 5/343 78432
/proc/meminfo: memFree=110474196/131249996 swapFree=33010672/33010684
[pid=77971] ppid=77968 vsize=19130076 memory=10742984 CPUtime=3600.04 cores=5,7
/proc/77971/stat : 77971 (java) S 77968 77971 77392 0 -1 4194304 283029 0 0 0 359493 511 0 0 20 0 21 0 68026073 19589197824 2685746 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
/proc/77971/statm: 4782519 2685746 5533 1 0 2705734 0
[pid=77971/tid=77973] ppid=77968 vsize=19130076 memory=10742984 CPUtime=3246.78 cores=5,7
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77392 0 -1 4194368 122357 0 0 0 324481 197 0 0 20 0 21 0 68026075 19589197824 2685746 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77982] ppid=77968 vsize=19130076 memory=-6000919472689472872 CPUtime=0 cores=5,7
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2685746 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77989] ppid=77968 vsize=19130076 memory=4764 CPUtime=0 cores=5,7
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77392 0 -1 4194368 1929 0 0 0 0 0 0 0 20 0 21 0 68026077 19589197824 2685746 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
[pid=77971/tid=77990] ppid=77968 vsize=19130076 memory=-6000919472689472872 CPUtime=0 cores=5,7
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 68026110 19589197824 2685746 18446744073709551615 94856068816896 94856068820592 140723062438720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94856068828408 94856068829200 94856081080320 140723062446462 140723062446566 140723062446566 140723062452168 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10742984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.06 s, system=5.1568 s

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

[startup+3282.51 s]*
/proc/loadavg: 4.47 4.61 4.66 5/324 78435
/proc/meminfo: memFree=120987884/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3282.52
CPU time (s): 3600.22
CPU user time (s): 3595.06
CPU system time (s): 5.1568
CPU usage (%): 109.679
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 10742984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.06
system time used= 5.1568
maximum resident set size= 10744008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284729
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116755
involuntary context switches= 37677


# summary of solver processes directly reported to runsolver:
#   pid: 77971
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3595.06
#   total CPU system time (s): 5.1568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.67953 second user time and 12.582 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 08:18:03
IDJOB=4509614
IDBENCH=158625
IDSOLVER=3361
FILE ID=nodeC017/4509614-1751523483
RUNJOBID= nodeC017-1751519881-77405
SLURM_JOB_ID= 9598641
Free space on /tmp= 432520 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509614-1751523483/watcher-4509614-1751523483 -o /tmp/evaluation-result-4509614-1751523483/solver-4509614-1751523483 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751519881-77405 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4509614-1751523483.opb

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

MD5SUM BENCH= 3f10ffbf957f8216a1934b9362956d36
RANDOM SEED=763259177

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.062
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	: 7000.12
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		: 3600.084
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	: 7000.12
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		: 3610.396
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	: 7000.12
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		: 3600.360
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	: 7000.12
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.076
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	: 7000.12
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.642
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	: 7000.12
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.999
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	: 7000.12
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.058
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117840884 kB
MemAvailable:   121349900 kB
Buffers:            1688 kB
Cached:          4278104 kB
SwapCached:            8 kB
Active:          8738824 kB
Inactive:        3990844 kB
Active(anon):    8449716 kB
Inactive(anon):    18232 kB
Active(file):     289108 kB
Inactive(file):  3972612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2188 kB
Writeback:             0 kB
AnonPages:       8452532 kB
Mapped:           123816 kB
Shmem:             18072 kB
KReclaimable:     172672 kB
Slab:             264068 kB
SReclaimable:     172672 kB
SUnreclaim:        91396 kB
KernelStack:        5168 kB
PageTables:        20196 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9851860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8251392 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432516 MiB
End job on nodeC017 at 2025-07-03 09:12:46