Trace number 4507487

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 NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.25 3546.01

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K87.opb
MD5SUMb65f6b5f7cc62b44e438e625661039cb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark130.979
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5916
Total number of constraints6092
Number of constraints which are clauses6005
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint87
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 88
Number of bits of the biggest sum of numbers7
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.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4507487-1751187648.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.70/0.44	c ... done. Wall clock time 0.275s.
0.70/0.44	c declared #vars     5916
0.70/0.44	c #constraints  6092
0.70/0.44	c constraints type 
0.70/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1118
0.70/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
0.70/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4885
0.70/0.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.70/0.44	c 6092 constraints processed.
107.80/102.47	c cleaning 2495 clauses out of 5001 with flag 0/5001
509.65/502.34	c cleaning 4256 clauses out of 8514 with flag 0/11009
3600.07/3545.91	c starts		: 20
3600.07/3545.92	c conflicts		: 17760
3600.07/3545.92	c decisions		: 82825
3600.07/3545.92	c propagations		: 5067265
3600.07/3545.92	c inspects		: 97533595
3600.07/3545.92	c shortcuts		: 0
3600.07/3545.92	c learnt literals	: 0
3600.07/3545.92	c learnt binary clauses	: 0
3600.07/3545.92	c learnt ternary clauses	: 0
3600.07/3545.92	c learnt constraints	: 17760
3600.07/3545.92	c ignored constraints	: 0
3600.07/3545.92	c root simplifications	: 0
3600.07/3545.92	c removed literals (reason simplification)	: 0
3600.07/3545.92	c reason swapping (by a shorter reason)	: 0
3600.07/3545.92	c Calls to reduceDB	: 2
3600.07/3545.92	c Number of update (reduction) of LBD	: 34540
3600.07/3545.92	c Imported unit clauses	: 0
3600.07/3545.92	c No decision after first conflict	: false
3600.07/3545.92	c number of reductions to clauses (during analyze)	: 0
3600.07/3545.92	c number of learned constraints concerned by reduction	: 0
3600.07/3545.92	c number of learning phase by resolution	: 0
3600.07/3545.93	c number of learning phase by cutting planes	: 0
3600.07/3545.93	c number of rounding to 1 operations	: 0
3600.07/3545.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3545.93	c number of reductions of the coefficients by power 2 	: 0
3600.07/3545.93	c number of right shift for reduction by power 2 	: 0
3600.07/3545.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3545.93	c number of ending skipping 	: 0
3600.07/3545.93	c number of internal skipping 	: 0
3600.07/3545.93	c number of derivation steps 	: 764766
3600.07/3545.93	c number of skipped derivation steps 	: 0
3600.07/3545.93	c number of remaining unassigned 	: 296504
3600.07/3545.93	c number of remaining assigned 	: 43980297
3600.07/3545.93	c number of falsified literals weakened from reason	: 0
3600.07/3545.93	c number of falsified literals weakened from conflict	: 0
3600.07/3545.93	c time for arithmetic operations	: 1300253499748
3600.07/3545.94	c minimum degree of deleted constraints	: 1
3600.07/3545.94	c maximum degree of deleted constraints	: 393013073131507505024129800362224379663821386168574459026017586429722675374752410321053962960894235512538687671932497829184689540528302727213619859009892956613222020090445886888208127842207672632763802465260793163437061882665053632756150615672769437868140088395006479994439820277093475526319691631771188003271118952601559345273425492672911012660158062832053658926033976314680318496101332805320207127033993485495854194658810006484008065803598263003330378071773924888599773220993637822687101603001460546681902274468786748363483050710053158680998626347294465642714154958198450151659990953528485422285458054836399871815083702332395797962922103928692491731673791126973291361286281268865450168109007502983522739331579216306665383099098860028484775516063782478330327237601644163400312545660746304383375786386847888069748932396464187901027758904428793220973914311989052159832098862901909160259499306797117350316234926766290814770086873267517792290740852072989000862608494344457792631529995645782427941623180117862082612729600334731637152948255080293261087018017010916468212511888286463790100292254293980528485326586693593213415164260739668319180812936457424368179486724335964617939064663910064629033361931787368677262118569242995845112974486432742193938913564570627028350678826122848346585153274496450715369304131354198459052518721168785494946741455509648614156180198266593062135880360929725308557291297292641232507417512969304285868147911679670106035863145122344224589326545428467614331277592748977278425438329891898213663926354785494148323039504836977861448043569644597322668394021913047994905327609135571282504510230536427496145604524667410467382970214297600
3600.07/3545.94	c number of deleted constraints	: 6751
3600.07/3545.94	c speed (assignments/second)	: 1429.2149814863703
3600.07/3545.94	c non guided choices	: 237
3600.07/3545.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 161
3600.07/3545.96	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1402
3600.07/3545.96	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9446
3600.07/3545.97	s UNKNOWN
3600.07/3545.97	c Total wall clock time (in seconds): 3545.812

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507487-1751187648/watcher-4507487-1751187648 -o /tmp/evaluation-result-4507487-1751187648/solver-4507487-1751187648 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751183987-20569 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507487-1751187648 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4507487-1751187648.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Starting watchdog thread
solver pid=21095, runsolver pid=21092
Current StackSize limit: 8192 KiB


[startup+0.10003 s]*
/proc/loadavg: 4.36 4.17 4.06 5/341 21113
/proc/meminfo: memFree=121555924/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=18930384 memory=57708 CPUtime=0.13 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 6558 0 0 0 11 2 0 0 20 0 18 0 34442619 19384713216 14427 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4732596 14427 5349 1 0 547619 0
[pid=21095/tid=21097] ppid=21092 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 5069 0 0 0 6 1 0 0 20 0 18 0 34442620 19384713216 14427 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34442622 19384713216 14427 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=18930384 memory=58485492679666 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34442622 19384713216 14427 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57708 KiB

[startup+0.205851 s]*
/proc/loadavg: 4.36 4.17 4.06 7/341 21113
/proc/meminfo: memFree=121545716/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=18930384 memory=68384 CPUtime=0.32 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 7110 0 0 0 30 2 0 0 20 0 18 0 34442619 19384713216 17096 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4732596 17096 5413 1 0 547974 0
[pid=21095/tid=21097] ppid=21092 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 5385 0 0 0 17 1 0 0 20 0 18 0 34442620 19384713216 17096 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=18930384 memory=16099 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34442622 19384713216 17096 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34442622 19384713216 17096 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68384 KiB

[startup+0.305753 s]*
/proc/loadavg: 4.36 4.17 4.06 6/341 21113
/proc/meminfo: memFree=121511500/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=18930384 memory=99448 CPUtime=0.51 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 8635 0 0 0 48 3 0 0 20 0 18 0 34442619 19384713216 24862 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4732596 24862 5445 1 0 549016 0
[pid=21095/tid=21097] ppid=21092 vsize=18930384 memory=-6000919498409536365 CPUtime=0.27 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 5407 0 0 0 25 2 0 0 20 0 18 0 34442620 19384713216 24862 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34442622 19384713216 24862 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34442622 19384713216 24862 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 99448 KiB

[startup+0.700195 s]
/proc/loadavg: 4.36 4.17 4.06 7/343 21115
/proc/meminfo: memFree=121430148/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=190032 CPUtime=1.27 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 12284 0 0 0 122 5 0 0 20 0 20 0 34442619 19521036288 47508 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 47508 5477 1 0 551396 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=17408 CPUtime=0.61 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 5531 0 0 0 58 3 0 0 20 0 20 0 34442620 19521036288 47508 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 47508 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 47508 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=4752 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 47508 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190032 KiB

[startup+1.50024 s]
/proc/loadavg: 4.36 4.17 4.06 6/343 21115
/proc/meminfo: memFree=121422352/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=213680 CPUtime=2.86 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 17601 0 0 0 280 6 0 0 20 0 20 0 34442619 19521036288 53420 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 53420 5477 1 0 552443 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=0 CPUtime=1.35 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 6097 0 0 0 132 3 0 0 20 0 20 0 34442620 19521036288 53420 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 53420 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 53420 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=4752 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 53420 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 213680 KiB

[startup+3.10601 s]
/proc/loadavg: 4.41 4.18 4.07 6/343 21115
/proc/meminfo: memFree=121077004/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=513312 CPUtime=6.02 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 25350 0 0 0 590 12 0 0 20 0 20 0 34442619 19521036288 128328 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 128328 5477 1 0 555460 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=10880 CPUtime=2.91 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 7031 0 0 0 283 8 0 0 20 0 20 0 34442620 19521036288 128328 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=-6000919498409536365 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 128328 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 128328 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 128328 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 513312 KiB

[startup+6.30021 s]
/proc/loadavg: 4.41 4.18 4.07 6/343 21115
/proc/meminfo: memFree=120560976/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=1039748 CPUtime=10.25 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 27922 0 0 0 1001 24 0 0 20 0 20 0 34442619 19521036288 259937 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 259937 5509 1 0 555477 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=0 CPUtime=6.1 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 7605 0 0 0 591 19 0 0 20 0 20 0 34442620 19521036288 259937 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 259937 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 259937 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=234272 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 259937 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 10.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1039748 KiB

[startup+12.7002 s]
/proc/loadavg: 4.38 4.18 4.07 5/343 21115
/proc/meminfo: memFree=119833868/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=1470024 CPUtime=17.12 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 30033 0 0 0 1680 32 0 0 20 0 20 0 34442619 19521036288 367506 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 367506 5509 1 0 866731 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=234272 CPUtime=12.35 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 7798 0 0 0 1209 26 0 0 20 0 20 0 34442620 19521036288 367506 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 367506 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=1453620 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 367506 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 367506 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 17.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1470024 KiB

[startup+25.5002 s]
/proc/loadavg: 4.44 4.20 4.08 5/344 21194
/proc/meminfo: memFree=124207164/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=1990400 CPUtime=30.24 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 38126 0 0 0 2979 45 0 0 20 0 20 0 34442619 19521036288 497600 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 497600 5509 1 0 866779 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=1990400 CPUtime=25.06 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 9749 0 0 0 2470 36 0 0 20 0 20 0 34442620 19521036288 497600 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 497600 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=1990400 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 497600 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 497600 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 30.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1990400 KiB

[startup+51.1058 s]
/proc/loadavg: 4.35 4.20 4.08 5/343 21195
/proc/meminfo: memFree=123436188/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=2318332 CPUtime=56.16 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 46084 0 0 0 5562 54 0 0 20 0 20 0 34442619 19521036288 579583 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 579583 5509 1 0 866795 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=3200 CPUtime=50.47 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 13142 0 0 0 5005 42 0 0 20 0 20 0 34442620 19521036288 579583 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=2318332 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 579583 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0

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

/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931889 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 1642 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931889 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=19840 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 1931889 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 3216.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7727556 KiB

[startup+3222.3 s]
/proc/loadavg: 4.42 4.34 4.26 6/338 21371
/proc/meminfo: memFree=103418448/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=7727684 CPUtime=3276.29 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 186736 0 0 0 327302 327 0 0 20 0 20 0 34442619 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 1931921 5509 1 0 1962202 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=7727428 CPUtime=3196.02 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 78779 0 0 0 319432 170 0 0 20 0 20 0 34442620 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=7727556 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 1661 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 3276.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7727684 KiB

[startup+3282.3 s]
/proc/loadavg: 4.69 4.42 4.29 5/339 21374
/proc/meminfo: memFree=103422144/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=7727684 CPUtime=3336.44 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 187054 0 0 0 333315 329 0 0 20 0 20 0 34442619 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 1931921 5509 1 0 1962202 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=7727684 CPUtime=3255.43 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 78865 0 0 0 325372 171 0 0 20 0 20 0 34442620 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=7727684 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 1674 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 3336.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7727684 KiB

[startup+3342.3 s]
/proc/loadavg: 4.62 4.47 4.32 5/340 21377
/proc/meminfo: memFree=103416932/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=7727684 CPUtime=3396.56 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 189091 0 0 0 339325 331 0 0 20 0 20 0 34442619 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 1931921 5509 1 0 1962202 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=19840 CPUtime=3314.86 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 80592 0 0 0 331315 171 0 0 20 0 20 0 34442620 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=7727684 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 1678 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=19840 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 3396.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7727684 KiB

[startup+3402.3 s]
/proc/loadavg: 4.39 4.43 4.31 5/341 21382
/proc/meminfo: memFree=103411976/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=7727684 CPUtime=3456.7 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 193386 0 0 0 345337 333 0 0 20 0 20 0 34442619 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 1931921 5509 1 0 1962202 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=7727684 CPUtime=3374.18 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 83643 0 0 0 337247 171 0 0 20 0 20 0 34442620 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=7727684 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=7727684 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 1679 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=7727684 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 1931921 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 3456.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7727684 KiB

[startup+3462.3 s]
/proc/loadavg: 4.45 4.43 4.32 6/342 21456
/proc/meminfo: memFree=109786068/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=7727940 CPUtime=3516.6 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 197146 0 0 0 351323 337 0 0 20 0 20 0 34442619 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 1931985 5509 1 0 1962211 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=7727684 CPUtime=3433.97 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 86680 0 0 0 343224 173 0 0 20 0 20 0 34442620 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=7727684 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 1689 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=7727940 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 3516.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7727940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.38 4.31 5/342 21458
/proc/meminfo: memFree=108686684/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=7727940 CPUtime=3576.49 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 200494 0 0 0 357310 339 0 0 20 0 20 0 34442619 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 1931985 5509 1 0 1962211 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=7727940 CPUtime=3493.76 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 89770 0 0 0 349203 173 0 0 20 0 20 0 34442620 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=7727940 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=7727940 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 1765 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=7727940 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 3576.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7727940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3545.9 s]
/proc/loadavg: 4.44 4.41 4.32 5/342 21527
/proc/meminfo: memFree=114171620/131249996 swapFree=33010684/33010684
[pid=21095] ppid=21092 vsize=19063512 memory=7727940 CPUtime=3600.07 cores=1,3
/proc/21095/stat : 21095 (java) S 21092 21095 20557 0 -1 4194304 202822 0 0 0 359667 340 0 0 20 0 20 0 34442619 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
/proc/21095/statm: 4765878 1931985 5509 1 0 1962211 0
[pid=21095/tid=21097] ppid=21092 vsize=19063512 memory=7727940 CPUtime=3517.26 cores=1,3
/proc/21095/task/21097/stat : 21097 (java) R 21092 21095 20557 0 -1 4194368 91066 0 0 0 351552 174 0 0 20 0 20 0 34442620 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21106] ppid=21092 vsize=19063512 memory=7727940 CPUtime=0 cores=1,3
/proc/21095/task/21106/stat : 21106 (Finalizer) S 21092 21095 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21113] ppid=21092 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/21095/task/21113/stat : 21113 (Common-Cleaner) S 21092 21095 20557 0 -1 4194368 1879 0 0 0 0 0 0 0 20 0 20 0 34442622 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
[pid=21095/tid=21115] ppid=21092 vsize=19063512 memory=7727940 CPUtime=0 cores=1,3
/proc/21095/task/21115/stat : 21115 (Timer-0) S 21092 21095 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34442664 19521036288 1931985 18446744073709551615 94804867903488 94804867907184 140727732494208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94804867915000 94804867915792 94804896595968 140727732500781 140727732500966 140727732500966 140727732506568 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7727940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.81 s, system=3.43079 s

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

[startup+3546 s]*
/proc/loadavg: 4.44 4.41 4.32 6/298 21569
/proc/meminfo: memFree=127376280/131249996 swapFree=33010684/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): 3546.01
CPU time (s): 3600.25
CPU user time (s): 3596.81
CPU system time (s): 3.43079
CPU usage (%): 101.529
Max. virtual memory (cumulated for all children) (KiB): 19066480
Max. memory (cumulated for all children) (KiB): 7727940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.81
system time used= 3.43079
maximum resident set size= 7728964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 883064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155840
involuntary context switches= 12532


# summary of solver processes directly reported to runsolver:
#   pid: 21095
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3596.81
#   total CPU system time (s): 3.43079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2903 second user time and 17.0874 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-29 11:00:48
IDJOB=4507487
IDBENCH=158355
IDSOLVER=3362
FILE ID=nodeC023/4507487-1751187648
RUNJOBID= nodeC023-1751183987-20569
SLURM_JOB_ID= 9587574
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K87.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507487-1751187648/watcher-4507487-1751187648 -o /tmp/evaluation-result-4507487-1751187648/solver-4507487-1751187648 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751183987-20569 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507487-1751187648 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4507487-1751187648.opb

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

MD5SUM BENCH= b65f6b5f7cc62b44e438e625661039cb
RANDOM SEED=1489108808

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.891
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.78
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.974
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.78
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.399
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.78
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.897
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.78
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.901
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.78
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.586
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.78
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.675
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121585696 kB
MemAvailable:   122217064 kB
Buffers:            3280 kB
Cached:          1440724 kB
SwapCached:            0 kB
Active:          7956016 kB
Inactive:        1135636 kB
Active(anon):    7665752 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):  1135636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19208 kB
Writeback:             0 kB
AnonPages:       7650828 kB
Mapped:           122800 kB
Shmem:             18064 kB
KReclaimable:      89416 kB
Slab:             176312 kB
SReclaimable:      89416 kB
SUnreclaim:        86896 kB
KernelStack:        5264 kB
PageTables:        18632 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10183716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7387136 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC023 at 2025-06-29 11:59:54