Trace number 4445321

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.36 3592.85

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob2.opb
MD5SUMf3b4489b3c27b845ad2c738d1f690b61
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.27947
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 14215207
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 175368570
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version CUSTOM.v20240707
0.13/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.21	c java.vm.version	22.0.1+8-16
0.13/0.21	c java.vm.vendor	Oracle Corporation
0.13/0.21	c sun.arch.data.model	64
0.13/0.21	c java.version		22.0.1
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.21	c os.arch		amd64
0.13/0.22	c Free memory 		2115194816
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2122317824
0.13/0.23	c Number of processors 	2
0.46/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.40	 - never skip resolution steps
0.46/0.40	 - Auto-division on coefficients is disabled
0.46/0.40	 - No postprocessing
0.46/0.40	 - Conflict is considered as is when resolving
0.46/0.40	 - Use constraints as they come during conflict analysis
0.46/0.40	 - Weaken first using unassigned literals
0.46/0.40	 - Bump strategy: ALWAYS_ONE
0.46/0.40	 - Bumper: EFFECTIVE
0.46/0.40	--- Begin Solver configuration ---
0.46/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.40	Learn all clauses as in MiniSAT
0.46/0.40	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.40	No reason simplification
0.46/0.40	Dynamic restart strategy considering the size of the coefficients
0.46/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.40	timeout=2147483s
0.46/0.40	DB Simplification allowed=false
0.46/0.40	Listener: none
0.46/0.40	--- End Solver configuration ---
0.46/0.41	c Pseudo Boolean Optimization by upper bound
0.46/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.41	c  - never skip resolution steps
0.46/0.41	c  - Auto-division on coefficients is disabled
0.46/0.41	c  - No postprocessing
0.46/0.41	c  - Conflict is considered as is when resolving
0.46/0.41	c  - Use constraints as they come during conflict analysis
0.46/0.41	c  - Weaken first using unassigned literals
0.46/0.41	c  - Bump strategy: ALWAYS_ONE
0.46/0.41	c  - Bumper: EFFECTIVE
0.46/0.41	c --- Begin Solver configuration ---
0.46/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.41	c Learn all clauses as in MiniSAT
0.46/0.41	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.41	c No reason simplification
0.46/0.41	c Dynamic restart strategy considering the size of the coefficients
0.46/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.41	c timeout=2147483s
0.46/0.41	c DB Simplification allowed=false
0.46/0.41	c Listener: none
0.46/0.41	c --- End Solver configuration ---
0.46/0.41	c solving HOME/instance-4445321-1721328469.opb
0.46/0.41	c reading problem ... 
0.46/0.41	c  no objective function found
0.66/0.44	c ... done. Wall clock time 0.029s.
0.66/0.44	c declared #vars     68
0.66/0.44	c #constraints  2
0.66/0.44	c constraints type 
0.66/0.44	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.66/0.44	c 2 constraints processed.
21.68/16.43	c cleaning 2501 clauses out of 5001 with flag 0/5001
61.54/55.01	c cleaning 4245 clauses out of 8500 with flag 0/11001
196.73/189.40	c cleaning 5627 clauses out of 11254 with flag 0/18000
373.68/365.97	c cleaning 6810 clauses out of 13627 with flag 0/26000
637.26/629.71	c cleaning 7908 clauses out of 15817 with flag 0/35000
988.68/981.60	c cleaning 8953 clauses out of 17910 with flag 0/45001
1426.29/1418.98	c cleaning 9979 clauses out of 19957 with flag 0/56001
1954.83/1947.61	c cleaning 10989 clauses out of 21977 with flag 0/68000
2596.70/2588.92	c cleaning 11993 clauses out of 23988 with flag 0/81000
3338.53/3331.26	c cleaning 12996 clauses out of 25995 with flag 0/95000
3600.09/3592.72	c starts		: 8
3600.09/3592.73	c conflicts		: 101191
3600.09/3592.74	c decisions		: 110562
3600.09/3592.74	c propagations		: 535595
3600.09/3592.74	c inspects		: 1874457207
3600.09/3592.74	c shortcuts		: 0
3600.09/3592.74	c learnt literals	: 0
3600.09/3592.74	c learnt binary clauses	: 0
3600.09/3592.74	c learnt ternary clauses	: 0
3600.09/3592.74	c learnt constraints	: 101191
3600.09/3592.74	c ignored constraints	: 0
3600.09/3592.74	c root simplifications	: 0
3600.09/3592.74	c removed literals (reason simplification)	: 0
3600.09/3592.74	c reason swapping (by a shorter reason)	: 0
3600.09/3592.77	c Calls to reduceDB	: 10
3600.09/3592.77	c Number of update (reduction) of LBD	: 84049
3600.09/3592.77	c Imported unit clauses	: 0
3600.09/3592.77	c No decision after first conflict	: false
3600.09/3592.77	c number of reductions to clauses (during analyze)	: 0
3600.09/3592.77	c number of learned constraints concerned by reduction	: 0
3600.09/3592.77	c number of learning phase by resolution	: 0
3600.09/3592.77	c number of learning phase by cutting planes	: 0
3600.09/3592.77	c number of rounding to 1 operations	: 0
3600.09/3592.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3592.77	c number of reductions of the coefficients by power 2 	: 0
3600.09/3592.77	c number of right shift for reduction by power 2 	: 0
3600.09/3592.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3592.77	c number of ending skipping 	: 0
3600.09/3592.77	c number of internal skipping 	: 0
3600.09/3592.77	c number of derivation steps 	: 416238
3600.09/3592.77	c number of skipped derivation steps 	: 0
3600.09/3592.77	c number of remaining unassigned 	: 26991
3600.09/3592.77	c number of remaining assigned 	: 14065573
3600.09/3592.77	c number of falsified literals weakened from reason	: 0
3600.09/3592.77	c number of falsified literals weakened from conflict	: 0
3600.09/3592.77	c time for arithmetic operations	: 1249182081
3600.09/3592.77	c minimum degree of deleted constraints	: 1
3600.09/3592.77	c maximum degree of deleted constraints	: 13554101800554838170453009559778884673609619301938049324671244608384084389797052136605710680400000561722609972684760490170295181901943814888
3600.09/3592.77	c number of deleted constraints	: 82001
3600.09/3592.79	c speed (assignments/second)	: 149.09470608638333
3600.09/3592.79	c non guided choices	: 57
3600.29/3592.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 72
3600.29/3592.82	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 19118
3600.29/3592.83	s UNKNOWN
3600.29/3592.83	c Total wall clock time (in seconds): 3592.424
3600.29/3592.83	c timeout

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (63125 MiB free)
  memory of node 1: 64473 MiB (63366 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=972904, runsolver pid=972889

[startup+0.106501 s]*
/proc/loadavg: 2.79 3.75 4.05 16/311 972974
/proc/meminfo: memFree=129391432/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=18975048 memory=56288 CPUtime=0.13 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 6456 0 0 0 10 3 0 0 20 0 18 0 185004028 19430449152 14072 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4743762 14072 5749 1 0 550800 0
[pid=972904/tid=972910] ppid=972889 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 5373 0 0 0 6 3 0 0 20 0 18 0 185004029 19430449152 14072 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004029 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=18975048 memory=1774770 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185004035 19430449152 14072 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185004036 19430449152 14072 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56288 KiB

[startup+0.215011 s]*
/proc/loadavg: 2.79 3.75 4.05 14/311 972974
/proc/meminfo: memFree=129374888/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=18975048 memory=58900 CPUtime=0.3 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 7107 0 0 0 26 4 0 0 20 0 18 0 185004028 19430449152 14725 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4743762 14725 5758 1 0 551324 0
[pid=972904/tid=972910] ppid=972889 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 5685 0 0 0 17 3 0 0 20 0 18 0 185004029 19430449152 14725 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004029 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=18975048 memory=1774770 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185004035 19430449152 14725 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185004036 19430449152 14725 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58900 KiB

[startup+0.315503 s]*
/proc/loadavg: 2.79 3.75 4.05 12/311 972974
/proc/meminfo: memFree=129354188/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=18975048 memory=64072 CPUtime=0.46 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 7398 0 0 0 42 4 0 0 20 0 18 0 185004028 19430449152 16018 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4743762 16018 5767 1 0 551545 0
[pid=972904/tid=972910] ppid=972889 vsize=18975048 memory=-9175066550000198332 CPUtime=0.29 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 5880 0 0 0 26 3 0 0 20 0 18 0 185004029 19430449152 16018 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004029 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185004035 19430449152 16018 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185004036 19430449152 16018 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64072 KiB

[startup+0.700345 s]
/proc/loadavg: 2.79 3.75 4.05 16/314 972979
/proc/meminfo: memFree=129295928/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19041612 memory=88592 CPUtime=1.16 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 8565 0 0 0 110 6 0 0 20 0 19 0 185004028 19498610688 22148 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4760403 22148 5860 1 0 552508 0
[pid=972904/tid=972910] ppid=972889 vsize=19041612 memory=5540 CPUtime=0.59 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 6104 0 0 0 55 4 0 0 20 0 19 0 185004029 19498610688 22148 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004029 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19041612 memory=12508 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185004035 19498610688 22148 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19041612 memory=115300 CPUtime=0 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185004036 19498610688 22148 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 185004073 19498610688 22148 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88592 KiB

[startup+1.50949 s]
/proc/loadavg: 2.79 3.75 4.05 13/293 973015
/proc/meminfo: memFree=128695268/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=187160 CPUtime=2.76 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 20948 0 0 0 264 12 0 0 20 0 20 0 185004028 19566772224 46790 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 46790 5875 1 0 559027 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=12508 CPUtime=1.31 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 6207 0 0 0 125 6 0 0 20 0 20 0 185004029 19566772224 46790 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185004029 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 46790 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185004036 19566772224 46790 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=279284946216176 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 46790 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187160 KiB

[startup+3.10559 s]
/proc/loadavg: 2.79 3.75 4.05 9/297 973130
/proc/meminfo: memFree=127444420/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=552064 CPUtime=5.91 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 30996 0 0 0 571 20 0 0 20 0 20 0 185004028 19566772224 138016 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 138016 5891 1 0 560674 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=0 CPUtime=2.85 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 7122 0 0 0 272 13 0 0 20 0 20 0 185004029 19566772224 138016 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185004029 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 138016 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185004036 19566772224 138016 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 138016 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 552064 KiB

[startup+6.30049 s]
/proc/loadavg: 3.05 3.79 4.06 7/294 973418
/proc/meminfo: memFree=126295428/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=1029776 CPUtime=10.02 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 32085 0 0 0 972 30 0 0 20 0 20 0 185004028 19566772224 257444 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 257444 5891 1 0 561101 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=0 CPUtime=5.97 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 7566 0 0 0 574 23 0 0 20 0 20 0 185004029 19566772224 257444 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185004029 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 257444 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=8514726395715219830 CPUtime=0 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185004036 19566772224 257444 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=187916 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 257444 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 10.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1029776 KiB

[startup+12.7005 s]
/proc/loadavg: 3.36 3.85 4.08 7/317 973912
/proc/meminfo: memFree=123140848/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=1448728 CPUtime=17.41 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 33934 0 0 0 1701 40 0 0 20 0 20 0 185004028 19566772224 362182 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 362182 5891 1 0 667642 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=1448728 CPUtime=12.23 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 9030 0 0 0 1191 32 0 0 20 0 20 0 185004029 19566772224 362182 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185004029 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 362182 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=45376 CPUtime=0 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 185004036 19566772224 362182 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 362182 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 17.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1448728 KiB

[startup+25.5005 s]
/proc/loadavg: 3.79 3.92 4.10 8/319 973916
/proc/meminfo: memFree=119810752/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=1612312 CPUtime=31.68 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 45741 0 0 0 3121 47 0 0 20 0 20 0 185004028 19566772224 403078 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 403078 5891 1 0 667700 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=0 CPUtime=24.7 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 12500 0 0 0 2435 35 0 0 20 0 20 0 185004029 19566772224 403078 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004029 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=-8526829678635557564 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 403078 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=1029776 CPUtime=0 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 185004036 19566772224 403078 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 403078 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 31.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1612312 KiB

[startup+51.1137 s]
/proc/loadavg: 4.17 4.01 4.12 6/319 973920
/proc/meminfo: memFree=118855108/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=2125692 CPUtime=57.62 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 57202 0 0 0 5701 61 0 0 20 0 20 0 185004028 19566772224 531423 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 531423 5891 1 0 795127 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=107800 CPUtime=49.69 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 15958 0 0 0 4922 47 0 0 20 0 20 0 185004029 19566772224 531423 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004029 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 531423 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0

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

[startup+3282.3 s]
/proc/loadavg: 4.28 4.30 4.27 6/319 975687
/proc/meminfo: memFree=118821612/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=2544600 CPUtime=3289.59 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 288758 0 0 0 328645 314 0 0 20 0 20 0 185004028 19566772224 636150 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 636150 5916 1 0 795231 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=11420 CPUtime=3245.43 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 127866 0 0 0 324467 76 0 0 20 0 20 0 185004029 19566772224 636150 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004073 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=2542552 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 636150 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=11420 CPUtime=0.01 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 4602 0 0 0 1 0 0 0 20 0 20 0 185004036 19566772224 636150 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=2544600 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 636150 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 3289.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2544600 KiB

[startup+3342.3 s]
/proc/loadavg: 4.38 4.32 4.28 6/319 975697
/proc/meminfo: memFree=118813152/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=2546652 CPUtime=3349.63 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 292447 0 0 0 334645 318 0 0 20 0 20 0 185004028 19566772224 636663 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 636663 5916 1 0 795232 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=2538456 CPUtime=3304.88 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 130281 0 0 0 330411 77 0 0 20 0 20 0 185004029 19566772224 636663 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004073 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 636663 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=2546652 CPUtime=0.01 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 4669 0 0 0 1 0 0 0 20 0 20 0 185004036 19566772224 636663 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=2546652 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 636663 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 3349.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2546652 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.36 4.29 6/319 975707
/proc/meminfo: memFree=118276192/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=2550756 CPUtime=3409.65 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 295801 0 0 0 340642 323 0 0 20 0 20 0 185004028 19566772224 637689 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 637689 5916 1 0 795232 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=11420 CPUtime=3364.17 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 132065 0 0 0 336340 77 0 0 20 0 20 0 185004029 19566772224 637689 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004073 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=2546652 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 637689 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=2550756 CPUtime=0.01 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 4711 0 0 0 1 0 0 0 20 0 20 0 185004036 19566772224 637689 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=2550756 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 637689 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 3409.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2550756 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.30 4.27 7/319 975718
/proc/meminfo: memFree=117638592/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=2556932 CPUtime=3469.62 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 299014 0 0 0 346634 328 0 0 20 0 20 0 185004028 19566772224 639233 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 639233 5916 1 0 795232 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=11420 CPUtime=3423.5 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 134097 0 0 0 342272 78 0 0 20 0 20 0 185004029 19566772224 639233 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004073 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=2546652 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 639233 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=11420 CPUtime=0.01 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 4787 0 0 0 1 0 0 0 20 0 20 0 185004036 19566772224 639233 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=2556932 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 639233 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 3469.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2556932 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.34 4.29 6/317 975796
/proc/meminfo: memFree=117369096/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=2565144 CPUtime=3529.55 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 302411 0 0 0 352622 333 0 0 20 0 20 0 185004028 19566772224 641286 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 641286 5916 1 0 795232 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=2556932 CPUtime=3482.87 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 135787 0 0 0 348208 79 0 0 20 0 20 0 185004029 19566772224 641286 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004073 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=2554852 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 641286 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=11420 CPUtime=0.01 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 4852 0 0 0 1 0 0 0 20 0 20 0 185004036 19566772224 641286 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=2565144 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 641286 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 3529.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2565144 KiB

[startup+3582.3 s]
/proc/loadavg: 4.38 4.37 4.30 7/319 975877
/proc/meminfo: memFree=116412880/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=2572440 CPUtime=3589.63 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 305053 0 0 0 358627 336 0 0 20 0 20 0 185004028 19566772224 643110 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 643110 5916 1 0 795232 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=11420 CPUtime=3542.22 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 137306 0 0 0 354143 79 0 0 20 0 20 0 185004029 19566772224 643110 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004073 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=2572440 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 643110 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=-8526829678635557564 CPUtime=0.01 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 4916 0 0 0 1 0 0 0 20 0 20 0 185004036 19566772224 643110 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=2572440 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 643110 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 3589.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2572440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.7 s]
/proc/loadavg: 4.32 4.36 4.30 7/319 975880
/proc/meminfo: memFree=116270836/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19108176 memory=2574488 CPUtime=3600.09 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 305251 0 0 0 359672 337 0 0 20 0 20 0 185004028 19566772224 643622 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4777044 643622 5916 1 0 795232 0
[pid=972904/tid=972910] ppid=972889 vsize=19108176 memory=2572440 CPUtime=3552.51 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 137493 0 0 0 355172 79 0 0 20 0 20 0 185004029 19566772224 643622 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004073 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19108176 memory=2552804 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 643622 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19108176 memory=2572440 CPUtime=0.01 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 4916 0 0 0 1 0 0 0 20 0 20 0 185004036 19566772224 643622 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972975] ppid=972889 vsize=19108176 memory=2574488 CPUtime=0 cores=0,2
/proc/972904/task/972975/stat : 972975 (Timer-0) S 972889 972904 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 643622 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2574488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.97 s, system=3.39336 s

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

[startup+3592.8 s]
/proc/loadavg: 4.32 4.36 4.30 7/319 975880
/proc/meminfo: memFree=116270836/131655788 swapFree=131070704/131071996
[pid=972904] ppid=972889 vsize=19307868 memory=2575156 CPUtime=3600.29 cores=0,2
/proc/972904/stat : 972904 (java) S 972889 972904 972831 0 -1 1077936128 307636 0 0 0 359691 338 0 0 20 0 21 0 185004028 19771256832 643789 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
/proc/972904/statm: 4826967 643789 5915 1 0 796135 0
[pid=972904/tid=972910] ppid=972889 vsize=19307868 memory=45484 CPUtime=3552.59 cores=0,2
/proc/972904/task/972910/stat : 972910 (java) R 972889 972904 972831 0 -1 4194368 137537 0 0 0 355180 79 0 0 20 0 21 0 185004029 19771256832 643789 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185004073 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972959] ppid=972889 vsize=19307868 memory=2574488 CPUtime=0 cores=0,2
/proc/972904/task/972959/stat : 972959 (Finalizer) S 972889 972904 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185004035 19771256832 643789 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
[pid=972904/tid=972973] ppid=972889 vsize=19307868 memory=2720 CPUtime=0.01 cores=0,2
/proc/972904/task/972973/stat : 972973 (Common-Cleaner) S 972889 972904 972831 0 -1 1077936192 4916 0 0 0 1 0 0 0 20 0 21 0 185004036 19771256832 643789 134679101440 94014153035776 94014153039472 140727026847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94014153047288 94014153048080 94014174367744 140727026852852 140727026852960 140727026852960 140727026859976 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2575156 KiB

Child status: 143

Real time (s): 3592.85
CPU time (s): 3600.36
CPU user time (s): 3596.97
CPU system time (s): 3.39336
CPU usage (%): 100.209
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2575156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.97
system time used= 3.39336
maximum resident set size= 2576076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307875
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128497
involuntary context switches= 27865


# summary of solver processes directly reported to runsolver:
#   pid: 972904
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3596.97
#   total CPU system time (s): 3.39336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2132 second user time and 41.0428 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 20:48:01
IDJOB=4445321
IDBENCH=148107
IDSOLVER=3052
FILE ID=nodeC011/4445321-1721328469
RUNJOBID= nodeC011-1721328481-972841
SLURM_JOB_ID= 7542688
Free space on /tmp= 723784 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445321-1721328469/watcher-4445321-1721328469 -o /tmp/evaluation-result-4445321-1721328469/solver-4445321-1721328469 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972841 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445321-1721328469.opb

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

MD5SUM BENCH= f3b4489b3c27b845ad2c738d1f690b61
RANDOM SEED=1513212556

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.124
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:        129531056 kB
MemAvailable:   130004808 kB
Buffers:          515156 kB
Cached:           798788 kB
SwapCached:          132 kB
Active:          1019912 kB
Inactive:         618684 kB
Active(anon):       1328 kB
Inactive(anon):   360724 kB
Active(file):    1018584 kB
Inactive(file):   257960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              2752 kB
Writeback:            16 kB
AnonPages:        324612 kB
Mapped:           104724 kB
Shmem:             37400 kB
KReclaimable:      74816 kB
Slab:             156860 kB
SReclaimable:      74816 kB
SUnreclaim:        82044 kB
KernelStack:        3552 kB
PageTables:         9716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     710088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC011 at 2024-07-18 21:47:54