Trace number 4445315

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.45 3571.63

General information on the benchmark

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

Solver Data

0.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.17	c Free memory 		2113181440
0.12/0.17	c Max memory 		16282288128
0.12/0.17	c Total memory 		2122317824
0.12/0.17	c Number of processors 	2
0.42/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.35	 - never skip resolution steps
0.42/0.35	 - Auto-division on coefficients is disabled
0.42/0.35	 - No postprocessing
0.42/0.35	 - Conflict is considered as is when resolving
0.42/0.35	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.42/0.35	 - Weaken first using unassigned literals
0.42/0.35	 - Bump strategy: ALWAYS_ONE
0.42/0.35	 - Bumper: ASSIGNED
0.42/0.35	--- Begin Solver configuration ---
0.42/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.42/0.35	Learn all clauses as in MiniSAT
0.42/0.35	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.35	No reason simplification
0.42/0.35	Armin Biere (Picosat) restarts strategy
0.42/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.42/0.35	timeout=2147483s
0.42/0.35	DB Simplification allowed=false
0.42/0.35	Listener: none
0.42/0.35	--- End Solver configuration ---
0.42/0.35	c Pseudo Boolean Optimization by upper bound
0.42/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.35	c  - never skip resolution steps
0.42/0.35	c  - Auto-division on coefficients is disabled
0.42/0.35	c  - No postprocessing
0.42/0.35	c  - Conflict is considered as is when resolving
0.42/0.35	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.42/0.35	c  - Weaken first using unassigned literals
0.42/0.35	c  - Bump strategy: ALWAYS_ONE
0.42/0.35	c  - Bumper: ASSIGNED
0.42/0.35	c --- Begin Solver configuration ---
0.42/0.35	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.42/0.35	c Learn all clauses as in MiniSAT
0.42/0.35	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.35	c No reason simplification
0.42/0.35	c Armin Biere (Picosat) restarts strategy
0.42/0.35	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.42/0.35	c timeout=2147483s
0.42/0.35	c DB Simplification allowed=false
0.42/0.35	c Listener: none
0.42/0.35	c --- End Solver configuration ---
0.42/0.35	c solving HOME/instance-4445315-1721323685.opb
0.42/0.35	c reading problem ... 
0.42/0.36	c  no objective function found
0.42/0.38	c ... done. Wall clock time 0.023s.
0.42/0.38	c declared #vars     68
0.42/0.38	c #constraints  2
0.42/0.38	c constraints type 
0.42/0.38	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.42/0.38	c 2 constraints processed.
32.36/29.29	c cleaning 2497 clauses out of 5000 with flag 0/5000
108.80/104.15	c cleaning 4240 clauses out of 8503 with flag 0/11000
231.62/223.10	c cleaning 5630 clauses out of 11264 with flag 0/18001
388.16/378.16	c cleaning 6814 clauses out of 13633 with flag 0/26000
563.45/553.45	c cleaning 7904 clauses out of 15820 with flag 0/35001
769.44/759.54	c cleaning 8952 clauses out of 17916 with flag 0/45001
1028.30/1017.24	c cleaning 9966 clauses out of 19964 with flag 0/56001
1308.56/1295.93	c cleaning 10993 clauses out of 21997 with flag 0/68000
1614.86/1600.37	c cleaning 11991 clauses out of 24004 with flag 0/81000
1959.97/1943.42	c cleaning 13004 clauses out of 26013 with flag 0/95000
2304.21/2286.28	c cleaning 14001 clauses out of 28009 with flag 0/110000
2746.28/2723.16	c cleaning 14991 clauses out of 30008 with flag 0/126000
3218.43/3191.45	c cleaning 16002 clauses out of 32017 with flag 0/143000
3600.06/3571.42	c starts		: 105
3600.06/3571.45	c conflicts		: 159485
3600.06/3571.45	c decisions		: 180098
3600.06/3571.45	c propagations		: 727049
3600.06/3571.45	c inspects		: 1919422458
3600.06/3571.45	c shortcuts		: 0
3600.06/3571.45	c learnt literals	: 0
3600.06/3571.45	c learnt binary clauses	: 0
3600.06/3571.45	c learnt ternary clauses	: 0
3600.06/3571.45	c learnt constraints	: 159485
3600.06/3571.45	c ignored constraints	: 0
3600.06/3571.45	c root simplifications	: 0
3600.06/3571.45	c removed literals (reason simplification)	: 0
3600.06/3571.46	c reason swapping (by a shorter reason)	: 0
3600.06/3571.46	c Calls to reduceDB	: 13
3600.06/3571.46	c Number of update (reduction) of LBD	: 0
3600.06/3571.46	c Imported unit clauses	: 0
3600.06/3571.46	c No decision after first conflict	: false
3600.06/3571.46	c number of reductions to clauses (during analyze)	: 0
3600.06/3571.46	c number of learned constraints concerned by reduction	: 0
3600.06/3571.46	c number of learning phase by resolution	: 0
3600.06/3571.46	c number of learning phase by cutting planes	: 0
3600.06/3571.46	c number of rounding to 1 operations	: 651142
3600.06/3571.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3571.46	c number of reductions of the coefficients by power 2 	: 0
3600.06/3571.46	c number of right shift for reduction by power 2 	: 0
3600.06/3571.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3571.46	c number of ending skipping 	: 0
3600.06/3571.46	c number of internal skipping 	: 0
3600.06/3571.46	c number of derivation steps 	: 551131
3600.06/3571.46	c number of skipped derivation steps 	: 0
3600.06/3571.46	c number of remaining unassigned 	: 64892
3600.06/3571.46	c number of remaining assigned 	: 20837457
3600.06/3571.46	c number of falsified literals weakened from reason	: 0
3600.06/3571.46	c number of falsified literals weakened from conflict	: 0
3600.06/3571.46	c time for arithmetic operations	: 1364186873
3600.06/3571.47	c minimum degree of deleted constraints	: 258
3600.06/3571.48	c maximum degree of deleted constraints	: 10812072568
3600.06/3571.48	c number of deleted constraints	: 126985
3600.06/3571.48	c speed (assignments/second)	: 203.59284958414693
3600.06/3571.48	c non guided choices	: 57
3600.28/3571.55	c timeout
3600.28/3571.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 745
3600.28/3571.58	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 31755
3600.28/3571.58	s UNKNOWN
3600.28/3571.58	c Total wall clock time (in seconds): 3571.232

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445315-1721323685/watcher-4445315-1721323685 -o /tmp/evaluation-result-4445315-1721323685/solver-4445315-1721323685 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957071 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445315-1721323685.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=962236, runsolver pid=962233

[startup+0.10091 s]*
/proc/loadavg: 4.26 4.34 4.31 7/318 962254
/proc/meminfo: memFree=122589168/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=18975048 memory=58032 CPUtime=0.12 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 6527 0 0 0 10 2 0 0 20 0 18 0 184528065 19430449152 14508 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4743762 14508 5587 1 0 550926 0
[pid=962236/tid=962238] ppid=962233 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 5463 0 0 0 7 1 0 0 20 0 18 0 184528066 19430449152 14508 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184528069 19430449152 14508 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184528069 19430449152 14508 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58032 KiB

[startup+0.216402 s]*
/proc/loadavg: 4.26 4.34 4.31 7/318 962254
/proc/meminfo: memFree=122526948/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=18975048 memory=66564 CPUtime=0.27 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 7142 0 0 0 25 2 0 0 20 0 18 0 184528065 19430449152 16641 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4743762 16641 5591 1 0 551463 0
[pid=962236/tid=962238] ppid=962233 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 1078198336 5699 0 0 0 17 1 0 0 20 0 18 0 184528066 19430449152 16641 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=18975048 memory=671 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184528069 19430449152 16641 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184528069 19430449152 16641 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66564 KiB

[startup+0.31391 s]*
/proc/loadavg: 4.26 4.34 4.31 8/318 962254
/proc/meminfo: memFree=122519656/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=18975048 memory=68556 CPUtime=0.42 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 7414 0 0 0 40 2 0 0 20 0 18 0 184528065 19430449152 17139 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4743762 17139 5788 1 0 551643 0
[pid=962236/tid=962238] ppid=962233 vsize=18975048 memory=-8960589214833222332 CPUtime=0.26 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 5853 0 0 0 25 1 0 0 20 0 18 0 184528066 19430449152 17139 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184528069 19430449152 17139 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184528069 19430449152 17139 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68556 KiB

[startup+0.709118 s]
/proc/loadavg: 4.26 4.34 4.31 7/319 962255
/proc/meminfo: memFree=122499716/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19041612 memory=123416 CPUtime=1.13 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 9701 0 0 0 107 6 0 0 20 0 19 0 184528065 19498610688 30854 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4760403 30854 5820 1 0 553143 0
[pid=962236/tid=962238] ppid=962233 vsize=19041612 memory=5544 CPUtime=0.6 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 6028 0 0 0 57 3 0 0 20 0 19 0 184528066 19498610688 30854 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19041612 memory=12776 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184528069 19498610688 30854 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19041612 memory=164 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184528069 19498610688 30854 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184528105 19498610688 30854 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 123416 KiB

[startup+1.50092 s]
/proc/loadavg: 4.26 4.34 4.31 6/320 962258
/proc/meminfo: memFree=122371884/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=213704 CPUtime=2.68 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 22116 0 0 0 259 9 0 0 20 0 20 0 184528065 19566772224 53426 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 53426 5820 1 0 558478 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=12776 CPUtime=1.36 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 6296 0 0 0 131 5 0 0 20 0 20 0 184528066 19566772224 53426 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 53426 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 53426 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=281301030708496 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 53426 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 213704 KiB

[startup+3.1059 s]
/proc/loadavg: 4.26 4.34 4.31 6/320 962258
/proc/meminfo: memFree=121560032/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=552076 CPUtime=5.79 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 28220 0 0 0 561 18 0 0 20 0 20 0 184528065 19566772224 138019 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 138019 5820 1 0 561918 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=0 CPUtime=2.92 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 7021 0 0 0 280 12 0 0 20 0 20 0 184528066 19566772224 138019 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=12776 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 138019 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 138019 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=11464 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 138019 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 552076 KiB

[startup+6.3009 s]
/proc/loadavg: 4.40 4.37 4.32 5/320 962258
/proc/meminfo: memFree=120621260/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=1074396 CPUtime=9.27 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 28753 0 0 0 897 30 0 0 20 0 20 0 184528065 19566772224 268599 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 268599 5836 1 0 561924 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=12776 CPUtime=6.04 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 7453 0 0 0 581 23 0 0 20 0 20 0 184528066 19566772224 268599 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 268599 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=258848 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 268599 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 268599 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 9.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1074396 KiB

[startup+12.7005 s]
/proc/loadavg: 4.45 4.38 4.32 7/320 962327
/proc/meminfo: memFree=122936504/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=1340760 CPUtime=15.73 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 32469 0 0 0 1538 35 0 0 20 0 20 0 184528065 19566772224 335190 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 335190 5836 1 0 561924 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=0 CPUtime=12.33 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 8824 0 0 0 1206 27 0 0 20 0 20 0 184528066 19566772224 335190 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=-8960589214833222332 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 335190 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=2216 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 335190 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=11464 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 335190 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 15.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1340760 KiB

[startup+25.5005 s]
/proc/loadavg: 4.65 4.43 4.34 5/322 962500
/proc/meminfo: memFree=121514700/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=1349016 CPUtime=28.63 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 37303 0 0 0 2826 37 0 0 20 0 20 0 184528065 19566772224 337254 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 337254 5836 1 0 561924 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=164 CPUtime=24.86 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 10316 0 0 0 2459 27 0 0 20 0 20 0 184528066 19566772224 337254 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=1344864 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 337254 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=-8960589214833222332 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 337254 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 337254 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 28.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1349016 KiB

[startup+51.1136 s]
/proc/loadavg: 4.68 4.46 4.35 5/322 962504
/proc/meminfo: memFree=120447984/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=1779032 CPUtime=55.58 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 50039 0 0 0 5508 50 0 0 20 0 20 0 184528065 19566772224 444758 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 444758 5836 1 0 668484 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=1778796 CPUtime=49.81 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 13950 0 0 0 4944 37 0 0 20 0 20 0 184528066 19566772224 444758 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=1774700 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 444758 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0

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

/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990346 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=2160 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 3673 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990346 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=3568984 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 990346 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 3189.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3961384 KiB

[startup+3222.3 s]
/proc/loadavg: 4.55 4.31 4.21 5/320 964637
/proc/meminfo: memFree=115143008/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=3961384 CPUtime=3249.44 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 291160 0 0 0 324593 351 0 0 20 0 20 0 184528065 19566772224 990346 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 990346 5859 1 0 1022045 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=3961384 CPUtime=3168.79 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 125805 0 0 0 316786 93 0 0 20 0 20 0 184528066 19566772224 990346 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=3961384 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990346 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=3961384 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 3755 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990346 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=3961384 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 990346 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 3249.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3961384 KiB

[startup+3282.31 s]
/proc/loadavg: 4.51 4.33 4.23 5/320 964648
/proc/meminfo: memFree=115931968/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=3961404 CPUtime=3309.51 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 295640 0 0 0 330596 355 0 0 20 0 20 0 184528065 19566772224 990351 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 990351 5859 1 0 1022045 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=2216 CPUtime=3227.84 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 128882 0 0 0 322690 94 0 0 20 0 20 0 184528066 19566772224 990351 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=2216 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990351 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=37764 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 3837 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990351 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=3961404 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 990351 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 3309.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3961404 KiB

[startup+3342.3 s]
/proc/loadavg: 4.56 4.38 4.25 5/320 964658
/proc/meminfo: memFree=115803920/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=3961464 CPUtime=3370.03 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 300636 0 0 0 336642 361 0 0 20 0 20 0 184528065 19566772224 990366 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 990366 5859 1 0 1022045 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=2216 CPUtime=3286.9 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 131990 0 0 0 328595 95 0 0 20 0 20 0 184528066 19566772224 990366 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=3961464 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990366 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=-8960589214833222332 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 3919 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990366 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=12776 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 990366 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 3370.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3961464 KiB

[startup+3402.3 s]
/proc/loadavg: 4.50 4.38 4.26 5/320 964669
/proc/meminfo: memFree=114940024/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=3961468 CPUtime=3430.22 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 306866 0 0 0 342654 368 0 0 20 0 20 0 184528065 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 990367 5859 1 0 1022045 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=3961468 CPUtime=3345.59 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 134837 0 0 0 334463 96 0 0 20 0 20 0 184528066 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=3961464 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=3961468 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 4010 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=5544 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 3430.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3961468 KiB

[startup+3462.3 s]
/proc/loadavg: 5.04 4.56 4.33 5/322 965065
/proc/meminfo: memFree=114939156/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=3961468 CPUtime=3490.9 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 311714 0 0 0 348717 373 0 0 20 0 20 0 184528065 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 990367 5859 1 0 1022045 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=3961464 CPUtime=3404.84 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 137852 0 0 0 340387 97 0 0 20 0 20 0 184528066 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=12776 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=3961468 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 4093 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=11464 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 3490.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3961468 KiB

[startup+3522.3 s]
/proc/loadavg: 4.54 4.50 4.32 5/322 965080
/proc/meminfo: memFree=114437460/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=3961468 CPUtime=3550.94 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 316405 0 0 0 354716 378 0 0 20 0 20 0 184528065 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 990367 5859 1 0 1022045 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=12776 CPUtime=3464.06 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 140704 0 0 0 346308 98 0 0 20 0 20 0 184528066 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=3961468 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=11464 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 4175 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=3961468 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 990367 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 3550.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3961468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.4 s]
/proc/loadavg: 4.32 4.45 4.32 4/296 965123
/proc/meminfo: memFree=118039700/131655788 swapFree=131071996/131071996
[pid=962236] ppid=962233 vsize=19108176 memory=3961476 CPUtime=3600.06 cores=5,7
/proc/962236/stat : 962236 (java) S 962233 962236 957012 0 -1 1077936128 320586 0 0 0 359624 382 0 0 20 0 20 0 184528065 19566772224 990369 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
/proc/962236/statm: 4777044 990369 5859 1 0 1022045 0
[pid=962236/tid=962238] ppid=962233 vsize=19108176 memory=3961476 CPUtime=3512.61 cores=5,7
/proc/962236/task/962238/stat : 962238 (java) R 962233 962236 957012 0 -1 4194368 143452 0 0 0 351162 99 0 0 20 0 20 0 184528066 19566772224 990369 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962247] ppid=962233 vsize=19108176 memory=11464 CPUtime=0 cores=5,7
/proc/962236/task/962247/stat : 962247 (Finalizer) S 962233 962236 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990369 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962254] ppid=962233 vsize=19108176 memory=3961476 CPUtime=0 cores=5,7
/proc/962236/task/962254/stat : 962254 (Common-Cleaner) S 962233 962236 957012 0 -1 1077936192 4175 0 0 0 0 0 0 0 20 0 20 0 184528069 19566772224 990369 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
[pid=962236/tid=962255] ppid=962233 vsize=19108176 memory=3961476 CPUtime=0 cores=5,7
/proc/962236/task/962255/stat : 962255 (Timer-0) S 962233 962236 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184528105 19566772224 990369 134679101440 94285766348800 94285766352496 140730095857936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285766360312 94285766361104 94285780508672 140730095862767 140730095862880 140730095862880 140730095869896 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3961476 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.59 s, system=3.86042 s

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

[startup+3571.61 s]*
/proc/loadavg: 4.32 4.45 4.32 4/278 965126
/proc/meminfo: memFree=121944124/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3571.63
CPU time (s): 3600.45
CPU user time (s): 3596.59
CPU system time (s): 3.86042
CPU usage (%): 100.807
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3962208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.59
system time used= 3.86043
maximum resident set size= 3963272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324472
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128999
involuntary context switches= 8303


# summary of solver processes directly reported to runsolver:
#   pid: 962236
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3596.59
#   total CPU system time (s): 3.86042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6464 second user time and 38.7736 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 19:28:17
IDJOB=4445315
IDBENCH=148107
IDSOLVER=3046
FILE ID=nodeC009/4445315-1721323685
RUNJOBID= nodeC009-1721316605-957071
SLURM_JOB_ID= 7542654
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob2.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445315-1721323685/watcher-4445315-1721323685 -o /tmp/evaluation-result-4445315-1721323685/solver-4445315-1721323685 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957071 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445315-1721323685.opb

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

MD5SUM BENCH= f3b4489b3c27b845ad2c738d1f690b61
RANDOM SEED=1496782259

nodeC009.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		: 3492.171
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	: 6984.34
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		: 3530.394
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.27
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		: 3192.843
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	: 6984.34
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.411
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.27
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		: 3505.271
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	: 6984.34
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		: 3492.204
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.27
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.484
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	: 6984.34
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.317
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122702712 kB
MemAvailable:   123480752 kB
Buffers:          519876 kB
Cached:          1096324 kB
SwapCached:            0 kB
Active:          1018504 kB
Inactive:        7376252 kB
Active(anon):       1484 kB
Inactive(anon):  6814764 kB
Active(file):    1017020 kB
Inactive(file):   561488 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1936 kB
Writeback:             4 kB
AnonPages:       6777408 kB
Mapped:           126312 kB
Shmem:             37700 kB
KReclaimable:      79128 kB
Slab:             179172 kB
SReclaimable:      79128 kB
SUnreclaim:       100044 kB
KernelStack:        4788 kB
PageTables:        23176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9219512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58240 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6346752 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-18 20:27:48