Trace number 4445171

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.47 3591.62

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUM13439fe0222d33319b9169d149c100b9
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.00553
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
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 constraint82
Maximum length of a constraint82
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 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.14	c Free memory 		2115194816
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2122317824
0.13/0.15	c Number of processors 	2
0.13/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.22	 - never skip resolution steps
0.13/0.22	 - Auto-division on coefficients is disabled
0.13/0.22	 - No postprocessing
0.13/0.22	 - Conflict is considered as is when resolving
0.13/0.22	 - Use constraints as they come during conflict analysis
0.13/0.22	 - Weaken first using unassigned literals
0.13/0.22	 - Bump strategy: ALWAYS_ONE
0.13/0.22	 - Bumper: EFFECTIVE
0.13/0.22	--- Begin Solver configuration ---
0.13/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.22	Learn all clauses as in MiniSAT
0.13/0.22	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.22	No reason simplification
0.13/0.22	Dynamic restart strategy considering the size of the coefficients
0.13/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.22	timeout=2147483s
0.13/0.22	DB Simplification allowed=false
0.13/0.22	Listener: none
0.13/0.22	--- End Solver configuration ---
0.13/0.22	c Pseudo Boolean Optimization by upper bound
0.13/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.22	c  - never skip resolution steps
0.13/0.22	c  - Auto-division on coefficients is disabled
0.13/0.22	c  - No postprocessing
0.13/0.22	c  - Conflict is considered as is when resolving
0.13/0.22	c  - Use constraints as they come during conflict analysis
0.13/0.22	c  - Weaken first using unassigned literals
0.13/0.22	c  - Bump strategy: ALWAYS_ONE
0.13/0.22	c  - Bumper: EFFECTIVE
0.13/0.22	c --- Begin Solver configuration ---
0.13/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.22	c Learn all clauses as in MiniSAT
0.13/0.22	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.22	c No reason simplification
0.13/0.22	c Dynamic restart strategy considering the size of the coefficients
0.13/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.22	c timeout=2147483s
0.13/0.22	c DB Simplification allowed=false
0.13/0.22	c Listener: none
0.13/0.22	c --- End Solver configuration ---
0.13/0.22	c solving HOME/instance-4445171-1721322871.opb
0.13/0.22	c reading problem ... 
0.13/0.23	c  no objective function found
0.13/0.23	c ... done. Wall clock time 0.01s.
0.13/0.23	c declared #vars     82
0.13/0.23	c #constraints  2
0.13/0.23	c constraints type 
0.13/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.13/0.23	c 2 constraints processed.
12.56/9.48	c cleaning 2501 clauses out of 5001 with flag 0/5001
49.32/43.81	c cleaning 4250 clauses out of 8500 with flag 0/11001
105.94/99.12	c cleaning 5624 clauses out of 11250 with flag 0/18001
168.83/161.92	c cleaning 6813 clauses out of 13626 with flag 0/26001
266.76/259.53	c cleaning 7906 clauses out of 15813 with flag 0/35001
462.17/454.88	c cleaning 8952 clauses out of 17907 with flag 0/45001
627.15/619.55	c cleaning 9976 clauses out of 19955 with flag 0/56001
810.44/802.79	c cleaning 10988 clauses out of 21979 with flag 0/68001
1103.83/1095.96	c cleaning 11996 clauses out of 23991 with flag 0/81001
1473.00/1465.20	c cleaning 12997 clauses out of 25994 with flag 0/95000
1904.52/1896.58	c cleaning 13999 clauses out of 27997 with flag 0/110000
2379.50/2371.52	c cleaning 14995 clauses out of 29998 with flag 0/126000
2792.45/2784.53	c cleaning 15999 clauses out of 32004 with flag 0/143001
3261.98/3253.92	c cleaning 17000 clauses out of 34005 with flag 0/161001
3600.04/3591.44	c starts		: 6
3600.04/3591.44	c conflicts		: 172146
3600.04/3591.44	c decisions		: 181018
3600.04/3591.44	c propagations		: 1024168
3600.04/3591.44	c inspects		: 1621488113
3600.04/3591.44	c shortcuts		: 0
3600.04/3591.48	c learnt literals	: 0
3600.04/3591.48	c learnt binary clauses	: 0
3600.04/3591.48	c learnt ternary clauses	: 0
3600.04/3591.48	c learnt constraints	: 172146
3600.04/3591.48	c ignored constraints	: 0
3600.04/3591.48	c root simplifications	: 0
3600.04/3591.48	c removed literals (reason simplification)	: 0
3600.04/3591.48	c reason swapping (by a shorter reason)	: 0
3600.04/3591.48	c Calls to reduceDB	: 14
3600.04/3591.48	c Number of update (reduction) of LBD	: 138730
3600.04/3591.48	c Imported unit clauses	: 0
3600.04/3591.48	c No decision after first conflict	: false
3600.04/3591.48	c number of reductions to clauses (during analyze)	: 0
3600.04/3591.48	c number of learned constraints concerned by reduction	: 0
3600.04/3591.48	c number of learning phase by resolution	: 0
3600.04/3591.48	c number of learning phase by cutting planes	: 0
3600.04/3591.48	c number of rounding to 1 operations	: 0
3600.04/3591.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3591.48	c number of reductions of the coefficients by power 2 	: 0
3600.24/3591.50	c number of right shift for reduction by power 2 	: 0
3600.24/3591.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.24/3591.50	c number of ending skipping 	: 0
3600.24/3591.50	c number of internal skipping 	: 0
3600.24/3591.50	c number of derivation steps 	: 820971
3600.24/3591.50	c number of skipped derivation steps 	: 0
3600.24/3591.50	c number of remaining unassigned 	: 12366
3600.24/3591.50	c number of remaining assigned 	: 32922320
3600.24/3591.50	c number of falsified literals weakened from reason	: 0
3600.24/3591.50	c number of falsified literals weakened from conflict	: 0
3600.24/3591.50	c time for arithmetic operations	: 2415411392
3600.24/3591.51	c minimum degree of deleted constraints	: 6427251
3600.24/3591.51	c maximum degree of deleted constraints	: 14337288017992460798334598642307851371605423502869927813954782372487126841337490238389738054320774246993844120113383944988994355023287715617911707662606122979309580439779863547019996296698854911471676957784458832960709931200
3600.24/3591.51	c number of deleted constraints	: 143996
3600.24/3591.51	c speed (assignments/second)	: 285.18383210823146
3600.24/3591.51	c non guided choices	: 69
3600.24/3591.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 66
3600.24/3591.60	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 28084
3600.24/3591.60	s UNKNOWN
3600.24/3591.60	c Total wall clock time (in seconds): 3591.384

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=959508, runsolver pid=959505

[startup+0.106632 s]*
/proc/loadavg: 4.20 4.27 4.26 6/317 959526
/proc/meminfo: memFree=120251708/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=18975048 memory=55844 CPUtime=0.13 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 6611 0 0 0 10 3 0 0 20 0 18 0 184443512 19430449152 13961 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4743762 13961 5519 1 0 550923 0
[pid=959508/tid=959510] ppid=959505 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 5553 0 0 0 7 2 0 0 20 0 18 0 184443512 19430449152 13961 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184443518 19430449152 13961 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184443519 19430449152 13961 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55844 KiB

[startup+0.21357 s]*
/proc/loadavg: 4.20 4.27 4.26 7/317 959526
/proc/meminfo: memFree=120241980/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19041612 memory=67344 CPUtime=0.36 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 7623 0 0 0 33 3 0 0 20 0 19 0 184443512 19498610688 16836 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4760403 16836 5833 1 0 552047 0
[pid=959508/tid=959510] ppid=959505 vsize=19041612 memory=4782652875487838339 CPUtime=0.2 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 6110 0 0 0 18 2 0 0 20 0 19 0 184443512 19498610688 16836 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19041612 memory=5697 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184443518 19498610688 16836 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19041612 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184443519 19498610688 16836 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (java) R 959505 959508 955693 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 184443535 19498610688 16836 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 67344 KiB

[startup+0.343094 s]*
/proc/loadavg: 4.20 4.27 4.26 7/318 959527
/proc/meminfo: memFree=120230312/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19041612 memory=79888 CPUtime=0.55 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 7718 0 0 0 51 4 0 0 20 0 19 0 184443512 19498610688 19972 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4760403 19972 5833 1 0 552055 0
[pid=959508/tid=959510] ppid=959505 vsize=19041612 memory=-8817315123104621244 CPUtime=0.3 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 6130 0 0 0 27 3 0 0 20 0 19 0 184443512 19498610688 19972 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184443518 19498610688 19972 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184443519 19498610688 19972 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184443535 19498610688 19972 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 79888 KiB

[startup+0.70036 s]
/proc/loadavg: 4.20 4.27 4.26 7/318 959527
/proc/meminfo: memFree=120198336/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19041612 memory=141780 CPUtime=1.21 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 12319 0 0 0 114 7 0 0 20 0 19 0 184443512 19498610688 35445 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4760403 35445 5833 1 0 554614 0
[pid=959508/tid=959510] ppid=959505 vsize=19041612 memory=43480 CPUtime=0.58 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 6173 0 0 0 54 4 0 0 20 0 19 0 184443512 19498610688 35445 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184443518 19498610688 35445 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19041612 memory=2312 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184443519 19498610688 35445 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19041612 memory=25208 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184443535 19498610688 35445 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 141780 KiB

[startup+1.50109 s]
/proc/loadavg: 4.20 4.27 4.26 6/319 959528
/proc/meminfo: memFree=120122048/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=184552 CPUtime=2.79 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 22210 0 0 0 268 11 0 0 20 0 20 0 184443512 19566772224 46138 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 46138 5865 1 0 558102 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=11992 CPUtime=1.3 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 6313 0 0 0 126 4 0 0 20 0 20 0 184443512 19566772224 46138 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 46138 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 46138 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=25208 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 46138 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184552 KiB

[startup+3.10609 s]
/proc/loadavg: 4.20 4.27 4.26 6/319 959530
/proc/meminfo: memFree=119940736/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=365136 CPUtime=5.87 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 27303 0 0 0 572 15 0 0 20 0 20 0 184443512 19566772224 91284 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 91284 5865 1 0 558475 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=0 CPUtime=2.86 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 6980 0 0 0 278 8 0 0 20 0 20 0 184443512 19566772224 91284 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=-8817315123104621244 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 91284 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 91284 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 91284 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 365136 KiB

[startup+6.3003 s]
/proc/loadavg: 4.18 4.26 4.26 5/319 959530
/proc/meminfo: memFree=119571168/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=731524 CPUtime=9.12 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 27604 0 0 0 889 23 0 0 20 0 20 0 184443512 19566772224 182881 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 182881 5865 1 0 558477 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=2312 CPUtime=5.83 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 7165 0 0 0 568 15 0 0 20 0 20 0 184443512 19566772224 182881 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 182881 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 182881 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 182881 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 9.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 731524 KiB

[startup+12.7005 s]
/proc/loadavg: 4.17 4.26 4.26 5/319 959532
/proc/meminfo: memFree=118785944/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=1709764 CPUtime=16.93 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 39828 0 0 0 1648 45 0 0 20 0 20 0 184443512 19566772224 427441 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 427441 5865 1 0 874367 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=11992 CPUtime=12.12 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 10791 0 0 0 1178 34 0 0 20 0 20 0 184443512 19566772224 427441 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=1066372 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 427441 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=43480 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 427441 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 427441 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 16.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1709764 KiB

[startup+25.5011 s]
/proc/loadavg: 4.27 4.28 4.26 5/319 959534
/proc/meminfo: memFree=118256124/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=2029332 CPUtime=30.08 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 41143 0 0 0 2956 52 0 0 20 0 20 0 184443512 19566772224 507333 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 507333 5865 1 0 874374 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=6943526294502006880 CPUtime=24.67 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 11891 0 0 0 2427 40 0 0 20 0 20 0 184443512 19566772224 507333 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 507333 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=4357 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 507333 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 507333 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 30.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2029332 KiB

[startup+51.1132 s]
/proc/loadavg: 4.25 4.27 4.26 5/319 959537
/proc/meminfo: memFree=118148672/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=2121948 CPUtime=57.32 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 59189 0 0 0 5673 59 0 0 20 0 20 0 184443512 19566772224 530487 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 530487 5865 1 0 875566 0

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.19 4.24 5/317 961435
/proc/meminfo: memFree=119722800/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=2983096 CPUtime=3290.44 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 258713 0 0 0 328721 323 0 0 20 0 20 0 184443512 19566772224 745774 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 745774 5892 1 0 875666 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=2979000 CPUtime=3240.46 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 118086 0 0 0 323976 70 0 0 20 0 20 0 184443512 19566772224 745774 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 78 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=2981048 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 745774 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=-8817315123104621244 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 3320 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 745774 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=2244 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 745774 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 3290.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2983096 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.18 4.23 5/318 961446
/proc/meminfo: memFree=119683180/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=2995392 CPUtime=3350.43 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 262633 0 0 0 334717 326 0 0 20 0 20 0 184443512 19566772224 748848 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 748848 5892 1 0 875666 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=2976952 CPUtime=3299.75 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 120011 0 0 0 329905 70 0 0 20 0 20 0 184443512 19566772224 748848 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 78 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=2991296 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 748848 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 3378 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 748848 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 748848 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 3350.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2995392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.15 4.21 5/320 961460
/proc/meminfo: memFree=119637344/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=3007708 CPUtime=3410.47 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 266432 0 0 0 340715 332 0 0 20 0 20 0 184443512 19566772224 751927 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 751927 5892 1 0 875666 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=3005644 CPUtime=3359.03 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 122131 0 0 0 335832 71 0 0 20 0 20 0 184443512 19566772224 751927 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 78 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=3005644 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 751927 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=-8549727008185894042 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 3452 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 751927 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=3005644 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 751927 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 3410.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3007708 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.17 4.21 5/320 961537
/proc/meminfo: memFree=120751744/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=3022060 CPUtime=3470.49 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 270269 0 0 0 346712 337 0 0 20 0 20 0 184443512 19566772224 755515 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 755515 5892 1 0 875666 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=3020012 CPUtime=3418.36 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 124144 0 0 0 341764 72 0 0 20 0 20 0 184443512 19566772224 755515 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 78 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=2648 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 755515 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 3536 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 755515 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=-8817315123104621244 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 755515 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 3470.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3022060 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.15 4.20 5/320 961548
/proc/meminfo: memFree=120268576/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=3034352 CPUtime=3530.67 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 275061 0 0 0 352723 344 0 0 20 0 20 0 184443512 19566772224 758588 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 758588 5892 1 0 875666 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=3022060 CPUtime=3477.73 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 126847 0 0 0 347700 73 0 0 20 0 20 0 184443512 19566772224 758588 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 78 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=3007708 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 758588 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=43480 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 3555 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 758588 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=3032304 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 758588 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 3530.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3034352 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.15 4.19 6/320 961558
/proc/meminfo: memFree=120216456/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=3050788 CPUtime=3590.94 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 279791 0 0 0 358744 350 0 0 20 0 20 0 184443512 19566772224 762697 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 762697 5892 1 0 875697 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=2648 CPUtime=3536.81 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 128928 0 0 0 353608 73 0 0 20 0 20 0 184443512 19566772224 762697 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 78 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 762697 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 3608 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 762697 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=-8817315123104621244 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 762697 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 3590.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3050788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3591.4 s]
/proc/loadavg: 4.11 4.14 4.19 5/320 961558
/proc/meminfo: memFree=120206176/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19108176 memory=3050788 CPUtime=3600.04 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 280071 0 0 0 359653 351 0 0 20 0 20 0 184443512 19566772224 762697 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4777044 762697 5892 1 0 875697 0
[pid=959508/tid=959510] ppid=959505 vsize=19108176 memory=11600 CPUtime=3545.89 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 129208 0 0 0 354516 73 0 0 20 0 20 0 184443512 19566772224 762697 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 78 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19108176 memory=43480 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19566772224 762697 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19108176 memory=-8817315123104621244 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 3608 0 0 0 0 0 0 0 20 0 20 0 184443519 19566772224 762697 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959527] ppid=959505 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/959508/task/959527/stat : 959527 (Timer-0) S 959505 959508 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184443535 19566772224 762697 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3050788 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.94 s, system=3.53346 s

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

[startup+3591.61 s]
/proc/loadavg: 4.11 4.14 4.19 5/320 961558
/proc/meminfo: memFree=120206176/131655788 swapFree=131071996/131071996
[pid=959508] ppid=959505 vsize=19307868 memory=3051528 CPUtime=3600.45 cores=5,7
/proc/959508/stat : 959508 (java) S 959505 959508 955693 0 -1 1077936128 283303 0 0 0 359693 352 0 0 20 0 20 0 184443512 19771256832 762882 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
/proc/959508/statm: 4826967 762882 5889 1 0 876600 0
[pid=959508/tid=959510] ppid=959505 vsize=19307868 memory=11992 CPUtime=3546.1 cores=5,7
/proc/959508/task/959510/stat : 959510 (java) R 959505 959508 955693 0 -1 4194368 129227 0 0 0 354537 73 0 0 20 0 20 0 184443512 19771256832 762882 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 78 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959519] ppid=959505 vsize=19307868 memory=-8817315123104621244 CPUtime=0 cores=5,7
/proc/959508/task/959519/stat : 959519 (Finalizer) S 959505 959508 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184443518 19771256832 762882 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
[pid=959508/tid=959526] ppid=959505 vsize=19307868 memory=1944 CPUtime=0 cores=5,7
/proc/959508/task/959526/stat : 959526 (Common-Cleaner) S 959505 959508 955693 0 -1 1077936192 3608 0 0 0 0 0 0 0 20 0 20 0 184443519 19771256832 762882 134679101440 93892769292288 93892769295984 140733736098576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892769303800 93892769304592 93892800823296 140733736104948 140733736105056 140733736105056 140733736112072 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3051528 KiB

Child status: 143

Real time (s): 3591.62
CPU time (s): 3600.47
CPU user time (s): 3596.94
CPU system time (s): 3.53346
CPU usage (%): 100.246
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3051528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.94
system time used= 3.53346
maximum resident set size= 3052420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283359
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= 124645
involuntary context switches= 5563


# summary of solver processes directly reported to runsolver:
#   pid: 959508
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3596.94
#   total CPU system time (s): 3.53346

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.765 second user time and 37.9075 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 19:14:43
IDJOB=4445171
IDBENCH=148102
IDSOLVER=3052
FILE ID=nodeC008/4445171-1721322871
RUNJOBID= nodeC008-1721318349-955706
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-cuww4.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445171-1721322871/watcher-4445171-1721322871 -o /tmp/evaluation-result-4445171-1721322871/solver-4445171-1721322871 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955706 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445171-1721322871.opb

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

MD5SUM BENCH= 13439fe0222d33319b9169d149c100b9
RANDOM SEED=315300911

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		: 3575.285
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		: 3584.088
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.394
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.277
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		: 3555.118
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		: 3491.970
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.434
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.243
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:        120287056 kB
MemAvailable:   121177848 kB
Buffers:          522360 kB
Cached:          1205936 kB
SwapCached:            0 kB
Active:          1018060 kB
Inactive:        9786824 kB
Active(anon):       1492 kB
Inactive(anon):  9112468 kB
Active(file):    1016568 kB
Inactive(file):   674356 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               868 kB
Writeback:            28 kB
AnonPages:       9076300 kB
Mapped:           126136 kB
Shmem:             37704 kB
KReclaimable:      79796 kB
Slab:             179932 kB
SReclaimable:      79796 kB
SUnreclaim:       100136 kB
KernelStack:        4828 kB
PageTables:        27648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11784824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57728 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8771584 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-18 20:14:35