Trace number 4445075

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.42 3569.79

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob7.opb
MD5SUM0da7938cd78b604d95ed37ad5ec78200
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.056184
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96
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 constraint96
Maximum length of a constraint96
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 27267752
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 410674921
Number of bits of the biggest sum of numbers29
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.18	c version CUSTOM.v20240707
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.22	c Free memory 		2115194816
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2122317824
0.13/0.22	c Number of processors 	2
0.48/0.38	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.38	 - never skip resolution steps
0.48/0.38	 - Auto-division on coefficients is disabled
0.48/0.38	 - No postprocessing
0.48/0.38	 - Conflict is considered as is when resolving
0.48/0.38	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.48/0.38	 - Weaken first using unassigned literals
0.48/0.38	 - Bump strategy: ALWAYS_ONE
0.48/0.38	 - Bumper: ASSIGNED
0.48/0.38	--- Begin Solver configuration ---
0.48/0.38	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.48/0.38	Learn all clauses as in MiniSAT
0.48/0.38	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.38	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.38	No reason simplification
0.48/0.38	Armin Biere (Picosat) restarts strategy
0.48/0.38	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.48/0.38	timeout=2147483s
0.48/0.38	DB Simplification allowed=false
0.48/0.38	Listener: none
0.48/0.38	--- End Solver configuration ---
0.48/0.38	c Pseudo Boolean Optimization by upper bound
0.48/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.38	c  - never skip resolution steps
0.48/0.38	c  - Auto-division on coefficients is disabled
0.48/0.38	c  - No postprocessing
0.48/0.38	c  - Conflict is considered as is when resolving
0.48/0.38	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.48/0.38	c  - Weaken first using unassigned literals
0.48/0.38	c  - Bump strategy: ALWAYS_ONE
0.48/0.38	c  - Bumper: ASSIGNED
0.48/0.38	c --- Begin Solver configuration ---
0.48/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.48/0.38	c Learn all clauses as in MiniSAT
0.48/0.38	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.38	c No reason simplification
0.48/0.38	c Armin Biere (Picosat) restarts strategy
0.48/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.48/0.38	c timeout=2147483s
0.48/0.38	c DB Simplification allowed=false
0.48/0.38	c Listener: none
0.48/0.38	c --- End Solver configuration ---
0.48/0.38	c solving HOME/instance-4445075-1721320115.opb
0.48/0.38	c reading problem ... 
0.48/0.38	c  no objective function found
0.48/0.41	c ... done. Wall clock time 0.026s.
0.48/0.41	c declared #vars     96
0.48/0.41	c #constraints  2
0.48/0.41	c constraints type 
0.48/0.41	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.48/0.41	c 2 constraints processed.
42.97/37.53	c cleaning 2499 clauses out of 5000 with flag 0/5000
130.03/123.07	c cleaning 4237 clauses out of 8501 with flag 0/11000
255.35/246.04	c cleaning 5624 clauses out of 11264 with flag 0/18000
426.99/416.94	c cleaning 6817 clauses out of 13641 with flag 0/26001
630.60/619.24	c cleaning 7910 clauses out of 15824 with flag 0/35001
855.23/843.43	c cleaning 8945 clauses out of 17913 with flag 0/45000
1144.55/1131.47	c cleaning 9975 clauses out of 19969 with flag 0/56001
1399.30/1385.05	c cleaning 10994 clauses out of 21993 with flag 0/68000
1707.68/1691.22	c cleaning 11994 clauses out of 23999 with flag 0/81000
2086.53/2067.84	c cleaning 12998 clauses out of 26006 with flag 0/95001
2451.50/2430.56	c cleaning 13997 clauses out of 28007 with flag 0/110000
3014.26/2987.63	c cleaning 14997 clauses out of 30010 with flag 0/126000
3588.88/3558.47	c cleaning 15999 clauses out of 32013 with flag 0/143000
3600.08/3569.62	c starts		: 104
3600.08/3569.63	c conflicts		: 143968
3600.08/3569.64	c decisions		: 169553
3600.08/3569.64	c propagations		: 582253
3600.08/3569.64	c inspects		: 1476715894
3600.08/3569.64	c shortcuts		: 0
3600.08/3569.66	c learnt literals	: 0
3600.08/3569.66	c learnt binary clauses	: 0
3600.08/3569.66	c learnt ternary clauses	: 0
3600.08/3569.66	c learnt constraints	: 143968
3600.08/3569.66	c ignored constraints	: 0
3600.08/3569.66	c root simplifications	: 0
3600.08/3569.66	c removed literals (reason simplification)	: 0
3600.08/3569.66	c reason swapping (by a shorter reason)	: 0
3600.08/3569.66	c Calls to reduceDB	: 13
3600.08/3569.66	c Number of update (reduction) of LBD	: 0
3600.08/3569.66	c Imported unit clauses	: 0
3600.08/3569.66	c No decision after first conflict	: false
3600.08/3569.66	c number of reductions to clauses (during analyze)	: 0
3600.08/3569.66	c number of learned constraints concerned by reduction	: 0
3600.08/3569.66	c number of learning phase by resolution	: 0
3600.08/3569.66	c number of learning phase by cutting planes	: 0
3600.08/3569.66	c number of rounding to 1 operations	: 520868
3600.08/3569.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3569.66	c number of reductions of the coefficients by power 2 	: 0
3600.08/3569.66	c number of right shift for reduction by power 2 	: 0
3600.08/3569.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3569.66	c number of ending skipping 	: 0
3600.08/3569.66	c number of internal skipping 	: 0
3600.08/3569.66	c number of derivation steps 	: 441263
3600.08/3569.66	c number of skipped derivation steps 	: 0
3600.08/3569.66	c number of remaining unassigned 	: 32683
3600.08/3569.66	c number of remaining assigned 	: 23713159
3600.08/3569.66	c number of falsified literals weakened from reason	: 0
3600.08/3569.66	c number of falsified literals weakened from conflict	: 0
3600.08/3569.66	c time for arithmetic operations	: 1631551756
3600.08/3569.68	c minimum degree of deleted constraints	: 513
3600.08/3569.68	c maximum degree of deleted constraints	: 12707192877
3600.08/3569.68	c number of deleted constraints	: 126986
3600.08/3569.68	c speed (assignments/second)	: 163.13053233091807
3600.08/3569.68	c non guided choices	: 84
3600.30/3569.73	c timeout
3600.30/3569.74	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 680
3600.30/3569.74	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 16302
3600.30/3569.74	s UNKNOWN
3600.30/3569.74	c Total wall clock time (in seconds): 3569.358

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

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


[startup+0.10132 s]*
/proc/loadavg: 4.94 4.45 4.33 5/319 960321
/proc/meminfo: memFree=115870704/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=18975048 memory=55724 CPUtime=0.13 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 6426 0 0 0 10 3 0 0 20 0 18 0 184171048 19430449152 13931 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4743762 13931 5636 1 0 550802 0
[pid=960303/tid=960305] ppid=960300 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) S 960300 960303 957012 0 -1 1077936192 5324 0 0 0 6 2 0 0 20 0 18 0 184171048 19430449152 13931 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184171054 19430449152 13931 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184171055 19430449152 13931 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55724 KiB

[startup+0.21375 s]*
/proc/loadavg: 4.94 4.45 4.33 7/319 960321
/proc/meminfo: memFree=115868092/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=18975048 memory=60800 CPUtime=0.29 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 7119 0 0 0 26 3 0 0 20 0 18 0 184171048 19430449152 15200 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4743762 15200 5676 1 0 551357 0
[pid=960303/tid=960305] ppid=960300 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 5698 0 0 0 17 2 0 0 20 0 18 0 184171048 19430449152 15200 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=18975048 memory=671 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184171054 19430449152 15200 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184171055 19430449152 15200 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60800 KiB

[startup+0.316766 s]*
/proc/loadavg: 4.94 4.45 4.33 7/319 960321
/proc/meminfo: memFree=115862372/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=18975048 memory=64316 CPUtime=0.48 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 7436 0 0 0 44 4 0 0 20 0 18 0 184171048 19430449152 16079 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4743762 16079 5754 1 0 551612 0
[pid=960303/tid=960305] ppid=960300 vsize=18975048 memory=-9177605330955444924 CPUtime=0.29 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 5920 0 0 0 27 2 0 0 20 0 18 0 184171048 19430449152 16079 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184171054 19430449152 16079 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184171055 19430449152 16079 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64316 KiB

[startup+0.704202 s]
/proc/loadavg: 4.94 4.45 4.33 7/320 960322
/proc/meminfo: memFree=115852508/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19041612 memory=104964 CPUtime=1.18 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 8650 0 0 0 112 6 0 0 20 0 19 0 184171048 19498610688 26241 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4760403 26241 5855 1 0 552506 0
[pid=960303/tid=960305] ppid=960300 vsize=19041612 memory=5544 CPUtime=0.65 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 6125 0 0 0 61 4 0 0 20 0 19 0 184171048 19498610688 26241 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19041612 memory=12776 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184171054 19498610688 26241 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19041612 memory=164 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184171055 19498610688 26241 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184171090 19498610688 26241 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 104964 KiB

[startup+1.50119 s]
/proc/loadavg: 4.94 4.45 4.33 6/320 960324
/proc/meminfo: memFree=115762532/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=180832 CPUtime=2.75 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 21057 0 0 0 265 10 0 0 20 0 20 0 184171048 19566772224 45208 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 45208 5903 1 0 557146 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=12776 CPUtime=1.39 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 6554 0 0 0 134 5 0 0 20 0 20 0 184171048 19566772224 45208 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 45208 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 45208 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=279573916984592 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 45208 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180832 KiB

[startup+3.10619 s]
/proc/loadavg: 4.86 4.44 4.33 6/321 960325
/proc/meminfo: memFree=115276088/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=420400 CPUtime=5.81 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 30604 0 0 0 564 17 0 0 20 0 20 0 184171048 19566772224 105100 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 105100 5903 1 0 562060 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=0 CPUtime=2.94 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 7203 0 0 0 285 9 0 0 20 0 20 0 184171048 19566772224 105100 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=12776 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 105100 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 105100 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=11464 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 105100 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 420400 KiB

[startup+6.30044 s]
/proc/loadavg: 4.86 4.44 4.33 4/299 960342
/proc/meminfo: memFree=119905816/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=679024 CPUtime=9.34 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 30934 0 0 0 911 23 0 0 20 0 20 0 184171048 19566772224 169756 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 169756 5903 1 0 562064 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=12776 CPUtime=6.07 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 7462 0 0 0 593 14 0 0 20 0 20 0 184171048 19566772224 169756 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 169756 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=185824 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 169756 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 169756 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 9.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 679024 KiB

[startup+12.7005 s]
/proc/loadavg: 5.12 4.50 4.35 5/321 960395
/proc/meminfo: memFree=118681160/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=1064548 CPUtime=16.89 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 37222 0 0 0 1659 30 0 0 20 0 20 0 184171048 19566772224 266137 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 266137 5903 1 0 562064 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=0 CPUtime=12.36 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 8760 0 0 0 1216 20 0 0 20 0 20 0 184171048 19566772224 266137 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=2216 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 266137 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=12776 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 266137 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 266137 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 16.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1064548 KiB

[startup+25.5005 s]
/proc/loadavg: 4.94 4.49 4.35 5/321 960397
/proc/meminfo: memFree=117561460/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=1671748 CPUtime=30.72 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 45517 0 0 0 3027 45 0 0 20 0 20 0 184171048 19566772224 417937 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 417937 5903 1 0 668580 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=1616452 CPUtime=24.95 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 10838 0 0 0 2463 32 0 0 20 0 20 0 184171048 19566772224 417937 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=11464 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 417937 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=43720 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 417937 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=12776 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 417937 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 30.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1671748 KiB

[startup+51.1136 s]
/proc/loadavg: 4.68 4.47 4.34 5/321 960402
/proc/meminfo: memFree=117115496/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=1672364 CPUtime=57.7 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 59070 0 0 0 5721 49 0 0 20 0 20 0 184171048 19566772224 418091 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 418091 5903 1 0 668639 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=1672364 CPUtime=50.06 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 14626 0 0 0 4974 32 0 0 20 0 20 0 184171048 19566772224 418091 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=1672364 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 418091 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0

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

[startup+3222.31 s]
/proc/loadavg: 4.35 4.28 4.27 5/319 961674
/proc/meminfo: memFree=116901244/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=3083464 CPUtime=3250.86 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 263568 0 0 0 324747 339 0 0 20 0 20 0 184171048 19566772224 770866 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 770866 5919 1 0 800060 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=3083464 CPUtime=3163.78 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) S 960300 960303 957012 0 -1 1077936192 95119 0 0 0 316316 62 0 0 20 0 20 0 184171048 19566772224 770866 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 44 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=3083464 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 770866 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=3083464 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 3230 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 770866 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=3083464 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 770866 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 3250.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083464 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.26 4.26 5/320 961687
/proc/meminfo: memFree=116886268/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=3083480 CPUtime=3310.96 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 265610 0 0 0 330753 343 0 0 20 0 20 0 184171048 19566772224 770870 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 770870 5919 1 0 800060 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=3083480 CPUtime=3222.91 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 96367 0 0 0 322229 62 0 0 20 0 20 0 184171048 19566772224 770870 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 44 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=12776 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 770870 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=11464 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 3230 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 770870 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=11464 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 770870 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 3310.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.72 4.38 4.30 5/320 961698
/proc/meminfo: memFree=116875896/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=3083488 CPUtime=3371.13 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 270948 0 0 0 336765 348 0 0 20 0 20 0 184171048 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 770872 5919 1 0 800060 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=3083488 CPUtime=3281.95 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 98040 0 0 0 328132 63 0 0 20 0 20 0 184171048 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 44 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=3083488 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=3680 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 3301 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=3083488 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 3371.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083488 KiB

[startup+3402.3 s]
/proc/loadavg: 4.72 4.47 4.34 5/320 961708
/proc/meminfo: memFree=116867312/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=3083488 CPUtime=3431.83 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 274381 0 0 0 342830 353 0 0 20 0 20 0 184171048 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 770872 5919 1 0 800060 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=3083488 CPUtime=3340.83 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 99927 0 0 0 334020 63 0 0 20 0 20 0 184171048 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=43720 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=16116 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 3389 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=3083488 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 3431.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083488 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.41 4.33 5/320 962103
/proc/meminfo: memFree=116862724/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=3083488 CPUtime=3492.42 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 275931 0 0 0 348885 357 0 0 20 0 20 0 184171048 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 770872 5919 1 0 800060 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=3083488 CPUtime=3399.89 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 101239 0 0 0 339926 63 0 0 20 0 20 0 184171048 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=43720 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=3083488 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 3389 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=11464 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 3492.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083488 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.37 4.32 5/320 962113
/proc/meminfo: memFree=116862296/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=3083488 CPUtime=3552.77 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 278587 0 0 0 354915 362 0 0 20 0 20 0 184171048 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 770872 5919 1 0 800060 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=3083488 CPUtime=3459.04 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 102422 0 0 0 345841 63 0 0 20 0 20 0 184171048 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=3083488 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=3083488 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 3475 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=3083488 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 3552.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3569.6 s]
/proc/loadavg: 4.26 4.34 4.31 7/319 962187
/proc/meminfo: memFree=119836604/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19108176 memory=3083488 CPUtime=3600.08 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 281751 0 0 0 359642 366 0 0 20 0 20 0 184171048 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4777044 770872 5919 1 0 800060 0
[pid=960303/tid=960305] ppid=960300 vsize=19108176 memory=11464 CPUtime=3505.92 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 104425 0 0 0 350528 64 0 0 20 0 20 0 184171048 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19108176 memory=43720 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171054 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19108176 memory=3083488 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 3475 0 0 0 0 0 0 0 20 0 20 0 184171055 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960322] ppid=960300 vsize=19108176 memory=2640 CPUtime=0 cores=5,7
/proc/960303/task/960322/stat : 960322 (Timer-0) S 960300 960303 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171090 19566772224 770872 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.73 s, system=3.6914 s

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

[startup+3569.71 s]
/proc/loadavg: 4.26 4.34 4.31 7/319 962187
/proc/meminfo: memFree=119836604/131655788 swapFree=131071996/131071996
[pid=960303] ppid=960300 vsize=19307868 memory=3084172 CPUtime=3600.3 cores=5,7
/proc/960303/stat : 960303 (java) S 960300 960303 957012 0 -1 1077936128 284869 0 0 0 359663 367 0 0 20 0 21 0 184171048 19771256832 771043 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
/proc/960303/statm: 4826967 771043 5918 1 0 800963 0
[pid=960303/tid=960305] ppid=960300 vsize=19307868 memory=43720 CPUtime=3506.03 cores=5,7
/proc/960303/task/960305/stat : 960305 (java) R 960300 960303 957012 0 -1 4194368 104451 0 0 0 350539 64 0 0 20 0 21 0 184171048 19771256832 771043 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960314] ppid=960300 vsize=19307868 memory=12776 CPUtime=0 cores=5,7
/proc/960303/task/960314/stat : 960314 (Finalizer) S 960300 960303 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184171054 19771256832 771043 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
[pid=960303/tid=960321] ppid=960300 vsize=19307868 memory=43720 CPUtime=0 cores=5,7
/proc/960303/task/960321/stat : 960321 (Common-Cleaner) S 960300 960303 957012 0 -1 1077936192 3475 0 0 0 0 0 0 0 20 0 21 0 184171055 19771256832 771043 134679101440 94057333993472 94057333997168 140726362227648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057334004984 94057334005776 94057356091392 140726362231791 140726362231904 140726362231904 140726362238920 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3084172 KiB

Child status: 143

Real time (s): 3569.79
CPU time (s): 3600.42
CPU user time (s): 3596.73
CPU system time (s): 3.6914
CPU usage (%): 100.858
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3084172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.73
system time used= 3.6914
maximum resident set size= 3085124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285686
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= 126949
involuntary context switches= 7346


# summary of solver processes directly reported to runsolver:
#   pid: 960303
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3596.73
#   total CPU system time (s): 3.6914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.645 second user time and 37.5347 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 18:28:46
IDJOB=4445075
IDBENCH=148099
IDSOLVER=3046
FILE ID=nodeC009/4445075-1721320115
RUNJOBID= nodeC009-1721316605-957071
SLURM_JOB_ID= 7542654
Free space on /tmp= 723764 MiB

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

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

MD5SUM BENCH= 0da7938cd78b604d95ed37ad5ec78200
RANDOM SEED=1146243778

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		: 1197.440
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		: 3617.324
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		: 3541.151
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.373
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		: 3497.032
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		: 1238.119
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.424
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.341
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:        115905992 kB
MemAvailable:   116664380 kB
Buffers:          515688 kB
Cached:          1080968 kB
SwapCached:            0 kB
Active:          1015412 kB
Inactive:       14163212 kB
Active(anon):       1452 kB
Inactive(anon): 13618224 kB
Active(file):    1013960 kB
Inactive(file):   544988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2092 kB
Writeback:             0 kB
AnonPages:      13581660 kB
Mapped:           126192 kB
Shmem:             37700 kB
KReclaimable:      78940 kB
Slab:             178588 kB
SReclaimable:      78940 kB
SUnreclaim:        99648 kB
KernelStack:        4864 kB
PageTables:        36780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15558148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58144 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13217792 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 19:28:16