Trace number 4459150

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.18 3473.2

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_50.opb
MD5SUM3762504243d867ee0a80bf59380bdaf6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1326
Best CPU time to get the best result obtained on this benchmark1025.76
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3383952
Total number of constraints141576
Number of constraints which are clauses71451
Number of constraints which are cardinality constraints (but not clauses)64974
Number of constraints which are nor clauses,nor cardinality constraints5151
Minimum length of a constraint50
Maximum length of a constraint55
Number of terms in the objective function 2652
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2652
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2652
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.13/0.17	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.17	 - never skip resolution steps
0.13/0.17	 - Auto-division on coefficients is disabled
0.13/0.17	 - No postprocessing
0.13/0.17	 - Conflict is considered as is when resolving
0.13/0.17	 - Use constraints as they come during conflict analysis
0.13/0.17	 - Weaken first using unassigned literals
0.13/0.17	 - Bump strategy: ALWAYS_ONE
0.13/0.17	 - Bumper: EFFECTIVE
0.13/0.17	--- Begin Solver configuration ---
0.13/0.17	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.17	Learn all clauses as in MiniSAT
0.13/0.17	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.17	No reason simplification
0.13/0.17	Dynamic restart strategy considering the size of the coefficients
0.13/0.17	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.17	timeout=2147483s
0.13/0.17	DB Simplification allowed=false
0.13/0.17	Listener: none
0.13/0.17	--- End Solver configuration ---
0.13/0.17	c Pseudo Boolean Optimization by upper bound
0.13/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.17	c  - never skip resolution steps
0.13/0.17	c  - Auto-division on coefficients is disabled
0.13/0.17	c  - No postprocessing
0.13/0.17	c  - Conflict is considered as is when resolving
0.13/0.17	c  - Use constraints as they come during conflict analysis
0.13/0.17	c  - Weaken first using unassigned literals
0.13/0.17	c  - Bump strategy: ALWAYS_ONE
0.13/0.17	c  - Bumper: EFFECTIVE
0.13/0.17	c --- Begin Solver configuration ---
0.13/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.17	c Learn all clauses as in MiniSAT
0.13/0.17	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.17	c No reason simplification
0.13/0.17	c Dynamic restart strategy considering the size of the coefficients
0.13/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.17	c timeout=2147483s
0.13/0.17	c DB Simplification allowed=false
0.13/0.17	c Listener: none
0.13/0.17	c --- End Solver configuration ---
0.13/0.17	c solving HOME/instance-4459150-1721896274.opb
0.13/0.17	c reading problem ... 
0.13/0.20	c  objective function found
1422.09/1424.44	c ... done. Wall clock time 1424.265s.
1422.09/1424.44	c declared #vars     3383952
1422.09/1424.44	c #constraints  141576
1422.09/1424.44	c constraints type 
1422.09/1424.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70125
1422.09/1424.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 71451
1422.09/1424.44	c 141576 constraints processed.
1422.09/1424.46	c objective function length is 2652 literals
1510.84/1509.18	c cleaning 1946 clauses out of 5000 with flag 0/5000
1643.69/1641.64	c cleaning 3050 clauses out of 9054 with flag 0/11000
1759.95/1750.16	c cleaning 3911 clauses out of 13004 with flag 0/18000
1937.86/1913.19	c cleaning 4441 clauses out of 17094 with flag 0/26001
2910.26/2846.62	c cleaning 5711 clauses out of 21652 with flag 0/35000
3106.45/3012.97	c cleaning 5944 clauses out of 25941 with flag 0/45000
3530.60/3405.37	c cleaning 7373 clauses out of 30997 with flag 0/56000
3600.04/3473.11	c starts		: 129
3600.04/3473.12	c conflicts		: 56820
3600.04/3473.12	c decisions		: 15696679
3600.04/3473.12	c propagations		: 33876523
3600.04/3473.12	c inspects		: 136450191
3600.04/3473.12	c shortcuts		: 0
3600.04/3473.12	c learnt literals	: 0
3600.04/3473.12	c learnt binary clauses	: 2
3600.04/3473.12	c learnt ternary clauses	: 0
3600.04/3473.12	c learnt constraints	: 56819
3600.04/3473.12	c ignored constraints	: 0
3600.04/3473.12	c root simplifications	: 0
3600.04/3473.12	c removed literals (reason simplification)	: 0
3600.04/3473.12	c reason swapping (by a shorter reason)	: 0
3600.04/3473.12	c Calls to reduceDB	: 7
3600.04/3473.12	c Number of update (reduction) of LBD	: 54969
3600.04/3473.12	c Imported unit clauses	: 0
3600.04/3473.12	c No decision after first conflict	: false
3600.04/3473.12	c number of reductions to clauses (during analyze)	: 0
3600.04/3473.12	c number of learned constraints concerned by reduction	: 0
3600.04/3473.12	c number of learning phase by resolution	: 0
3600.04/3473.12	c number of learning phase by cutting planes	: 0
3600.04/3473.12	c number of rounding to 1 operations	: 0
3600.04/3473.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3473.12	c number of reductions of the coefficients by power 2 	: 0
3600.04/3473.12	c number of right shift for reduction by power 2 	: 0
3600.04/3473.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3473.12	c number of ending skipping 	: 0
3600.04/3473.12	c number of internal skipping 	: 0
3600.04/3473.12	c number of derivation steps 	: 318861
3600.04/3473.12	c number of skipped derivation steps 	: 0
3600.04/3473.12	c number of remaining unassigned 	: 17572
3600.04/3473.12	c number of remaining assigned 	: 194634316
3600.04/3473.12	c number of falsified literals weakened from reason	: 0
3600.04/3473.12	c timeout
3600.04/3473.13	c number of falsified literals weakened from conflict	: 0
3600.04/3473.13	c time for arithmetic operations	: 620437575
3600.04/3473.13	c minimum degree of deleted constraints	: 1
3600.04/3473.13	c maximum degree of deleted constraints	: 44669227
3600.04/3473.13	c number of deleted constraints	: 32376
3600.04/3473.13	c speed (assignments/second)	: 16536.716939280395
3600.04/3473.13	c non guided choices	: 14313354
3600.04/3473.15	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 23732
3600.04/3473.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.04/3473.15	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 709
3600.04/3473.15	s UNKNOWN
3600.04/3473.15	c Total wall clock time (in seconds): 3472.975

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (58043 MiB free)
  memory of node 1: 64510 MiB (60125 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459150-1721896274/watcher-4459150-1721896274 -o /tmp/evaluation-result-4459150-1721896274/solver-4459150-1721896274 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721889099-215888 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459150-1721896274.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
solver pid=220190, runsolver pid=220187
Current StackSize limit: 8192 KiB


[startup+0.101486 s]*
/proc/loadavg: 4.15 4.19 4.18 6/308 220208
/proc/meminfo: memFree=120965436/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=18975048 memory=60820 CPUtime=0.13 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 7156 0 0 0 11 2 0 0 20 0 18 0 26157782 19430449152 15205 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4743762 15205 5659 1 0 549294 0
[pid=220190/tid=220192] ppid=220187 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 1077936192 5705 0 0 0 7 1 0 0 20 0 18 0 26157783 19430449152 15205 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26157786 19430449152 15205 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=18975048 memory=14692998044028133 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26157786 19430449152 15205 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60820 KiB

[startup+0.20627 s]*
/proc/loadavg: 4.15 4.19 4.18 7/308 220208
/proc/meminfo: memFree=120860592/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=18975048 memory=165884 CPUtime=0.29 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 7700 0 0 0 25 4 0 0 20 0 18 0 26157782 19430449152 41471 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4743762 41471 5825 1 0 549613 0
[pid=220190/tid=220192] ppid=220187 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 6053 0 0 0 14 4 0 0 20 0 18 0 26157783 19430449152 41471 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=18975048 memory=1412932 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26157786 19430449152 41471 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26157786 19430449152 41471 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 165884 KiB

[startup+0.306428 s]*
/proc/loadavg: 4.15 4.19 4.18 6/308 220208
/proc/meminfo: memFree=120749476/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=18975048 memory=276484 CPUtime=0.48 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 9323 0 0 0 41 7 0 0 20 0 18 0 26157782 19430449152 69121 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4743762 69121 5857 1 0 550667 0
[pid=220190/tid=220192] ppid=220187 vsize=18975048 memory=-8670952571967087292 CPUtime=0.27 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 6142 0 0 0 21 6 0 0 20 0 18 0 26157783 19430449152 69121 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26157786 19430449152 69121 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26157786 19430449152 69121 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 276484 KiB

[startup+0.700262 s]
/proc/loadavg: 4.15 4.19 4.18 5/308 220208
/proc/meminfo: memFree=120252068/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19041612 memory=832520 CPUtime=0.94 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 9883 0 0 0 75 19 0 0 20 0 19 0 26157782 19498610688 208130 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4760403 208130 5857 1 0 551078 0
[pid=220190/tid=220192] ppid=220187 vsize=19041612 memory=5552 CPUtime=0.66 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 6404 0 0 0 48 18 0 0 20 0 19 0 26157783 19498610688 208130 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19041612 memory=12348 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 208130 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 208130 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 832520 KiB

[startup+1.51044 s]
/proc/loadavg: 4.15 4.19 4.18 5/328 220258
/proc/meminfo: memFree=120162844/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19041612 memory=833004 CPUtime=1.86 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 10404 0 0 0 166 20 0 0 20 0 19 0 26157782 19498610688 208251 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4760403 208251 5873 1 0 551097 0
[pid=220190/tid=220192] ppid=220187 vsize=19041612 memory=12348 CPUtime=1.45 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 6470 0 0 0 127 18 0 0 20 0 19 0 26157783 19498610688 208251 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 208251 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 208251 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 833004 KiB

[startup+3.10625 s]
/proc/loadavg: 4.15 4.19 4.18 7/330 220260
/proc/meminfo: memFree=119837204/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19041612 memory=1019976 CPUtime=3.58 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 11377 0 0 0 334 24 0 0 20 0 19 0 26157782 19498610688 254994 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4760403 254994 5873 1 0 658047 0
[pid=220190/tid=220192] ppid=220187 vsize=19041612 memory=0 CPUtime=2.98 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 6646 0 0 0 277 21 0 0 20 0 19 0 26157783 19498610688 254994 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19041612 memory=12348 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 254994 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19041612 memory=1085806387354654 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 254994 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 3.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1019976 KiB

[startup+6.30033 s]
/proc/loadavg: 4.22 4.21 4.18 9/330 220262
/proc/meminfo: memFree=119672820/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19041612 memory=1027248 CPUtime=6.84 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 11635 0 0 0 659 25 0 0 20 0 19 0 26157782 19498610688 256812 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4760403 256812 5889 1 0 658049 0
[pid=220190/tid=220192] ppid=220187 vsize=19041612 memory=11576 CPUtime=6.06 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 6866 0 0 0 585 21 0 0 20 0 19 0 26157783 19498610688 256812 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19041612 memory=62068 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 256812 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19041612 memory=-8672358847339012796 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 256812 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 6.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1027248 KiB

[startup+12.7003 s]
/proc/loadavg: 4.20 4.20 4.18 5/330 220262
/proc/meminfo: memFree=119302360/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19041612 memory=1029884 CPUtime=13.36 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 15629 0 0 0 1310 26 0 0 20 0 19 0 26157782 19498610688 257471 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4760403 257471 5889 1 0 658128 0
[pid=220190/tid=220192] ppid=220187 vsize=19041612 memory=-8672358847339012796 CPUtime=12.32 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 7719 0 0 0 1210 22 0 0 20 0 19 0 26157783 19498610688 257471 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19041612 memory=1029884 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 257471 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19041612 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 257471 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 13.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1029884 KiB

[startup+25.5004 s]
/proc/loadavg: 4.22 4.21 4.18 6/330 220265
/proc/meminfo: memFree=118393808/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19041612 memory=1038364 CPUtime=26.17 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 18459 0 0 0 2588 29 0 0 20 0 19 0 26157782 19498610688 259591 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4760403 259591 5905 1 0 658128 0
[pid=220190/tid=220192] ppid=220187 vsize=19041612 memory=1038364 CPUtime=24.84 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 8813 0 0 0 2462 22 0 0 20 0 19 0 26157783 19498610688 259591 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19041612 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 259591 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19041612 memory=1038364 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 259591 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 26.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1038364 KiB

[startup+51.1062 s]
/proc/loadavg: 4.15 4.19 4.18 5/331 220269
/proc/meminfo: memFree=116465188/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19041612 memory=1061900 CPUtime=52.48 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 37364 0 0 0 5211 37 0 0 20 0 19 0 26157782 19498610688 265475 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4760403 265475 5905 1 0 663969 0
[pid=220190/tid=220192] ppid=220187 vsize=19041612 memory=11576 CPUtime=49.82 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 10643 0 0 0 4960 22 0 0 20 0 19 0 26157783 19498610688 265475 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19041612 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 265475 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19041612 memory=1026584 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26157786 19498610688 265475 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 52.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1061900 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.21 4.18 5/331 220279
/proc/meminfo: memFree=114451800/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19041612 memory=1062340 CPUtime=103.5 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 45675 0 0 0 10305 45 0 0 20 0 19 0 26157782 19498610688 265585 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4760403 265585 5905 1 0 663985 0

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

/proc/meminfo: memFree=74799276/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19174740 memory=15079012 CPUtime=3269.63 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 675038 0 0 0 325150 1813 0 0 20 0 21 0 26157782 19634933760 3769753 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4793685 3769753 5972 1 0 4093879 0
[pid=220190/tid=220192] ppid=220187 vsize=19174740 memory=14956408 CPUtime=3085.23 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 208245 0 0 0 307345 1178 0 0 20 0 21 0 26157783 19634933760 3769753 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 85 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19174740 memory=16012 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3769753 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19174740 memory=14966896 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 3389 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3769753 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220530] ppid=220187 vsize=19174740 memory=15033820 CPUtime=0 cores=5,7
/proc/220190/task/220530/stat : 220530 (Timer-0) S 220187 220190 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26300239 19634933760 3769753 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 3269.63 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15079012 KiB

[startup+3222.3 s]
/proc/loadavg: 4.58 4.40 4.33 5/335 221437
/proc/meminfo: memFree=74110916/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19174740 memory=15079012 CPUtime=3329.61 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 681463 0 0 0 331146 1815 0 0 20 0 21 0 26157782 19634933760 3769753 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4793685 3769753 5972 1 0 4093879 0
[pid=220190/tid=220192] ppid=220187 vsize=19174740 memory=62280 CPUtime=3145.01 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 214255 0 0 0 313322 1179 0 0 20 0 21 0 26157783 19634933760 3769753 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 85 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19174740 memory=15079012 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3769753 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19174740 memory=15079012 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 3438 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3769753 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220530] ppid=220187 vsize=19174740 memory=62280 CPUtime=0 cores=5,7
/proc/220190/task/220530/stat : 220530 (Timer-0) S 220187 220190 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26300239 19634933760 3769753 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 3329.61 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15079012 KiB

[startup+3282.3 s]
/proc/loadavg: 4.57 4.42 4.34 5/335 221832
/proc/meminfo: memFree=82471476/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19174740 memory=6632548 CPUtime=3391.31 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 708339 0 0 0 337304 1827 0 0 20 0 21 0 26157782 19634933760 1658137 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4793685 1658137 5972 1 0 1678063 0
[pid=220190/tid=220192] ppid=220187 vsize=19174740 memory=15091300 CPUtime=3204.4 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 226409 0 0 0 319256 1184 0 0 20 0 21 0 26157783 19634933760 1658137 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 85 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19174740 memory=15091300 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 1658137 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19174740 memory=15079012 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 3584 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 1658137 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220530] ppid=220187 vsize=19174740 memory=62280 CPUtime=0 cores=5,7
/proc/220190/task/220530/stat : 220530 (Timer-0) S 220187 220190 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26300239 19634933760 1658137 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 3391.31 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6632548 KiB

[startup+3342.3 s]
/proc/loadavg: 4.50 4.43 4.35 5/335 221843
/proc/meminfo: memFree=74136992/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19174740 memory=14921656 CPUtime=3459.27 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 790819 0 0 0 343864 2063 0 0 20 0 21 0 26157782 19634933760 3730414 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4793685 3730414 5972 1 0 4085527 0
[pid=220190/tid=220192] ppid=220187 vsize=19174740 memory=62280 CPUtime=3263.13 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 252238 0 0 0 324920 1393 0 0 20 0 21 0 26157783 19634933760 3730414 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 85 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19174740 memory=62280 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3730414 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19174740 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 3624 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3730414 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220530] ppid=220187 vsize=19174740 memory=14921576 CPUtime=0 cores=5,7
/proc/220190/task/220530/stat : 220530 (Timer-0) S 220187 220190 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26300239 19634933760 3730414 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 3459.27 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 14921656 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.41 4.35 5/335 221853
/proc/meminfo: memFree=73682624/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19174740 memory=15327156 CPUtime=3527.63 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 869171 0 0 0 350511 2252 0 0 20 0 21 0 26157782 19634933760 3831789 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4793685 3831789 5972 1 0 4070911 0
[pid=220190/tid=220192] ppid=220187 vsize=19174740 memory=62280 CPUtime=3321.8 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 276333 0 0 0 330629 1551 0 0 20 0 21 0 26157783 19634933760 3831789 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 87 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19174740 memory=2036 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3831789 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19174740 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 3667 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3831789 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220530] ppid=220187 vsize=19174740 memory=-8670952571967087292 CPUtime=0 cores=5,7
/proc/220190/task/220530/stat : 220530 (Timer-0) S 220187 220190 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26300239 19634933760 3831789 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 3527.63 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15327156 KiB

[startup+3462.3 s]
/proc/loadavg: 4.47 4.44 4.37 5/339 222039
/proc/meminfo: memFree=72860600/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19174740 memory=15761304 CPUtime=3589.27 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 881217 0 0 0 356660 2267 0 0 20 0 21 0 26157782 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4793685 3940326 5972 1 0 4093936 0
[pid=220190/tid=220192] ppid=220187 vsize=19174740 memory=62280 CPUtime=3381.31 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 284202 0 0 0 336572 1559 0 0 20 0 21 0 26157783 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 87 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19174740 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19174740 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 3823 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220530] ppid=220187 vsize=19174740 memory=15761304 CPUtime=0 cores=5,7
/proc/220190/task/220530/stat : 220530 (Timer-0) S 220187 220190 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26300239 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 3589.27 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15761304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3473.11 s]
/proc/loadavg: 4.40 4.43 4.36 5/339 222041
/proc/meminfo: memFree=72857956/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19174740 memory=15761304 CPUtime=3600.04 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 883433 0 0 0 357737 2267 0 0 20 0 21 0 26157782 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4793685 3940326 5972 1 0 4093936 0
[pid=220190/tid=220192] ppid=220187 vsize=19174740 memory=62280 CPUtime=3392.08 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 286417 0 0 0 337649 1559 0 0 20 0 21 0 26157783 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 87 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19174740 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19174740 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 3823 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220530] ppid=220187 vsize=19174740 memory=15761304 CPUtime=0 cores=5,7
/proc/220190/task/220530/stat : 220530 (Timer-0) S 220187 220190 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26300239 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15761304 KiB

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

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

# cumulated CPU time of all completed processes:  user=3577.44 s, system=22.7336 s

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

[startup+3473.11 s]
/proc/loadavg: 4.40 4.43 4.36 5/339 222041
/proc/meminfo: memFree=72857956/131524600 swapFree=131054992/131071996
[pid=220190] ppid=220187 vsize=19174740 memory=15761304 CPUtime=3600.04 cores=5,7
/proc/220190/stat : 220190 (java) S 220187 220190 215875 0 -1 1077936128 883433 0 0 0 357737 2267 0 0 20 0 21 0 26157782 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
/proc/220190/statm: 4793685 3940326 5972 1 0 4093936 0
[pid=220190/tid=220192] ppid=220187 vsize=19174740 memory=62280 CPUtime=3392.08 cores=5,7
/proc/220190/task/220192/stat : 220192 (java) R 220187 220190 215875 0 -1 4194368 286417 0 0 0 337649 1559 0 0 20 0 21 0 26157783 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 87 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220201] ppid=220187 vsize=19174740 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220201/stat : 220201 (Finalizer) S 220187 220190 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220208] ppid=220187 vsize=19174740 memory=11576 CPUtime=0 cores=5,7
/proc/220190/task/220208/stat : 220208 (Common-Cleaner) S 220187 220190 215875 0 -1 1077936192 3823 0 0 0 0 0 0 0 20 0 21 0 26157786 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
[pid=220190/tid=220530] ppid=220187 vsize=19174740 memory=15761304 CPUtime=0 cores=5,7
/proc/220190/task/220530/stat : 220530 (Timer-0) S 220187 220190 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26300239 19634933760 3940326 134679101440 94002116157440 94002116161136 140730788064880 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94002116168952 94002116169744 94002121543680 140730788070389 140730788070497 140730788070497 140730788077512 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15761304 KiB

Child status: 143

Real time (s): 3473.2
CPU time (s): 3600.18
CPU user time (s): 3577.44
CPU system time (s): 22.7336
CPU usage (%): 103.656
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 16303776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.44
system time used= 22.7336
maximum resident set size= 16303776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 887314
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 552533
involuntary context switches= 25684


# summary of solver processes directly reported to runsolver:
#   pid: 220190
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3577.44
#   total CPU system time (s): 22.7336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.39772 second user time and 16.8736 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-25 10:31:15
IDJOB=4459150
IDBENCH=178533
IDSOLVER=3052
FILE ID=nodeC035/4459150-1721896274
RUNJOBID= nodeC035-1721889099-215888
SLURM_JOB_ID= 8089322
Free space on /tmp= 889848 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_50.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459150-1721896274/watcher-4459150-1721896274 -o /tmp/evaluation-result-4459150-1721896274/solver-4459150-1721896274 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721889099-215888 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459150-1721896274.opb

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

MD5SUM BENCH= 3762504243d867ee0a80bf59380bdaf6
RANDOM SEED=1049996026

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3662.468
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3683.672
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3663.115
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3603.333
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.010
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3646.013
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3670.198
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3683.591
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121005396 kB
MemAvailable:   126837752 kB
Buffers:          312308 kB
Cached:          6309092 kB
SwapCached:          296 kB
Active:          2284400 kB
Inactive:        7562284 kB
Active(anon):       2016 kB
Inactive(anon):  3268288 kB
Active(file):    2282384 kB
Inactive(file):  4293996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054992 kB
Dirty:             84184 kB
Writeback:             0 kB
AnonPages:       3224440 kB
Mapped:           123788 kB
Shmem:             45024 kB
KReclaimable:     191248 kB
Slab:             311760 kB
SReclaimable:     191248 kB
SUnreclaim:       120512 kB
KernelStack:        4672 kB
PageTables:        16176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8089756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16992 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2992128 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:      414420 kB
DirectMap2M:    48642048 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 889856 MiB
End job on nodeC035 at 2024-07-25 11:29:08