Trace number 4445201

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.42 3595.81

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUMabfa6108019d186bb0a39186e3151874
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.014493
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
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 constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
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.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.15	c Free memory 		2115194816
0.12/0.15	c Max memory 		16282288128
0.12/0.15	c Total memory 		2122317824
0.12/0.15	c Number of processors 	2
0.12/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	 - never skip resolution steps
0.12/0.22	 - Auto-division on coefficients is disabled
0.12/0.22	 - No postprocessing
0.12/0.22	 - Conflict is considered as is when resolving
0.12/0.22	 - Use constraints as they come during conflict analysis
0.12/0.22	 - Weaken first using unassigned literals
0.12/0.22	 - Bump strategy: ALWAYS_ONE
0.12/0.22	 - Bumper: EFFECTIVE
0.12/0.22	--- Begin Solver configuration ---
0.12/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.22	Learn all clauses as in MiniSAT
0.12/0.22	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	No reason simplification
0.12/0.22	Dynamic restart strategy considering the size of the coefficients
0.12/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.22	timeout=2147483s
0.12/0.22	DB Simplification allowed=false
0.12/0.22	Listener: none
0.12/0.22	--- End Solver configuration ---
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	c  - never skip resolution steps
0.12/0.22	c  - Auto-division on coefficients is disabled
0.12/0.22	c  - No postprocessing
0.12/0.22	c  - Conflict is considered as is when resolving
0.12/0.22	c  - Use constraints as they come during conflict analysis
0.12/0.22	c  - Weaken first using unassigned literals
0.12/0.22	c  - Bump strategy: ALWAYS_ONE
0.12/0.22	c  - Bumper: EFFECTIVE
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	c No reason simplification
0.12/0.22	c Dynamic restart strategy considering the size of the coefficients
0.12/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4445201-1721325287.opb
0.12/0.22	c reading problem ... 
0.12/0.22	c  no objective function found
0.32/0.24	c ... done. Wall clock time 0.016s.
0.32/0.24	c declared #vars     93
0.32/0.24	c #constraints  2
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.32/0.24	c 2 constraints processed.
31.04/27.09	c cleaning 2498 clauses out of 5002 with flag 0/5002
84.44/79.06	c cleaning 4251 clauses out of 8502 with flag 0/11000
195.20/189.25	c cleaning 5626 clauses out of 11252 with flag 0/18001
352.92/347.04	c cleaning 6812 clauses out of 13626 with flag 0/26001
579.38/573.68	c cleaning 7906 clauses out of 15813 with flag 0/35000
904.82/899.38	c cleaning 8947 clauses out of 17907 with flag 0/45000
1376.91/1371.14	c cleaning 9981 clauses out of 19962 with flag 0/56002
1833.45/1826.85	c cleaning 10990 clauses out of 21979 with flag 0/68000
2209.05/2202.99	c cleaning 11993 clauses out of 23991 with flag 0/81002
2670.30/2664.84	c cleaning 12998 clauses out of 25996 with flag 0/95000
3167.55/3162.85	c cleaning 13999 clauses out of 27998 with flag 0/110000
3600.05/3595.62	c starts		: 11
3600.05/3595.65	c conflicts		: 122182
3600.05/3595.70	c decisions		: 137420
3600.05/3595.70	c propagations		: 574682
3600.05/3595.70	c inspects		: 1548243381
3600.05/3595.70	c shortcuts		: 0
3600.05/3595.70	c learnt literals	: 0
3600.05/3595.70	c learnt binary clauses	: 0
3600.05/3595.70	c learnt ternary clauses	: 0
3600.05/3595.70	c learnt constraints	: 122182
3600.05/3595.70	c ignored constraints	: 0
3600.05/3595.70	c root simplifications	: 0
3600.05/3595.70	c removed literals (reason simplification)	: 0
3600.05/3595.70	c reason swapping (by a shorter reason)	: 0
3600.05/3595.70	c Calls to reduceDB	: 11
3600.05/3595.70	c Number of update (reduction) of LBD	: 94909
3600.05/3595.70	c Imported unit clauses	: 0
3600.05/3595.70	c No decision after first conflict	: false
3600.05/3595.70	c number of reductions to clauses (during analyze)	: 0
3600.05/3595.70	c number of learned constraints concerned by reduction	: 0
3600.05/3595.70	c number of learning phase by resolution	: 0
3600.05/3595.70	c number of learning phase by cutting planes	: 0
3600.05/3595.70	c number of rounding to 1 operations	: 0
3600.05/3595.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3595.70	c number of reductions of the coefficients by power 2 	: 0
3600.05/3595.70	c number of right shift for reduction by power 2 	: 0
3600.05/3595.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3595.70	c number of ending skipping 	: 0
3600.05/3595.70	c number of internal skipping 	: 0
3600.05/3595.70	c number of derivation steps 	: 463197
3600.05/3595.70	c number of skipped derivation steps 	: 0
3600.05/3595.70	c number of remaining unassigned 	: 23981
3600.05/3595.70	c number of remaining assigned 	: 20813716
3600.05/3595.70	c number of falsified literals weakened from reason	: 0
3600.26/3595.71	c number of falsified literals weakened from conflict	: 0
3600.26/3595.71	c time for arithmetic operations	: 1517560146
3600.26/3595.71	c minimum degree of deleted constraints	: 1
3600.26/3595.71	c maximum degree of deleted constraints	: 505332636912544949292067633739944105269270542720433530587600336054649457687138271573883398369448603041488571902863111554016181804
3600.26/3595.71	c number of deleted constraints	: 96001
3600.26/3595.71	c speed (assignments/second)	: 159.83528134338155
3600.26/3595.71	c non guided choices	: 82
3600.26/3595.76	c timeout
3600.26/3595.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 132
3600.26/3595.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 26049
3600.26/3595.78	s UNKNOWN
3600.26/3595.78	c Total wall clock time (in seconds): 3595.565

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=960628, runsolver pid=960625

[startup+0.106983 s]*
/proc/loadavg: 4.09 4.16 4.23 5/317 960646
/proc/meminfo: memFree=119144568/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=18975048 memory=55972 CPUtime=0.12 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 6597 0 0 0 10 2 0 0 20 0 18 0 184685134 19430449152 13993 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4743762 13993 5574 1 0 550924 0
[pid=960628/tid=960630] ppid=960625 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 5519 0 0 0 7 2 0 0 20 0 18 0 184685135 19430449152 13993 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184685140 19430449152 13993 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184685141 19430449152 13993 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55972 KiB

[startup+0.213762 s]*
/proc/loadavg: 4.09 4.16 4.23 7/317 960646
/proc/meminfo: memFree=119134720/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=18975048 memory=68624 CPUtime=0.32 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 7525 0 0 0 29 3 0 0 20 0 18 0 184685134 19430449152 17156 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4743762 17156 5754 1 0 551697 0
[pid=960628/tid=960630] ppid=960625 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 6069 0 0 0 18 2 0 0 20 0 18 0 184685135 19430449152 17156 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=18975048 memory=5697 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184685140 19430449152 17156 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184685141 19430449152 17156 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68624 KiB

[startup+0.318984 s]*
/proc/loadavg: 4.09 4.16 4.23 7/318 960647
/proc/meminfo: memFree=119126484/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19041612 memory=74020 CPUtime=0.51 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 8134 0 0 0 47 4 0 0 20 0 19 0 184685134 19498610688 18505 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4760403 18505 5855 1 0 552220 0
[pid=960628/tid=960630] ppid=960625 vsize=19041612 memory=-8816751112277500604 CPUtime=0.28 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 6124 0 0 0 26 2 0 0 20 0 19 0 184685135 19498610688 18505 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184685140 19498610688 18505 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184685141 19498610688 18505 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184685160 19498610688 18505 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74020 KiB

[startup+0.708097 s]
/proc/loadavg: 4.09 4.16 4.23 7/318 960647
/proc/meminfo: memFree=119101292/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19041612 memory=129448 CPUtime=1.23 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 14388 0 0 0 117 6 0 0 20 0 19 0 184685134 19498610688 32362 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4760403 32362 5855 1 0 555556 0
[pid=960628/tid=960630] ppid=960625 vsize=19041612 memory=11992 CPUtime=0.62 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 6152 0 0 0 59 3 0 0 20 0 19 0 184685135 19498610688 32362 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19041612 memory=11992 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184685140 19498610688 32362 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184685141 19498610688 32362 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19041612 memory=25208 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184685160 19498610688 32362 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 129448 KiB

[startup+1.50098 s]
/proc/loadavg: 4.09 4.16 4.23 7/319 960648
/proc/meminfo: memFree=119022248/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=186892 CPUtime=2.78 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 23497 0 0 0 270 8 0 0 20 0 20 0 184685134 19566772224 46723 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 46723 5903 1 0 558150 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=11992 CPUtime=1.34 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 7177 0 0 0 129 5 0 0 20 0 20 0 184685135 19566772224 46723 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 46723 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 46723 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 46723 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186892 KiB

[startup+3.11299 s]
/proc/loadavg: 4.16 4.18 4.23 6/319 960648
/proc/meminfo: memFree=118798864/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=397352 CPUtime=5.96 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 29021 0 0 0 583 13 0 0 20 0 20 0 184685134 19566772224 99338 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 99338 5903 1 0 560452 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=0 CPUtime=2.91 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 7807 0 0 0 283 8 0 0 20 0 20 0 184685135 19566772224 99338 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 99338 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=222080 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 99338 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 99338 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 397352 KiB

[startup+6.30045 s]
/proc/loadavg: 4.16 4.18 4.23 5/319 960649
/proc/meminfo: memFree=118389280/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=805764 CPUtime=9.87 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 29704 0 0 0 966 21 0 0 20 0 20 0 184685134 19566772224 201441 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 201441 5903 1 0 560452 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=11992 CPUtime=6.04 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 8351 0 0 0 589 15 0 0 20 0 20 0 184685135 19566772224 201441 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 201441 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=6369619733665175893 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 201441 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=5512 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 201441 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 9.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 805764 KiB

[startup+12.7004 s]
/proc/loadavg: 4.15 4.17 4.23 6/319 960649
/proc/meminfo: memFree=118255792/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=937132 CPUtime=16.41 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 34071 0 0 0 1617 24 0 0 20 0 20 0 184685134 19566772224 234283 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 234283 5903 1 0 560452 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=0 CPUtime=12.29 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 9669 0 0 0 1212 17 0 0 20 0 20 0 184685135 19566772224 234283 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=935072 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 234283 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 234283 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=2648 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 234283 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 16.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 937132 KiB

[startup+25.5005 s]
/proc/loadavg: 4.18 4.18 4.23 5/319 960651
/proc/meminfo: memFree=117409244/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=1773584 CPUtime=29.47 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 39609 0 0 0 2904 43 0 0 20 0 20 0 184685134 19566772224 443396 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 443396 5903 1 0 666968 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=935072 CPUtime=24.78 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 11315 0 0 0 2443 35 0 0 20 0 20 0 184685135 19566772224 443396 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=2648 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 443396 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=1348820 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 443396 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 443396 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 29.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1773584 KiB

[startup+51.1139 s]
/proc/loadavg: 4.18 4.18 4.23 5/319 961039
/proc/meminfo: memFree=117386156/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=1779408 CPUtime=56.14 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 55200 0 0 0 5566 48 0 0 20 0 20 0 184685134 19566772224 444852 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 444852 5919 1 0 667027 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=1775280 CPUtime=49.73 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 15383 0 0 0 4937 36 0 0 20 0 20 0 184685135 19566772224 444852 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0

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

[startup+3282.3 s]
/proc/loadavg: 4.16 4.19 4.20 5/317 962619
/proc/meminfo: memFree=120687496/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=2425784 CPUtime=3286.98 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 232882 0 0 0 328429 269 0 0 20 0 20 0 184685134 19566772224 606446 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 606446 5935 1 0 667178 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=2409396 CPUtime=3237.21 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 105063 0 0 0 323669 52 0 0 20 0 20 0 184685135 19566772224 606446 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 54 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=2423736 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 606446 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=2425784 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 3620 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 606446 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 606446 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 3286.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2425784 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.23 4.21 5/317 962629
/proc/meminfo: memFree=120652272/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=2440132 CPUtime=3346.89 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 235059 0 0 0 334416 273 0 0 20 0 20 0 184685134 19566772224 610033 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 610033 5935 1 0 667178 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=11600 CPUtime=3296.39 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 106477 0 0 0 329586 53 0 0 20 0 20 0 184685135 19566772224 610033 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 54 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=2436036 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 610033 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=2433988 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 3682 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 610033 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 610033 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 3346.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2440132 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.23 4.21 5/320 962644
/proc/meminfo: memFree=120618948/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=2450392 CPUtime=3406.82 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 237107 0 0 0 340405 277 0 0 20 0 20 0 184685134 19566772224 612598 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 612598 5935 1 0 667178 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=2436036 CPUtime=3355.68 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) S 960625 960628 955693 0 -1 1077936192 107755 0 0 0 335515 53 0 0 20 0 20 0 184685135 19566772224 612598 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 59 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=2433988 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 612598 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 3750 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 612598 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=281135138558688 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 612598 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 3406.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2450392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.25 4.21 5/320 962655
/proc/meminfo: memFree=120585720/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=2464732 CPUtime=3466.79 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 238936 0 0 0 346399 280 0 0 20 0 20 0 184685134 19566772224 616183 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 616183 5935 1 0 667178 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=2436036 CPUtime=3414.89 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 108845 0 0 0 341436 53 0 0 20 0 20 0 184685135 19566772224 616183 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 59 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=2433988 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 616183 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 3835 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 616183 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=281135138558688 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 616183 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 3466.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2464732 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.22 4.20 5/320 962665
/proc/meminfo: memFree=120558776/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=2474972 CPUtime=3526.75 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 240945 0 0 0 352391 284 0 0 20 0 20 0 184685134 19566772224 618743 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 618743 5935 1 0 667178 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=43700 CPUtime=3474.23 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 110181 0 0 0 347370 53 0 0 20 0 20 0 184685135 19566772224 618743 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 59 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=2468828 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 618743 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=25208 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 3903 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 618743 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=-8816751112277500604 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 618743 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 3526.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2474972 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.22 4.20 5/320 962675
/proc/meminfo: memFree=120109960/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=2483164 CPUtime=3586.77 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 243010 0 0 0 358389 288 0 0 20 0 20 0 184685134 19566772224 620791 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 620791 5935 1 0 667178 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=43700 CPUtime=3533.55 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 111398 0 0 0 353302 53 0 0 20 0 20 0 184685135 19566772224 620791 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 59 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 620791 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=1944 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 3988 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 620791 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 620791 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 3586.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2483164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.6 s]
/proc/loadavg: 4.18 4.21 4.20 5/320 962678
/proc/meminfo: memFree=120103736/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19108176 memory=2485212 CPUtime=3600.05 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 243281 0 0 0 359716 289 0 0 20 0 20 0 184685134 19566772224 621303 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4777044 621303 5935 1 0 667178 0
[pid=960628/tid=960630] ppid=960625 vsize=19108176 memory=43700 CPUtime=3546.72 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 111662 0 0 0 354619 53 0 0 20 0 20 0 184685135 19566772224 621303 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 59 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184685140 19566772224 621303 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 3988 0 0 0 0 0 0 0 20 0 20 0 184685141 19566772224 621303 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960647] ppid=960625 vsize=19108176 memory=5512 CPUtime=0 cores=0,2
/proc/960628/task/960647/stat : 960647 (Timer-0) S 960625 960628 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184685160 19566772224 621303 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2485212 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.5 s, system=2.91411 s

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

[startup+3595.71 s]
/proc/loadavg: 4.18 4.21 4.20 5/320 962678
/proc/meminfo: memFree=120103736/131655788 swapFree=131071996/131071996
[pid=960628] ppid=960625 vsize=19307868 memory=2485812 CPUtime=3600.26 cores=0,2
/proc/960628/stat : 960628 (java) S 960625 960628 955693 0 -1 1077936128 245557 0 0 0 359736 290 0 0 20 0 21 0 184685134 19771256832 621453 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
/proc/960628/statm: 4826967 621453 5934 1 0 668065 0
[pid=960628/tid=960630] ppid=960625 vsize=19307868 memory=2479068 CPUtime=3546.79 cores=0,2
/proc/960628/task/960630/stat : 960630 (java) R 960625 960628 955693 0 -1 4194368 111702 0 0 0 354626 53 0 0 20 0 21 0 184685135 19771256832 621453 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 59 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960639] ppid=960625 vsize=19307868 memory=2479068 CPUtime=0 cores=0,2
/proc/960628/task/960639/stat : 960639 (Finalizer) S 960625 960628 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184685140 19771256832 621453 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
[pid=960628/tid=960646] ppid=960625 vsize=19307868 memory=2436036 CPUtime=0 cores=0,2
/proc/960628/task/960646/stat : 960646 (Common-Cleaner) S 960625 960628 955693 0 -1 1077936192 3995 0 0 0 0 0 0 0 20 0 21 0 184685141 19771256832 621453 134679101440 93907154460672 93907154464368 140735928624048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93907154472184 93907154472976 93907178225664 140735928628212 140735928628320 140735928628320 140735928635336 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2485812 KiB

Child status: 143

Real time (s): 3595.81
CPU time (s): 3600.42
CPU user time (s): 3597.5
CPU system time (s): 2.91411
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2485812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.5
system time used= 2.91411
maximum resident set size= 2486824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245981
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= 128911
involuntary context switches= 28050


# summary of solver processes directly reported to runsolver:
#   pid: 960628
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3597.5
#   total CPU system time (s): 2.91411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0472 second user time and 39.7664 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 19:54:59
IDJOB=4445201
IDBENCH=148103
IDSOLVER=3052
FILE ID=nodeC008/4445201-1721325287
RUNJOBID= nodeC008-1721318349-955703
SLURM_JOB_ID= 7542675
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=1183046750

nodeC008.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119179576 kB
MemAvailable:   120083900 kB
Buffers:          524864 kB
Cached:          1217308 kB
SwapCached:            0 kB
Active:          1020224 kB
Inactive:       10889268 kB
Active(anon):       1500 kB
Inactive(anon): 10203528 kB
Active(file):    1018724 kB
Inactive(file):   685740 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               752 kB
Writeback:             0 kB
AnonPages:      10167172 kB
Mapped:           126736 kB
Shmem:             37704 kB
KReclaimable:      79780 kB
Slab:             180164 kB
SReclaimable:      79780 kB
SUnreclaim:       100384 kB
KernelStack:        4796 kB
PageTables:        29540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12120148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57856 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10014720 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

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