Trace number 4441421

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-12UNSAT 536.99 522.643

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM911cf7319fa5fa56cdd8e7a94536c536
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark44.7906
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version CUSTOM.v20240707
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2113181440
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2122317824
0.12/0.22	c Number of processors 	2
0.48/0.36	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.36	 - never skip resolution steps
0.48/0.36	 - Auto-division on coefficients is disabled
0.48/0.36	 - No postprocessing
0.48/0.36	 - Conflict is considered as is when resolving
0.48/0.36	 - Use constraints as they come during conflict analysis
0.48/0.36	 - Weaken first using unassigned literals
0.48/0.36	 - Bump strategy: ALWAYS_ONE
0.48/0.36	 - Bumper: EFFECTIVE
0.48/0.36	--- Begin Solver configuration ---
0.48/0.36	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.48/0.36	Learn all clauses as in MiniSAT
0.48/0.36	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.36	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.36	No reason simplification
0.48/0.36	Dynamic restart strategy considering the size of the coefficients
0.48/0.36	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.48/0.36	timeout=2147483s
0.48/0.36	DB Simplification allowed=false
0.48/0.36	Listener: none
0.48/0.36	--- End Solver configuration ---
0.48/0.37	c Pseudo Boolean Optimization by upper bound
0.48/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.37	c  - never skip resolution steps
0.48/0.37	c  - Auto-division on coefficients is disabled
0.48/0.37	c  - No postprocessing
0.48/0.37	c  - Conflict is considered as is when resolving
0.48/0.37	c  - Use constraints as they come during conflict analysis
0.48/0.37	c  - Weaken first using unassigned literals
0.48/0.37	c  - Bump strategy: ALWAYS_ONE
0.48/0.37	c  - Bumper: EFFECTIVE
0.48/0.37	c --- Begin Solver configuration ---
0.48/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.48/0.37	c Learn all clauses as in MiniSAT
0.48/0.37	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.37	c No reason simplification
0.48/0.37	c Dynamic restart strategy considering the size of the coefficients
0.48/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.48/0.37	c timeout=2147483s
0.48/0.37	c DB Simplification allowed=false
0.48/0.37	c Listener: none
0.48/0.37	c --- End Solver configuration ---
0.48/0.37	c solving HOME/instance-4441421-1721293737.opb
0.48/0.37	c reading problem ... 
0.48/0.37	c  no objective function found
135.72/130.33	c ... done. Wall clock time 129.958s.
135.72/130.33	c declared #vars     168111
135.72/130.33	c #constraints  487525
135.72/130.33	c constraints type 
135.72/130.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
135.72/130.33	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 18798
135.72/130.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
135.72/130.33	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
135.72/130.33	c 487525 constraints processed.
155.18/145.87	c cleaning 2483 clauses out of 4999 with flag 0/5001
167.79/157.81	c cleaning 4250 clauses out of 8514 with flag 0/11004
190.29/179.51	c cleaning 5624 clauses out of 11260 with flag 0/18000
212.72/201.22	c cleaning 6815 clauses out of 13635 with flag 0/26001
234.36/222.76	c cleaning 7899 clauses out of 15817 with flag 0/35000
265.17/252.93	c cleaning 8926 clauses out of 17917 with flag 0/45001
287.40/274.98	c cleaning 9977 clauses out of 19990 with flag 0/56000
309.63/296.88	c cleaning 11004 clauses out of 22015 with flag 0/68002
418.35/405.14	c cleaning 11989 clauses out of 24010 with flag 0/81001
495.43/481.64	c cleaning 12999 clauses out of 26022 with flag 0/95002
536.82/522.56	c starts		: 18
536.82/522.57	c conflicts		: 105377
536.82/522.57	c decisions		: 314764
536.82/522.57	c propagations		: 442023944
536.82/522.57	c inspects		: 934890690
536.82/522.57	c shortcuts		: 0
536.82/522.57	c learnt literals	: 13
536.82/522.57	c learnt binary clauses	: 370
536.82/522.57	c learnt ternary clauses	: 656
536.82/522.57	c learnt constraints	: 105363
536.82/522.57	c ignored constraints	: 0
536.82/522.57	c root simplifications	: 0
536.82/522.57	c removed literals (reason simplification)	: 0
536.82/522.57	c reason swapping (by a shorter reason)	: 0
536.82/522.57	c Calls to reduceDB	: 10
536.82/522.57	c Number of update (reduction) of LBD	: 124713
536.82/522.57	c Imported unit clauses	: 0
536.82/522.57	c No decision after first conflict	: false
536.82/522.57	c number of reductions to clauses (during analyze)	: 0
536.82/522.57	c number of learned constraints concerned by reduction	: 0
536.82/522.57	c number of learning phase by resolution	: 0
536.82/522.57	c number of learning phase by cutting planes	: 0
536.82/522.57	c number of rounding to 1 operations	: 0
536.82/522.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
536.82/522.57	c number of reductions of the coefficients by power 2 	: 0
536.82/522.57	c number of right shift for reduction by power 2 	: 0
536.82/522.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
536.82/522.57	c number of ending skipping 	: 0
536.82/522.57	c number of internal skipping 	: 0
536.82/522.57	c number of derivation steps 	: 6187500
536.82/522.57	c number of skipped derivation steps 	: 0
536.82/522.57	c number of remaining unassigned 	: 42530
536.82/522.57	c number of remaining assigned 	: 15449883
536.82/522.57	c number of falsified literals weakened from reason	: 0
536.82/522.57	c number of falsified literals weakened from conflict	: 0
536.82/522.57	c time for arithmetic operations	: 1514195527
536.82/522.58	c minimum degree of deleted constraints	: 1
536.82/522.58	c maximum degree of deleted constraints	: 4560290982076507166711352924104970231464097627134122957059615777384267829195229121171731997347275630080
536.82/522.58	c number of deleted constraints	: 81966
536.82/522.58	c speed (assignments/second)	: 1127077.3153554692
536.82/522.58	c non guided choices	: 16978
536.82/522.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 8105
536.82/522.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 370
536.82/522.59	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 14922
536.82/522.59	s UNSATISFIABLE
536.82/522.59	c Total wall clock time (in seconds): 522.227

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: 64059 MiB (59879 MiB free)
  memory of node 1: 64510 MiB (61376 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441421-1721293737/watcher-4441421-1721293737 -o /tmp/evaluation-result-4441421-1721293737/solver-4441421-1721293737 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941959 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4441421-1721293737.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=942073, runsolver pid=942070

[startup+0.100073 s]*
/proc/loadavg: 2.33 2.22 2.41 14/313 942091
/proc/meminfo: memFree=124104424/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=18975048 memory=55228 CPUtime=0.12 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 6432 0 0 0 9 3 0 0 20 0 18 0 181529822 19430449152 13807 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4743762 13807 5534 1 0 550793 0
[pid=942073/tid=942075] ppid=942070 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 5363 0 0 0 5 3 0 0 20 0 18 0 181529823 19430449152 13807 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181529828 19430449152 13807 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181529829 19430449152 13807 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55228 KiB

[startup+0.219147 s]*
/proc/loadavg: 2.33 2.22 2.41 13/314 942092
/proc/meminfo: memFree=123995676/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=18975048 memory=62328 CPUtime=0.31 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 7156 0 0 0 27 4 0 0 20 0 18 0 181529822 19430449152 15582 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4743762 15582 5549 1 0 551378 0
[pid=942073/tid=942075] ppid=942070 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 5717 0 0 0 16 3 0 0 20 0 18 0 181529823 19430449152 15582 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=18975048 memory=3711 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181529828 19430449152 15582 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181529829 19430449152 15582 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62328 KiB

[startup+0.314703 s]*
/proc/loadavg: 2.33 2.22 2.41 14/316 942094
/proc/meminfo: memFree=123828300/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=18975048 memory=66448 CPUtime=0.48 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 7460 0 0 0 44 4 0 0 20 0 18 0 181529822 19430449152 16612 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4743762 16612 5707 1 0 551627 0
[pid=942073/tid=942075] ppid=942070 vsize=18975048 memory=-9175638296096973500 CPUtime=0.29 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 5936 0 0 0 26 3 0 0 20 0 18 0 181529823 19430449152 16612 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181529828 19430449152 16612 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181529829 19430449152 16612 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66448 KiB

[startup+0.700607 s]
/proc/loadavg: 2.33 2.22 2.41 11/318 942096
/proc/meminfo: memFree=123539796/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19041612 memory=221252 CPUtime=1.06 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 7930 0 0 0 96 10 0 0 20 0 19 0 181529822 19498610688 55313 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4760403 55313 5707 1 0 552053 0
[pid=942073/tid=942075] ppid=942070 vsize=19041612 memory=5616 CPUtime=0.62 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 6110 0 0 0 54 8 0 0 20 0 19 0 181529823 19498610688 55313 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19041612 memory=11884 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529828 19498610688 55313 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529829 19498610688 55313 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 221252 KiB

[startup+1.5006 s]
/proc/loadavg: 2.33 2.22 2.41 5/294 942106
/proc/meminfo: memFree=121266136/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19041612 memory=1934912 CPUtime=2.02 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 11122 0 0 0 140 62 0 0 20 0 19 0 181529822 19498610688 483728 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4760403 483728 5837 1 0 1081631 0
[pid=942073/tid=942075] ppid=942070 vsize=19041612 memory=11884 CPUtime=1.37 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 6949 0 0 0 79 58 0 0 20 0 19 0 181529823 19498610688 483728 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529828 19498610688 483728 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529829 19498610688 483728 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 2.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1934912 KiB

[startup+3.1066 s]
/proc/loadavg: 2.33 2.22 2.41 7/317 942162
/proc/meminfo: memFree=114458520/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19041612 memory=3405904 CPUtime=4.97 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 22119 0 0 0 398 99 0 0 20 0 19 0 181529822 19498610688 851476 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4760403 851476 5837 1 0 1087042 0
[pid=942073/tid=942075] ppid=942070 vsize=19041612 memory=0 CPUtime=2.94 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 7659 0 0 0 201 93 0 0 20 0 19 0 181529823 19498610688 851476 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19041612 memory=11884 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529828 19498610688 851476 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19041612 memory=4185789228277753 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529829 19498610688 851476 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3405904 KiB

[startup+6.30044 s]
/proc/loadavg: 2.62 2.29 2.43 6/318 942163
/proc/meminfo: memFree=112889180/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19041612 memory=3404828 CPUtime=9.44 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 24663 0 0 0 844 100 0 0 20 0 19 0 181529822 19498610688 851207 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4760403 851207 5837 1 0 1087785 0
[pid=942073/tid=942075] ppid=942070 vsize=19041612 memory=11884 CPUtime=6.04 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 8000 0 0 0 511 93 0 0 20 0 19 0 181529823 19498610688 851207 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19041612 memory=3394440 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529828 19498610688 851207 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19041612 memory=11596 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529829 19498610688 851207 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 9.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3404828 KiB

[startup+12.7004 s]
/proc/loadavg: 2.81 2.33 2.44 5/318 942165
/proc/meminfo: memFree=110366788/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19041612 memory=3891756 CPUtime=15.87 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 26221 0 0 0 1476 111 0 0 20 0 19 0 181529822 19498610688 972939 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4760403 972939 5853 1 0 1208941 0
[pid=942073/tid=942075] ppid=942070 vsize=19041612 memory=11596 CPUtime=12.25 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 9121 0 0 0 1123 102 0 0 20 0 19 0 181529823 19498610688 972939 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19041612 memory=3891756 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529828 19498610688 972939 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19041612 memory=43384 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529829 19498610688 972939 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 15.87 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3891756 KiB

[startup+25.5005 s]
/proc/loadavg: 3.37 2.48 2.49 5/318 942166
/proc/meminfo: memFree=108463436/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19041612 memory=3899240 CPUtime=28.79 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 30057 0 0 0 2765 114 0 0 20 0 19 0 181529822 19498610688 974810 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4760403 974810 5853 1 0 1208941 0
[pid=942073/tid=942075] ppid=942070 vsize=19041612 memory=3899040 CPUtime=24.66 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 10103 0 0 0 2363 103 0 0 20 0 19 0 181529823 19498610688 974810 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19041612 memory=3899040 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529828 19498610688 974810 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19041612 memory=11884 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529829 19498610688 974810 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 28.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3899240 KiB

[startup+51.114 s]
/proc/loadavg: 4.38 2.79 2.59 6/318 942372
/proc/meminfo: memFree=110213684/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19041612 memory=3918740 CPUtime=54.58 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 34776 0 0 0 5340 118 0 0 20 0 19 0 181529822 19498610688 979685 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4760403 979685 5853 1 0 1208941 0
[pid=942073/tid=942075] ppid=942070 vsize=19041612 memory=3916692 CPUtime=49.45 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 12906 0 0 0 4842 103 0 0 20 0 19 0 181529823 19498610688 979685 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19041612 memory=3916692 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181529828 19498610688 979685 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19041612 memory=-9175638296096973500 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181529829 19498610688 979685 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 54.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3918740 KiB

[startup+102.3 s]
/proc/loadavg: 5.00 3.20 2.74 5/322 942919
/proc/meminfo: memFree=107452800/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19041612 memory=4407384 CPUtime=106.14 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 43589 0 0 0 10478 136 0 0 20 0 19 0 181529822 19498610688 1101846 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4760403 1101846 5853 1 0 1325922 0

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

/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 215 0 0 0 0 0 0 0 20 0 20 0 181529829 19566772224 1109713 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942925] ppid=942070 vsize=19108176 memory=4438592 CPUtime=0 cores=0,2
/proc/942073/task/942925/stat : 942925 (Timer-0) S 942070 942073 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181542859 19566772224 1109713 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 172.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4438852 KiB

[startup+222.3 s]
/proc/loadavg: 4.41 3.58 2.94 5/323 943006
/proc/meminfo: memFree=105146556/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19108176 memory=4490440 CPUtime=233.96 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 74835 0 0 0 23242 154 0 0 20 0 20 0 181529822 19566772224 1122610 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4777044 1122610 5869 1 0 1326954 0
[pid=942073/tid=942075] ppid=942070 vsize=19108176 memory=4478068 CPUtime=216.43 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 28497 0 0 0 21527 116 0 0 20 0 20 0 181529823 19566772224 1122610 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529828 19566772224 1122610 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19108176 memory=4484296 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 250 0 0 0 0 0 0 0 20 0 20 0 181529829 19566772224 1122610 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942925] ppid=942070 vsize=19108176 memory=16216 CPUtime=0 cores=0,2
/proc/942073/task/942925/stat : 942925 (Timer-0) S 942070 942073 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181542859 19566772224 1122610 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 233.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4490440 KiB

[startup+282.3 s]
/proc/loadavg: 4.40 3.72 3.03 5/322 943016
/proc/meminfo: memFree=104724460/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19108176 memory=4535556 CPUtime=294.96 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 83755 0 0 0 29335 161 0 0 20 0 20 0 181529822 19566772224 1133889 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4777044 1133889 5869 1 0 1326970 0
[pid=942073/tid=942075] ppid=942070 vsize=19108176 memory=27484 CPUtime=275.13 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 31634 0 0 0 27396 117 0 0 20 0 20 0 181529823 19566772224 1133889 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19108176 memory=4506880 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529828 19566772224 1133889 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19108176 memory=5636 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 345 0 0 0 0 0 0 0 20 0 20 0 181529829 19566772224 1133889 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942925] ppid=942070 vsize=19108176 memory=4527364 CPUtime=0 cores=0,2
/proc/942073/task/942925/stat : 942925 (Timer-0) S 942070 942073 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181542859 19566772224 1133889 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 294.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4535556 KiB

[startup+342.3 s]
/proc/loadavg: 4.21 3.79 3.10 5/319 943027
/proc/meminfo: memFree=104349740/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19108176 memory=4568360 CPUtime=355.3 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 88976 0 0 0 35364 166 0 0 20 0 20 0 181529822 19566772224 1142090 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4777044 1142090 5869 1 0 1326970 0
[pid=942073/tid=942075] ppid=942070 vsize=19108176 memory=4562216 CPUtime=334.03 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 34653 0 0 0 33286 117 0 0 20 0 20 0 181529823 19566772224 1142090 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529828 19566772224 1142090 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 449 0 0 0 0 0 0 0 20 0 20 0 181529829 19566772224 1142090 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942925] ppid=942070 vsize=19108176 memory=4564264 CPUtime=0 cores=0,2
/proc/942073/task/942925/stat : 942925 (Timer-0) S 942070 942073 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181542859 19566772224 1142090 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 355.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4568360 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 3.86 3.17 5/317 943038
/proc/meminfo: memFree=104014348/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19108176 memory=4584744 CPUtime=415.54 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 93495 0 0 0 41384 170 0 0 20 0 20 0 181529822 19566772224 1146186 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4777044 1146186 5869 1 0 1326970 0
[pid=942073/tid=942075] ppid=942070 vsize=19108176 memory=4564264 CPUtime=393.34 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 37323 0 0 0 39217 117 0 0 20 0 20 0 181529823 19566772224 1146186 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529828 19566772224 1146186 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19108176 memory=4568360 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 530 0 0 0 0 0 0 0 20 0 20 0 181529829 19566772224 1146186 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942925] ppid=942070 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/942073/task/942925/stat : 942925 (Timer-0) S 942070 942073 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181542859 19566772224 1146186 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 415.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4584744 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 3.92 3.23 5/317 943048
/proc/meminfo: memFree=103842852/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19108176 memory=4619644 CPUtime=475.89 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 100095 0 0 0 47414 175 0 0 20 0 20 0 181529822 19566772224 1154911 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4777044 1154911 5875 1 0 1326987 0
[pid=942073/tid=942075] ppid=942070 vsize=19108176 memory=4611452 CPUtime=452.62 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 40468 0 0 0 45145 117 0 0 20 0 20 0 181529823 19566772224 1154911 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529828 19566772224 1154911 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19108176 memory=5616 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 611 0 0 0 0 0 0 0 20 0 20 0 181529829 19566772224 1154911 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942925] ppid=942070 vsize=19108176 memory=4619644 CPUtime=0 cores=0,2
/proc/942073/task/942925/stat : 942925 (Timer-0) S 942070 942073 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181542859 19566772224 1154911 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 475.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4619644 KiB

[startup+522.3 s]
/proc/loadavg: 4.11 3.95 3.29 5/317 943059
/proc/meminfo: memFree=103460356/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19108176 memory=4679036 CPUtime=536.62 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 104626 0 0 0 53481 181 0 0 20 0 20 0 181529822 19566772224 1169759 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4777044 1169759 5875 1 0 1326987 0
[pid=942073/tid=942075] ppid=942070 vsize=19108176 memory=4664700 CPUtime=511.29 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 43288 0 0 0 51011 118 0 0 20 0 20 0 181529823 19566772224 1169759 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529828 19566772224 1169759 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19108176 memory=68 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 714 0 0 0 0 0 0 0 20 0 20 0 181529829 19566772224 1169759 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942925] ppid=942070 vsize=19108176 memory=4679036 CPUtime=0 cores=0,2
/proc/942073/task/942925/stat : 942925 (Timer-0) S 942070 942073 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181542859 19566772224 1169759 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 536.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4679036 KiB

[startup+522.643 s]
# the end of solver process 942073 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=535.147 s, system=1.84376 s

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

[startup+522.401 s]
/proc/loadavg: 4.11 3.95 3.29 5/317 943059
/proc/meminfo: memFree=103460356/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19108176 memory=4679036 CPUtime=536.72 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 104626 0 0 0 53491 181 0 0 20 0 20 0 181529822 19566772224 1169759 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4777044 1169759 5875 1 0 1326987 0
[pid=942073/tid=942075] ppid=942070 vsize=19108176 memory=4664700 CPUtime=511.39 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) R 942070 942073 941949 0 -1 4194368 43288 0 0 0 51021 118 0 0 20 0 20 0 181529823 19566772224 1169759 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19108176 memory=4664700 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181529828 19566772224 1169759 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19108176 memory=-9175638296096973500 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 714 0 0 0 0 0 0 0 20 0 20 0 181529829 19566772224 1169759 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942925] ppid=942070 vsize=19108176 memory=4679036 CPUtime=0 cores=0,2
/proc/942073/task/942925/stat : 942925 (Timer-0) S 942070 942073 941949 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181542859 19566772224 1169759 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 536.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4679036 KiB

[startup+522.605 s]
/proc/loadavg: 4.11 3.95 3.29 5/317 943059
/proc/meminfo: memFree=103460356/131655788 swapFree=131071996/131071996
[pid=942073] ppid=942070 vsize=19241304 memory=4679576 CPUtime=536.95 cores=0,2
/proc/942073/stat : 942073 (java) S 942070 942073 941949 0 -1 1077936128 107743 0 0 0 53514 181 0 0 20 0 17 0 181529822 19703095296 1169894 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
/proc/942073/statm: 4810326 1169894 5871 1 0 1327629 0
[pid=942073/tid=942075] ppid=942070 vsize=19241304 memory=43384 CPUtime=511.54 cores=0,2
/proc/942073/task/942075/stat : 942075 (java) S 942070 942073 941949 0 -1 1077936192 44845 0 0 0 51036 118 0 0 20 0 17 0 181529823 19703095296 1169894 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942084] ppid=942070 vsize=19241304 memory=11884 CPUtime=0 cores=0,2
/proc/942073/task/942084/stat : 942084 (Finalizer) S 942070 942073 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 17 0 181529828 19703095296 1169894 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
[pid=942073/tid=942091] ppid=942070 vsize=19241304 memory=5616 CPUtime=0 cores=0,2
/proc/942073/task/942091/stat : 942091 (Common-Cleaner) S 942070 942073 941949 0 -1 1077936192 714 0 0 0 0 0 0 0 20 0 17 0 181529829 19703095296 1169894 134679101440 94661810827264 94661810830960 140723152420000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94661810838776 94661810839568 94661838229504 140723152425972 140723152426080 140723152426080 140723152433096 0
Current children cumulated CPU time: 536.95 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4679576 KiB

Child status: 20

Real time (s): 522.643
CPU time (s): 536.99
CPU user time (s): 535.147
CPU system time (s): 1.84376
CPU usage (%): 102.745
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4679576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 535.147
system time used= 1.84376
maximum resident set size= 4680528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107801
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29053
involuntary context switches= 4886


# summary of solver processes directly reported to runsolver:
#   pid: 942073
#   total CPU time (s): 536.99
#   total CPU user time (s): 535.147
#   total CPU system time (s): 1.84376

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.50141 second user time and 4.84046 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 11:09:09
IDJOB=4441421
IDBENCH=147705
IDSOLVER=3052
FILE ID=nodeC003/4441421-1721293737
RUNJOBID= nodeC003-1721293749-941959
SLURM_JOB_ID= 7542592
Free space on /tmp= 723748 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441421-1721293737/watcher-4441421-1721293737 -o /tmp/evaluation-result-4441421-1721293737/solver-4441421-1721293737 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941959 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4441421-1721293737.opb

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

MD5SUM BENCH= 911cf7319fa5fa56cdd8e7a94536c536
RANDOM SEED=2061732456

nodeC003.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	: 0xb00001f
cpu MHz		: 1326.713
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.217
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.265
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.217
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.219
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.217
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124174536 kB
MemAvailable:   129728920 kB
Buffers:          494420 kB
Cached:          5836900 kB
SwapCached:            0 kB
Active:           904516 kB
Inactive:        5893184 kB
Active(anon):       1452 kB
Inactive(anon):   502628 kB
Active(file):     903064 kB
Inactive(file):  5390556 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             37040 kB
Writeback:             0 kB
AnonPages:        466516 kB
Mapped:           125448 kB
Shmem:             37704 kB
KReclaimable:     201592 kB
Slab:             316696 kB
SReclaimable:     201592 kB
SUnreclaim:       115104 kB
KernelStack:        4768 kB
PageTables:        11008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7320432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57248 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC003 at 2024-07-18 11:17:52