Trace number 4459694

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.25 3597.03

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
MD5SUM1c04f93ff6e2db7ac940de3c219b1dcf
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.072821
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables192
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version CUSTOM.v20240707
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		4.18.0-301.1.el8.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2115194816
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2122317824
0.26/0.25	c Number of processors 	2
0.43/0.42	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.42	 - never skip resolution steps
0.43/0.42	 - Auto-division on coefficients is disabled
0.43/0.42	 - No postprocessing
0.43/0.42	 - Conflict is considered as is when resolving
0.43/0.42	 - Use constraints as they come during conflict analysis
0.43/0.42	 - Weaken first using unassigned literals
0.43/0.42	 - Bump strategy: ALWAYS_ONE
0.43/0.42	 - Bumper: EFFECTIVE
0.43/0.42	--- Begin Solver configuration ---
0.43/0.42	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.43/0.42	Learn all clauses as in MiniSAT
0.43/0.42	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.42	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.42	No reason simplification
0.43/0.42	Dynamic restart strategy considering the size of the coefficients
0.43/0.42	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.43/0.42	timeout=2147483s
0.43/0.42	DB Simplification allowed=false
0.43/0.42	Listener: none
0.43/0.42	--- End Solver configuration ---
0.61/0.43	c Pseudo Boolean Optimization by upper bound
0.61/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.61/0.43	c  - never skip resolution steps
0.61/0.43	c  - Auto-division on coefficients is disabled
0.61/0.43	c  - No postprocessing
0.61/0.43	c  - Conflict is considered as is when resolving
0.61/0.43	c  - Use constraints as they come during conflict analysis
0.61/0.43	c  - Weaken first using unassigned literals
0.61/0.43	c  - Bump strategy: ALWAYS_ONE
0.61/0.43	c  - Bumper: EFFECTIVE
0.61/0.43	c --- Begin Solver configuration ---
0.61/0.43	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.61/0.43	c Learn all clauses as in MiniSAT
0.61/0.43	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.61/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.61/0.43	c No reason simplification
0.61/0.43	c Dynamic restart strategy considering the size of the coefficients
0.61/0.43	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.61/0.43	c timeout=2147483s
0.61/0.43	c DB Simplification allowed=false
0.61/0.43	c Listener: none
0.61/0.43	c --- End Solver configuration ---
0.61/0.43	c solving HOME/instance-4459694-1721939462.opb
0.61/0.43	c reading problem ... 
0.61/0.43	c  objective function found
0.80/0.54	c ... done. Wall clock time 0.117s.
0.80/0.55	c declared #vars     192
0.80/0.55	c internal #vars     704
0.80/0.55	c #constraints  1049
0.80/0.55	c constraints type 
0.80/0.55	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 537
0.80/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.80/0.55	c 1049 constraints processed.
0.80/0.57	c objective function length is 8 literals
44.89/42.25	c cleaning 2494 clauses out of 5000 with flag 0/5000
159.77/156.70	c cleaning 4237 clauses out of 8506 with flag 0/11000
460.62/457.43	c cleaning 5629 clauses out of 11270 with flag 0/18001
565.42/562.21	c cleaning 6790 clauses out of 13641 with flag 0/26001
778.86/776.05	c cleaning 7897 clauses out of 15850 with flag 0/35000
1345.83/1343.31	c cleaning 8930 clauses out of 17953 with flag 0/45000
1743.23/1740.72	c cleaning 9977 clauses out of 20023 with flag 0/56000
2221.65/2219.62	c cleaning 11001 clauses out of 22047 with flag 0/68001
2892.58/2891.13	c cleaning 11998 clauses out of 24046 with flag 0/81001
3302.55/3300.59	c cleaning 12999 clauses out of 26047 with flag 0/95000
3600.05/3596.92	c starts		: 18
3600.05/3596.93	c conflicts		: 106318
3600.05/3596.95	c decisions		: 111755
3600.05/3596.95	c propagations		: 1653435
3600.05/3596.95	c inspects		: 1805971392
3600.05/3596.95	c shortcuts		: 0
3600.05/3596.95	c learnt literals	: 0
3600.05/3596.95	c learnt binary clauses	: 0
3600.05/3596.95	c learnt ternary clauses	: 0
3600.05/3596.95	c learnt constraints	: 106317
3600.05/3596.95	c ignored constraints	: 0
3600.05/3596.95	c root simplifications	: 0
3600.05/3596.95	c removed literals (reason simplification)	: 0
3600.05/3596.96	c reason swapping (by a shorter reason)	: 0
3600.05/3596.96	c Calls to reduceDB	: 10
3600.05/3596.96	c Number of update (reduction) of LBD	: 49844
3600.05/3596.96	c Imported unit clauses	: 0
3600.05/3596.96	c No decision after first conflict	: false
3600.05/3596.96	c number of reductions to clauses (during analyze)	: 0
3600.05/3596.96	c number of learned constraints concerned by reduction	: 0
3600.05/3596.96	c number of learning phase by resolution	: 0
3600.05/3596.96	c number of learning phase by cutting planes	: 0
3600.05/3596.96	c number of rounding to 1 operations	: 0
3600.05/3596.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3596.96	c number of reductions of the coefficients by power 2 	: 0
3600.05/3596.96	c number of right shift for reduction by power 2 	: 0
3600.05/3596.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3596.96	c number of ending skipping 	: 0
3600.05/3596.96	c number of internal skipping 	: 0
3600.05/3596.96	c number of derivation steps 	: 1418856
3600.05/3596.97	c number of skipped derivation steps 	: 0
3600.05/3596.97	c timeout
3600.05/3596.98	c number of remaining unassigned 	: 106908
3600.05/3596.98	c number of remaining assigned 	: 26156121
3600.05/3596.98	c number of falsified literals weakened from reason	: 0
3600.05/3596.98	c number of falsified literals weakened from conflict	: 0
3600.05/3596.98	c time for arithmetic operations	: 6916541623
3600.05/3596.98	c minimum degree of deleted constraints	: 1
3600.05/3596.98	c maximum degree of deleted constraints	: 8702800813504089227468484706258462858178075438255833007073981244423720313311634819438205502616436096131551191481623413055544040459633757188581391745238499461177615527880251466239088354162279304991577007948508874027986001700143263546578772929847343569523687656574763437016043238398929844186594985030085917636679288363942908060610329096181656568663272684530418846418367623898876722469759488251808911857842466887047361981766622502009370843984800877986649939107303456083926105817258587631330472844918689790711979780135173184479725310046075439981567331551376901231902548370800342017140724167250825774239940047977879554403951607567433562826438382385439203541906902074748582408487911022755893140677959702612477233805349484323749748849873295169205776095561954061986028946732397632317827677190794379153873955415076741620559654351275910168825505287408709524191070433483035728372554118950437608543898559961555698424797907462968452403986231672288663265572122149154721701565885735976124970837881676878222640441015657876165397997196420
3600.05/3596.98	c number of deleted constraints	: 81952
3600.05/3596.98	c speed (assignments/second)	: 459.7473750826869
3600.05/3596.98	c non guided choices	: 674
3600.05/3596.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 73
3600.05/3596.99	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24292
3600.05/3596.99	s UNKNOWN
3600.05/3596.99	c Total wall clock time (in seconds): 3596.569

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: 64096 MiB (61836 MiB free)
  memory of node 1: 64473 MiB (61259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459694-1721939462/watcher-4459694-1721939462 -o /tmp/evaluation-result-4459694-1721939462/solver-4459694-1721939462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721939462-237806 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459694-1721939462.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=237823, runsolver pid=237820

[startup+0.100069 s]*
/proc/loadavg: 0.08 0.08 0.18 4/246 237841
/proc/meminfo: memFree=126015880/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=18975048 memory=54464 CPUtime=0.09 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 5993 0 0 0 6 3 0 0 20 0 18 0 29936089 19430449152 13616 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4743762 13616 5215 1 0 550516 0
[pid=237823/tid=237825] ppid=237820 vsize=18975048 memory=4026532033 CPUtime=0.07 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 5170 0 0 0 5 2 0 0 20 0 18 0 29936090 19430449152 13616 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=18975048 memory=219932787024 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936097 19430449152 13616 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=18975048 memory=14414821602151186 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936098 19430449152 13616 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54464 KiB

[startup+0.213898 s]*
/proc/loadavg: 0.08 0.08 0.18 2/246 237841
/proc/meminfo: memFree=126012660/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=18975048 memory=59212 CPUtime=0.26 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 6694 0 0 0 22 4 0 0 20 0 18 0 29936089 19430449152 14803 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4743762 14803 5694 1 0 551102 0
[pid=237823/tid=237825] ppid=237820 vsize=18975048 memory=4027996365 CPUtime=0.17 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) S 237820 237823 237796 0 -1 1077936192 5539 0 0 0 14 3 0 0 20 0 18 0 29936090 19430449152 14803 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=18975048 memory=1364501 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936097 19430449152 14803 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=18975048 memory=16102571949426385 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936098 19430449152 14803 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59212 KiB

[startup+0.313826 s]*
/proc/loadavg: 0.08 0.08 0.18 4/246 237841
/proc/meminfo: memFree=126004976/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=18975048 memory=66924 CPUtime=0.43 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 7141 0 0 0 38 5 0 0 20 0 18 0 29936089 19430449152 16731 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4743762 16731 5689 1 0 551484 0
[pid=237823/tid=237825] ppid=237820 vsize=18975048 memory=-9177036853429904060 CPUtime=0.27 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 5711 0 0 0 24 3 0 0 20 0 18 0 29936090 19430449152 16731 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936097 19430449152 16731 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936098 19430449152 16731 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66924 KiB

[startup+0.700919 s]
/proc/loadavg: 0.08 0.08 0.18 6/247 237851
/proc/meminfo: memFree=125995472/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19041612 memory=83640 CPUtime=1.12 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 8432 0 1 0 105 7 0 0 20 0 19 0 29936089 19498610688 20910 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4760403 20910 5901 1 0 552426 0
[pid=237823/tid=237825] ppid=237820 vsize=19041612 memory=5516 CPUtime=0.6 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 6085 0 1 0 56 4 0 0 20 0 19 0 29936090 19498610688 20910 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19041612 memory=12668 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 29936097 19498610688 20910 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 29936098 19498610688 20910 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83640 KiB

[startup+1.50094 s]
/proc/loadavg: 0.08 0.08 0.18 11/316 237938
/proc/meminfo: memFree=125822728/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19111356 memory=184528 CPUtime=2.7 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 20113 0 1 0 257 13 0 0 20 0 20 0 29936089 19570028544 46132 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777839 46132 5917 1 0 557901 0
[pid=237823/tid=237825] ppid=237820 vsize=19111356 memory=12668 CPUtime=1.32 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 6396 0 1 0 126 6 0 0 20 0 20 0 29936090 19570028544 46132 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19111356 memory=0 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19570028544 46132 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19111356 memory=0 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 29936098 19570028544 46132 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19111356 memory=0 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19570028544 46132 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19111356 KiB
Current children cumulated memory: 184528 KiB

[startup+3.10591 s]
/proc/loadavg: 0.08 0.08 0.18 11/323 237945
/proc/meminfo: memFree=124974356/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=432652 CPUtime=5.39 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 22987 0 1 0 521 18 0 0 20 0 20 0 29936089 19566772224 108163 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 108163 5933 1 0 557974 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=0 CPUtime=2.87 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 6948 0 1 0 277 10 0 0 20 0 20 0 29936090 19566772224 108163 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 108163 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 29936098 19566772224 108163 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=12668 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 108163 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 5.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 432652 KiB

[startup+6.30092 s]
/proc/loadavg: 0.64 0.20 0.22 6/323 237945
/proc/meminfo: memFree=123002124/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=844036 CPUtime=8.77 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 23682 0 1 0 851 26 0 0 20 0 20 0 29936089 19566772224 211009 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 211009 5933 1 0 664486 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=12668 CPUtime=5.96 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 7279 0 1 0 579 17 0 0 20 0 20 0 29936090 19566772224 211009 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=5450881115118994986 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 211009 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 29936098 19566772224 211009 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=61760 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 211009 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 8.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 844036 KiB

[startup+12.7004 s]
/proc/loadavg: 0.91 0.26 0.24 5/323 237947
/proc/meminfo: memFree=120753584/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=1141104 CPUtime=15.15 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 25557 0 1 0 1480 35 0 0 20 0 20 0 29936089 19566772224 285276 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 285276 5933 1 0 664496 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=15864 CPUtime=12.26 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 8710 0 1 0 1201 25 0 0 20 0 20 0 29936090 19566772224 285276 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=1104132 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 285276 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=1226476 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 29936098 19566772224 285276 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=12668 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 285276 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 15.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1141104 KiB

[startup+25.5005 s]
/proc/loadavg: 1.67 0.46 0.30 5/323 237949
/proc/meminfo: memFree=118330264/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=1593964 CPUtime=28.06 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 31001 0 1 0 2760 46 0 0 20 0 20 0 29936089 19566772224 398491 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 398491 5933 1 0 664500 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=1226476 CPUtime=24.91 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 10751 0 1 0 2456 35 0 0 20 0 20 0 29936090 19566772224 398491 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=12668 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 398491 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 29936098 19566772224 398491 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=1571428 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 398491 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 28.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1593964 KiB

[startup+51.1135 s]
/proc/loadavg: 2.47 0.75 0.40 6/323 237954
/proc/meminfo: memFree=114199708/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=1610752 CPUtime=53.97 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 39614 0 1 0 5346 51 0 0 20 0 20 0 29936089 19566772224 402688 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 402688 5949 1 0 664548 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=61760 CPUtime=49.9 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 14048 0 1 0 4954 36 0 0 20 0 20 0 29936090 19566772224 402688 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=2228 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 402688 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 29936098 19566772224 402688 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0

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

/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 665990 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=104 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 2628 0 0 0 0 0 0 0 20 0 20 0 29936098 19566772224 665990 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=5516 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 665990 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 3224.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2663960 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.29 4.16 5/320 239560
/proc/meminfo: memFree=113255292/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=2672276 CPUtime=3284.17 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 202974 0 1 0 328110 307 0 0 20 0 20 0 29936089 19566772224 668069 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 668069 5965 1 0 792168 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=15864 CPUtime=3243.09 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 88062 0 1 0 324241 68 0 0 20 0 20 0 29936090 19566772224 668069 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=2670180 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 668069 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 2691 0 0 0 0 0 0 0 20 0 20 0 29936098 19566772224 668069 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=2666008 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 668069 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 3284.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2672276 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.26 4.16 5/318 239570
/proc/meminfo: memFree=113244780/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=2682616 CPUtime=3344.74 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 204274 0 1 0 334162 312 0 0 20 0 20 0 29936089 19566772224 670654 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 670654 5965 1 0 792228 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=61984 CPUtime=3301.65 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 88994 0 1 0 330097 68 0 0 20 0 20 0 29936090 19566772224 670654 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=2680568 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 670654 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=2680568 CPUtime=0.01 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 2750 0 0 0 0 1 0 0 20 0 20 0 29936098 19566772224 670654 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=1964 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 670654 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 3344.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2682616 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.27 4.17 5/318 239581
/proc/meminfo: memFree=113137584/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=2705500 CPUtime=3405.27 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 207393 0 1 0 340209 318 0 0 20 0 20 0 29936089 19566772224 676375 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 676375 5965 1 0 792251 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=2688964 CPUtime=3360.55 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 90051 0 1 0 335986 69 0 0 20 0 20 0 29936090 19566772224 676375 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=2699320 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 676375 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=2701372 CPUtime=0.01 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 2750 0 0 0 0 1 0 0 20 0 20 0 29936098 19566772224 676375 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=2703452 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 676375 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 3405.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2705500 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.24 4.16 5/320 239762
/proc/meminfo: memFree=113373216/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=2719884 CPUtime=3465.53 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 210183 0 1 0 346231 322 0 0 20 0 20 0 29936089 19566772224 679971 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 679971 5965 1 0 792251 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=2709596 CPUtime=3419.25 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 91532 0 1 0 341856 69 0 0 20 0 20 0 29936090 19566772224 679971 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=2717812 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 679971 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=-9177036853429904060 CPUtime=0.01 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 2801 0 0 0 0 1 0 0 20 0 20 0 29936098 19566772224 679971 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=2891368355362976562 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 679971 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 3465.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2719884 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.22 4.16 5/320 239772
/proc/meminfo: memFree=112968152/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=2748628 CPUtime=3525.56 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 212627 0 1 0 352229 327 0 0 20 0 20 0 29936089 19566772224 687157 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 687157 5965 1 0 792251 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=2736288 CPUtime=3478.53 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 92759 0 1 0 347784 69 0 0 20 0 20 0 29936090 19566772224 687157 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=2742456 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 687157 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=15864 CPUtime=0.01 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 2866 0 0 0 0 1 0 0 20 0 20 0 29936098 19566772224 687157 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 687157 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 3525.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2748628 KiB

[startup+3582.3 s]
/proc/loadavg: 4.34 4.27 4.18 5/324 240109
/proc/meminfo: memFree=114379744/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=2758896 CPUtime=3585.46 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 213521 0 1 0 358214 332 0 0 20 0 20 0 29936089 19566772224 689724 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 689724 5965 1 0 792251 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=2756832 CPUtime=3537.89 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 93434 0 1 0 353720 69 0 0 20 0 20 0 29936090 19566772224 689724 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 26 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=2756832 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 689724 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=4641 CPUtime=0.01 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 2928 0 0 0 0 1 0 0 20 0 20 0 29936098 19566772224 689724 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 689724 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 3585.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2758896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.9 s]
/proc/loadavg: 4.34 4.27 4.18 5/324 240110
/proc/meminfo: memFree=112478248/131655788 swapFree=131058856/131071996
[pid=237823] ppid=237820 vsize=19108176 memory=2758896 CPUtime=3600.05 cores=0,2
/proc/237823/stat : 237823 (java) S 237820 237823 237796 0 -1 1077936128 214095 0 1 0 359672 333 0 0 20 0 20 0 29936089 19566772224 689724 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
/proc/237823/statm: 4777044 689724 5965 1 0 792251 0
[pid=237823/tid=237825] ppid=237820 vsize=19108176 memory=2756832 CPUtime=3552.42 cores=0,2
/proc/237823/task/237825/stat : 237825 (java) R 237820 237823 237796 0 -1 4194368 93875 0 1 0 355173 69 0 0 20 0 20 0 29936090 19566772224 689724 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 26 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237834] ppid=237820 vsize=19108176 memory=61984 CPUtime=0 cores=0,2
/proc/237823/task/237834/stat : 237834 (Finalizer) S 237820 237823 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936097 19566772224 689724 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237841] ppid=237820 vsize=19108176 memory=2758896 CPUtime=0.01 cores=0,2
/proc/237823/task/237841/stat : 237841 (Common-Cleaner) S 237820 237823 237796 0 -1 1077936192 2928 0 0 0 0 1 0 0 20 0 20 0 29936098 19566772224 689724 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
[pid=237823/tid=237863] ppid=237820 vsize=19108176 memory=2758896 CPUtime=0 cores=0,2
/proc/237823/task/237863/stat : 237863 (Timer-0) S 237820 237823 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936147 19566772224 689724 134679101440 94851188097024 94851188100720 140726874729056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94851188108536 94851188109328 94851220791296 140726874731508 140726874731616 140726874731616 140726874738632 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2758896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.89 s, system=3.36137 s

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

[startup+3597 s]*
/proc/loadavg: 4.34 4.27 4.18 4/319 240115
/proc/meminfo: memFree=112397480/131655788 swapFree=131058856/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3597.03
CPU time (s): 3600.25
CPU user time (s): 3596.89
CPU system time (s): 3.36137
CPU usage (%): 100.09
Max. virtual memory (cumulated for all children) (KiB): 19111356
Max. memory (cumulated for all children) (KiB): 2758896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.89
system time used= 3.36137
maximum resident set size= 2760392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217193
page faults= 1
swaps= 0
block input operations= 8
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129469
involuntary context switches= 28635


# summary of solver processes directly reported to runsolver:
#   pid: 237823
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3596.89
#   total CPU system time (s): 3.36137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4082 second user time and 39.5183 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 22:31:02
IDJOB=4459694
IDBENCH=148404
IDSOLVER=3052
FILE ID=nodeC009/4459694-1721939462
RUNJOBID= nodeC009-1721939462-237806
SLURM_JOB_ID= 8247263
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459694-1721939462/watcher-4459694-1721939462 -o /tmp/evaluation-result-4459694-1721939462/solver-4459694-1721939462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721939462-237806 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459694-1721939462.opb

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

MD5SUM BENCH= 1c04f93ff6e2db7ac940de3c219b1dcf
RANDOM SEED=1503976896

nodeC009.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		: 1197.255
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.96
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.356
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.36
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.259
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.96
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.289
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.36
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.297
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.96
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.282
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.36
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.310
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.96
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.270
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126051072 kB
MemAvailable:   129865968 kB
Buffers:          345448 kB
Cached:          4207884 kB
SwapCached:         4924 kB
Active:          1864648 kB
Inactive:        3017632 kB
Active(anon):       1508 kB
Inactive(anon):   372736 kB
Active(file):    1863140 kB
Inactive(file):  2644896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:               748 kB
Writeback:             0 kB
AnonPages:        323444 kB
Mapped:            90868 kB
Shmem:             45300 kB
KReclaimable:     294120 kB
Slab:             405288 kB
SReclaimable:     294120 kB
SUnreclaim:       111168 kB
KernelStack:        3696 kB
PageTables:         9492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     591760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-25 23:30:59