Trace number 4448591

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 410.601 402.382

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
MD5SUM6aa2e19502a8f75e99296617bfe7afcb
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 benchmark1.39844
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2115194816
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.15	c Number of processors 	2
0.12/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	 - never skip resolution steps
0.12/0.22	 - Auto-division on coefficients is disabled
0.12/0.22	 - No postprocessing
0.12/0.22	 - Conflict is considered as is when resolving
0.12/0.22	 - Use constraints as they come during conflict analysis
0.12/0.22	 - Weaken first using unassigned literals
0.12/0.22	 - Bump strategy: ALWAYS_ONE
0.12/0.22	 - Bumper: EFFECTIVE
0.12/0.22	--- Begin Solver configuration ---
0.12/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.22	Learn all clauses as in MiniSAT
0.12/0.22	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	No reason simplification
0.12/0.22	Dynamic restart strategy considering the size of the coefficients
0.12/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.22	timeout=2147483s
0.12/0.22	DB Simplification allowed=false
0.12/0.22	Listener: none
0.12/0.22	--- End Solver configuration ---
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	c  - never skip resolution steps
0.12/0.22	c  - Auto-division on coefficients is disabled
0.12/0.22	c  - No postprocessing
0.12/0.22	c  - Conflict is considered as is when resolving
0.12/0.22	c  - Use constraints as they come during conflict analysis
0.12/0.22	c  - Weaken first using unassigned literals
0.12/0.22	c  - Bump strategy: ALWAYS_ONE
0.12/0.22	c  - Bumper: EFFECTIVE
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	c No reason simplification
0.12/0.22	c Dynamic restart strategy considering the size of the coefficients
0.12/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4448591-1721358675.opb
0.12/0.22	c reading problem ... 
0.12/0.22	c  no objective function found
0.33/0.27	c ... done. Wall clock time 0.05s.
0.33/0.27	c declared #vars     501
0.33/0.27	c #constraints  502
0.33/0.27	c constraints type 
0.33/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.33/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 500
0.33/0.27	c 502 constraints processed.
1.80/1.10	c cleaning 2493 clauses out of 5000 with flag 0/5000
3.60/1.93	c cleaning 4248 clauses out of 8508 with flag 0/11001
5.16/2.78	c cleaning 5625 clauses out of 11260 with flag 0/18001
6.98/3.71	c cleaning 6810 clauses out of 13634 with flag 0/26000
8.09/4.71	c cleaning 7905 clauses out of 15824 with flag 0/35000
9.45/5.71	c cleaning 8953 clauses out of 17920 with flag 0/45001
10.88/7.02	c cleaning 9974 clauses out of 19967 with flag 0/56001
12.18/8.39	c cleaning 10983 clauses out of 21992 with flag 0/68000
14.27/10.49	c cleaning 11995 clauses out of 24009 with flag 0/81000
16.08/12.28	c cleaning 12995 clauses out of 26015 with flag 0/95001
18.77/14.91	c cleaning 13999 clauses out of 28019 with flag 0/110000
22.78/18.90	c cleaning 15004 clauses out of 30021 with flag 0/126001
27.04/23.06	c cleaning 16002 clauses out of 32017 with flag 0/143001
32.03/27.90	c cleaning 17005 clauses out of 34014 with flag 0/161000
36.14/32.04	c cleaning 17998 clauses out of 36009 with flag 0/180000
41.15/37.08	c cleaning 19002 clauses out of 38011 with flag 0/200000
46.95/42.85	c cleaning 20000 clauses out of 40009 with flag 0/221000
52.68/48.54	c cleaning 21000 clauses out of 42010 with flag 0/243001
57.56/53.46	c cleaning 21996 clauses out of 44010 with flag 0/266001
61.79/57.60	c cleaning 22998 clauses out of 46014 with flag 0/290001
70.08/65.98	c cleaning 24007 clauses out of 48015 with flag 0/315000
79.33/75.17	c cleaning 24997 clauses out of 50009 with flag 0/341001
89.24/84.94	c cleaning 26000 clauses out of 52012 with flag 0/368001
102.42/97.96	c cleaning 27000 clauses out of 54011 with flag 0/396000
112.25/107.66	c cleaning 28001 clauses out of 56011 with flag 0/425000
128.27/123.41	c cleaning 29004 clauses out of 58013 with flag 0/455003
146.62/141.59	c cleaning 29997 clauses out of 60006 with flag 0/486000
166.59/161.24	c cleaning 30995 clauses out of 62010 with flag 0/518001
184.29/178.65	c cleaning 32005 clauses out of 64015 with flag 0/551001
202.44/196.66	c cleaning 32997 clauses out of 66009 with flag 0/585000
212.06/206.28	c cleaning 33997 clauses out of 68014 with flag 0/620002
224.18/218.17	c cleaning 35004 clauses out of 70016 with flag 0/656001
242.80/236.53	c cleaning 36001 clauses out of 72012 with flag 0/693001
267.83/261.21	c cleaning 37000 clauses out of 74010 with flag 0/731000
291.10/284.37	c cleaning 38001 clauses out of 76011 with flag 0/770001
320.32/313.27	c cleaning 39002 clauses out of 78009 with flag 0/810000
350.88/343.41	c cleaning 39997 clauses out of 80008 with flag 0/851001
386.27/378.57	c cleaning 41002 clauses out of 82010 with flag 0/893000
410.36/402.25	c starts		: 2335
410.36/402.28	c conflicts		: 926907
410.36/402.28	c decisions		: 1277565
410.36/402.28	c propagations		: 6088607
410.36/402.28	c inspects		: 1123719858
410.36/402.28	c shortcuts		: 0
410.36/402.28	c learnt literals	: 0
410.36/402.28	c learnt binary clauses	: 1
410.36/402.28	c learnt ternary clauses	: 3
410.36/402.28	c learnt constraints	: 926906
410.36/402.29	c ignored constraints	: 0
410.36/402.29	c root simplifications	: 0
410.36/402.29	c removed literals (reason simplification)	: 0
410.36/402.29	c reason swapping (by a shorter reason)	: 0
410.36/402.29	c Calls to reduceDB	: 38
410.36/402.29	c Number of update (reduction) of LBD	: 537274
410.36/402.29	c Imported unit clauses	: 0
410.36/402.29	c No decision after first conflict	: false
410.36/402.29	c number of reductions to clauses (during analyze)	: 0
410.36/402.29	c number of learned constraints concerned by reduction	: 0
410.36/402.29	c number of learning phase by resolution	: 0
410.36/402.29	c number of learning phase by cutting planes	: 0
410.36/402.29	c number of rounding to 1 operations	: 0
410.36/402.29	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
410.36/402.29	c number of reductions of the coefficients by power 2 	: 0
410.36/402.29	c number of right shift for reduction by power 2 	: 0
410.36/402.29	c number of reductions of the coefficients by GCD over coefficients 	: 0
410.36/402.29	c number of ending skipping 	: 0
410.36/402.29	c number of internal skipping 	: 0
410.36/402.29	c number of derivation steps 	: 3580812
410.36/402.29	c number of skipped derivation steps 	: 0
410.36/402.29	c number of remaining unassigned 	: 10360
410.36/402.29	c number of remaining assigned 	: 36376404
410.36/402.29	c number of falsified literals weakened from reason	: 0
410.36/402.29	c number of falsified literals weakened from conflict	: 0
410.36/402.29	c time for arithmetic operations	: 1551309877
410.47/402.31	c minimum degree of deleted constraints	: 1
410.47/402.31	c maximum degree of deleted constraints	: 10735
410.47/402.31	c number of deleted constraints	: 851992
410.47/402.31	c speed (assignments/second)	: 15144.696029390914
410.47/402.31	c non guided choices	: 4003
410.47/402.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9647
410.47/402.34	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 103
410.47/402.34	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 65164
410.47/402.35	s UNSATISFIABLE
410.47/402.35	c Total wall clock time (in seconds): 402.131

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448591-1721358675/watcher-4448591-1721358675 -o /tmp/evaluation-result-4448591-1721358675/solver-4448591-1721358675 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721350778-987411 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448591-1721358675.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=993101, runsolver pid=993098

[startup+0.100279 s]*
/proc/loadavg: 4.31 4.39 4.37 5/318 993119
/proc/meminfo: memFree=114252136/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=18975048 memory=56432 CPUtime=0.12 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 6578 0 0 0 10 2 0 0 20 0 18 0 188024661 19430449152 14108 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4743762 14108 5639 1 0 550915 0
[pid=993101/tid=993103] ppid=993098 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 5489 0 0 0 6 1 0 0 20 0 18 0 188024661 19430449152 14108 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188024667 19430449152 14108 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188024667 19430449152 14111 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56432 KiB

[startup+0.21427 s]*
/proc/loadavg: 4.31 4.39 4.37 7/318 993119
/proc/meminfo: memFree=114241492/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=18975048 memory=67020 CPUtime=0.33 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 7580 0 0 0 31 2 0 0 20 0 18 0 188024661 19430449152 16755 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4743762 16755 5787 1 0 551751 0
[pid=993101/tid=993103] ppid=993098 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 6054 0 0 0 17 2 0 0 20 0 18 0 188024661 19430449152 16755 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=18975048 memory=1774770 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188024667 19430449152 16755 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188024667 19430449152 16755 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67020 KiB

[startup+0.319127 s]*
/proc/loadavg: 4.31 4.39 4.37 8/319 993120
/proc/meminfo: memFree=114232076/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19041612 memory=76112 CPUtime=0.52 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 7766 0 0 0 50 2 0 0 20 0 19 0 188024661 19498610688 19028 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4760403 19028 5857 1 0 552115 0
[pid=993101/tid=993103] ppid=993098 vsize=19041612 memory=-8598614589461275324 CPUtime=0.29 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 6164 0 0 0 27 2 0 0 20 0 19 0 188024661 19498610688 19028 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188024667 19498610688 19028 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188024667 19498610688 19028 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188024688 19498610688 19028 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76112 KiB

[startup+0.701265 s]
/proc/loadavg: 4.31 4.39 4.37 5/319 993120
/proc/meminfo: memFree=114195164/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=166120 CPUtime=1.21 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 10348 0 0 0 116 5 0 0 20 0 20 0 188024661 19566772224 41530 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 41530 5872 1 0 553716 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=12508 CPUtime=0.63 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 6218 0 0 0 60 3 0 0 20 0 20 0 188024661 19566772224 41530 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 41530 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 41530 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=1936 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 41530 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 166120 KiB

[startup+1.50126 s]
/proc/loadavg: 4.31 4.39 4.37 6/320 993121
/proc/meminfo: memFree=114136624/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=272736 CPUtime=2.79 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 21723 0 0 0 271 8 0 0 20 0 20 0 188024661 19566772224 68184 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 68184 5887 1 0 558700 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=12508 CPUtime=1.39 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 7336 0 0 0 135 4 0 0 20 0 20 0 188024661 19566772224 68184 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 68184 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 68184 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 68184 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 272736 KiB

[startup+3.10627 s]
/proc/loadavg: 4.31 4.39 4.37 6/320 993121
/proc/meminfo: memFree=113518216/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=864508 CPUtime=5.97 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 24829 0 0 0 577 20 0 0 20 0 20 0 188024661 19566772224 216127 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 216127 5888 1 0 559576 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=0 CPUtime=2.98 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 8357 0 0 0 282 16 0 0 20 0 20 0 188024661 19566772224 216127 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 216127 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=462652 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 216127 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 216127 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 864508 KiB

[startup+6.30027 s]
/proc/loadavg: 4.44 4.41 4.37 5/320 993121
/proc/meminfo: memFree=112962524/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=1334720 CPUtime=10.18 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 25747 0 0 0 988 30 0 0 20 0 20 0 188024661 19566772224 333680 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 333680 5888 1 0 559978 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=12508 CPUtime=6.09 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 8768 0 0 0 583 26 0 0 20 0 20 0 188024661 19566772224 333680 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 333680 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=5866055502855756120 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 333680 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=5540 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 333680 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 10.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334720 KiB

[startup+12.7004 s]
/proc/loadavg: 4.41 4.41 4.37 5/320 993122
/proc/meminfo: memFree=112507584/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=1782448 CPUtime=16.58 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 26834 0 0 0 1618 40 0 0 20 0 20 0 188024661 19566772224 445612 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 445612 5898 1 0 672772 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=0 CPUtime=12.19 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 9529 0 0 0 1184 35 0 0 20 0 20 0 188024661 19566772224 445612 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=1782448 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 445612 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 445612 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 445612 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 16.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1782448 KiB

[startup+25.5013 s]
/proc/loadavg: 4.32 4.39 4.37 5/320 993124
/proc/meminfo: memFree=111361936/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=2911488 CPUtime=29.63 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 33523 0 0 0 2897 66 0 0 20 0 20 0 188024661 19566772224 727872 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 727872 5898 1 0 958954 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=1782448 CPUtime=24.44 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 11967 0 0 0 2385 59 0 0 20 0 20 0 188024661 19566772224 727872 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 727872 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=2392076 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 727872 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 727872 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 29.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2911488 KiB

[startup+51.1138 s]
/proc/loadavg: 4.40 4.40 4.37 5/320 993128
/proc/meminfo: memFree=111307760/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=2924240 CPUtime=55.28 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 37696 0 0 0 5459 69 0 0 20 0 20 0 188024661 19566772224 731060 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 731060 5898 1 0 958955 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=2922132 CPUtime=49.24 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 15016 0 0 0 4865 59 0 0 20 0 20 0 188024661 19566772224 731060 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=2922176 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 731060 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=2922176 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 731060 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=2919976 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 731060 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 55.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2924240 KiB

[startup+102.301 s]
/proc/loadavg: 4.30 4.38 4.36 5/320 993138
/proc/meminfo: memFree=109792836/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=3926480 CPUtime=106.86 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 46086 0 0 0 10593 93 0 0 20 0 20 0 188024661 19566772224 981620 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 981620 5913 1 0 1205448 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=3922188 CPUtime=98.48 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 20001 0 0 0 9769 79 0 0 20 0 20 0 188024661 19566772224 981620 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=3911900 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 981620 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=3903648 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 84 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 981620 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=2911488 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 981620 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 106.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3926480 KiB

[startup+162.3 s]
/proc/loadavg: 4.92 4.52 4.41 5/320 993148
/proc/meminfo: memFree=109247232/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=3984064 CPUtime=167.69 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 53273 0 0 0 16670 99 0 0 20 0 20 0 188024661 19566772224 996016 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 996016 5913 1 0 1205450 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=3957260 CPUtime=157.06 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 24929 0 0 0 15626 80 0 0 20 0 20 0 188024661 19566772224 996016 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 996016 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=45720 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 996016 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=3979968 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 996016 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 167.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3984064 KiB

[startup+222.3 s]
/proc/loadavg: 4.95 4.62 4.45 5/320 993159
/proc/meminfo: memFree=109147640/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=4031340 CPUtime=228.38 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 58591 0 0 0 22733 105 0 0 20 0 20 0 188024661 19566772224 1007835 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 1007835 5913 1 0 1205451 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=11420 CPUtime=215.31 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 28725 0 0 0 21451 80 0 0 20 0 20 0 188024661 19566772224 1007835 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=4027244 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 1007835 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=4025196 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 170 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 1007835 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=30196 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 1007835 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 228.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4031340 KiB

[startup+282.3 s]
/proc/loadavg: 4.51 4.55 4.44 5/317 993170
/proc/meminfo: memFree=109042196/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=4084816 CPUtime=289.06 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 63530 0 0 0 28796 110 0 0 20 0 20 0 188024661 19566772224 1021204 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 1021204 5913 1 0 1205451 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=2264 CPUtime=273.56 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 32140 0 0 0 27275 81 0 0 20 0 20 0 188024661 19566772224 1021204 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 1021204 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=4084816 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 253 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 1021204 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=4080632 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 1021204 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 289.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4084816 KiB

[startup+342.3 s]
/proc/loadavg: 4.33 4.49 4.43 5/318 993181
/proc/meminfo: memFree=108951108/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19108176 memory=4111548 CPUtime=349.78 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 68565 0 0 0 34863 115 0 0 20 0 20 0 188024661 19566772224 1027887 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4777044 1027887 5913 1 0 1205451 0
[pid=993101/tid=993103] ppid=993098 vsize=19108176 memory=2264 CPUtime=332.3 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) R 993098 993101 987398 0 -1 4194368 35664 0 0 0 33149 81 0 0 20 0 20 0 188024661 19566772224 1027887 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 1027887 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 334 0 0 0 0 0 0 0 20 0 20 0 188024667 19566772224 1027887 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993120] ppid=993098 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/993101/task/993120/stat : 993120 (Timer-0) S 993098 993101 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188024688 19566772224 1027887 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 349.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4111548 KiB

[startup+402.301 s]
/proc/loadavg: 4.31 4.46 4.42 5/318 993191
/proc/meminfo: memFree=108400376/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19241304 memory=4603916 CPUtime=410.47 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 78816 0 0 0 40917 130 0 0 20 0 20 0 188024661 19703095296 1150979 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4810326 1150979 5912 1 0 1323290 0
[pid=993101/tid=993103] ppid=993098 vsize=19241304 memory=16192 CPUtime=390.64 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) S 993098 993101 987398 0 -1 1077936192 40618 0 0 0 38973 91 0 0 20 0 20 0 188024661 19703095296 1150979 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19241304 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19703095296 1150979 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19241304 memory=11420 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 188024667 19703095296 1150979 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 410.47 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4603916 KiB

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

# cumulated CPU time of all completed processes:  user=409.269 s, system=1.33213 s

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

[startup+402.301 s]
/proc/loadavg: 4.31 4.46 4.42 5/318 993191
/proc/meminfo: memFree=108400376/131655788 swapFree=131070704/131071996
[pid=993101] ppid=993098 vsize=19241304 memory=4603916 CPUtime=410.47 cores=5,7
/proc/993101/stat : 993101 (java) S 993098 993101 987398 0 -1 1077936128 78816 0 0 0 40917 130 0 0 20 0 20 0 188024661 19703095296 1150979 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
/proc/993101/statm: 4810326 1150979 5912 1 0 1323290 0
[pid=993101/tid=993103] ppid=993098 vsize=19241304 memory=16192 CPUtime=390.64 cores=5,7
/proc/993101/task/993103/stat : 993103 (java) S 993098 993101 987398 0 -1 1077936192 40618 0 0 0 38973 91 0 0 20 0 20 0 188024661 19703095296 1150979 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993112] ppid=993098 vsize=19241304 memory=0 CPUtime=0 cores=5,7
/proc/993101/task/993112/stat : 993112 (Finalizer) S 993098 993101 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188024667 19703095296 1150979 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
[pid=993101/tid=993119] ppid=993098 vsize=19241304 memory=11420 CPUtime=0 cores=5,7
/proc/993101/task/993119/stat : 993119 (Common-Cleaner) S 993098 993101 987398 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 188024667 19703095296 1150979 134679101440 94495300165632 94495300169328 140736280938192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94495300177144 94495300177936 94495324266496 140736280941556 140736280941664 140736280941664 140736280948680 0
Current children cumulated CPU time: 410.47 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4603916 KiB

Child status: 20

Real time (s): 402.382
CPU time (s): 410.601
CPU user time (s): 409.269
CPU system time (s): 1.33213
CPU usage (%): 102.043
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4603916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 409.269
system time used= 1.33214
maximum resident set size= 4605164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19267
involuntary context switches= 1713


# summary of solver processes directly reported to runsolver:
#   pid: 993101
#   total CPU time (s): 410.601
#   total CPU user time (s): 409.269
#   total CPU system time (s): 1.33213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.09049 second user time and 4.31602 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-19 05:11:28
IDJOB=4448591
IDBENCH=160432
IDSOLVER=3052
FILE ID=nodeC011/4448591-1721358675
RUNJOBID= nodeC011-1721350778-987411
SLURM_JOB_ID= 7542750
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448591-1721358675/watcher-4448591-1721358675 -o /tmp/evaluation-result-4448591-1721358675/solver-4448591-1721358675 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721350778-987411 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448591-1721358675.opb

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

MD5SUM BENCH= 6aa2e19502a8f75e99296617bfe7afcb
RANDOM SEED=1400275605

nodeC011.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		: 3617.523
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.20
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		: 3603.620
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.31
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.238
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.20
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.163
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.31
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		: 3491.600
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.20
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		: 3491.619
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.31
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.598
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.20
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.135
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        114287360 kB
MemAvailable:   114786608 kB
Buffers:          536412 kB
Cached:           802668 kB
SwapCached:          132 kB
Active:          1045224 kB
Inactive:       15803416 kB
Active(anon):       1444 kB
Inactive(anon): 15545516 kB
Active(file):    1043780 kB
Inactive(file):   257900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:      15509444 kB
Mapped:           125088 kB
Shmem:             37400 kB
KReclaimable:      75536 kB
Slab:             158204 kB
SReclaimable:      75536 kB
SUnreclaim:        82668 kB
KernelStack:        4868 kB
PageTables:        40296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17127160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15226880 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-19 05:18:10