Trace number 4430013

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.16 3592.58

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-stp3d.opb
MD5SUMa4b0cd988cdc47ea50384dbc6c682a43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
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 constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	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-4430013-1721131158.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
75.80/73.05	c ... done. Wall clock time 72.9s.
75.80/73.05	c declared #vars     204880
75.80/73.05	c #constraints  187573
75.80/73.05	c constraints type 
75.80/73.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129278
75.80/73.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
75.80/73.05	c org.sat4j.specs.Constr$1 => 3552
75.80/73.05	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3556
75.80/73.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
75.80/73.05	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
75.80/73.05	c 187573 constraints processed.
75.80/73.07	c objective function length is 75648 literals
444.83/437.29	c cleaning 2469 clauses out of 5001 with flag 0/5001
1309.70/1302.03	c cleaning 4205 clauses out of 8531 with flag 0/11000
2851.21/2845.15	c cleaning 5633 clauses out of 11327 with flag 0/18001
3600.02/3592.52	c starts		: 11
3600.02/3592.53	c conflicts		: 20186
3600.02/3592.53	c decisions		: 761962
3600.02/3592.53	c propagations		: 50195687
3600.02/3592.53	c inspects		: 96518910
3600.02/3592.53	c shortcuts		: 0
3600.02/3592.53	c learnt literals	: 0
3600.02/3592.53	c learnt binary clauses	: 0
3600.02/3592.53	c learnt ternary clauses	: 0
3600.02/3592.53	c learnt constraints	: 20185
3600.02/3592.53	c ignored constraints	: 0
3600.02/3592.53	c root simplifications	: 0
3600.02/3592.53	c removed literals (reason simplification)	: 0
3600.02/3592.53	c reason swapping (by a shorter reason)	: 0
3600.02/3592.53	c Calls to reduceDB	: 3
3600.02/3592.53	c Number of update (reduction) of LBD	: 55706
3600.02/3592.53	c Imported unit clauses	: 0
3600.02/3592.53	c No decision after first conflict	: false
3600.02/3592.53	c number of reductions to clauses (during analyze)	: 0
3600.02/3592.53	c number of learned constraints concerned by reduction	: 0
3600.02/3592.53	c number of learning phase by resolution	: 0
3600.02/3592.53	c number of learning phase by cutting planes	: 0
3600.02/3592.53	c number of rounding to 1 operations	: 0
3600.02/3592.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3592.53	c number of reductions of the coefficients by power 2 	: 0
3600.02/3592.53	c number of right shift for reduction by power 2 	: 0
3600.02/3592.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3592.53	c number of ending skipping 	: 0
3600.02/3592.53	c number of internal skipping 	: 0
3600.02/3592.53	c number of derivation steps 	: 772349
3600.02/3592.53	c number of skipped derivation steps 	: 0
3600.02/3592.53	c number of remaining unassigned 	: 1354252
3600.02/3592.53	c number of remaining assigned 	: 19847673
3600.02/3592.53	c number of falsified literals weakened from reason	: 0
3600.02/3592.53	c number of falsified literals weakened from conflict	: 0
3600.02/3592.53	c time for arithmetic operations	: 30767494252
3600.02/3592.53	c minimum degree of deleted constraints	: 47
3600.02/3592.55	c maximum degree of deleted constraints	: 27774904115812391467800807989308117804500137156737012027721662357005958113782479592614312831558560731050036470382586567499389545058106134883781852212722184204534003401001079186022558624203384631375913173298970207100128519838855308346780123197952257782588084359465275885158359242531376442053150832003091903395420507175986042236941721006134070110778975470791686302920007718751978722081931668595912752399104501944884219291834545017576770575990458964825009311658374200832337134731089594643509199666090291227202561627245862805095807520469977872231142405836405581667589867247818860449939871809700737314473163056263161387595043301888873178187610808310540797065634415822134972216772260788084824923013893133924496227421280454569906666081436805559324834065447736458508172430529868235112424881776803202251401007338441064001511319490155946053440920606083137616202509448269163778429652961476470531896285898738862306070275675605669594297860202610622725178887603166230360384526107281776876656297581641346745665500600461069276392741873819890168559747395533389975040312123088652755909781236437252237186295522773472458012558329208808187168530276509577144491682789608995370680357322732863541581487704160818293621426336538597161965345727254442968609161553155270889605050873561777751430632715903450986218160347172358125435042438972186765202386087837402455621203596485697964367377725562648944481881349232811760993625750053755484880999736442327792027599971916121962154564750566905700140453857326595307177782376317142550203506311851177744484619739635251126059273026154497858053704895932541318906557810220834867036162159395688901648986265396197220757970209359972758357505982190669823224850817131453342087036751316428276519077194403442491280205455494431606388031433115419482062540655053477014203807001060854993851180147356891645677329585694568596364956657522794598504718103557182715713687317937267601103958112209318231442722780493172772879854589196850739317388170386928586713960892505204595742646002942365083180661840717643201987344311892507863304027889452668713034634509223870415911113288290320030674349065933841808869704160008044954285343052328113343025334854079097863515159625542956319927147462446987944322178598535771759507406820102519363197452298312554864402085432752194416851222295557962414086567958461811385956746935791140199294752656131604941517312055138212778194274244576755855476019552294883861498999440904157784041611106687506062564023005527101146004539713728492780429698935549293663527765181649588904065929607997946311370197491854535528086900689966068881600711537529910209277228970529378842277275144189856334034362231653073483233940277802104190767199730607206754955837548458188552286230096488835136470780311800958350422315515551583944088595853478680349324154356582072779673660935170748818903576640145752660249469758556264900251039875263138966743667226015383543582381218475095113019109608009800645424828710861945217612440902217996407642531537932320009731003442332122416872063823922676498742632551405359329606552677833016188631233705686455272603936121442623073132970732014507274866826243887197208939840312962427053108649841446590088625003795915704382058959513965029842854492217830601248501140118797290611050861723913607156755335001386985774179658331292211589764565559049679357925893905040384619197248687771318679491601355386831459320441443638936949559464657786502606762352040989712513486460065717313454082345689200849032045037382943286577922758568024904351936451129366451157408359515513225714988599810388897528140076418292197726980624709455972139354380777216904318984544936040944059166437948515139306949977381864769545727682089881018627077439930718219507259241884866536864612029654906837527514509772076329053484524555019726302344865244142298377117940970106189505821626559312737988222007415217027899130457750251027106562831432288025816081709110705528304632669354263739304132140164406632422384637414701861373346799195120367928128109382347205489623988925275887219097892465760746494490724381983799584796741624711429605340468415800938442375342459746851580523318398216327275335745059558239426357634279611989239279396178051200
3600.02/3592.55	c number of deleted constraints	: 12307
3600.02/3592.55	c speed (assignments/second)	: 14262.504631450218
3600.02/3592.55	c non guided choices	: 4206
3600.02/3592.55	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2399
3600.02/3592.55	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5479
3600.02/3592.55	s UNKNOWN
3600.02/3592.55	c Total wall clock time (in seconds): 3592.402

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: 63968 MiB (57105 MiB free)
  memory of node 1: 64473 MiB (58213 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430013-1721131158/watcher-4430013-1721131158 -o /tmp/evaluation-result-4430013-1721131158/solver-4430013-1721131158 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721127569-853198 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430013-1721131158.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=856630, runsolver pid=856627

[startup+0.100162 s]*
/proc/loadavg: 4.36 4.28 4.21 6/334 856648
/proc/meminfo: memFree=118036492/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=18975048 memory=65276 CPUtime=0.14 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 7231 0 0 0 12 2 0 0 20 0 18 0 165279598 19430449152 16319 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4743762 16319 5676 1 0 549357 0
[pid=856630/tid=856632] ppid=856627 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 1078198336 5765 0 0 0 7 1 0 0 20 0 18 0 165279599 19430449152 16319 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 165279601 19430449152 16319 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=18975048 memory=13847473600877114 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 165279602 19430449152 16319 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65276 KiB

[startup+0.20599 s]*
/proc/loadavg: 4.36 4.28 4.21 7/334 856648
/proc/meminfo: memFree=118013800/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=18975048 memory=81876 CPUtime=0.33 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 7713 0 0 0 31 2 0 0 20 0 18 0 165279598 19430449152 20469 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4743762 20469 5831 1 0 549652 0
[pid=856630/tid=856632] ppid=856627 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 6001 0 0 0 17 2 0 0 20 0 18 0 165279599 19430449152 20469 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=18975048 memory=3640 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 165279601 19430449152 20469 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=18975048 memory=15819993166120615 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 165279602 19430449152 20469 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81876 KiB

[startup+0.305763 s]*
/proc/loadavg: 4.36 4.28 4.21 7/334 856648
/proc/meminfo: memFree=117978516/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=18975048 memory=113040 CPUtime=0.52 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 9350 0 0 0 49 3 0 0 20 0 18 0 165279598 19430449152 28260 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4743762 28260 5831 1 0 550706 0
[pid=856630/tid=856632] ppid=856627 vsize=18975048 memory=-8672635898448683708 CPUtime=0.27 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 6015 0 0 0 25 2 0 0 20 0 18 0 165279599 19430449152 28260 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 165279601 19430449152 28260 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 165279602 19430449152 28260 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 113040 KiB

[startup+0.700991 s]
/proc/loadavg: 4.36 4.28 4.21 7/335 856649
/proc/meminfo: memFree=117854292/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19041612 memory=535052 CPUtime=1.21 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 10690 0 0 0 109 12 0 0 20 0 19 0 165279598 19498610688 133763 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4760403 133763 5879 1 0 1104605 0
[pid=856630/tid=856632] ppid=856627 vsize=19041612 memory=5496 CPUtime=0.59 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 6222 0 0 0 49 10 0 0 20 0 19 0 165279599 19498610688 133763 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19041612 memory=12180 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165279601 19498610688 133763 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 165279602 19498610688 133763 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 535052 KiB

[startup+1.50099 s]
/proc/loadavg: 4.36 4.28 4.21 6/335 856649
/proc/meminfo: memFree=116917036/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19041612 memory=2147900 CPUtime=2.25 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 12916 0 0 0 181 44 0 0 20 0 19 0 165279598 19498610688 536975 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4760403 536975 5910 1 0 1700193 0
[pid=856630/tid=856632] ppid=856627 vsize=19041612 memory=12180 CPUtime=1.28 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 6990 0 0 0 88 40 0 0 20 0 19 0 165279599 19498610688 536975 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165279601 19498610688 536975 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 165279602 19498610688 536975 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2147900 KiB

[startup+3.11398 s]
/proc/loadavg: 4.36 4.28 4.21 6/335 856649
/proc/meminfo: memFree=113690320/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19041612 memory=4220660 CPUtime=4.58 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 26208 0 0 0 372 86 0 0 20 0 19 0 165279598 19498610688 1055165 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4760403 1055165 5910 1 0 1706139 0
[pid=856630/tid=856632] ppid=856627 vsize=19041612 memory=0 CPUtime=2.82 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 7992 0 0 0 203 79 0 0 20 0 19 0 165279599 19498610688 1055165 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19041612 memory=12180 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165279601 19498610688 1055165 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19041612 memory=2725436 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 165279602 19498610688 1055165 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4220660 KiB

[startup+6.30099 s]
/proc/loadavg: 4.33 4.27 4.21 5/335 856651
/proc/meminfo: memFree=113550828/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19041612 memory=4210468 CPUtime=7.9 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 26542 0 0 0 704 86 0 0 20 0 19 0 165279598 19498610688 1052617 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4760403 1052617 5910 1 0 1706140 0
[pid=856630/tid=856632] ppid=856627 vsize=19041612 memory=0 CPUtime=5.91 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 8240 0 0 0 512 79 0 0 20 0 19 0 165279599 19498610688 1052617 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19041612 memory=2149948 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165279601 19498610688 1052617 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19041612 memory=224194199869 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 165279602 19498610688 1052617 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 7.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4210468 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.27 4.21 5/335 856651
/proc/meminfo: memFree=112934636/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19041612 memory=4225160 CPUtime=14.34 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 27521 0 0 0 1347 87 0 0 20 0 19 0 165279598 19498610688 1056290 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4760403 1056290 5910 1 0 1706140 0
[pid=856630/tid=856632] ppid=856627 vsize=19041612 memory=4225160 CPUtime=12.11 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 9105 0 0 0 1132 79 0 0 20 0 19 0 165279599 19498610688 1056290 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19041612 memory=4216744 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165279601 19498610688 1056290 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19041612 memory=14412605397665070 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 165279602 19498610688 1056290 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 14.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4225160 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.25 4.21 5/335 856654
/proc/meminfo: memFree=112749428/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19041612 memory=4238052 CPUtime=27.22 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 31475 0 0 0 2633 89 0 0 20 0 19 0 165279598 19498610688 1059513 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4760403 1059513 5910 1 0 1706140 0
[pid=856630/tid=856632] ppid=856627 vsize=19041612 memory=4233956 CPUtime=24.64 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 10186 0 0 0 2384 80 0 0 20 0 19 0 165279599 19498610688 1059513 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165279601 19498610688 1059513 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 165279602 19498610688 1059513 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 27.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4238052 KiB

[startup+51.106 s]
/proc/loadavg: 4.22 4.25 4.21 5/337 856661
/proc/meminfo: memFree=112241828/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19041612 memory=4262800 CPUtime=53.27 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 41890 0 0 0 5235 92 0 0 20 0 19 0 165279598 19498610688 1065700 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4760403 1065700 5910 1 0 1706143 0
[pid=856630/tid=856632] ppid=856627 vsize=19041612 memory=0 CPUtime=49.63 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 13989 0 0 0 4882 81 0 0 20 0 19 0 165279599 19498610688 1065700 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19041612 memory=4225160 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165279601 19498610688 1065700 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19041612 memory=4220660 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 165279602 19498610688 1065700 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 53.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4262800 KiB

[startup+102.301 s]
/proc/loadavg: 4.25 4.26 4.21 5/336 856683
/proc/meminfo: memFree=111586396/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19108176 memory=4330332 CPUtime=109.61 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 64304 0 0 0 10862 99 0 0 20 0 20 0 165279598 19566772224 1082583 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4777044 1082583 5947 1 0 1707135 0

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

/proc/meminfo: memFree=97708460/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19108176 memory=6650364 CPUtime=3288.46 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 414525 0 0 0 328556 290 0 0 20 0 20 0 165279598 19566772224 1662591 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4777044 1662591 5978 1 0 1709961 0
[pid=856630/tid=856632] ppid=856627 vsize=19108176 memory=6650364 CPUtime=3252.69 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 184388 0 0 0 325154 115 0 0 20 0 20 0 165279599 19566772224 1662591 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19108176 memory=11560 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165279601 19566772224 1662591 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19108176 memory=6650364 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 5350 0 0 0 0 0 0 0 20 0 20 0 165279602 19566772224 1662591 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856666] ppid=856627 vsize=19108176 memory=42176 CPUtime=0 cores=1,3
/proc/856630/task/856666/stat : 856666 (Timer-0) S 856627 856630 853186 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 165286912 19566772224 1662591 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 3288.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6650364 KiB

[startup+3342.3 s]
/proc/loadavg: 5.19 4.53 4.37 5/333 858423
/proc/meminfo: memFree=97594020/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19108176 memory=6760992 CPUtime=3349.51 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 436691 0 0 0 334653 298 0 0 20 0 20 0 165279598 19566772224 1690248 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4777044 1690248 5978 1 0 1712069 0
[pid=856630/tid=856632] ppid=856627 vsize=19108176 memory=6650364 CPUtime=3312.41 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 186557 0 0 0 331126 115 0 0 20 0 20 0 165279599 19566772224 1690248 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19108176 memory=6760992 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165279601 19566772224 1690248 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19108176 memory=3668 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 5403 0 0 0 0 0 0 0 20 0 20 0 165279602 19566772224 1690248 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856666] ppid=856627 vsize=19108176 memory=42176 CPUtime=0 cores=1,3
/proc/856630/task/856666/stat : 856666 (Timer-0) S 856627 856630 853186 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 165286912 19566772224 1690248 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 3349.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6760992 KiB

[startup+3402.3 s]
/proc/loadavg: 4.88 4.55 4.38 5/333 858501
/proc/meminfo: memFree=105660856/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19108176 memory=6761024 CPUtime=3409.48 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 442822 0 0 0 340648 300 0 0 20 0 20 0 165279598 19566772224 1690256 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4777044 1690256 5978 1 0 1712069 0
[pid=856630/tid=856632] ppid=856627 vsize=19108176 memory=6760992 CPUtime=3372.2 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 189286 0 0 0 337104 116 0 0 20 0 20 0 165279599 19566772224 1690256 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19108176 memory=42176 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165279601 19566772224 1690256 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19108176 memory=11560 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 5499 0 0 0 0 0 0 0 20 0 20 0 165279602 19566772224 1690256 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856666] ppid=856627 vsize=19108176 memory=6761024 CPUtime=0 cores=1,3
/proc/856630/task/856666/stat : 856666 (Timer-0) S 856627 856630 853186 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 165286912 19566772224 1690256 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 3409.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6761024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.47 4.36 5/333 858512
/proc/meminfo: memFree=105398556/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19108176 memory=6761204 CPUtime=3469.45 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 450563 0 0 0 346642 303 0 0 20 0 20 0 165279598 19566772224 1690301 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4777044 1690301 5978 1 0 1712107 0
[pid=856630/tid=856632] ppid=856627 vsize=19108176 memory=6760992 CPUtime=3431.94 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 192356 0 0 0 343078 116 0 0 20 0 20 0 165279599 19566772224 1690301 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19108176 memory=42176 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165279601 19566772224 1690301 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19108176 memory=6761148 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 5588 0 0 0 0 0 0 0 20 0 20 0 165279602 19566772224 1690301 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856666] ppid=856627 vsize=19108176 memory=11560 CPUtime=0 cores=1,3
/proc/856630/task/856666/stat : 856666 (Timer-0) S 856627 856630 853186 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 165286912 19566772224 1690301 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 3469.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6761204 KiB

[startup+3522.3 s]
/proc/loadavg: 4.46 4.48 4.37 5/335 858693
/proc/meminfo: memFree=105173948/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19108176 memory=6778664 CPUtime=3529.8 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 464673 0 0 0 352674 306 0 0 20 0 20 0 165279598 19566772224 1694666 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4777044 1694666 5975 1 0 1712112 0
[pid=856630/tid=856632] ppid=856627 vsize=19108176 memory=42176 CPUtime=3491.45 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 196744 0 0 0 349027 118 0 0 20 0 20 0 165279599 19566772224 1694666 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19108176 memory=6761204 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165279601 19566772224 1694666 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19108176 memory=6778664 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 5645 0 0 0 0 0 0 0 20 0 20 0 165279602 19566772224 1694666 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856666] ppid=856627 vsize=19108176 memory=6778664 CPUtime=0 cores=1,3
/proc/856630/task/856666/stat : 856666 (Timer-0) S 856627 856630 853186 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 165286912 19566772224 1694666 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 3529.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6778664 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.40 4.35 5/335 858705
/proc/meminfo: memFree=104751672/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19108176 memory=6783760 CPUtime=3589.9 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 473383 0 0 0 358683 307 0 0 20 0 20 0 165279598 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4777044 1695940 5975 1 0 1712357 0
[pid=856630/tid=856632] ppid=856627 vsize=19108176 memory=12180 CPUtime=3550.95 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 200741 0 0 0 354977 118 0 0 20 0 20 0 165279599 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19108176 memory=6783760 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165279601 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19108176 memory=11560 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 5722 0 0 0 0 0 0 0 20 0 20 0 165279602 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856666] ppid=856627 vsize=19108176 memory=11560 CPUtime=0 cores=1,3
/proc/856630/task/856666/stat : 856666 (Timer-0) S 856627 856630 853186 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 165286912 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 3589.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6783760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.5 s]
/proc/loadavg: 4.19 4.39 4.35 5/335 858707
/proc/meminfo: memFree=104751520/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19108176 memory=6783760 CPUtime=3600.02 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 473706 0 0 0 359694 308 0 0 20 0 20 0 165279598 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4777044 1695940 5975 1 0 1712357 0
[pid=856630/tid=856632] ppid=856627 vsize=19108176 memory=6783760 CPUtime=3561.05 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 201064 0 0 0 355987 118 0 0 20 0 20 0 165279599 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19108176 memory=42176 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165279601 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19108176 memory=-8672635898448683708 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 5722 0 0 0 0 0 0 0 20 0 20 0 165279602 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856666] ppid=856627 vsize=19108176 memory=16152 CPUtime=0 cores=1,3
/proc/856630/task/856666/stat : 856666 (Timer-0) S 856627 856630 853186 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 165286912 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6783760 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.05 s, system=3.10614 s

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

[startup+3592.5 s]
/proc/loadavg: 4.19 4.39 4.35 5/335 858707
/proc/meminfo: memFree=104751520/131524600 swapFree=131071996/131071996
[pid=856630] ppid=856627 vsize=19108176 memory=6783760 CPUtime=3600.02 cores=1,3
/proc/856630/stat : 856630 (java) S 856627 856630 853186 0 -1 1077936128 473706 0 0 0 359694 308 0 0 20 0 20 0 165279598 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
/proc/856630/statm: 4777044 1695940 5975 1 0 1712357 0
[pid=856630/tid=856632] ppid=856627 vsize=19108176 memory=6783760 CPUtime=3561.05 cores=1,3
/proc/856630/task/856632/stat : 856632 (java) R 856627 856630 853186 0 -1 4194368 201064 0 0 0 355987 118 0 0 20 0 20 0 165279599 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856641] ppid=856627 vsize=19108176 memory=42176 CPUtime=0 cores=1,3
/proc/856630/task/856641/stat : 856641 (Finalizer) S 856627 856630 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165279601 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856648] ppid=856627 vsize=19108176 memory=-8672635898448683708 CPUtime=0 cores=1,3
/proc/856630/task/856648/stat : 856648 (Common-Cleaner) S 856627 856630 853186 0 -1 1077936192 5722 0 0 0 0 0 0 0 20 0 20 0 165279602 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
[pid=856630/tid=856666] ppid=856627 vsize=19108176 memory=16152 CPUtime=0 cores=1,3
/proc/856630/task/856666/stat : 856666 (Timer-0) S 856627 856630 853186 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 165286912 19566772224 1695940 134679101440 94914710663168 94914710666864 140729683655056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94914710674680 94914710675472 94914722570240 140729683661813 140729683661921 140729683661921 140729683668936 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6783760 KiB

Child status: 143

Real time (s): 3592.58
CPU time (s): 3600.16
CPU user time (s): 3597.05
CPU system time (s): 3.10614
CPU usage (%): 100.211
Max. virtual memory (cumulated for all children) (KiB): 19110700
Max. memory (cumulated for all children) (KiB): 6783760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.05
system time used= 3.10614
maximum resident set size= 6785520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 477874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116483
involuntary context switches= 17077


# summary of solver processes directly reported to runsolver:
#   pid: 856630
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.05
#   total CPU system time (s): 3.10614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65355 second user time and 17.5384 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-16 13:59:30
IDJOB=4430013
IDBENCH=155358
IDSOLVER=3052
FILE ID=nodeC021/4430013-1721131158
RUNJOBID= nodeC021-1721127569-853198
SLURM_JOB_ID= 7505685
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430013-1721131158/watcher-4430013-1721131158 -o /tmp/evaluation-result-4430013-1721131158/solver-4430013-1721131158 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721127569-853198 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430013-1721131158.opb

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

MD5SUM BENCH= a4b0cd988cdc47ea50384dbc6c682a43
RANDOM SEED=1429126665

nodeC021.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		: 3669.609
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.42
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		: 3676.567
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	: 7005.23
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.861
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.42
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		: 3652.078
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	: 7005.23
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		: 3669.627
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.42
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		: 3677.254
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	: 7005.23
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.839
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.42
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		: 3618.063
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	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118088716 kB
MemAvailable:   121369792 kB
Buffers:          407836 kB
Cached:          3674524 kB
SwapCached:            0 kB
Active:           757400 kB
Inactive:       11984660 kB
Active(anon):       1544 kB
Inactive(anon):  8695912 kB
Active(file):     755856 kB
Inactive(file):  3288748 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9852 kB
Writeback:             0 kB
AnonPages:       8658752 kB
Mapped:           124300 kB
Shmem:             37720 kB
KReclaimable:     152588 kB
Slab:             267348 kB
SReclaimable:     152588 kB
SUnreclaim:       114760 kB
KernelStack:        5088 kB
PageTables:        27240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11926428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62752 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8280064 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC021 at 2024-07-16 14:59:23