Trace number 4509431

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 VeriPB 2025-06-06? (TO) 3600.21 3576.77

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm85p-opt.opb.negationfix.opb
MD5SUMa65412b792c5c6c9e427350dbe88f8fc
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 benchmark27
Best CPU time to get the best result obtained on this benchmark7.59381
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10272
Total number of constraints706
Number of constraints which are clauses320
Number of constraints which are cardinality constraints (but not clauses)320
Number of constraints which are nor clauses,nor cardinality constraints66
Minimum length of a constraint32
Maximum length of a constraint321
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 115341
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 265154
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.10	c java.vm.version	22.0.1+8-16
0.09/0.10	c java.vm.vendor	Oracle Corporation
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		22.0.1
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	c  - never skip resolution steps
0.09/0.17	c  - Auto-division on coefficients is disabled
0.09/0.17	c  - No postprocessing
0.09/0.17	c  - Conflict is considered as is when resolving
0.09/0.17	c  - Use constraints as they come during conflict analysis
0.09/0.17	c  - Weaken first using unassigned literals
0.09/0.17	c  - Bump strategy: ALWAYS_ONE
0.09/0.17	c  - Bumper: EFFECTIVE
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Dynamic restart strategy considering the size of the coefficients
0.09/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.09/0.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: none
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4509431-1751529963.opb
0.09/0.17	c reading problem ... 
0.09/0.17	c using VERIPB proof format
0.09/0.18	c  objective function found
0.47/0.37	c ... done. Wall clock time 0.194s.
0.47/0.37	c declared #vars     10272
0.47/0.37	c #constraints  706
0.47/0.37	c constraints type 
0.47/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 320
0.47/0.37	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 66
0.47/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.47/0.37	c 706 constraints processed.
0.47/0.39	c objective function length is 32 literals
1450.88/1442.42	c cleaning 2501 clauses out of 5001 with flag 0/5001
3600.08/3576.71	c starts		: 8
3600.08/3576.72	c conflicts		: 8744
3600.08/3576.72	c decisions		: 371748
3600.08/3576.72	c propagations		: 1101526
3600.08/3576.72	c inspects		: 56246860
3600.08/3576.72	c shortcuts		: 0
3600.08/3576.72	c learnt literals	: 0
3600.08/3576.73	c learnt binary clauses	: 0
3600.08/3576.73	c learnt ternary clauses	: 0
3600.08/3576.73	c learnt constraints	: 8744
3600.08/3576.73	c ignored constraints	: 0
3600.08/3576.73	c root simplifications	: 0
3600.08/3576.73	c removed literals (reason simplification)	: 0
3600.08/3576.73	c reason swapping (by a shorter reason)	: 0
3600.08/3576.73	c Calls to reduceDB	: 1
3600.08/3576.73	c Number of update (reduction) of LBD	: 8967
3600.08/3576.73	c Imported unit clauses	: 0
3600.08/3576.73	c No decision after first conflict	: false
3600.08/3576.73	c number of reductions to clauses (during analyze)	: 0
3600.08/3576.73	c number of learned constraints concerned by reduction	: 0
3600.08/3576.73	c number of learning phase by resolution	: 0
3600.08/3576.73	c number of learning phase by cutting planes	: 0
3600.08/3576.73	c number of rounding to 1 operations	: 0
3600.08/3576.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3576.73	c number of reductions of the coefficients by power 2 	: 0
3600.08/3576.73	c number of right shift for reduction by power 2 	: 0
3600.08/3576.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3576.73	c number of ending skipping 	: 0
3600.08/3576.73	c number of internal skipping 	: 0
3600.08/3576.73	c number of derivation steps 	: 13386
3600.08/3576.73	c number of skipped derivation steps 	: 0
3600.08/3576.73	c number of remaining unassigned 	: 209774
3600.08/3576.73	c number of remaining assigned 	: 1334886
3600.08/3576.73	c number of falsified literals weakened from reason	: 0
3600.08/3576.73	c number of falsified literals weakened from conflict	: 0
3600.08/3576.73	c time for arithmetic operations	: 326057568
3600.08/3576.73	c minimum degree of deleted constraints	: 105383
3600.08/3576.73	c maximum degree of deleted constraints	: 117847408097559199485838684522365837862916753210853028101491326663289840786178731220687641534378256024705501603960205778633137312548112465128850645722940164482312842834071242107524575074836483384901028061799715512759076460119839283945786406233980232330608870220853738849106334820525499743120727578163996515755949206125245920354406974606381713100222343084730424642416470333702269390275496355701177959930997720973658813377040584219377230090989984126703293731145152113861872090465031090404463404406013055656976466006387561266276148766105919471272711646342103175556984154790832575288817778852524229419285224897949262872081371074990309896048725472044148753234644458583754748630384593553454903112907082819519509400794029090
3600.08/3576.73	c number of deleted constraints	: 2501
3600.08/3576.74	c speed (assignments/second)	: 308.0043161528862
3600.08/3576.74	c non guided choices	: 11228
3600.08/3576.75	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6243
3600.08/3576.75	s UNKNOWN
3600.08/3576.75	c Total wall clock time (in seconds): 3576.582

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509431-1751529963/watcher-4509431-1751529963 -o /tmp/evaluation-result-4509431-1751529963/solver-4509431-1751529963 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751529963-73999 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509431-1751529963 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509431-1751529963.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el
solver pid=74040, runsolver pid=74032
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 0.62 1.28 2.07 10/331 74124
/proc/meminfo: memFree=126821288/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=18930384 memory=52084 CPUtime=0.09 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 6151 0 0 0 8 1 0 0 20 0 18 0 68674719 19384713216 13021 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4732596 13021 5371 1 0 547259 0
[pid=74040/tid=74053] ppid=74032 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 4963 0 0 0 5 1 0 0 20 0 18 0 68674722 19384713216 13021 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=18930384 memory=2641 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68674724 19384713216 13021 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68674725 19384713216 13021 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52084 KiB

[startup+0.205748 s]*
/proc/loadavg: 0.62 1.28 2.07 12/331 74124
/proc/meminfo: memFree=126800684/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=18930384 memory=64276 CPUtime=0.28 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 7100 0 0 0 26 2 0 0 20 0 18 0 68674719 19384713216 16069 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4732596 16069 5435 1 0 547969 0
[pid=74040/tid=74053] ppid=74032 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 5393 0 0 0 14 1 0 0 20 0 18 0 68674722 19384713216 16069 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=18930384 memory=2641 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68674724 19384713216 16069 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68674725 19384713216 16069 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64276 KiB

[startup+0.305715 s]*
/proc/loadavg: 1.45 1.44 2.12 9/331 74124
/proc/meminfo: memFree=126628340/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=18930384 memory=116216 CPUtime=0.47 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 8885 0 0 0 44 3 0 0 20 0 18 0 68674719 19384713216 29054 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4732596 29054 5435 1 0 549140 0
[pid=74040/tid=74053] ppid=74032 vsize=18930384 memory=-6000919481279998056 CPUtime=0.24 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 5443 0 0 0 22 2 0 0 20 0 18 0 68674722 19384713216 29054 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68674724 19384713216 29054 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68674725 19384713216 29054 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 116216 KiB

[startup+0.700242 s]
/proc/loadavg: 1.45 1.44 2.12 9/336 74129
/proc/meminfo: memFree=126316628/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=178440 CPUtime=1.24 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 15184 0 0 0 118 6 0 0 20 0 20 0 68674719 19521036288 44610 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 44610 5499 1 0 554105 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=18688 CPUtime=0.55 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 5571 0 0 0 52 3 0 0 20 0 20 0 68674722 19521036288 44610 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 44610 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 44610 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 44610 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178440 KiB

[startup+1.50024 s]
/proc/loadavg: 1.45 1.44 2.12 8/338 74131
/proc/meminfo: memFree=125427316/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=182524 CPUtime=2.81 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 21895 0 0 0 274 7 0 0 20 0 20 0 68674719 19521036288 45631 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 45631 5499 1 0 554470 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=0 CPUtime=1.3 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 6061 0 0 0 127 3 0 0 20 0 20 0 68674722 19521036288 45631 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 45631 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 45631 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 45631 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182524 KiB

[startup+3.10548 s]
/proc/loadavg: 1.45 1.44 2.12 7/339 74132
/proc/meminfo: memFree=121566188/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=189392 CPUtime=5.31 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 24270 0 0 0 524 7 0 0 20 0 20 0 68674719 19521036288 47348 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 47348 5499 1 0 554493 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=10752 CPUtime=2.86 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 6491 0 0 0 283 3 0 0 20 0 20 0 68674722 19521036288 47348 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=-6000919498510198888 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 47348 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 47348 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 47348 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189392 KiB

[startup+6.30022 s]
/proc/loadavg: 1.74 1.50 2.14 6/340 74133
/proc/meminfo: memFree=121447052/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=203068 CPUtime=9.16 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 24646 0 0 0 908 8 0 0 20 0 20 0 68674719 19521036288 50767 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 50767 5499 1 0 554499 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=0 CPUtime=6.02 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 6546 0 0 0 599 3 0 0 20 0 20 0 68674722 19521036288 50767 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 50767 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 50767 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=182652 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 50767 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 9.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 203068 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 1.56 2.15 5/340 74133
/proc/meminfo: memFree=121063008/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=398204 CPUtime=16 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 31479 0 0 0 1587 13 0 0 20 0 20 0 68674719 19521036288 99551 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 99551 5499 1 0 554515 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=182652 CPUtime=12.34 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 8147 0 0 0 1228 6 0 0 20 0 20 0 68674722 19521036288 99551 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=334584 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 99551 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 99551 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 99551 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 398204 KiB

[startup+25.5002 s]
/proc/loadavg: 2.39 1.66 2.18 5/340 74133
/proc/meminfo: memFree=119921340/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=687280 CPUtime=29.02 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 35048 0 0 0 2882 20 0 0 20 0 20 0 68674719 19521036288 171820 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 171820 5499 1 0 554515 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=334584 CPUtime=25 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 9170 0 0 0 2490 10 0 0 20 0 20 0 68674722 19521036288 171820 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 171820 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=687280 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 171820 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=687280 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 171820 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 29.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 687280 KiB

[startup+51.1056 s]
/proc/loadavg: 3.02 1.88 2.24 5/341 74135
/proc/meminfo: memFree=116765360/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=988696 CPUtime=55.15 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 39593 0 0 0 5487 28 0 0 20 0 20 0 68674719 19521036288 247174 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 247174 5499 1 0 554531 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=10752 CPUtime=50.41 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 10259 0 0 0 5027 14 0 0 20 0 20 0 68674722 19521036288 247174 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=867836 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 247174 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0

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

/proc/meminfo: memFree=105698092/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=3417052 CPUtime=3243.83 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 143413 0 0 0 324217 166 0 0 20 0 20 0 68674719 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 854263 5499 1 0 864778 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=3208468 CPUtime=3208.48 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 59138 0 0 0 320797 51 0 0 20 0 20 0 68674722 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=3285940 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 2506 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=3417052 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 3243.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3417052 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.14 4.07 5/342 74296
/proc/meminfo: memFree=105536924/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=3417052 CPUtime=3303.77 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 144557 0 0 0 330210 167 0 0 20 0 20 0 68674719 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 854263 5499 1 0 864779 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=3417052 CPUtime=3268.25 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 60179 0 0 0 326774 51 0 0 20 0 20 0 68674722 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=3417052 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 2507 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=3417052 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 3303.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3417052 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.14 4.07 5/341 74309
/proc/meminfo: memFree=105167268/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=3417052 CPUtime=3363.65 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 144960 0 0 0 336196 169 0 0 20 0 20 0 68674719 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 854263 5499 1 0 864779 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=18688 CPUtime=3328.1 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 60504 0 0 0 332759 51 0 0 20 0 20 0 68674722 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=3417052 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=3417052 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 2555 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 3363.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3417052 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.15 4.08 5/340 74311
/proc/meminfo: memFree=104956436/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=3417052 CPUtime=3423.62 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 146776 0 0 0 342191 171 0 0 20 0 20 0 68674719 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 854263 5499 1 0 864781 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=3417052 CPUtime=3387.86 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 61967 0 0 0 338735 51 0 0 20 0 20 0 68674722 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=3417052 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 2555 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=3417052 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 3423.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3417052 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.15 4.09 5/340 74313
/proc/meminfo: memFree=104943532/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=3417052 CPUtime=3483.49 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 147896 0 0 0 348176 173 0 0 20 0 20 0 68674719 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 854263 5499 1 0 864781 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=3417052 CPUtime=3447.72 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 63062 0 0 0 344720 52 0 0 20 0 20 0 68674722 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=3417052 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 2556 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 854263 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 3483.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3417052 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/341 74316
/proc/meminfo: memFree=104715256/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=3625700 CPUtime=3545.79 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 150490 0 0 0 354400 179 0 0 20 0 20 0 68674719 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 906425 5499 1 0 917003 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=1920 CPUtime=3507.48 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 64675 0 0 0 350693 55 0 0 20 0 20 0 68674722 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=3417052 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 2591 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=3625700 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 3545.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3625700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.7 s]
/proc/loadavg: 4.15 4.14 4.09 5/341 74322
/proc/meminfo: memFree=104699132/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=3625700 CPUtime=3600.08 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 151464 0 0 0 359827 181 0 0 20 0 20 0 68674719 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 906425 5499 1 0 917003 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=3625700 CPUtime=3561.74 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 65580 0 0 0 356119 55 0 0 20 0 20 0 68674722 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=3625700 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 2651 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3625700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.38 s, system=1.83123 s

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

[startup+3576.7 s]
/proc/loadavg: 4.15 4.14 4.09 5/341 74322
/proc/meminfo: memFree=104699132/131249996 swapFree=33010160/33010684
[pid=74040] ppid=74032 vsize=19063512 memory=3625700 CPUtime=3600.08 cores=5,7
/proc/74040/stat : 74040 (java) S 74032 74040 73986 0 -1 4194304 151464 0 0 0 359827 181 0 0 20 0 20 0 68674719 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
/proc/74040/statm: 4765878 906425 5499 1 0 917003 0
[pid=74040/tid=74053] ppid=74032 vsize=19063512 memory=3625700 CPUtime=3561.74 cores=5,7
/proc/74040/task/74053/stat : 74053 (java) R 74032 74040 73986 0 -1 4194368 65580 0 0 0 356119 55 0 0 20 0 20 0 68674722 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74084] ppid=74032 vsize=19063512 memory=3625700 CPUtime=0 cores=5,7
/proc/74040/task/74084/stat : 74084 (Finalizer) S 74032 74040 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68674724 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74098] ppid=74032 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/74040/task/74098/stat : 74098 (Common-Cleaner) S 74032 74040 73986 0 -1 4194368 2651 0 0 0 0 0 0 0 20 0 20 0 68674725 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
[pid=74040/tid=74129] ppid=74032 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74040/task/74129/stat : 74129 (Timer-0) S 74032 74040 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68674759 19521036288 906425 18446744073709551615 93868948635648 93868948639344 140734226122640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868948647160 93868948647952 93868975542272 140734226127149 140734226127334 140734226127334 140734226132936 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3625700 KiB

Child status: 143

Real time (s): 3576.77
CPU time (s): 3600.21
CPU user time (s): 3598.38
CPU system time (s): 1.83123
CPU usage (%): 100.655
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3625700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.38
system time used= 1.83122
maximum resident set size= 3626596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153121
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108733
involuntary context switches= 5966


# summary of solver processes directly reported to runsolver:
#   pid: 74040
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.38
#   total CPU system time (s): 1.83123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.60909 second user time and 16.9787 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-03 10:06:03
IDJOB=4509431
IDBENCH=158618
IDSOLVER=3362
FILE ID=nodeC029/4509431-1751529963
RUNJOBID= nodeC029-1751529963-73999
SLURM_JOB_ID= 9598670
Free space on /tmp= 432260 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm85p-opt.opb.negationfix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509431-1751529963/watcher-4509431-1751529963 -o /tmp/evaluation-result-4509431-1751529963/solver-4509431-1751529963 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751529963-73999 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509431-1751529963 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509431-1751529963.opb

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

MD5SUM BENCH= a65412b792c5c6c9e427350dbe88f8fc
RANDOM SEED=1957856904

nodeC029 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.965
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.46
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.855
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.719
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.46
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.862
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.46
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.888
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.46
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.734
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.46
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.632
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.46
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		: 3601.155
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126891056 kB
MemAvailable:   129714448 kB
Buffers:            2128 kB
Cached:          3616840 kB
SwapCached:           40 kB
Active:           513912 kB
Inactive:        3177328 kB
Active(anon):      85524 kB
Inactive(anon):     4768 kB
Active(file):     428388 kB
Inactive(file):  3172560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9172 kB
Writeback:            12 kB
AnonPages:         75356 kB
Mapped:           104220 kB
Shmem:             18020 kB
KReclaimable:     123364 kB
Slab:             212604 kB
SReclaimable:     123364 kB
SUnreclaim:        89240 kB
KernelStack:        4048 kB
PageTables:         2904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432248 MiB
End job on nodeC029 at 2025-07-03 11:05:40