Trace number 4445255

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM3f61e6943d6ec76e40473bfb8d86b810
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.264688
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
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.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.15	c version CUSTOM.v20240707
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2115194816
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2122317824
0.11/0.18	c Number of processors 	2
0.33/0.32	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.32	 - never skip resolution steps
0.33/0.32	 - Auto-division on coefficients is disabled
0.33/0.32	 - No postprocessing
0.33/0.32	 - Conflict is considered as is when resolving
0.33/0.32	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.33/0.32	 - Weaken first using unassigned literals
0.33/0.32	 - Bump strategy: ALWAYS_ONE
0.33/0.32	 - Bumper: ASSIGNED
0.33/0.32	--- Begin Solver configuration ---
0.33/0.32	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.33/0.32	Learn all clauses as in MiniSAT
0.33/0.32	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.32	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.32	No reason simplification
0.33/0.32	Armin Biere (Picosat) restarts strategy
0.33/0.32	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.33/0.32	timeout=2147483s
0.33/0.32	DB Simplification allowed=false
0.33/0.32	Listener: none
0.33/0.32	--- End Solver configuration ---
0.33/0.33	c Pseudo Boolean Optimization by upper bound
0.33/0.33	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.33	c  - never skip resolution steps
0.33/0.33	c  - Auto-division on coefficients is disabled
0.33/0.33	c  - No postprocessing
0.33/0.33	c  - Conflict is considered as is when resolving
0.33/0.33	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.33/0.33	c  - Weaken first using unassigned literals
0.33/0.33	c  - Bump strategy: ALWAYS_ONE
0.33/0.33	c  - Bumper: ASSIGNED
0.33/0.33	c --- Begin Solver configuration ---
0.33/0.33	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.33/0.33	c Learn all clauses as in MiniSAT
0.33/0.33	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.33	c No reason simplification
0.33/0.33	c Armin Biere (Picosat) restarts strategy
0.33/0.33	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.33/0.33	c timeout=2147483s
0.33/0.33	c DB Simplification allowed=false
0.33/0.33	c Listener: none
0.33/0.33	c --- End Solver configuration ---
0.33/0.33	c solving HOME/instance-4445255-1721323362.opb
0.33/0.33	c reading problem ... 
0.33/0.33	c  no objective function found
0.52/0.35	c ... done. Wall clock time 0.024s.
0.52/0.35	c declared #vars     86
0.52/0.36	c #constraints  2
0.52/0.36	c constraints type 
0.52/0.36	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.52/0.36	c 2 constraints processed.
41.67/37.00	c cleaning 2498 clauses out of 5001 with flag 0/5001
127.28/121.45	c cleaning 4245 clauses out of 8503 with flag 0/11001
257.72/251.25	c cleaning 5622 clauses out of 11257 with flag 0/18000
420.64/413.48	c cleaning 6801 clauses out of 13635 with flag 0/26000
610.68/602.82	c cleaning 7912 clauses out of 15835 with flag 0/35001
851.45/843.35	c cleaning 8944 clauses out of 17922 with flag 0/45000
1114.54/1105.58	c cleaning 9978 clauses out of 19978 with flag 0/56000
1370.10/1360.28	c cleaning 10997 clauses out of 22001 with flag 0/68001
1723.06/1711.50	c cleaning 11993 clauses out of 24003 with flag 0/81000
2035.02/2022.17	c cleaning 12995 clauses out of 26011 with flag 0/95001
2370.77/2356.92	c cleaning 14005 clauses out of 28015 with flag 0/110000
2917.90/2899.93	c cleaning 15000 clauses out of 30010 with flag 0/126000
3410.32/3388.72	c cleaning 15995 clauses out of 32011 with flag 0/143001
3600.06/3577.22	c starts		: 105
3600.06/3577.25	c conflicts		: 154895
3600.06/3577.25	c decisions		: 177664
3600.06/3577.25	c propagations		: 716649
3600.06/3577.25	c inspects		: 1617116476
3600.06/3577.26	c shortcuts		: 0
3600.06/3577.26	c learnt literals	: 0
3600.06/3577.26	c learnt binary clauses	: 0
3600.06/3577.26	c learnt ternary clauses	: 0
3600.06/3577.26	c learnt constraints	: 154895
3600.06/3577.26	c ignored constraints	: 0
3600.06/3577.26	c root simplifications	: 0
3600.06/3577.26	c removed literals (reason simplification)	: 0
3600.06/3577.26	c reason swapping (by a shorter reason)	: 0
3600.06/3577.26	c Calls to reduceDB	: 13
3600.06/3577.26	c Number of update (reduction) of LBD	: 0
3600.06/3577.26	c Imported unit clauses	: 0
3600.06/3577.26	c No decision after first conflict	: false
3600.06/3577.26	c number of reductions to clauses (during analyze)	: 0
3600.06/3577.26	c number of learned constraints concerned by reduction	: 0
3600.06/3577.26	c number of learning phase by resolution	: 0
3600.06/3577.26	c number of learning phase by cutting planes	: 0
3600.06/3577.26	c number of rounding to 1 operations	: 606516
3600.06/3577.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3577.28	c number of reductions of the coefficients by power 2 	: 0
3600.06/3577.28	c number of right shift for reduction by power 2 	: 0
3600.06/3577.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3577.28	c number of ending skipping 	: 0
3600.06/3577.28	c number of internal skipping 	: 0
3600.06/3577.28	c number of derivation steps 	: 511748
3600.06/3577.28	c number of skipped derivation steps 	: 0
3600.06/3577.28	c number of remaining unassigned 	: 63262
3600.06/3577.28	c number of remaining assigned 	: 24656770
3600.06/3577.28	c number of falsified literals weakened from reason	: 0
3600.06/3577.28	c number of falsified literals weakened from conflict	: 0
3600.06/3577.28	c time for arithmetic operations	: 1396504896
3600.26/3577.30	c minimum degree of deleted constraints	: 128
3600.26/3577.30	c maximum degree of deleted constraints	: 19794274681
3600.26/3577.30	c number of deleted constraints	: 126985
3600.26/3577.30	c speed (assignments/second)	: 200.35276001583478
3600.26/3577.30	c non guided choices	: 75
3600.26/3577.32	c timeout
3600.26/3577.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 5295
3600.26/3577.36	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22615
3600.26/3577.36	s UNKNOWN
3600.26/3577.36	c Total wall clock time (in seconds): 3577.034

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445255-1721323362/watcher-4445255-1721323362 -o /tmp/evaluation-result-4445255-1721323362/solver-4445255-1721323362 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968472 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445255-1721323362.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=973783, runsolver pid=973780

[startup+0.100829 s]*
/proc/loadavg: 4.22 4.25 4.29 6/319 973801
/proc/meminfo: memFree=115410744/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=18975048 memory=55992 CPUtime=0.11 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 6565 0 0 0 10 1 0 0 20 0 18 0 184494978 19430449152 13998 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4743762 13998 5557 1 0 550876 0
[pid=973783/tid=973785] ppid=973780 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 1077936192 5476 0 0 0 7 1 0 0 20 0 18 0 184494979 19430449152 13998 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184494982 19430449152 13998 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184494983 19430449152 13998 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55992 KiB

[startup+0.224357 s]*
/proc/loadavg: 4.22 4.25 4.29 7/319 973801
/proc/meminfo: memFree=115403680/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=18975048 memory=62756 CPUtime=0.33 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 7289 0 0 0 31 2 0 0 20 0 18 0 184494978 19430449152 15689 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4743762 15689 5562 1 0 551480 0
[pid=973783/tid=973785] ppid=973780 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 5807 0 0 0 19 1 0 0 20 0 18 0 184494979 19430449152 15689 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=18975048 memory=18025 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184494982 19430449152 15689 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=18975048 memory=14414838847783020 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184494983 19430449152 15689 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62756 KiB

[startup+0.335359 s]*
/proc/loadavg: 4.22 4.25 4.29 8/319 973801
/proc/meminfo: memFree=115400260/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=18975048 memory=67048 CPUtime=0.52 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 7607 0 0 0 50 2 0 0 20 0 18 0 184494978 19430449152 16762 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4743762 16762 5757 1 0 551715 0
[pid=973783/tid=973785] ppid=973780 vsize=18975048 memory=-9175349120193569468 CPUtime=0.31 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 6021 0 0 0 30 1 0 0 20 0 18 0 184494979 19430449152 16762 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184494982 19430449152 16762 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184494983 19430449152 16762 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67048 KiB

[startup+0.700346 s]
/proc/loadavg: 4.22 4.25 4.29 7/320 973802
/proc/meminfo: memFree=115388620/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19041612 memory=121192 CPUtime=1.16 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 8844 0 0 0 112 4 0 0 20 0 19 0 184494978 19498610688 30298 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4760403 30298 5846 1 0 552608 0
[pid=973783/tid=973785] ppid=973780 vsize=19041612 memory=5624 CPUtime=0.62 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 6119 0 0 0 59 3 0 0 20 0 19 0 184494979 19498610688 30298 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19041612 memory=11936 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184494982 19498610688 30298 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19041612 memory=164 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184494983 19498610688 30298 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184495015 19498610688 30298 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 121192 KiB

[startup+1.50035 s]
/proc/loadavg: 4.22 4.25 4.29 6/321 973803
/proc/meminfo: memFree=115292364/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=194016 CPUtime=2.7 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 21385 0 0 0 262 8 0 0 20 0 20 0 184494978 19566772224 48504 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 48504 5894 1 0 557363 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=11936 CPUtime=1.36 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 6624 0 0 0 132 4 0 0 20 0 20 0 184494979 19566772224 48504 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 48504 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 48504 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=2970 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 48504 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194016 KiB

[startup+3.10635 s]
/proc/loadavg: 4.22 4.25 4.29 6/321 973803
/proc/meminfo: memFree=115000728/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=497044 CPUtime=5.89 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 28307 0 0 0 574 15 0 0 20 0 20 0 184494978 19566772224 124261 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 124261 5894 1 0 561947 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=0 CPUtime=2.94 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 7341 0 0 0 285 9 0 0 20 0 20 0 184494979 19566772224 124261 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 124261 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 124261 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 124261 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 497044 KiB

[startup+6.30045 s]
/proc/loadavg: 4.28 4.26 4.30 5/321 973803
/proc/meminfo: memFree=114654832/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=886760 CPUtime=10.89 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 30348 0 0 0 1065 24 0 0 20 0 20 0 184494978 19566772224 221690 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 221690 5894 1 0 563096 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=11936 CPUtime=6.1 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 7674 0 0 0 593 17 0 0 20 0 20 0 184494979 19566772224 221690 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 221690 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=2196 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 221690 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=-6159054535346975936 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 221690 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 10.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 886760 KiB

[startup+12.7005 s]
/proc/loadavg: 4.34 4.28 4.30 5/321 973804
/proc/meminfo: memFree=114426884/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=1193980 CPUtime=17.31 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 31285 0 0 0 1700 31 0 0 20 0 20 0 184494978 19566772224 298495 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 298495 5894 1 0 563096 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=940020 CPUtime=12.39 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 8189 0 0 0 1216 23 0 0 20 0 20 0 184494979 19566772224 298495 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 298495 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 298495 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 298495 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 17.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1193980 KiB

[startup+25.5005 s]
/proc/loadavg: 4.26 4.26 4.30 5/321 973806
/proc/meminfo: memFree=114090228/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=1355960 CPUtime=30.12 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 35288 0 0 0 2976 36 0 0 20 0 20 0 184494978 19566772224 338990 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 338990 5894 1 0 563096 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=915444 CPUtime=24.92 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 10206 0 0 0 2466 26 0 0 20 0 20 0 184494979 19566772224 338990 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=1355960 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 338990 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=1355960 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 338990 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 338990 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 30.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1355960 KiB

[startup+51.1137 s]
/proc/loadavg: 4.43 4.31 4.31 5/321 973810
/proc/meminfo: memFree=114054832/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=1370520 CPUtime=56.6 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 50715 0 0 0 5620 40 0 0 20 0 20 0 184494978 19566772224 342630 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 342630 5894 1 0 563144 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=1370508 CPUtime=50.01 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 14085 0 0 0 4974 27 0 0 20 0 20 0 184494979 19566772224 342630 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=1370504 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 342630 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0

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

[startup+3222.3 s]
/proc/loadavg: 4.16 4.21 4.21 5/317 976090
/proc/meminfo: memFree=105964812/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=3084884 CPUtime=3242.83 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 224228 0 0 0 323989 294 0 0 20 0 20 0 184494978 19566772224 771221 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 771221 5910 1 0 797411 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=3082320 CPUtime=3166.27 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 86544 0 0 0 316556 71 0 0 20 0 20 0 184494979 19566772224 771221 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 122 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=2612 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 771221 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=46996 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 2880 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 771221 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 771221 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 3242.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3084884 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.20 4.20 5/317 976100
/proc/meminfo: memFree=105962720/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=3086708 CPUtime=3303.27 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 227719 0 0 0 330028 299 0 0 20 0 20 0 184494978 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 771677 5910 1 0 797411 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=3086604 CPUtime=3225.37 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 88544 0 0 0 322465 72 0 0 20 0 20 0 184494979 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 124 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=29488 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=310422 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 2969 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=7080 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 3303.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086708 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.24 4.21 5/317 976111
/proc/meminfo: memFree=103625356/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=3086708 CPUtime=3363.92 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 229802 0 0 0 336089 303 0 0 20 0 20 0 184494978 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 771677 5910 1 0 797411 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=3086708 CPUtime=3284.45 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 89679 0 0 0 328372 73 0 0 20 0 20 0 184494979 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 124 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=3086708 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=46996 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 3052 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 3363.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086708 KiB

[startup+3402.3 s]
/proc/loadavg: 4.52 4.30 4.24 6/317 976123
/proc/meminfo: memFree=103624748/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=3086708 CPUtime=3423.91 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 231342 0 0 0 342084 307 0 0 20 0 20 0 184494978 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 771677 5910 1 0 797411 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=5532 CPUtime=3343.93 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 91078 0 0 0 334320 73 0 0 20 0 20 0 184494979 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 124 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=310422 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 3059 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=3086708 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 3423.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086708 KiB

[startup+3462.3 s]
/proc/loadavg: 4.60 4.37 4.27 5/318 976134
/proc/meminfo: memFree=103624192/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=3086708 CPUtime=3484 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 233620 0 0 0 348089 311 0 0 20 0 20 0 184494978 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 771677 5910 1 0 797411 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=310422 CPUtime=3402.78 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 92442 0 0 0 340204 74 0 0 20 0 20 0 184494979 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 128 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=3086708 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 3124 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=3086708 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 771677 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 3484 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086708 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.35 4.27 5/320 976148
/proc/meminfo: memFree=103623380/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=3086772 CPUtime=3544.64 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 236810 0 0 0 354150 314 0 0 20 0 20 0 184494978 19566772224 771693 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 771693 5910 1 0 797411 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=3086708 CPUtime=3461.59 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 94144 0 0 0 346085 74 0 0 20 0 20 0 184494979 19566772224 771693 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 131 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=3086772 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 771693 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=5532 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 3190 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 771693 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=3086772 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 771693 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 3544.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.2 s]
/proc/loadavg: 4.26 4.32 4.26 5/320 976159
/proc/meminfo: memFree=103622904/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19108176 memory=3086780 CPUtime=3600.06 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 238873 0 0 0 359688 318 0 0 20 0 20 0 184494978 19566772224 771695 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4777044 771695 5910 1 0 797411 0
[pid=973783/tid=973785] ppid=973780 vsize=19108176 memory=20508 CPUtime=3515.63 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 95301 0 0 0 351488 75 0 0 20 0 20 0 184494979 19566772224 771695 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 133 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19108176 memory=3086780 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184494982 19566772224 771695 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19108176 memory=104 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 3190 0 0 0 0 0 0 0 20 0 20 0 184494983 19566772224 771695 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973802] ppid=973780 vsize=19108176 memory=5624 CPUtime=0 cores=1,3
/proc/973783/task/973802/stat : 973802 (Timer-0) S 973780 973783 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184495015 19566772224 771695 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.17 s, system=3.19972 s

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

[startup+3577.3 s]
/proc/loadavg: 4.26 4.32 4.26 5/320 976159
/proc/meminfo: memFree=103622904/131655788 swapFree=131071996/131071996
[pid=973783] ppid=973780 vsize=19307868 memory=3087532 CPUtime=3600.26 cores=1,3
/proc/973783/stat : 973783 (java) S 973780 973783 968460 0 -1 1077936128 241305 0 0 0 359708 318 0 0 20 0 21 0 184494978 19771256832 771883 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
/proc/973783/statm: 4826967 771883 5909 1 0 798314 0
[pid=973783/tid=973785] ppid=973780 vsize=19307868 memory=3086780 CPUtime=3515.74 cores=1,3
/proc/973783/task/973785/stat : 973785 (java) R 973780 973783 968460 0 -1 4194368 95318 0 0 0 351499 75 0 0 20 0 21 0 184494979 19771256832 771883 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 133 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973794] ppid=973780 vsize=19307868 memory=3086780 CPUtime=0 cores=1,3
/proc/973783/task/973794/stat : 973794 (Finalizer) S 973780 973783 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184494982 19771256832 771883 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
[pid=973783/tid=973801] ppid=973780 vsize=19307868 memory=3086780 CPUtime=0 cores=1,3
/proc/973783/task/973801/stat : 973801 (Common-Cleaner) S 973780 973783 968460 0 -1 1077936192 3190 0 0 0 0 0 0 0 20 0 21 0 184494983 19771256832 771883 134679101440 94451411116032 94451411119728 140732948154224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94451411127544 94451411128336 94451442114560 140732948161519 140732948161632 140732948161632 140732948168648 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3087532 KiB

Child status: 143

Real time (s): 3577.38
CPU time (s): 3600.37
CPU user time (s): 3597.17
CPU system time (s): 3.19972
CPU usage (%): 100.643
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3087532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.17
system time used= 3.19972
maximum resident set size= 3088396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241568
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127911
involuntary context switches= 6248


# summary of solver processes directly reported to runsolver:
#   pid: 973783
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3597.17
#   total CPU system time (s): 3.19972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8252 second user time and 37.7798 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 19:22:54
IDJOB=4445255
IDBENCH=148105
IDSOLVER=3046
FILE ID=nodeC005/4445255-1721323362
RUNJOBID= nodeC005-1721317707-968472
SLURM_JOB_ID= 7542668
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= 3f61e6943d6ec76e40473bfb8d86b810
RANDOM SEED=338489749

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        115446464 kB
MemAvailable:   120770772 kB
Buffers:          489228 kB
Cached:          5618380 kB
SwapCached:            0 kB
Active:          1043184 kB
Inactive:       14456152 kB
Active(anon):       3440 kB
Inactive(anon):  9434224 kB
Active(file):    1039744 kB
Inactive(file):  5021928 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       9390804 kB
Mapped:           127300 kB
Shmem:             45896 kB
KReclaimable:     205672 kB
Slab:             323900 kB
SReclaimable:     205672 kB
SUnreclaim:       118228 kB
KernelStack:        4848 kB
PageTables:        28552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10229348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58560 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9074688 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723728 MiB
End job on nodeC005 at 2024-07-18 20:22:31