Trace number 4452181

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 Cutting Planes 2024 2024-07-12? (TO) 3600.17 3584.07

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2003/normalized-stp3d.0.s.opb
MD5SUM3669957ef10a08034abaee305bfecedd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159489
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24452
Minimum length of a constraint2
Maximum length of a constraint75648
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 3258328
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 503258152
Number of bits of the biggest sum of numbers29
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452181-1721444901.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
76.21/73.24	c ... done. Wall clock time 73.086s.
76.21/73.24	c declared #vars     204880
76.21/73.24	c #constraints  187574
76.21/73.24	c constraints type 
76.21/73.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129278
76.21/73.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
76.21/73.24	c org.sat4j.specs.Constr$1 => 3552
76.21/73.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
76.21/73.24	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3556
76.21/73.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
76.21/73.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
76.21/73.24	c 187574 constraints processed.
205.47/196.53	c cleaning 2450 clauses out of 5001 with flag 0/5001
660.80/650.31	c cleaning 4216 clauses out of 8550 with flag 0/11000
1387.16/1375.53	c cleaning 5639 clauses out of 11335 with flag 0/18001
2230.22/2215.44	c cleaning 6822 clauses out of 13695 with flag 0/26000
3600.06/3584.03	c starts		: 31
3600.06/3584.03	c conflicts		: 32074
3600.06/3584.03	c decisions		: 920276
3600.06/3584.03	c propagations		: 72625798
3600.06/3584.03	c inspects		: 122399779
3600.06/3584.03	c shortcuts		: 0
3600.06/3584.03	c learnt literals	: 0
3600.06/3584.03	c learnt binary clauses	: 0
3600.06/3584.03	c learnt ternary clauses	: 0
3600.06/3584.03	c learnt constraints	: 32073
3600.06/3584.03	c ignored constraints	: 0
3600.06/3584.03	c root simplifications	: 0
3600.06/3584.03	c removed literals (reason simplification)	: 0
3600.06/3584.03	c reason swapping (by a shorter reason)	: 0
3600.06/3584.03	c Calls to reduceDB	: 4
3600.06/3584.03	c Number of update (reduction) of LBD	: 94207
3600.06/3584.03	c Imported unit clauses	: 0
3600.06/3584.03	c No decision after first conflict	: false
3600.06/3584.03	c number of reductions to clauses (during analyze)	: 0
3600.06/3584.03	c number of learned constraints concerned by reduction	: 0
3600.06/3584.03	c number of learning phase by resolution	: 0
3600.06/3584.03	c number of learning phase by cutting planes	: 0
3600.06/3584.03	c number of rounding to 1 operations	: 0
3600.06/3584.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3584.03	c number of reductions of the coefficients by power 2 	: 0
3600.06/3584.03	c number of right shift for reduction by power 2 	: 0
3600.06/3584.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3584.03	c number of ending skipping 	: 0
3600.06/3584.03	c number of internal skipping 	: 0
3600.06/3584.03	c number of derivation steps 	: 1067018
3600.06/3584.03	c number of skipped derivation steps 	: 0
3600.06/3584.03	c number of remaining unassigned 	: 1959907
3600.06/3584.03	c number of remaining assigned 	: 23324134
3600.06/3584.03	c number of falsified literals weakened from reason	: 0
3600.06/3584.03	c number of falsified literals weakened from conflict	: 0
3600.06/3584.03	c time for arithmetic operations	: 23875369196
3600.06/3584.03	c minimum degree of deleted constraints	: 48
3600.06/3584.04	c maximum degree of deleted constraints	: 1238637751224951421686580086452330956947861437354616265690588964171212318192111226881457366613313323067905817371527755668924238786999165102610795281138137115985300594268066607003720029746679913743235623970425142660669638082228524277869563580798067524641376819900089098258364999040271643660003686392856798056391724352871643976824632124318895734697150765478386253789034401528057399237806823385782323364469474890787012625767336912435948427680389948340114013924359580189292580270172556245305485109942553257569780857231041004926726232897587717974706794792649039064510371928543073754121046168116625102291348030208482185587019224949083947519547378132706814466218508131165578637266900168550448409855548462289831527163123292678722668024455132284367304014456116244196573888856993497697543902235096578075454274652719435643433379889993062016104644683779886000655188837392883696730184587116828880752716563382075122896843605321321826062942040091046935572938862313125033279034839060101667997553897184842832560305885315863051693858649320512592462781761790464615265635438380174792520506739518030809107974563943080778082647518075144577564568825571454298078964999050444537759680082463198415040763562438514810568932342455476090614785037139385645831173333459797441866265629699726654608936042846088502623421842691983337494426111979201151987938308480422487217326463518876288942161256401855799055692292854677355325427571105036791866707939343009814729098784941642027894487884506283270656489719818288059916147602999937675992816282339865836875289418572518629703435235964716530011671576530567263179048115263999387039757432370233602199282762404837068301430675935961754815980249123691243700879906146606047610744835526809373826177635765115042925781171586850816680293689903371633782433314247859864353086565250514204034113549540935861800553552028698178786832849123379940432096560534909613072316084098898222297141751391897828804479320314013105743231211917886668821500359704113409248423897283758113341406849011793527803638489605357493183566052863803933104523209281162709773682087993845557955983932462115268300911790938213824200000
3600.06/3584.04	c number of deleted constraints	: 19127
3600.06/3584.04	c timeout
3600.06/3584.04	c speed (assignments/second)	: 20686.73744752534
3600.06/3584.04	c non guided choices	: 472209
3600.06/3584.04	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4628
3600.06/3584.04	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8318
3600.06/3584.04	s UNKNOWN
3600.06/3584.04	c Total wall clock time (in seconds): 3583.896

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: 63931 MiB (59929 MiB free)
  memory of node 1: 64510 MiB (60514 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452181-1721444901/watcher-4452181-1721444901 -o /tmp/evaluation-result-4452181-1721444901/solver-4452181-1721444901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069359 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452181-1721444901.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=1069472, runsolver pid=1069469

[startup+0.100983 s]*
/proc/loadavg: 3.66 4.02 4.10 13/324 1069490
/proc/meminfo: memFree=123255876/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=18975048 memory=67056 CPUtime=0.14 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 7634 0 0 0 12 2 0 0 20 0 18 0 196655454 19430449152 16764 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4743762 16764 5688 1 0 549374 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 1078198336 6194 0 0 0 7 1 0 0 20 0 18 0 196655455 19430449152 16764 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196655457 19430449152 16764 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=18975048 memory=14699586522474005 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196655458 19430449152 16764 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67056 KiB

[startup+0.206413 s]*
/proc/loadavg: 3.66 4.02 4.10 16/325 1069491
/proc/meminfo: memFree=123102840/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=18975048 memory=83704 CPUtime=0.33 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 8143 0 0 0 31 2 0 0 20 0 18 0 196655454 19430449152 20926 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4743762 20926 5832 1 0 549687 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 6419 0 0 0 16 2 0 0 20 0 18 0 196655455 19430449152 20926 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=18975048 memory=1670 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196655457 19430449152 20926 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=18975048 memory=14418111545738792 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196655458 19430449152 20926 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 83704 KiB

[startup+0.306413 s]*
/proc/loadavg: 3.66 4.02 4.10 13/326 1069492
/proc/meminfo: memFree=122915376/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=18975048 memory=122760 CPUtime=0.53 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 9771 0 0 0 50 3 0 0 20 0 18 0 196655454 19430449152 30690 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4743762 30690 5832 1 0 550732 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=18975048 memory=-7163077989868791139 CPUtime=0.27 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 6437 0 0 0 25 2 0 0 20 0 18 0 196655455 19430449152 30690 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196655457 19430449152 30690 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196655458 19430449152 30690 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 122760 KiB

[startup+0.700401 s]
/proc/loadavg: 3.66 4.02 4.10 11/328 1069494
/proc/meminfo: memFree=121944440/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19041612 memory=218964 CPUtime=1.27 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 13345 0 0 0 121 6 0 0 20 0 19 0 196655454 19498610688 54741 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4760403 54741 5832 1 0 553546 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19041612 memory=5448 CPUtime=0.54 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) S 1069469 1069472 1069348 0 -1 1077936192 6524 0 0 0 51 3 0 0 20 0 19 0 196655455 19498610688 54741 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19041612 memory=13040 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655457 19498610688 54741 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 196655458 19498610688 54741 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 218964 KiB

[startup+1.50042 s]
/proc/loadavg: 3.66 4.02 4.10 12/329 1069495
/proc/meminfo: memFree=119192804/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19041612 memory=2498004 CPUtime=2.32 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 15370 0 0 0 182 50 0 0 20 0 19 0 196655454 19498610688 624501 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4760403 624501 5864 1 0 1046557 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19041612 memory=13040 CPUtime=1.28 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 7651 0 0 0 82 46 0 0 20 0 19 0 196655455 19498610688 624501 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655457 19498610688 624501 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 196655458 19498610688 624501 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2498004 KiB

[startup+3.10641 s]
/proc/loadavg: 3.66 4.02 4.10 13/331 1069497
/proc/meminfo: memFree=115473028/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19041612 memory=2517980 CPUtime=4.68 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 22248 0 0 0 417 51 0 0 20 0 19 0 196655454 19498610688 629495 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4760403 629495 5896 1 0 1050313 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19041612 memory=0 CPUtime=2.85 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 7780 0 0 0 238 47 0 0 20 0 19 0 196655455 19498610688 629495 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19041612 memory=13040 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655457 19498610688 629495 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19041612 memory=2504148 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 196655458 19498610688 629495 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 4.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2517980 KiB

[startup+6.30041 s]
/proc/loadavg: 3.85 4.06 4.11 7/331 1069499
/proc/meminfo: memFree=115134828/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19041612 memory=2510916 CPUtime=7.97 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 22663 0 0 0 745 52 0 0 20 0 19 0 196655454 19498610688 627729 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4760403 627729 5896 1 0 1050313 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19041612 memory=0 CPUtime=5.95 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 8164 0 0 0 548 47 0 0 20 0 19 0 196655455 19498610688 627729 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19041612 memory=2504148 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655457 19498610688 627729 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19041612 memory=228489167166 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 196655458 19498610688 627729 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2510916 KiB

[startup+12.7003 s]
/proc/loadavg: 3.86 4.05 4.11 5/331 1069499
/proc/meminfo: memFree=114809204/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19041612 memory=2517800 CPUtime=14.4 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 25205 0 0 0 1387 53 0 0 20 0 19 0 196655454 19498610688 629450 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4760403 629450 5912 1 0 1050329 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19041612 memory=2517432 CPUtime=12.15 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 9266 0 0 0 1168 47 0 0 20 0 19 0 196655455 19498610688 629450 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19041612 memory=2515164 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655457 19498610688 629450 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19041612 memory=15253731792913683 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 196655458 19498610688 629450 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 14.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2517800 KiB

[startup+25.5003 s]
/proc/loadavg: 3.89 4.05 4.11 5/331 1069502
/proc/meminfo: memFree=114400168/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19041612 memory=2528092 CPUtime=27.33 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 26143 0 0 0 2679 54 0 0 20 0 19 0 196655454 19498610688 632023 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4760403 632023 5912 1 0 1050329 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19041612 memory=2523984 CPUtime=24.68 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 9929 0 0 0 2421 47 0 0 20 0 19 0 196655455 19498610688 632023 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655457 19498610688 632023 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 196655458 19498610688 632023 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 27.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2528092 KiB

[startup+51.1059 s]
/proc/loadavg: 3.99 4.06 4.11 5/331 1069506
/proc/meminfo: memFree=113531404/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19041612 memory=2549160 CPUtime=53.49 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 38739 0 0 0 5291 58 0 0 20 0 19 0 196655454 19498610688 637290 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4760403 637290 5912 1 0 1050329 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19041612 memory=0 CPUtime=49.69 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 13915 0 0 0 4921 48 0 0 20 0 19 0 196655455 19498610688 637290 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19041612 memory=2517800 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655457 19498610688 637290 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19041612 memory=2517980 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 196655458 19498610688 637290 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 53.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2549160 KiB

[startup+102.3 s]
/proc/loadavg: 4.50 4.18 4.14 5/332 1069517
/proc/meminfo: memFree=111304552/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19108176 memory=2614652 CPUtime=109.89 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 66096 0 0 0 10923 66 0 0 20 0 20 0 196655454 19566772224 653663 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4777044 653663 5912 1 0 1051757 0

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

/proc/meminfo: memFree=104189992/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3238.76 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 373047 0 0 0 323666 210 0 0 20 0 20 0 196655454 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4777044 1042715 5941 1 0 1058062 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19108176 memory=4170856 CPUtime=3192 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 129184 0 0 0 319130 70 0 0 20 0 20 0 196655455 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19108176 memory=4170856 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655457 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19108176 memory=5448 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 3800 0 0 0 0 0 0 0 20 0 20 0 196655458 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069513] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069513/stat : 1069513 (Timer-0) S 1069469 1069472 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196662784 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 3238.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4170860 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.26 4.26 5/335 1071307
/proc/meminfo: memFree=104055124/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3298.54 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 374604 0 0 0 329642 212 0 0 20 0 20 0 196655454 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4777044 1042715 5941 1 0 1058062 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3251.36 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 129594 0 0 0 325065 71 0 0 20 0 20 0 196655455 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655457 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 3826 0 0 0 0 0 0 0 20 0 20 0 196655458 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069513] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069513/stat : 1069513 (Timer-0) S 1069469 1069472 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196662784 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 3298.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4170860 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.22 4.25 5/333 1071318
/proc/meminfo: memFree=103774620/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3358.29 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 378735 0 0 0 335615 214 0 0 20 0 20 0 196655454 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4777044 1042715 5941 1 0 1058062 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19108176 memory=5448 CPUtime=3310.68 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 131928 0 0 0 330997 71 0 0 20 0 20 0 196655455 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655457 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 3963 0 0 0 0 0 0 0 20 0 20 0 196655458 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069513] ppid=1069469 vsize=19108176 memory=13040 CPUtime=0 cores=4,6
/proc/1069472/task/1069513/stat : 1069513 (Timer-0) S 1069469 1069472 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196662784 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 3358.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4170860 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.20 4.24 6/333 1071329
/proc/meminfo: memFree=103463504/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3418.4 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 380548 0 0 0 341624 216 0 0 20 0 20 0 196655454 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4777044 1042715 5941 1 0 1058062 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3370.32 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 133369 0 0 0 336961 71 0 0 20 0 20 0 196655455 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19108176 memory=4168808 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655457 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 3964 0 0 0 0 0 0 0 20 0 20 0 196655458 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069513] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069513/stat : 1069513 (Timer-0) S 1069469 1069472 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196662784 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 3418.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4170860 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.19 4.23 5/332 1071407
/proc/meminfo: memFree=106913332/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3478.39 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 383751 0 0 0 347621 218 0 0 20 0 20 0 196655454 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4777044 1042715 5941 1 0 1058062 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3429.85 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 134751 0 0 0 342914 71 0 0 20 0 20 0 196655455 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655457 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19108176 memory=-7163077989868791139 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 4051 0 0 0 0 0 0 0 20 0 20 0 196655458 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069513] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069513/stat : 1069513 (Timer-0) S 1069469 1069472 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196662784 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 3478.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4170860 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.17 4.22 5/333 1071421
/proc/meminfo: memFree=106903604/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3538.27 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 388193 0 0 0 353607 220 0 0 20 0 20 0 196655454 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4777044 1042715 5941 1 0 1058062 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3489.3 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 137238 0 0 0 348858 72 0 0 20 0 20 0 196655455 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655457 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 4141 0 0 0 0 0 0 0 20 0 20 0 196655458 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069513] ppid=1069469 vsize=19108176 memory=46916 CPUtime=0 cores=4,6
/proc/1069472/task/1069513/stat : 1069513 (Timer-0) S 1069469 1069472 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196662784 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 3538.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4170860 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.16 4.22 5/333 1071432
/proc/meminfo: memFree=106902668/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3598.36 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 390697 0 0 0 359614 222 0 0 20 0 20 0 196655454 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4777044 1042715 5941 1 0 1058062 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19108176 memory=1956 CPUtime=3548.97 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 139316 0 0 0 354825 72 0 0 20 0 20 0 196655455 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655457 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19108176 memory=-7163077989868791139 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 4225 0 0 0 0 0 0 0 20 0 20 0 196655458 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069513] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=0 cores=4,6
/proc/1069472/task/1069513/stat : 1069513 (Timer-0) S 1069469 1069472 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196662784 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 3598.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4170860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584 s]*
/proc/loadavg: 4.13 4.16 4.22 5/333 1071435
/proc/meminfo: memFree=106902056/131524600 swapFree=131071996/131071996
[pid=1069472] ppid=1069469 vsize=19108176 memory=4170860 CPUtime=3600.06 cores=4,6
/proc/1069472/stat : 1069472 (java) S 1069469 1069472 1069348 0 -1 1077936128 390723 0 0 0 359784 222 0 0 20 0 20 0 196655454 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
/proc/1069472/statm: 4777044 1042715 5941 1 0 1058062 0
[pid=1069472/tid=1069474] ppid=1069469 vsize=19108176 memory=-7739257267195700324 CPUtime=3550.68 cores=4,6
/proc/1069472/task/1069474/stat : 1069474 (java) R 1069469 1069472 1069348 0 -1 4194368 139342 0 0 0 354996 72 0 0 20 0 20 0 196655455 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069483] ppid=1069469 vsize=19108176 memory=1471052474921025665 CPUtime=0 cores=4,6
/proc/1069472/task/1069483/stat : 1069483 (Finalizer) S 1069469 1069472 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655457 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069490] ppid=1069469 vsize=19108176 memory=8168 CPUtime=0 cores=4,6
/proc/1069472/task/1069490/stat : 1069490 (Common-Cleaner) S 1069469 1069472 1069348 0 -1 1077936192 4225 0 0 0 0 0 0 0 20 0 20 0 196655458 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
[pid=1069472/tid=1069513] ppid=1069469 vsize=19108176 memory=2244 CPUtime=0 cores=4,6
/proc/1069472/task/1069513/stat : 1069513 (Timer-0) S 1069469 1069472 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196662784 19566772224 1042715 134679101440 93826908823552 93826908827248 140732536102608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93826908835064 93826908835856 93826937573376 140732536103923 140732536104031 140732536104031 140732536111048 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4170860 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.92 s, system=2.25064 s

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

Child status: 143

Real time (s): 3584.07
CPU time (s): 3600.17
CPU user time (s): 3597.92
CPU system time (s): 2.25064
CPU usage (%): 100.449
Max. virtual memory (cumulated for all children) (KiB): 19111080
Max. memory (cumulated for all children) (KiB): 4191968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.92
system time used= 2.25064
maximum resident set size= 4193552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 395298
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120617
involuntary context switches= 14444


# summary of solver processes directly reported to runsolver:
#   pid: 1069472
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.92
#   total CPU system time (s): 2.25064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.68002 second user time and 16.5059 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-20 05:08:34
IDJOB=4452181
IDBENCH=163951
IDSOLVER=3052
FILE ID=nodeC025/4452181-1721444901
RUNJOBID= nodeC025-1721444913-1069359
SLURM_JOB_ID= 7545661
Free space on /tmp= 890012 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2003/normalized-stp3d.0.s.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452181-1721444901/watcher-4452181-1721444901 -o /tmp/evaluation-result-4452181-1721444901/solver-4452181-1721444901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069359 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452181-1721444901.opb

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

MD5SUM BENCH= 3669957ef10a08034abaee305bfecedd
RANDOM SEED=146156770

nodeC025.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3603.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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
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		: 3635.774
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
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		: 3624.489
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
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		: 3649.689
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
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		: 3605.077
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
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		: 3646.878
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
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		: 3624.192
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
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		: 3641.599
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123352056 kB
MemAvailable:   129513188 kB
Buffers:          565428 kB
Cached:          6365672 kB
SwapCached:            0 kB
Active:          1144112 kB
Inactive:        6244924 kB
Active(anon):       1500 kB
Inactive(anon):   502340 kB
Active(file):    1142612 kB
Inactive(file):  5742584 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             21656 kB
Writeback:            76 kB
AnonPages:        456300 kB
Mapped:           127544 kB
Shmem:             45912 kB
KReclaimable:     231164 kB
Slab:             360576 kB
SReclaimable:     231164 kB
SUnreclaim:       129412 kB
KernelStack:        4408 kB
PageTables:        11076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7265184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      318164 kB
DirectMap2M:    43495424 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890008 MiB
End job on nodeC025 at 2024-07-20 06:08:18