Trace number 4429958

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.26 3534.22

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx60.opb
MD5SUMc4903dfb08836eadb378d0a168fb9840
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 benchmark6
Best CPU time to get the best result obtained on this benchmark4.32773
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.00/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.11	c java.vm.version	22.0.1+8-16
0.00/0.11	c java.vm.vendor	Oracle Corporation
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		22.0.1
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.11	c os.arch		amd64
0.13/0.11	c Free memory 		2115194816
0.13/0.11	c Max memory 		16282288128
0.13/0.11	c Total memory 		2122317824
0.13/0.12	c Number of processors 	2
0.13/0.18	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.18	 - never skip resolution steps
0.13/0.18	 - Auto-division on coefficients is disabled
0.13/0.18	 - No postprocessing
0.13/0.18	 - Conflict is considered as is when resolving
0.13/0.18	 - Use constraints as they come during conflict analysis
0.13/0.18	 - Weaken first using unassigned literals
0.13/0.18	 - Bump strategy: ALWAYS_ONE
0.13/0.18	 - Bumper: EFFECTIVE
0.13/0.18	--- Begin Solver configuration ---
0.13/0.18	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.18	Learn all clauses as in MiniSAT
0.13/0.18	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.18	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.18	No reason simplification
0.13/0.18	Dynamic restart strategy considering the size of the coefficients
0.13/0.18	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.18	timeout=2147483s
0.13/0.18	DB Simplification allowed=false
0.13/0.18	Listener: none
0.13/0.18	--- End Solver configuration ---
0.13/0.18	c Pseudo Boolean Optimization by upper bound
0.13/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.18	c  - never skip resolution steps
0.13/0.18	c  - Auto-division on coefficients is disabled
0.13/0.18	c  - No postprocessing
0.13/0.18	c  - Conflict is considered as is when resolving
0.13/0.18	c  - Use constraints as they come during conflict analysis
0.13/0.18	c  - Weaken first using unassigned literals
0.13/0.18	c  - Bump strategy: ALWAYS_ONE
0.13/0.18	c  - Bumper: EFFECTIVE
0.13/0.18	c --- Begin Solver configuration ---
0.13/0.18	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.18	c Learn all clauses as in MiniSAT
0.13/0.18	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.18	c No reason simplification
0.13/0.18	c Dynamic restart strategy considering the size of the coefficients
0.13/0.18	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.18	c timeout=2147483s
0.13/0.18	c DB Simplification allowed=false
0.13/0.18	c Listener: none
0.13/0.18	c --- End Solver configuration ---
0.13/0.18	c solving HOME/instance-4429958-1721120290.opb
0.13/0.18	c reading problem ... 
0.13/0.19	c  objective function found
0.70/0.47	c ... done. Wall clock time 0.278s.
0.70/0.47	c declared #vars     2994
0.70/0.47	c #constraints  3493
0.70/0.47	c constraints type 
0.70/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2988
0.70/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
0.70/0.47	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 384
0.70/0.47	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.70/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 60
0.70/0.47	c 3493 constraints processed.
0.70/0.49	c objective function length is 6 literals
18.35/13.11	c cleaning 2501 clauses out of 5001 with flag 0/5001
68.18/60.37	c cleaning 4247 clauses out of 8499 with flag 0/11000
126.14/117.69	c cleaning 5622 clauses out of 11253 with flag 0/18001
232.67/223.27	c cleaning 6812 clauses out of 13630 with flag 0/26000
368.34/357.70	c cleaning 7905 clauses out of 15818 with flag 0/35000
504.95/492.08	c cleaning 8955 clauses out of 17914 with flag 0/45001
819.58/803.07	c cleaning 9969 clauses out of 19960 with flag 0/56002
1326.89/1306.84	c cleaning 10986 clauses out of 21992 with flag 0/68003
2173.77/2140.79	c cleaning 11988 clauses out of 24003 with flag 0/81000
2497.53/2452.03	c cleaning 13006 clauses out of 26015 with flag 0/95000
3450.29/3392.78	c cleaning 14000 clauses out of 28011 with flag 0/110002
3600.09/3534.13	c timeout
3600.09/3534.14	c starts		: 25
3600.09/3534.15	c conflicts		: 118841
3600.09/3534.15	c decisions		: 217603
3600.09/3534.15	c propagations		: 10306993
3600.09/3534.15	c inspects		: 367993588
3600.09/3534.15	c shortcuts		: 0
3600.09/3534.15	c learnt literals	: 0
3600.09/3534.15	c learnt binary clauses	: 0
3600.09/3534.15	c learnt ternary clauses	: 0
3600.09/3534.15	c learnt constraints	: 118840
3600.09/3534.15	c ignored constraints	: 0
3600.09/3534.15	c root simplifications	: 0
3600.09/3534.15	c removed literals (reason simplification)	: 0
3600.09/3534.15	c reason swapping (by a shorter reason)	: 0
3600.09/3534.15	c Calls to reduceDB	: 11
3600.09/3534.15	c Number of update (reduction) of LBD	: 118931
3600.09/3534.15	c Imported unit clauses	: 0
3600.09/3534.15	c No decision after first conflict	: false
3600.09/3534.15	c number of reductions to clauses (during analyze)	: 0
3600.09/3534.15	c number of learned constraints concerned by reduction	: 0
3600.09/3534.15	c number of learning phase by resolution	: 0
3600.09/3534.15	c number of learning phase by cutting planes	: 0
3600.09/3534.15	c number of rounding to 1 operations	: 0
3600.09/3534.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3534.15	c number of reductions of the coefficients by power 2 	: 0
3600.09/3534.15	c number of right shift for reduction by power 2 	: 0
3600.09/3534.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3534.15	c number of ending skipping 	: 0
3600.09/3534.15	c number of internal skipping 	: 0
3600.09/3534.15	c number of derivation steps 	: 1430288
3600.09/3534.15	c number of skipped derivation steps 	: 0
3600.09/3534.15	c number of remaining unassigned 	: 335916
3600.09/3534.17	c number of remaining assigned 	: 249402590
3600.09/3534.17	c number of falsified literals weakened from reason	: 0
3600.09/3534.17	c number of falsified literals weakened from conflict	: 0
3600.09/3534.17	c time for arithmetic operations	: 9315751986
3600.09/3534.17	c minimum degree of deleted constraints	: 41
3600.09/3534.17	c maximum degree of deleted constraints	: 9842225376743437180269382689517972430952726350836
3600.09/3534.17	c number of deleted constraints	: 95991
3600.09/3534.17	c speed (assignments/second)	: 2916.788966057462
3600.09/3534.17	c non guided choices	: 2634
3600.09/3534.20	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22849
3600.09/3534.20	s UNKNOWN
3600.09/3534.20	c Total wall clock time (in seconds): 3534.01

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (56906 MiB free)
  memory of node 1: 64510 MiB (56403 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429958-1721120290/watcher-4429958-1721120290 -o /tmp/evaluation-result-4429958-1721120290/solver-4429958-1721120290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721116745-836659 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429958-1721120290.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=838496, runsolver pid=838493
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.18 4.18 4.18 7/319 838514
/proc/meminfo: memFree=115993596/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=18975048 memory=56736 CPUtime=0.13 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 6758 0 0 0 11 2 0 0 20 0 18 0 164185410 19430449152 14175 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4743762 14175 5546 1 0 551032 0
[pid=838496/tid=838498] ppid=838493 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 5675 0 0 0 7 2 0 0 20 0 18 0 164185410 19430449152 14184 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164185414 19430449152 14184 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164185415 19430449152 14184 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56736 KiB

[startup+0.216581 s]*
/proc/loadavg: 4.18 4.18 4.18 7/319 838514
/proc/meminfo: memFree=115979576/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=18975048 memory=72964 CPUtime=0.35 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 7590 0 0 0 32 3 0 0 20 0 18 0 164185410 19430449152 18241 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4743762 18241 5750 1 0 551718 0
[pid=838496/tid=838498] ppid=838493 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 6088 0 0 0 18 2 0 0 20 0 18 0 164185410 19430449152 18241 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=18975048 memory=5697 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164185414 19430449152 18241 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164185415 19430449152 18241 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72964 KiB

[startup+0.316043 s]*
/proc/loadavg: 4.18 4.18 4.18 6/319 838514
/proc/meminfo: memFree=115936092/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=18975048 memory=118428 CPUtime=0.53 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 7697 0 0 0 49 4 0 0 20 0 18 0 164185410 19430449152 29607 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4743762 29607 5750 1 0 551735 0
[pid=838496/tid=838498] ppid=838493 vsize=18975048 memory=-8958898140230296252 CPUtime=0.3 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) S 838493 838496 836649 0 -1 1077936192 6121 0 0 0 27 3 0 0 20 0 18 0 164185410 19430449152 29607 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164185414 19430449152 29607 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164185415 19430449152 29607 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 118428 KiB

[startup+0.708441 s]
/proc/loadavg: 4.18 4.18 4.18 7/321 838516
/proc/meminfo: memFree=115888340/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=163884 CPUtime=1.23 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 9765 0 0 0 118 5 0 0 20 0 20 0 164185410 19566772224 40971 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 40971 5922 1 0 553528 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=5512 CPUtime=0.61 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 6297 0 0 0 57 4 0 0 20 0 20 0 164185410 19566772224 40971 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 40971 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=280284063130280 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164185415 19566772224 40971 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 40971 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 163884 KiB

[startup+1.50056 s]
/proc/loadavg: 4.18 4.18 4.18 7/321 838516
/proc/meminfo: memFree=115876692/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=184452 CPUtime=2.79 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 19875 0 0 0 272 7 0 0 20 0 20 0 164185410 19566772224 46113 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 46113 5922 1 0 556345 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=11992 CPUtime=1.33 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 6644 0 0 0 129 4 0 0 20 0 20 0 164185410 19566772224 46113 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 46113 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164185415 19566772224 46113 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=280284062983440 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 46113 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184452 KiB

[startup+3.10555 s]
/proc/loadavg: 4.18 4.18 4.18 5/321 838517
/proc/meminfo: memFree=115791872/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=258644 CPUtime=5.67 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 23847 0 0 0 558 9 0 0 20 0 20 0 164185410 19566772224 64661 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 64661 5922 1 0 557820 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=0 CPUtime=2.88 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 6974 0 0 0 283 5 0 0 20 0 20 0 164185410 19566772224 64661 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 64661 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164185415 19566772224 64661 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 64661 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 258644 KiB

[startup+6.30055 s]
/proc/loadavg: 4.17 4.18 4.18 6/321 838517
/proc/meminfo: memFree=115400972/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=712092 CPUtime=9.63 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 24768 0 0 0 943 20 0 0 20 0 20 0 164185410 19566772224 178023 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 178023 5922 1 0 664336 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=11992 CPUtime=5.86 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 7375 0 0 0 572 14 0 0 20 0 20 0 164185410 19566772224 178023 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 178023 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164185415 19566772224 178023 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=187624 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 178023 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 9.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 712092 KiB

[startup+12.7004 s]
/proc/loadavg: 4.31 4.21 4.19 6/321 838585
/proc/meminfo: memFree=118751884/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=1204484 CPUtime=17.81 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 33192 0 0 0 1750 31 0 0 20 0 20 0 164185410 19566772224 301121 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 301121 5922 1 0 667880 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=0 CPUtime=12.08 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 8080 0 0 0 1186 22 0 0 20 0 20 0 164185410 19566772224 301121 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 301121 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=1073408 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164185415 19566772224 301121 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 301121 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 17.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1204484 KiB

[startup+25.5006 s]
/proc/loadavg: 4.39 4.23 4.20 5/321 838826
/proc/meminfo: memFree=118398696/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=2680164 CPUtime=32.84 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 46800 0 0 0 3222 62 0 0 20 0 20 0 164185410 19566772224 670041 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 670041 5922 1 0 968733 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=1073408 CPUtime=24.26 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 11527 0 0 0 2378 48 0 0 20 0 20 0 164185410 19566772224 670041 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=132 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 670041 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 164185415 19566772224 670041 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 670041 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 32.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2680164 KiB

[startup+51.1133 s]
/proc/loadavg: 4.83 4.36 4.24 6/321 838899
/proc/meminfo: memFree=119665544/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=2805436 CPUtime=58.61 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 51163 0 0 0 5792 69 0 0 20 0 20 0 164185410 19566772224 701359 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 701359 5922 1 0 968740 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=2805436 CPUtime=49.12 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 14296 0 0 0 4863 49 0 0 20 0 20 0 164185410 19566772224 701359 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=2805436 CPUtime=0 cores=0,2

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

/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=3436320 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 2907 0 0 0 0 0 0 0 20 0 20 0 164185415 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=3436320 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 3215.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3436320 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.17 4.19 5/319 840103
/proc/meminfo: memFree=112317636/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=3436320 CPUtime=3276.53 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 364756 0 0 0 327343 310 0 0 20 0 20 0 164185410 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 859080 5978 1 0 869468 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=3436320 CPUtime=3172.72 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 125894 0 0 0 317202 70 0 0 20 0 20 0 164185410 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=3436320 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=3436320 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 2907 0 0 0 0 0 0 0 20 0 20 0 164185415 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=3436320 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 3276.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3436320 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.23 4.21 5/319 840114
/proc/meminfo: memFree=114093008/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=3436320 CPUtime=3338.26 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 368486 0 0 0 333512 314 0 0 20 0 20 0 164185410 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 859080 5978 1 0 869468 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=3436320 CPUtime=3231.96 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 126914 0 0 0 323126 70 0 0 20 0 20 0 164185410 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 2991 0 0 0 0 0 0 0 20 0 20 0 164185415 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=41456 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 3338.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3436320 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.18 4.19 5/319 840124
/proc/meminfo: memFree=114285748/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=3436320 CPUtime=3398.11 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 368831 0 0 0 339493 318 0 0 20 0 20 0 164185410 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 859080 5978 1 0 869468 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=3436320 CPUtime=3291.21 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 127134 0 0 0 329051 70 0 0 20 0 20 0 164185410 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=3436320 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=3436320 CPUtime=0 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 2991 0 0 0 0 0 0 0 20 0 20 0 164185415 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=3436320 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 859080 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 3398.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3436320 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.22 4.20 5/319 840135
/proc/meminfo: memFree=114285520/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=3436332 CPUtime=3460.69 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 369807 0 0 0 345746 323 0 0 20 0 20 0 164185410 19566772224 859083 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 859083 5978 1 0 869472 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=3436320 CPUtime=3350.21 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 127809 0 0 0 334951 70 0 0 20 0 20 0 164185410 19566772224 859083 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=3436320 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 859083 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=3436320 CPUtime=0.01 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 2991 0 0 0 1 0 0 0 20 0 20 0 164185415 19566772224 859083 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=-8958898140230296252 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 859083 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 3460.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3436332 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.24 4.21 6/322 840531
/proc/meminfo: memFree=114891756/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=2827968 CPUtime=3521.86 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 374057 0 0 0 351859 327 0 0 20 0 20 0 164185410 19566772224 706992 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 706992 5978 1 0 717058 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=3436320 CPUtime=3408.82 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 129305 0 0 0 340812 70 0 0 20 0 20 0 164185410 19566772224 706992 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 35 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 706992 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=2827964 CPUtime=0.01 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 3016 0 0 0 1 0 0 0 20 0 20 0 164185415 19566772224 706992 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=-8958898140230296252 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 706992 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 3521.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2827968 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.26 4.22 5/320 840542
/proc/meminfo: memFree=114891772/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=2827976 CPUtime=3586.61 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 374783 0 0 0 358327 334 0 0 20 0 20 0 164185410 19566772224 706994 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 706994 5978 1 0 717058 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=332897 CPUtime=3467.33 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 129534 0 0 0 346662 71 0 0 20 0 20 0 164185410 19566772224 706994 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 35 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 706994 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=2827976 CPUtime=0.01 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 3033 0 0 0 1 0 0 0 20 0 20 0 164185415 19566772224 706994 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=2827976 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 706994 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 3586.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2827976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3534.11 s]
/proc/loadavg: 4.26 4.25 4.21 5/320 840545
/proc/meminfo: memFree=114891744/131655788 swapFree=131071996/131071996
[pid=838496] ppid=838493 vsize=19108176 memory=2827976 CPUtime=3600.09 cores=0,2
/proc/838496/stat : 838496 (java) S 838493 838496 836649 0 -1 1077936128 374919 0 0 0 359673 336 0 0 20 0 20 0 164185410 19566772224 706994 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
/proc/838496/statm: 4777044 706994 5978 1 0 717058 0
[pid=838496/tid=838498] ppid=838493 vsize=19108176 memory=11600 CPUtime=3478.75 cores=0,2
/proc/838496/task/838498/stat : 838498 (java) R 838493 838496 836649 0 -1 4194368 129627 0 0 0 347804 71 0 0 20 0 20 0 164185410 19566772224 706994 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 35 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838507] ppid=838493 vsize=19108176 memory=2648 CPUtime=0 cores=0,2
/proc/838496/task/838507/stat : 838507 (Finalizer) S 838493 838496 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164185414 19566772224 706994 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838514] ppid=838493 vsize=19108176 memory=2827976 CPUtime=0.01 cores=0,2
/proc/838496/task/838514/stat : 838514 (Common-Cleaner) S 838493 838496 836649 0 -1 1077936192 3033 0 0 0 1 0 0 0 20 0 20 0 164185415 19566772224 706994 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
[pid=838496/tid=838516] ppid=838493 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/838496/task/838516/stat : 838516 (Timer-0) S 838493 838496 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164185459 19566772224 706994 134679101440 93884395372544 93884395376240 140736823283408 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93884395384056 93884395384848 93884419321856 140736823288821 140736823288929 140736823288929 140736823295944 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2827976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.88 s, system=3.37593 s

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

[startup+3534.21 s]*
/proc/loadavg: 4.26 4.25 4.21 5/302 840548
/proc/meminfo: memFree=117689380/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3534.22
CPU time (s): 3600.26
CPU user time (s): 3596.88
CPU system time (s): 3.37593
CPU usage (%): 101.869
Max. virtual memory (cumulated for all children) (KiB): 19108912
Max. memory (cumulated for all children) (KiB): 3833432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.88
system time used= 3.37593
maximum resident set size= 3833432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376454
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117250
involuntary context switches= 35114


# summary of solver processes directly reported to runsolver:
#   pid: 838496
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3596.88
#   total CPU system time (s): 3.37593

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8395 second user time and 28.8002 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-16 10:58:22
IDJOB=4429958
IDBENCH=148771
IDSOLVER=3052
FILE ID=nodeC008/4429958-1721120290
RUNJOBID= nodeC008-1721116745-836659
SLURM_JOB_ID= 7505659
Free space on /tmp= 723752 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx60.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429958-1721120290/watcher-4429958-1721120290 -o /tmp/evaluation-result-4429958-1721120290/solver-4429958-1721120290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721116745-836659 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429958-1721120290.opb

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

MD5SUM BENCH= c4903dfb08836eadb378d0a168fb9840
RANDOM SEED=1154051259

nodeC008.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		: 3491.981
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.91
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		: 3626.695
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		: 1496.562
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.91
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.298
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		: 3666.582
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.91
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		: 3638.041
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.438
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.91
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.261
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:        116029568 kB
MemAvailable:   116273780 kB
Buffers:          419948 kB
Cached:           668468 kB
SwapCached:            0 kB
Active:           666112 kB
Inactive:       14410136 kB
Active(anon):       1476 kB
Inactive(anon): 14024376 kB
Active(file):     664636 kB
Inactive(file):   385760 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               760 kB
Writeback:             8 kB
AnonPages:      13988156 kB
Mapped:           124244 kB
Shmem:             37704 kB
KReclaimable:      67692 kB
Slab:             161900 kB
SReclaimable:      67692 kB
SUnreclaim:        94208 kB
KernelStack:        4864 kB
PageTables:        37456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   14669836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52256 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13588480 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-16 11:57:16