Trace number 4445231

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.37 3587.07

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww5.opb
MD5SUMf50ea280ec2253a5ba14d185d456771a
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 benchmark0.009094
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
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 constraint86
Maximum length of a constraint86
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 45094584
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 553509859
Number of bits of the biggest sum of numbers30
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.11	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.15	c java.vm.version	22.0.1+8-16
0.13/0.15	c java.vm.vendor	Oracle Corporation
0.13/0.15	c sun.arch.data.model	64
0.13/0.15	c java.version		22.0.1
0.13/0.15	c os.name		Linux
0.13/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.15	c os.arch		amd64
0.13/0.16	c Free memory 		2115194816
0.13/0.17	c Max memory 		16282288128
0.13/0.17	c Total memory 		2122317824
0.13/0.17	c Number of processors 	2
0.50/0.33	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.50/0.33	 - never skip resolution steps
0.50/0.33	 - Auto-division on coefficients is disabled
0.50/0.33	 - No postprocessing
0.50/0.33	 - Conflict is considered as is when resolving
0.50/0.33	 - Use constraints as they come during conflict analysis
0.50/0.33	 - Weaken first using unassigned literals
0.50/0.33	 - Bump strategy: ALWAYS_ONE
0.50/0.33	 - Bumper: EFFECTIVE
0.50/0.33	--- Begin Solver configuration ---
0.50/0.33	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.50/0.33	Learn all clauses as in MiniSAT
0.50/0.33	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.50/0.33	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.50/0.33	No reason simplification
0.50/0.33	Dynamic restart strategy considering the size of the coefficients
0.50/0.33	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.50/0.33	timeout=2147483s
0.50/0.33	DB Simplification allowed=false
0.50/0.33	Listener: none
0.50/0.33	--- End Solver configuration ---
0.50/0.35	c Pseudo Boolean Optimization by upper bound
0.50/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.50/0.35	c  - never skip resolution steps
0.50/0.35	c  - Auto-division on coefficients is disabled
0.50/0.35	c  - No postprocessing
0.50/0.35	c  - Conflict is considered as is when resolving
0.50/0.35	c  - Use constraints as they come during conflict analysis
0.50/0.35	c  - Weaken first using unassigned literals
0.50/0.35	c  - Bump strategy: ALWAYS_ONE
0.50/0.35	c  - Bumper: EFFECTIVE
0.50/0.35	c --- Begin Solver configuration ---
0.50/0.35	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.50/0.35	c Learn all clauses as in MiniSAT
0.50/0.35	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.50/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.50/0.35	c No reason simplification
0.50/0.35	c Dynamic restart strategy considering the size of the coefficients
0.50/0.35	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.50/0.35	c timeout=2147483s
0.50/0.35	c DB Simplification allowed=false
0.50/0.35	c Listener: none
0.50/0.35	c --- End Solver configuration ---
0.50/0.35	c solving HOME/instance-4445231-1721325763.opb
0.50/0.35	c reading problem ... 
0.50/0.35	c  no objective function found
0.50/0.37	c ... done. Wall clock time 0.026s.
0.50/0.38	c declared #vars     86
0.50/0.38	c #constraints  2
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.50/0.38	c 2 constraints processed.
34.86/31.08	c cleaning 2498 clauses out of 5001 with flag 0/5001
106.50/101.10	c cleaning 4251 clauses out of 8502 with flag 0/11000
219.79/213.13	c cleaning 5626 clauses out of 11252 with flag 0/18001
359.87/352.68	c cleaning 6813 clauses out of 13625 with flag 0/26000
695.72/688.66	c cleaning 7906 clauses out of 15812 with flag 0/35000
1124.46/1116.74	c cleaning 8954 clauses out of 17908 with flag 0/45002
1538.80/1530.31	c cleaning 9966 clauses out of 19952 with flag 0/56000
2258.09/2248.09	c cleaning 10987 clauses out of 21986 with flag 0/68000
3056.42/3044.40	c cleaning 12000 clauses out of 24000 with flag 0/81001
3600.08/3586.92	c starts		: 13
3600.08/3586.93	c conflicts		: 91017
3600.08/3586.94	c decisions		: 100309
3600.08/3586.96	c propagations		: 464292
3600.08/3586.96	c inspects		: 1586442239
3600.08/3586.96	c shortcuts		: 0
3600.08/3586.96	c learnt literals	: 0
3600.08/3586.96	c learnt binary clauses	: 0
3600.08/3586.96	c learnt ternary clauses	: 0
3600.08/3586.96	c learnt constraints	: 91017
3600.08/3586.96	c ignored constraints	: 0
3600.08/3586.96	c root simplifications	: 0
3600.08/3586.96	c removed literals (reason simplification)	: 0
3600.08/3586.96	c reason swapping (by a shorter reason)	: 0
3600.08/3586.96	c Calls to reduceDB	: 9
3600.08/3586.96	c Number of update (reduction) of LBD	: 70169
3600.08/3586.96	c Imported unit clauses	: 0
3600.08/3586.96	c No decision after first conflict	: false
3600.08/3586.96	c number of reductions to clauses (during analyze)	: 0
3600.08/3586.96	c number of learned constraints concerned by reduction	: 0
3600.08/3586.96	c number of learning phase by resolution	: 0
3600.08/3586.96	c number of learning phase by cutting planes	: 0
3600.08/3586.96	c number of rounding to 1 operations	: 0
3600.08/3586.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3586.96	c number of reductions of the coefficients by power 2 	: 0
3600.08/3586.96	c number of right shift for reduction by power 2 	: 0
3600.08/3586.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3586.96	c number of ending skipping 	: 0
3600.08/3586.96	c number of internal skipping 	: 0
3600.08/3586.96	c number of derivation steps 	: 368063
3600.08/3586.96	c number of skipped derivation steps 	: 0
3600.08/3586.96	c number of remaining unassigned 	: 13603
3600.08/3586.96	c number of remaining assigned 	: 16536545
3600.08/3586.96	c number of falsified literals weakened from reason	: 0
3600.08/3586.96	c number of falsified literals weakened from conflict	: 0
3600.08/3586.96	c time for arithmetic operations	: 1819751759
3600.08/3586.98	c minimum degree of deleted constraints	: 1
3600.08/3586.98	c maximum degree of deleted constraints	: 30872315978553390254568963294722785797259250548316668409062515218154313413885024535638637723662723294982033103214869129786735753506603166472398812587389102377301053348153423299699434925944456291755069104726877172180650148042010773623973405750417076525683427230106016107256533151664929844354274321201683445051960
3600.08/3586.98	c number of deleted constraints	: 69001
3600.08/3586.98	c speed (assignments/second)	: 129.45217338692927
3600.08/3586.98	c non guided choices	: 74
3600.08/3587.01	c timeout
3600.29/3587.05	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 51
3600.29/3587.05	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 21965
3600.29/3587.05	s UNKNOWN
3600.29/3587.05	c Total wall clock time (in seconds): 3586.715

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 (61010 MiB free)
  memory of node 1: 64510 MiB (57982 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=961347, runsolver pid=961344

[startup+0.101929 s]*
/proc/loadavg: 4.17 4.29 4.27 7/319 961365
/proc/meminfo: memFree=121813476/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=18975048 memory=56488 CPUtime=0.13 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 6636 0 0 0 11 2 0 0 20 0 18 0 184732682 19430449152 14122 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4743762 14122 5649 1 0 550926 0
[pid=961347/tid=961349] ppid=961344 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 5543 0 0 0 8 1 0 0 20 0 18 0 184732683 19430449152 14122 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184732685 19430449152 14122 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184732686 19430449152 14122 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56488 KiB

[startup+0.214963 s]*
/proc/loadavg: 4.17 4.29 4.27 7/319 961365
/proc/meminfo: memFree=121806452/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=18975048 memory=63072 CPUtime=0.32 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 7267 0 0 0 29 3 0 0 20 0 18 0 184732682 19430449152 15768 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4743762 15768 5651 1 0 551470 0
[pid=961347/tid=961349] ppid=961344 vsize=18975048 memory=4782652875487838339 CPUtime=0.21 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 5801 0 0 0 19 2 0 0 20 0 18 0 184732683 19430449152 15768 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184732685 19430449152 15768 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184732686 19430449152 15768 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63072 KiB

[startup+0.319214 s]*
/proc/loadavg: 4.17 4.29 4.27 6/319 961365
/proc/meminfo: memFree=121803292/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=18975048 memory=66672 CPUtime=0.5 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 7543 0 0 0 46 4 0 0 20 0 18 0 184732682 19430449152 16668 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4743762 16668 5750 1 0 551648 0
[pid=961347/tid=961349] ppid=961344 vsize=18975048 memory=-8888249050601923260 CPUtime=0.29 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) S 961344 961347 955693 0 -1 1077936192 5965 0 0 0 27 2 0 0 20 0 18 0 184732683 19430449152 16668 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184732685 19430449152 16668 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184732686 19430449152 16668 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66672 KiB

[startup+0.700347 s]
/proc/loadavg: 4.17 4.29 4.27 6/320 961366
/proc/meminfo: memFree=121799508/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19041612 memory=88200 CPUtime=1.16 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 8779 0 0 0 111 5 0 0 20 0 19 0 184732682 19498610688 22050 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4760403 22050 5804 1 0 552512 0
[pid=961347/tid=961349] ppid=961344 vsize=19041612 memory=5512 CPUtime=0.58 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 6106 0 0 0 55 3 0 0 20 0 19 0 184732683 19498610688 22050 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19041612 memory=11992 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184732685 19498610688 22050 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19041612 memory=164 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184732686 19498610688 22050 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184732720 19498610688 22050 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88200 KiB

[startup+1.50096 s]
/proc/loadavg: 4.17 4.29 4.27 7/320 961366
/proc/meminfo: memFree=121726348/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=176696 CPUtime=2.73 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 19618 0 0 0 263 10 0 0 20 0 20 0 184732682 19566772224 44174 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 44174 5804 1 0 556168 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=11992 CPUtime=1.31 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 6508 0 0 0 126 5 0 0 20 0 20 0 184732683 19566772224 44174 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 44174 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 44174 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=279732830774544 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 44174 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176696 KiB

[startup+3.10596 s]
/proc/loadavg: 4.24 4.31 4.28 6/321 961367
/proc/meminfo: memFree=121450984/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=435044 CPUtime=5.86 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 28305 0 0 0 570 16 0 0 20 0 20 0 184732682 19566772224 108761 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 108761 5836 1 0 560621 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=0 CPUtime=2.87 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 7168 0 0 0 278 9 0 0 20 0 20 0 184732683 19566772224 108761 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 108761 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 108761 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 108761 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 435044 KiB

[startup+6.30027 s]
/proc/loadavg: 4.24 4.31 4.28 5/321 961367
/proc/meminfo: memFree=121263120/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=599448 CPUtime=9.78 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 28608 0 0 0 957 21 0 0 20 0 20 0 184732682 19566772224 149862 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 149862 5836 1 0 560628 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=11992 CPUtime=6.01 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 7337 0 0 0 589 12 0 0 20 0 20 0 184732683 19566772224 149862 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 149862 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=176744 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 149862 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 149862 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 599448 KiB

[startup+12.7004 s]
/proc/loadavg: 4.22 4.30 4.27 5/321 961369
/proc/meminfo: memFree=120825856/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=1031808 CPUtime=16.44 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 33093 0 0 0 1613 31 0 0 20 0 20 0 184732682 19566772224 257952 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 257952 5836 1 0 560628 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=0 CPUtime=12.32 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 8797 0 0 0 1211 21 0 0 20 0 20 0 184732683 19566772224 257952 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=-8888249050601923260 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 257952 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 257952 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 257952 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 16.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1031808 KiB

[startup+25.5005 s]
/proc/loadavg: 4.24 4.30 4.27 5/321 961370
/proc/meminfo: memFree=120509780/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=1341112 CPUtime=29.32 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 38604 0 0 0 2893 39 0 0 20 0 20 0 184732682 19566772224 335278 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 335278 5836 1 0 560628 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=11600 CPUtime=24.84 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 10231 0 0 0 2457 27 0 0 20 0 20 0 184732683 19566772224 335278 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 335278 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=599448 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 335278 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=279732830721328 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 335278 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 29.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1341112 KiB

[startup+51.1136 s]
/proc/loadavg: 4.30 4.31 4.28 5/321 961375
/proc/meminfo: memFree=120475400/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=1360884 CPUtime=56.08 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 52527 0 0 0 5565 43 0 0 20 0 20 0 184732682 19566772224 340221 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 340221 5836 1 0 560676 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=1352632 CPUtime=49.9 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 14795 0 0 0 4962 28 0 0 20 0 20 0 184732683 19566772224 340221 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=279732831470976 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 340221 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0

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

/proc/meminfo: memFree=122624996/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=2290908 CPUtime=3295.09 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 238602 0 0 0 329233 276 0 0 20 0 20 0 184732682 19566772224 572727 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 572727 5858 1 0 667329 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=-8888249050601923260 CPUtime=3241.96 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 98135 0 0 0 324141 55 0 0 20 0 20 0 184732683 19566772224 572727 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 100 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 572727 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 3811 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 572727 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 572727 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 3295.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2290908 KiB

[startup+3342.3 s]
/proc/loadavg: 3.09 3.63 3.96 4/294 963138
/proc/meminfo: memFree=122604244/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=2299108 CPUtime=3355.21 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 241563 0 0 0 335241 280 0 0 20 0 20 0 184732682 19566772224 574777 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 574777 5858 1 0 667329 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=2299108 CPUtime=3301.55 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 100186 0 0 0 330100 55 0 0 20 0 20 0 184732683 19566772224 574777 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 100 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 574777 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=2297060 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 3876 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 574777 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=11644 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 574777 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 3355.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2299108 KiB

[startup+3402.3 s]
/proc/loadavg: 3.19 3.56 3.91 4/294 963317
/proc/meminfo: memFree=122585280/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=2305252 CPUtime=3415.27 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 244514 0 0 0 341242 285 0 0 20 0 20 0 184732682 19566772224 576313 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 576313 5858 1 0 667329 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=2303204 CPUtime=3361.1 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 102315 0 0 0 336055 55 0 0 20 0 20 0 184732683 19566772224 576313 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 106 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 576313 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=2305252 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 3941 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 576313 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=2305252 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 576313 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 3415.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2305252 KiB

[startup+3462.3 s]
/proc/loadavg: 3.93 3.71 3.94 4/294 963327
/proc/meminfo: memFree=122568568/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=2311400 CPUtime=3475.36 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 247177 0 0 0 347247 289 0 0 20 0 20 0 184732682 19566772224 577850 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 577850 5858 1 0 667329 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=2303204 CPUtime=3420.68 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 104002 0 0 0 342013 55 0 0 20 0 20 0 184732683 19566772224 577850 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 108 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 577850 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 4027 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 577850 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=43700 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 577850 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 3475.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2311400 KiB

[startup+3522.3 s]
/proc/loadavg: 3.53 3.63 3.90 4/292 963350
/proc/meminfo: memFree=122551820/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=2317544 CPUtime=3535.4 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 249933 0 0 0 353249 291 0 0 20 0 20 0 184732682 19566772224 579386 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 579386 5858 1 0 667329 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=5512 CPUtime=3480.24 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 105179 0 0 0 347969 55 0 0 20 0 20 0 184732683 19566772224 579386 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 113 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 579386 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=2315496 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 4110 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 579386 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=57 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 579386 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 3535.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2317544 KiB

[startup+3582.3 s]
/proc/loadavg: 3.27 3.53 3.85 4/292 963362
/proc/meminfo: memFree=122532996/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=2323696 CPUtime=3595.48 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 252805 0 0 0 359252 296 0 0 20 0 20 0 184732682 19566772224 580924 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 580924 5858 1 0 667329 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=19500 CPUtime=3539.82 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 107146 0 0 0 353926 56 0 0 20 0 20 0 184732683 19566772224 580924 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 116 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 580924 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 4208 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 580924 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=2323696 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 580924 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 3595.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2323696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.9 s]
/proc/loadavg: 3.25 3.52 3.84 4/292 963362
/proc/meminfo: memFree=122533028/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19108176 memory=2323696 CPUtime=3600.08 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 252844 0 0 0 359712 296 0 0 20 0 20 0 184732682 19566772224 580924 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4777044 580924 5858 1 0 667329 0
[pid=961347/tid=961349] ppid=961344 vsize=19108176 memory=19500 CPUtime=3544.41 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 4194368 107185 0 0 0 354385 56 0 0 20 0 20 0 184732683 19566772224 580924 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 116 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184732685 19566772224 580924 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19108176 memory=2323696 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 4208 0 0 0 0 0 0 0 20 0 20 0 184732686 19566772224 580924 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961366] ppid=961344 vsize=19108176 memory=2323696 CPUtime=0 cores=4,6
/proc/961347/task/961366/stat : 961366 (Timer-0) S 961344 961347 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184732720 19566772224 580924 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2323696 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.39 s, system=2.98159 s

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

[startup+3587 s]*
/proc/loadavg: 3.25 3.52 3.84 7/293 963365
/proc/meminfo: memFree=122532492/131655788 swapFree=131071996/131071996
[pid=961347] ppid=961344 vsize=19307868 memory=2324476 CPUtime=3600.29 cores=4,6
/proc/961347/stat : 961347 (java) S 961344 961347 955693 0 -1 1077936128 255950 0 0 0 359733 296 0 0 20 0 21 0 184732682 19771256832 581119 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
/proc/961347/statm: 4826967 581119 5857 1 0 668232 0
[pid=961347/tid=961349] ppid=961344 vsize=19307868 memory=6075445380137963616 CPUtime=3544.53 cores=4,6
/proc/961347/task/961349/stat : 961349 (java) R 961344 961347 955693 0 -1 1077936192 107285 0 0 0 354397 56 0 0 20 0 21 0 184732683 19771256832 581119 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 116 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961358] ppid=961344 vsize=19307868 memory=279732831775680 CPUtime=0 cores=4,6
/proc/961347/task/961358/stat : 961358 (Finalizer) S 961344 961347 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 184732685 19771256832 581119 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=961365] ppid=961344 vsize=19307868 memory=209 CPUtime=0 cores=4,6
/proc/961347/task/961365/stat : 961365 (Common-Cleaner) S 961344 961347 955693 0 -1 1077936192 4208 0 0 0 0 0 0 0 20 0 21 0 184732686 19771256832 581119 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
[pid=961347/tid=963364] ppid=961344 vsize=19307868 memory=7752840695798601370 CPUtime=0.03 cores=4,6
/proc/961347/task/963364/stat : 963364 (Thread-0) R 961344 961347 955693 0 -1 4194368 599 0 0 0 3 0 0 0 20 0 21 0 185091374 19771256832 581119 134679101440 93840424886272 93840424889968 140728311783984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93840424897784 93840424898576 93840452067328 140728311792628 140728311792736 140728311792736 140728311799752 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2324476 KiB

Child status: 143

Real time (s): 3587.07
CPU time (s): 3600.37
CPU user time (s): 3597.39
CPU system time (s): 2.98159
CPU usage (%): 100.371
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2324476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.39
system time used= 2.98159
maximum resident set size= 2325368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256656
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129218
involuntary context switches= 5079


# summary of solver processes directly reported to runsolver:
#   pid: 961347
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3597.39
#   total CPU system time (s): 2.98159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7233 second user time and 39.2966 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 20:02:55
IDJOB=4445231
IDBENCH=148104
IDSOLVER=3052
FILE ID=nodeC008/4445231-1721325763
RUNJOBID= nodeC008-1721318349-955704
SLURM_JOB_ID= 7542675
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= f50ea280ec2253a5ba14d185d456771a
RANDOM SEED=551725495

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.984
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		: 3515.141
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.250
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.307
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:        121849032 kB
MemAvailable:   122755888 kB
Buffers:          525428 kB
Cached:          1219272 kB
SwapCached:            0 kB
Active:          1020856 kB
Inactive:        8224180 kB
Active(anon):       1476 kB
Inactive(anon):  7536564 kB
Active(file):    1019380 kB
Inactive(file):   687616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               928 kB
Writeback:             0 kB
AnonPages:       7500336 kB
Mapped:           125980 kB
Shmem:             37704 kB
KReclaimable:      79780 kB
Slab:             180224 kB
SReclaimable:      79780 kB
SUnreclaim:       100444 kB
KernelStack:        4848 kB
PageTables:        24656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9447876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57856 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7194624 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= 723768 MiB
End job on nodeC008 at 2024-07-18 21:02:42